Trace number 331677

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J JVM PARAM CHANGED SAT 2007? (TO) 1200.2 1198.4

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-10-15-u.cnf
MD5SUM5075403108b346b0852b49bcc62d2275
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables260346
Number of clauses1198313
Sum of the clauses size2751716
Maximum clause length10
Minimum clause length1
Number of clauses of size 119536
Number of clauses of size 2950011
Number of clauses of size 3180146
Number of clauses of size 45400
Number of clauses of size 521600
Number of clauses of size over 521620

Solver Data (download as text)

0.06/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.17	c version SAT COMPETITION 2007
0.06/0.17	c sun.arch.data.model	32
0.06/0.17	c java.version	1.6.0
0.06/0.17	c os.name	Linux
0.06/0.18	c os.version	2.6.9-22.EL.rootsmp
0.06/0.18	c os.arch	i386
0.06/0.18	c Free memory 1651659224
0.06/0.18	c Max memory 1654456320
0.06/0.18	c Total memory 1654456320
0.06/0.18	c Number of processors 2
0.16/0.23	c --- Begin Solver configuration ---
0.16/0.23	c Stops conflict analysis at the first Unique Implication Point
0.16/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.16/0.23	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.16/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.23	c Expensive reason simplification
0.16/0.23	c --- End Solver configuration ---
0.16/0.23	c timeout: 2147483s
0.16/0.23	c solving /tmp/evaluation/331677-1176887450/instance-331677-1176887450.cnf
0.16/0.23	c reading problem ... 
3.36/3.33	c ... done. Wall clock time 3.1s.
3.36/3.33	c CPU time (experimental) 3.17s.
3.36/3.33	c #vars     260346
3.36/3.33	c #constraints  1177479
1200.09/1198.31	c starts		: 15
1200.09/1198.31	c conflicts		: 77288
1200.09/1198.31	c decisions		: 302712
1200.09/1198.31	c propagations		: 386808667
1200.09/1198.31	c inspects		: 1366897509
1200.09/1198.31	c learnt literals	: 184
1200.09/1198.31	c learnt binary clauses	: 1729
1200.09/1198.31	c learnt ternary clauses	: 2134
1200.09/1198.31	c learnt clauses	: 77103
1200.09/1198.31	c root simplifications	: 0
1200.09/1198.31	c removed literals (reason simplification)	: 3239273
1200.09/1198.31	c reason swapping (by a shorter reason)	: 0
1200.09/1198.31	c Calls to reduceDB	: 0
1200.09/1198.31	c speed (decisions/second)	: 253.33392472924808
1200.09/1198.31	c non guided choices	2732
1200.09/1198.31	s UNKNOWN
1200.09/1198.31	c Total wall clock time (in seconds) : 1198.085
1200.09/1198.31	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node40/watcher-331677-1176887450 -o ROOT/results/node40/solver-331677-1176887450 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331677-1176887450/sat4j-sat2007.jar /tmp/evaluation/331677-1176887450/instance-331677-1176887450.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 3343
/proc/meminfo: memFree=1637824/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=18568 CPUtime=0
/proc/3343/stat : 3343 (runsolver) R 3341 3343 2556 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 17624561 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 264519609639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3343/statm: 4642 292 257 24 0 2626 0

[startup+0.0717231 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 3343
/proc/meminfo: memFree=1637824/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1777708 CPUtime=0.05
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 3676 0 1 0 3 2 0 0 18 0 7 0 17624561 1820372992 3418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 444427 3418 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102725 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 3343
/proc/meminfo: memFree=1637824/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1777844 CPUtime=0.06
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 3792 0 1 0 4 2 0 0 18 0 7 0 17624561 1820512256 3534 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 444461 3534 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.301772 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 3343
/proc/meminfo: memFree=1637824/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1782364 CPUtime=0.29
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 8657 0 1 0 24 5 0 0 18 0 12 0 17624561 1825140736 8395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 445591 8395 1278 9 0 443203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782364

[startup+0.701847 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 3343
/proc/meminfo: memFree=1637824/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1782472 CPUtime=0.76
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 13547 0 1 0 70 6 0 0 18 0 12 0 17624561 1825251328 13258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 445618 13259 1290 9 0 443230 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 1782472

[startup+1.50201 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 3355
/proc/meminfo: memFree=1567904/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1782472 CPUtime=1.56
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 23838 0 1 0 145 11 0 0 18 0 12 0 17624561 1825251328 23548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 445618 23548 1290 9 0 443230 0
[pid=3343/tid=3345] ppid=3341 vsize=1782472 CPUtime=1.35
/proc/3343/task/3345/stat : 3345 (java) R 3341 3343 2556 0 -1 64 22539 0 1 0 125 10 0 0 19 0 12 0 17624563 1825251328 23548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516116 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3346] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3346/stat : 3346 (java) S 3341 3343 2556 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 17624564 1825251328 23548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3347] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3347/stat : 3347 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 17624564 1825251328 23548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3348] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3348/stat : 3348 (java) S 3341 3343 2556 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 17624567 1825251328 23548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3349] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3349/stat : 3349 (java) S 3341 3343 2556 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 17624567 1825251328 23549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3350] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3350/stat : 3350 (java) S 3341 3343 2556 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 17624567 1825251328 23549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3351] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3351/stat : 3351 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 17624573 1825251328 23549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3352] ppid=3341 vsize=1782472 CPUtime=0.09
/proc/3343/task/3352/stat : 3352 (java) S 3341 3343 2556 0 -1 64 330 0 0 0 9 0 0 0 16 0 12 0 17624573 1825251328 23549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3353] ppid=3341 vsize=1782472 CPUtime=0.1
/proc/3343/task/3353/stat : 3353 (java) S 3341 3343 2556 0 -1 64 246 0 0 0 10 0 0 0 16 0 12 0 17624573 1825251328 23549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3354] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3354/stat : 3354 (java) S 3341 3343 2556 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 17624574 1825251328 23549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3355] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3355/stat : 3355 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 17624574 1825251328 23549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 1782472

[startup+3.10236 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 3355
/proc/meminfo: memFree=1534240/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1782472 CPUtime=3.16
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 35478 0 1 0 301 15 0 0 18 0 12 0 17624561 1825251328 35187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 445618 35187 1294 9 0 443230 0
[pid=3343/tid=3345] ppid=3341 vsize=1782472 CPUtime=2.94
/proc/3343/task/3345/stat : 3345 (java) R 3341 3343 2556 0 -1 64 34179 0 1 0 279 15 0 0 25 0 12 0 17624563 1825251328 35187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489201 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3346] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3346/stat : 3346 (java) S 3341 3343 2556 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 17624564 1825251328 35187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3347] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3347/stat : 3347 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 17624564 1825251328 35187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3348] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3348/stat : 3348 (java) S 3341 3343 2556 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 17624567 1825251328 35187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3349] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3349/stat : 3349 (java) S 3341 3343 2556 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 17624567 1825251328 35187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3350] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3350/stat : 3350 (java) S 3341 3343 2556 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 17624567 1825251328 35187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3351] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3351/stat : 3351 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 17624573 1825251328 35187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3352] ppid=3341 vsize=1782472 CPUtime=0.09
/proc/3343/task/3352/stat : 3352 (java) S 3341 3343 2556 0 -1 64 330 0 0 0 9 0 0 0 17 0 12 0 17624573 1825251328 35187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3353] ppid=3341 vsize=1782472 CPUtime=0.11
/proc/3343/task/3353/stat : 3353 (java) S 3341 3343 2556 0 -1 64 246 0 0 0 11 0 0 0 16 0 12 0 17624573 1825251328 35187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3354] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3354/stat : 3354 (java) S 3341 3343 2556 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 17624574 1825251328 35187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3355] ppid=3341 vsize=1782472 CPUtime=0
/proc/3343/task/3355/stat : 3355 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 17624574 1825251328 35187 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 1782472

[startup+6.30303 s]
/proc/loadavg: 0.93 0.98 0.99 3/90 3356
/proc/meminfo: memFree=1356248/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1793664 CPUtime=7.82
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 80056 0 1 0 747 35 0 0 18 0 13 0 17624561 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 448416 71321 1319 9 0 446028 0
[pid=3343/tid=3345] ppid=3341 vsize=1793664 CPUtime=4.9
/proc/3343/task/3345/stat : 3345 (java) R 3341 3343 2556 0 -1 64 37704 0 1 0 474 16 0 0 25 0 13 0 17624563 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558751 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3346] ppid=3341 vsize=1793664 CPUtime=1.09
/proc/3343/task/3346/stat : 3346 (java) S 3341 3343 2556 0 -1 64 22960 0 0 0 100 9 0 0 16 0 13 0 17624564 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3347] ppid=3341 vsize=1793664 CPUtime=1.09
/proc/3343/task/3347/stat : 3347 (java) S 3341 3343 2556 0 -1 64 16195 0 0 0 101 8 0 0 16 0 13 0 17624564 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3348] ppid=3341 vsize=1793664 CPUtime=0
/proc/3343/task/3348/stat : 3348 (java) S 3341 3343 2556 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 17624567 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3349] ppid=3341 vsize=1793664 CPUtime=0
/proc/3343/task/3349/stat : 3349 (java) S 3341 3343 2556 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 17624567 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3350] ppid=3341 vsize=1793664 CPUtime=0
/proc/3343/task/3350/stat : 3350 (java) S 3341 3343 2556 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17624567 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3351] ppid=3341 vsize=1793664 CPUtime=0
/proc/3343/task/3351/stat : 3351 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 17624573 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3352] ppid=3341 vsize=1793664 CPUtime=0.41
/proc/3343/task/3352/stat : 3352 (java) S 3341 3343 2556 0 -1 64 1815 0 0 0 41 0 0 0 16 0 13 0 17624573 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3353] ppid=3341 vsize=1793664 CPUtime=0.28
/proc/3343/task/3353/stat : 3353 (java) S 3341 3343 2556 0 -1 64 650 0 0 0 28 0 0 0 16 0 13 0 17624573 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3354] ppid=3341 vsize=1793664 CPUtime=0
/proc/3343/task/3354/stat : 3354 (java) S 3341 3343 2556 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 17624574 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3355] ppid=3341 vsize=1793664 CPUtime=0
/proc/3343/task/3355/stat : 3355 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17624574 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3356] ppid=3341 vsize=1793664 CPUtime=0
/proc/3343/task/3356/stat : 3356 (java) S 3341 3343 2556 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 17624914 1836711936 71321 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 1793664

[startup+12.7014 s]
/proc/loadavg: 0.94 0.98 0.99 2/90 3356
/proc/meminfo: memFree=1356952/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1793184 CPUtime=14.26
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 80060 0 1 0 1391 35 0 0 18 0 13 0 17624561 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 448296 71205 1322 9 0 445908 0
[pid=3343/tid=3345] ppid=3341 vsize=1793184 CPUtime=11.27
/proc/3343/task/3345/stat : 3345 (java) R 3341 3343 2556 0 -1 64 37704 0 1 0 1111 16 0 0 25 0 13 0 17624563 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109609677 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3346] ppid=3341 vsize=1793184 CPUtime=1.09
/proc/3343/task/3346/stat : 3346 (java) S 3341 3343 2556 0 -1 64 22960 0 0 0 100 9 0 0 16 0 13 0 17624564 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3347] ppid=3341 vsize=1793184 CPUtime=1.09
/proc/3343/task/3347/stat : 3347 (java) S 3341 3343 2556 0 -1 64 16195 0 0 0 101 8 0 0 16 0 13 0 17624564 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3348] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3348/stat : 3348 (java) S 3341 3343 2556 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3349] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3349/stat : 3349 (java) S 3341 3343 2556 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3350] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3350/stat : 3350 (java) S 3341 3343 2556 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3351] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3351/stat : 3351 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 17624573 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3352] ppid=3341 vsize=1793184 CPUtime=0.45
/proc/3343/task/3352/stat : 3352 (java) S 3341 3343 2556 0 -1 64 1816 0 0 0 45 0 0 0 17 0 13 0 17624573 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3353] ppid=3341 vsize=1793184 CPUtime=0.31
/proc/3343/task/3353/stat : 3353 (java) S 3341 3343 2556 0 -1 64 653 0 0 0 31 0 0 0 16 0 13 0 17624573 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3354] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3354/stat : 3354 (java) S 3341 3343 2556 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 17624574 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3355] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3355/stat : 3355 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17624574 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3356] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3356/stat : 3356 (java) S 3341 3343 2556 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 17624914 1836220416 71205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.26
Current children cumulated vsize (KiB) 1793184

[startup+25.503 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 3356
/proc/meminfo: memFree=1356312/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1794208 CPUtime=27.12
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 80307 0 1 0 2676 36 0 0 18 0 13 0 17624561 1837268992 71416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 448552 71416 1325 9 0 446164 0
[pid=3343/tid=3345] ppid=3341 vsize=1794208 CPUtime=24.05
/proc/3343/task/3345/stat : 3345 (java) R 3341 3343 2556 0 -1 64 37708 0 1 0 2389 16 0 0 25 0 13 0 17624563 1837268992 71416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109625221 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3346] ppid=3341 vsize=1794208 CPUtime=1.09
/proc/3343/task/3346/stat : 3346 (java) S 3341 3343 2556 0 -1 64 22960 0 0 0 100 9 0 0 16 0 13 0 17624564 1837268992 71416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3347] ppid=3341 vsize=1794208 CPUtime=1.09
/proc/3343/task/3347/stat : 3347 (java) S 3341 3343 2556 0 -1 64 16195 0 0 0 101 8 0 0 16 0 13 0 17624564 1837268992 71416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3348] ppid=3341 vsize=1794208 CPUtime=0
/proc/3343/task/3348/stat : 3348 (java) S 3341 3343 2556 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 17624567 1837268992 71416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3349] ppid=3341 vsize=1794208 CPUtime=0
/proc/3343/task/3349/stat : 3349 (java) S 3341 3343 2556 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 17624567 1837268992 71416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

################
# More data... #
################

[pid=3343] ppid=3341 vsize=1793184 CPUtime=1063.61
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 80317 0 1 0 106317 44 0 0 18 0 13 0 17624561 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 448296 71222 1326 9 0 445908 0
[pid=3343/tid=3345] ppid=3341 vsize=1793184 CPUtime=1060.46
/proc/3343/task/3345/stat : 3345 (java) R 3341 3343 2556 0 -1 64 37709 0 1 0 106022 24 0 0 25 0 13 0 17624563 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109609677 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3346] ppid=3341 vsize=1793184 CPUtime=1.09
/proc/3343/task/3346/stat : 3346 (java) S 3341 3343 2556 0 -1 64 22960 0 0 0 100 9 0 0 16 0 13 0 17624564 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3347] ppid=3341 vsize=1793184 CPUtime=1.09
/proc/3343/task/3347/stat : 3347 (java) S 3341 3343 2556 0 -1 64 16195 0 0 0 101 8 0 0 16 0 13 0 17624564 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3348] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3348/stat : 3348 (java) S 3341 3343 2556 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3349] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3349/stat : 3349 (java) S 3341 3343 2556 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3350] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3350/stat : 3350 (java) S 3341 3343 2556 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3351] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3351/stat : 3351 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 17624573 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3352] ppid=3341 vsize=1793184 CPUtime=0.53
/proc/3343/task/3352/stat : 3352 (java) S 3341 3343 2556 0 -1 64 1827 0 0 0 53 0 0 0 16 0 13 0 17624573 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3353] ppid=3341 vsize=1793184 CPUtime=0.38
/proc/3343/task/3353/stat : 3353 (java) S 3341 3343 2556 0 -1 64 894 0 0 0 38 0 0 0 16 0 13 0 17624573 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3354] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3354/stat : 3354 (java) S 3341 3343 2556 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 17624574 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3355] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3355/stat : 3355 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17624574 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3356] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3356/stat : 3356 (java) S 3341 3343 2556 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 17624914 1836220416 71222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.61
Current children cumulated vsize (KiB) 1793184

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3358
/proc/meminfo: memFree=1198232/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1793184 CPUtime=1124.11
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 129754 0 1 0 112342 69 0 0 18 0 13 0 17624561 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 448296 110834 1326 9 0 445908 0
[pid=3343/tid=3345] ppid=3341 vsize=1793184 CPUtime=1119.92
/proc/3343/task/3345/stat : 3345 (java) R 3341 3343 2556 0 -1 64 37710 0 1 0 111967 25 0 0 25 0 13 0 17624563 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109625335 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3346] ppid=3341 vsize=1793184 CPUtime=1.62
/proc/3343/task/3346/stat : 3346 (java) S 3341 3343 2556 0 -1 64 47579 0 0 0 140 22 0 0 16 0 13 0 17624564 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3347] ppid=3341 vsize=1793184 CPUtime=1.62
/proc/3343/task/3347/stat : 3347 (java) S 3341 3343 2556 0 -1 64 41012 0 0 0 142 20 0 0 16 0 13 0 17624564 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3348] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3348/stat : 3348 (java) S 3341 3343 2556 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3349] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3349/stat : 3349 (java) S 3341 3343 2556 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3350] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3350/stat : 3350 (java) S 3341 3343 2556 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3351] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3351/stat : 3351 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 17624573 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3352] ppid=3341 vsize=1793184 CPUtime=0.53
/proc/3343/task/3352/stat : 3352 (java) S 3341 3343 2556 0 -1 64 1827 0 0 0 53 0 0 0 16 0 13 0 17624573 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3353] ppid=3341 vsize=1793184 CPUtime=0.38
/proc/3343/task/3353/stat : 3353 (java) S 3341 3343 2556 0 -1 64 894 0 0 0 38 0 0 0 16 0 13 0 17624573 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3354] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3354/stat : 3354 (java) S 3341 3343 2556 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 17624574 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3355] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3355/stat : 3355 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17624574 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3356] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3356/stat : 3356 (java) S 3341 3343 2556 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 17624914 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1124.11
Current children cumulated vsize (KiB) 1793184

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3358
/proc/meminfo: memFree=1198232/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1793184 CPUtime=1184.1
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 129754 0 1 0 118340 70 0 0 18 0 13 0 17624561 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 448296 110834 1326 9 0 445908 0
[pid=3343/tid=3345] ppid=3341 vsize=1793184 CPUtime=1179.89
/proc/3343/task/3345/stat : 3345 (java) R 3341 3343 2556 0 -1 64 37710 0 1 0 117964 25 0 0 25 0 13 0 17624563 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558739 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3346] ppid=3341 vsize=1793184 CPUtime=1.62
/proc/3343/task/3346/stat : 3346 (java) S 3341 3343 2556 0 -1 64 47579 0 0 0 140 22 0 0 16 0 13 0 17624564 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3347] ppid=3341 vsize=1793184 CPUtime=1.62
/proc/3343/task/3347/stat : 3347 (java) S 3341 3343 2556 0 -1 64 41012 0 0 0 142 20 0 0 16 0 13 0 17624564 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3348] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3348/stat : 3348 (java) S 3341 3343 2556 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3349] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3349/stat : 3349 (java) S 3341 3343 2556 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3350] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3350/stat : 3350 (java) S 3341 3343 2556 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3351] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3351/stat : 3351 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 17624573 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3352] ppid=3341 vsize=1793184 CPUtime=0.53
/proc/3343/task/3352/stat : 3352 (java) S 3341 3343 2556 0 -1 64 1827 0 0 0 53 0 0 0 16 0 13 0 17624573 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3353] ppid=3341 vsize=1793184 CPUtime=0.38
/proc/3343/task/3353/stat : 3353 (java) S 3341 3343 2556 0 -1 64 894 0 0 0 38 0 0 0 16 0 13 0 17624573 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3354] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3354/stat : 3354 (java) S 3341 3343 2556 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 17624574 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3355] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3355/stat : 3355 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17624574 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3356] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3356/stat : 3356 (java) S 3341 3343 2556 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 17624914 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1184.1
Current children cumulated vsize (KiB) 1793184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3358
/proc/meminfo: memFree=1198168/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1793184 CPUtime=1200.09
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 129754 0 1 0 119939 70 0 0 18 0 13 0 17624561 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 448296 110834 1326 9 0 445908 0
[pid=3343/tid=3345] ppid=3341 vsize=1793184 CPUtime=1195.9
/proc/3343/task/3345/stat : 3345 (java) R 3341 3343 2556 0 -1 64 37710 0 1 0 119564 26 0 0 25 0 13 0 17624563 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555282 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3346] ppid=3341 vsize=1793184 CPUtime=1.62
/proc/3343/task/3346/stat : 3346 (java) S 3341 3343 2556 0 -1 64 47579 0 0 0 140 22 0 0 16 0 13 0 17624564 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3347] ppid=3341 vsize=1793184 CPUtime=1.62
/proc/3343/task/3347/stat : 3347 (java) S 3341 3343 2556 0 -1 64 41012 0 0 0 142 20 0 0 16 0 13 0 17624564 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3348] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3348/stat : 3348 (java) S 3341 3343 2556 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3349] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3349/stat : 3349 (java) S 3341 3343 2556 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3350] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3350/stat : 3350 (java) S 3341 3343 2556 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3351] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3351/stat : 3351 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 17624573 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3352] ppid=3341 vsize=1793184 CPUtime=0.53
/proc/3343/task/3352/stat : 3352 (java) S 3341 3343 2556 0 -1 64 1827 0 0 0 53 0 0 0 16 0 13 0 17624573 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3353] ppid=3341 vsize=1793184 CPUtime=0.38
/proc/3343/task/3353/stat : 3353 (java) S 3341 3343 2556 0 -1 64 894 0 0 0 38 0 0 0 16 0 13 0 17624573 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3354] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3354/stat : 3354 (java) S 3341 3343 2556 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 17624574 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3355] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3355/stat : 3355 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17624574 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3356] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3356/stat : 3356 (java) S 3341 3343 2556 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 17624914 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1793184

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3358
/proc/meminfo: memFree=1198168/2055920 swapFree=4112932/4192956
[pid=3343] ppid=3341 vsize=1793184 CPUtime=1200.09
/proc/3343/stat : 3343 (java) S 3341 3343 2556 0 -1 0 129754 0 1 0 119939 70 0 0 18 0 13 0 17624561 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3343/statm: 448296 110834 1326 9 0 445908 0
[pid=3343/tid=3345] ppid=3341 vsize=1793184 CPUtime=1195.9
/proc/3343/task/3345/stat : 3345 (java) R 3341 3343 2556 0 -1 64 37710 0 1 0 119564 26 0 0 25 0 13 0 17624563 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555282 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3346] ppid=3341 vsize=1793184 CPUtime=1.62
/proc/3343/task/3346/stat : 3346 (java) S 3341 3343 2556 0 -1 64 47579 0 0 0 140 22 0 0 16 0 13 0 17624564 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3347] ppid=3341 vsize=1793184 CPUtime=1.62
/proc/3343/task/3347/stat : 3347 (java) S 3341 3343 2556 0 -1 64 41012 0 0 0 142 20 0 0 16 0 13 0 17624564 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3343/tid=3348] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3348/stat : 3348 (java) S 3341 3343 2556 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3349] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3349/stat : 3349 (java) S 3341 3343 2556 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3350] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3350/stat : 3350 (java) S 3341 3343 2556 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 17624567 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3351] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3351/stat : 3351 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 17624573 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3352] ppid=3341 vsize=1793184 CPUtime=0.53
/proc/3343/task/3352/stat : 3352 (java) S 3341 3343 2556 0 -1 64 1827 0 0 0 53 0 0 0 16 0 13 0 17624573 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3353] ppid=3341 vsize=1793184 CPUtime=0.38
/proc/3343/task/3353/stat : 3353 (java) S 3341 3343 2556 0 -1 64 894 0 0 0 38 0 0 0 16 0 13 0 17624573 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3354] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3354/stat : 3354 (java) S 3341 3343 2556 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 17624574 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3355] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3355/stat : 3355 (java) S 3341 3343 2556 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17624574 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3343/tid=3356] ppid=3341 vsize=1793184 CPUtime=0
/proc/3343/task/3356/stat : 3356 (java) S 3341 3343 2556 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 17624914 1836220416 110834 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1793184

Child status: 143
Real time (s): 1198.4
CPU time (s): 1200.2
CPU user time (s): 1199.43
CPU system time (s): 0.771882
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 1795780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.43
system time used= 0.771882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129773
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24706
involuntary context switches= 26293

runsolver used 1.16082 second user time and 3.22351 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Wed Apr 18 09:10:50 UTC 2007

IDJOB= 331677
IDBENCH= 20369
IDSOLVER= 141
FILE ID= node40/331677-1176887450

PBS_JOBID= 4595110

Free space on /tmp= 66525 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/partial-10-15-u.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331677-1176887450/sat4j-sat2007.jar /tmp/evaluation/331677-1176887450/instance-331677-1176887450.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-331677-1176887450 -o ROOT/results/node40/solver-331677-1176887450 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331677-1176887450/sat4j-sat2007.jar /tmp/evaluation/331677-1176887450/instance-331677-1176887450.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  5075403108b346b0852b49bcc62d2275

RANDOM SEED= 446798727

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.283
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.283
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1638232 kB
Buffers:         27240 kB
Cached:         309340 kB
SwapCached:       2604 kB
Active:         147712 kB
Inactive:       213952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638232 kB
SwapTotal:     4192956 kB
SwapFree:      4112932 kB
Dirty:           22764 kB
Writeback:           0 kB
Mapped:          34044 kB
Slab:            41504 kB
Committed_AS:   252868 kB
PageTables:       1868 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66525 MiB

End job on node40 on Wed Apr 18 09:30:50 UTC 2007