Trace number 349826

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
sat4jPseudoCP 2007-03-23? (TO) 1800.23 1784.03

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-35-30.opb
MD5SUMc31072fad7bb81e0a58c1598fe2e2bbc
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints17885
Number of constraints which are clauses17885
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint30
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.06/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.18	c no version file found!!!
0.06/0.18	c sun.arch.data.model	32
0.06/0.18	c java.version	1.6.0
0.06/0.18	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.15/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.15/0.23	--- Begin Solver configuration ---
0.15/0.23	c Stops conflict analysis at the first Unique Implication Point
0.15/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.23	c Learn all clauses as in MiniSAT
0.15/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.23	c No reason simplification
0.15/0.23	c --- End Solver configuration ---
0.15/0.23	c solving /tmp/evaluation/349826-1176716260/instance-349826-1176716260.opb
0.15/0.23	c reading problem ... 
1.93/1.40	c ... done. Wall clock time 1.168s.
1.93/1.40	c CPU time (experimental) 0.91s.
1.93/1.40	c #vars     1050
1.93/1.40	c #constraints  17885
1800.10/1783.91	c starts		: 2
1800.10/1783.91	c conflicts		: 286916
1800.10/1783.91	c decisions		: 372768
1800.10/1783.91	c propagations		: 5358006
1800.10/1783.91	c inspects		: 824090220
1800.10/1783.91	c learnt literals	: 0
1800.10/1783.91	c learnt binary clauses	: 0
1800.10/1783.91	c learnt ternary clauses	: 0
1800.10/1783.91	c learnt clauses	: 286915
1800.10/1783.91	c root simplifications	: 0
1800.10/1783.91	c removed literals (reason simplification)	: 0
1800.10/1783.91	c reason swapping (by a shorter reason)	: 0
1800.10/1783.91	c Calls to reduceDB	: 0
1800.10/1783.91	c speed (decisions/second)	: 209.12592110541064
1800.10/1783.91	c non guided choices	574
1800.10/1783.91	s UNKNOWN
1800.10/1783.91	c Total wall clock time (ms): 1783.678

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-349826-1176716260 -o ROOT/results/node11/solver-349826-1176716260 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349826-1176716260/sat4jPseudoCP.jar /tmp/evaluation/349826-1176716260/instance-349826-1176716260.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 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 2/77 20467
/proc/meminfo: memFree=1553392/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=18568 CPUtime=0
/proc/20467/stat : 20467 (runsolver) R 20465 20467 19459 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 112674932 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/20467/statm: 4642 292 257 24 0 2626 0

[startup+0.019336 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 20467
/proc/meminfo: memFree=1553392/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=12620 CPUtime=0
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 846 0 0 0 0 0 0 0 18 0 2 0 112674932 12922880 602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 3155 602 285 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12620

[startup+0.101956 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 20467
/proc/meminfo: memFree=1553392/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=1778140 CPUtime=0.06
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 3793 0 1 0 4 2 0 0 18 0 7 0 112674932 1820815360 3535 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 444535 3535 1086 9 0 442171 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778140

[startup+0.301981 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 20467
/proc/meminfo: memFree=1553392/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=1781508 CPUtime=0.27
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 5059 0 1 0 24 3 0 0 18 0 12 0 112674932 1824264192 4797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 445377 4797 1263 9 0 442989 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1781508

[startup+0.702028 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 20467
/proc/meminfo: memFree=1553392/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=1782696 CPUtime=0.86
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 6813 0 1 0 82 4 0 0 18 0 12 0 112674932 1825480704 6239 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 445674 6239 1301 9 0 443286 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1782696

[startup+1.50212 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 20479
/proc/meminfo: memFree=1527120/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=1785308 CPUtime=2.1
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 15687 0 1 0 201 9 0 0 18 0 13 0 112674932 1828155392 14059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 446327 14059 1310 9 0 443939 0
[pid=20467/tid=20469] ppid=20465 vsize=1785308 CPUtime=1.01
/proc/20467/task/20469/stat : 20469 (java) R 20465 20467 19459 0 -1 64 12187 0 1 0 94 7 0 0 19 0 13 0 112674934 1828155392 14059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109213181 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20470] ppid=20465 vsize=1785308 CPUtime=0
/proc/20467/task/20470/stat : 20470 (java) S 20465 20467 19459 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 112674935 1828155392 14059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20471] ppid=20465 vsize=1785308 CPUtime=0
/proc/20467/task/20471/stat : 20471 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112674935 1828155392 14059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20472] ppid=20465 vsize=1785308 CPUtime=0
/proc/20467/task/20472/stat : 20472 (java) S 20465 20467 19459 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 112674937 1828155392 14059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20473] ppid=20465 vsize=1785308 CPUtime=0
/proc/20467/task/20473/stat : 20473 (java) S 20465 20467 19459 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 112674938 1828155392 14059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20474] ppid=20465 vsize=1785308 CPUtime=0
/proc/20467/task/20474/stat : 20474 (java) S 20465 20467 19459 0 -1 64 5 0 0 0 0 0 0 0 21 0 13 0 112674938 1828155392 14059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20475] ppid=20465 vsize=1785308 CPUtime=0
/proc/20467/task/20475/stat : 20475 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112674945 1828155392 14059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20476] ppid=20465 vsize=1785308 CPUtime=0.55
/proc/20467/task/20476/stat : 20476 (java) R 20465 20467 19459 0 -1 64 980 0 0 0 55 0 0 0 17 0 13 0 112674945 1828155392 14059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102471968 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20477] ppid=20465 vsize=1785308 CPUtime=0.52
/proc/20467/task/20477/stat : 20477 (java) R 20465 20467 19459 0 -1 64 1794 0 0 0 52 0 0 0 17 0 13 0 112674945 1828155392 14059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105283206 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20478] ppid=20465 vsize=1785308 CPUtime=0
/proc/20467/task/20478/stat : 20478 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112674945 1828155392 14059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20479] ppid=20465 vsize=1785308 CPUtime=0
/proc/20467/task/20479/stat : 20479 (java) S 20465 20467 19459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 112674945 1828155392 14059 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 1785308

[startup+3.10231 s]
/proc/loadavg: 1.09 1.02 1.01 2/90 20480
/proc/meminfo: memFree=1462792/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=1786332 CPUtime=4.45
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 44045 0 1 0 425 20 0 0 18 0 13 0 112674932 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 446583 40168 1325 9 0 444195 0
[pid=20467/tid=20469] ppid=20465 vsize=1786332 CPUtime=2.42
/proc/20467/task/20469/stat : 20469 (java) R 20465 20467 19459 0 -1 64 37709 0 1 0 225 17 0 0 21 0 13 0 112674934 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109773476 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20470] ppid=20465 vsize=1786332 CPUtime=0.01
/proc/20467/task/20470/stat : 20470 (java) S 20465 20467 19459 0 -1 64 273 0 0 0 1 0 0 0 16 0 13 0 112674935 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20471] ppid=20465 vsize=1786332 CPUtime=0.01
/proc/20467/task/20471/stat : 20471 (java) S 20465 20467 19459 0 -1 64 216 0 0 0 1 0 0 0 16 0 13 0 112674935 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20472] ppid=20465 vsize=1786332 CPUtime=0
/proc/20467/task/20472/stat : 20472 (java) S 20465 20467 19459 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112674937 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20473] ppid=20465 vsize=1786332 CPUtime=0
/proc/20467/task/20473/stat : 20473 (java) S 20465 20467 19459 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112674938 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20474] ppid=20465 vsize=1786332 CPUtime=0
/proc/20467/task/20474/stat : 20474 (java) S 20465 20467 19459 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112674938 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20475] ppid=20465 vsize=1786332 CPUtime=0
/proc/20467/task/20475/stat : 20475 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112674945 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20476] ppid=20465 vsize=1786332 CPUtime=0.97
/proc/20467/task/20476/stat : 20476 (java) S 20465 20467 19459 0 -1 64 1675 0 0 0 97 0 0 0 17 0 13 0 112674945 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20477] ppid=20465 vsize=1786332 CPUtime=1
/proc/20467/task/20477/stat : 20477 (java) S 20465 20467 19459 0 -1 64 3442 0 0 0 99 1 0 0 16 0 13 0 112674945 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20478] ppid=20465 vsize=1786332 CPUtime=0
/proc/20467/task/20478/stat : 20478 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112674945 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20479] ppid=20465 vsize=1786332 CPUtime=0
/proc/20467/task/20479/stat : 20479 (java) S 20465 20467 19459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 112674945 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20480] ppid=20465 vsize=1786332 CPUtime=0
/proc/20467/task/20480/stat : 20480 (java) S 20465 20467 19459 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 112675073 1829203968 40168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1786332

[startup+6.3027 s]
/proc/loadavg: 1.09 1.02 1.01 2/90 20480
/proc/meminfo: memFree=1396232/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=1786284 CPUtime=7.69
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 46503 0 1 0 748 21 0 0 18 0 13 0 112674932 1829154816 42035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 446571 42037 1325 9 0 444183 0
[pid=20467/tid=20469] ppid=20465 vsize=1786284 CPUtime=5.55
/proc/20467/task/20469/stat : 20469 (java) R 20465 20467 19459 0 -1 64 38808 0 1 0 538 17 0 0 22 0 13 0 112674934 1829154816 42038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109773517 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20470] ppid=20465 vsize=1786284 CPUtime=0.05
/proc/20467/task/20470/stat : 20470 (java) S 20465 20467 19459 0 -1 64 836 0 0 0 5 0 0 0 16 0 13 0 112674935 1829154816 42040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20471] ppid=20465 vsize=1786284 CPUtime=0.05
/proc/20467/task/20471/stat : 20471 (java) S 20465 20467 19459 0 -1 64 994 0 0 0 5 0 0 0 16 0 13 0 112674935 1829154816 42042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20472] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20472/stat : 20472 (java) S 20465 20467 19459 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 112674937 1829154816 42043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20473] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20473/stat : 20473 (java) S 20465 20467 19459 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 42044 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20474] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20474/stat : 20474 (java) S 20465 20467 19459 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 42046 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20475] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20475/stat : 20475 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112674945 1829154816 42048 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20476] ppid=20465 vsize=1786284 CPUtime=0.99
/proc/20467/task/20476/stat : 20476 (java) S 20465 20467 19459 0 -1 64 1675 0 0 0 99 0 0 0 16 0 13 0 112674945 1829154816 42051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20477] ppid=20465 vsize=1786284 CPUtime=1
/proc/20467/task/20477/stat : 20477 (java) S 20465 20467 19459 0 -1 64 3442 0 0 0 99 1 0 0 16 0 13 0 112674945 1829154816 42052 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20478] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20478/stat : 20478 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112674945 1829154816 42054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20479] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20479/stat : 20479 (java) S 20465 20467 19459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 112674945 1829154816 42056 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20480] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20480/stat : 20480 (java) S 20465 20467 19459 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 112675073 1829154816 42058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1786284

[startup+12.7025 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 20480
/proc/meminfo: memFree=1361416/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=1786284 CPUtime=14.13
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 55539 0 1 0 1388 25 0 0 18 0 13 0 112674932 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 446571 48983 1331 9 0 444183 0
[pid=20467/tid=20469] ppid=20465 vsize=1786284 CPUtime=11.92
/proc/20467/task/20469/stat : 20469 (java) R 20465 20467 19459 0 -1 64 46090 0 1 0 1171 21 0 0 19 0 13 0 112674934 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109773573 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20470] ppid=20465 vsize=1786284 CPUtime=0.06
/proc/20467/task/20470/stat : 20470 (java) S 20465 20467 19459 0 -1 64 1614 0 0 0 6 0 0 0 16 0 13 0 112674935 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20471] ppid=20465 vsize=1786284 CPUtime=0.06
/proc/20467/task/20471/stat : 20471 (java) S 20465 20467 19459 0 -1 64 1961 0 0 0 6 0 0 0 16 0 13 0 112674935 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20472] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20472/stat : 20472 (java) S 20465 20467 19459 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 112674937 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20473] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20473/stat : 20473 (java) S 20465 20467 19459 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20474] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20474/stat : 20474 (java) S 20465 20467 19459 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20475] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20475/stat : 20475 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112674945 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20476] ppid=20465 vsize=1786284 CPUtime=1.01
/proc/20467/task/20476/stat : 20476 (java) S 20465 20467 19459 0 -1 64 1675 0 0 0 101 0 0 0 16 0 13 0 112674945 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20477] ppid=20465 vsize=1786284 CPUtime=1.02
/proc/20467/task/20477/stat : 20477 (java) S 20465 20467 19459 0 -1 64 3448 0 0 0 101 1 0 0 15 0 13 0 112674945 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20478] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20478/stat : 20478 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112674945 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20479] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20479/stat : 20479 (java) S 20465 20467 19459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 112674945 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20480] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20480/stat : 20480 (java) S 20465 20467 19459 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 112675073 1829154816 48983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.13
Current children cumulated vsize (KiB) 1786284

[startup+25.502 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 20480
/proc/meminfo: memFree=1382728/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=1786284 CPUtime=27.03
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 56546 0 1 0 2677 26 0 0 18 0 13 0 112674932 1829154816 43496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 446571 43496 1333 9 0 444183 0
[pid=20467/tid=20469] ppid=20465 vsize=1786284 CPUtime=24.68
/proc/20467/task/20469/stat : 20469 (java) R 20465 20467 19459 0 -1 64 46115 0 1 0 2447 21 0 0 17 0 13 0 112674934 1829154816 43496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109788136 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20470] ppid=20465 vsize=1786284 CPUtime=0.09
/proc/20467/task/20470/stat : 20470 (java) S 20465 20467 19459 0 -1 64 2126 0 0 0 8 1 0 0 16 0 13 0 112674935 1829154816 43496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20471] ppid=20465 vsize=1786284 CPUtime=0.09
/proc/20467/task/20471/stat : 20471 (java) S 20465 20467 19459 0 -1 64 2417 0 0 0 8 1 0 0 16 0 13 0 112674935 1829154816 43496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20472] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20472/stat : 20472 (java) S 20465 20467 19459 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 112674937 1829154816 43496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=20467/tid=20472] ppid=20465 vsize=1786284 CPUtime=0.57
/proc/20467/task/20472/stat : 20472 (java) S 20465 20467 19459 0 -1 64 138 0 0 0 32 25 0 0 15 0 13 0 112674937 1829154816 113334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20473] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20473/stat : 20473 (java) S 20465 20467 19459 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 113334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20474] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20474/stat : 20474 (java) S 20465 20467 19459 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 113334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20475] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20475/stat : 20475 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112674945 1829154816 113334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20476] ppid=20465 vsize=1786284 CPUtime=1.02
/proc/20467/task/20476/stat : 20476 (java) S 20465 20467 19459 0 -1 64 1677 0 0 0 102 0 0 0 16 0 13 0 112674945 1829154816 113334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20477] ppid=20465 vsize=1786284 CPUtime=1.11
/proc/20467/task/20477/stat : 20477 (java) S 20465 20467 19459 0 -1 64 3460 0 0 0 110 1 0 0 16 0 13 0 112674945 1829154816 113334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20478] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20478/stat : 20478 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112674945 1829154816 113334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20479] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20479/stat : 20479 (java) S 20465 20467 19459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 112674945 1829154816 113334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20480] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20480/stat : 20480 (java) S 20465 20467 19459 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 112675073 1829154816 113334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1616.62
Current children cumulated vsize (KiB) 1786284

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20680
/proc/meminfo: memFree=1096328/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=1786284 CPUtime=1677.14
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 160338 0 1 0 167558 156 0 0 18 0 13 0 112674932 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 446571 114892 1333 9 0 444183 0
[pid=20467/tid=20469] ppid=20465 vsize=1786284 CPUtime=1644.43
/proc/20467/task/20469/stat : 20469 (java) R 20465 20467 19459 0 -1 64 76597 0 1 0 164386 57 0 0 25 0 13 0 112674934 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109773858 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20470] ppid=20465 vsize=1786284 CPUtime=15.01
/proc/20467/task/20470/stat : 20470 (java) S 20465 20467 19459 0 -1 64 34358 0 0 0 1470 31 0 0 16 0 13 0 112674935 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20471] ppid=20465 vsize=1786284 CPUtime=14.94
/proc/20467/task/20471/stat : 20471 (java) S 20465 20467 19459 0 -1 64 43385 0 0 0 1455 39 0 0 16 0 13 0 112674935 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20472] ppid=20465 vsize=1786284 CPUtime=0.58
/proc/20467/task/20472/stat : 20472 (java) S 20465 20467 19459 0 -1 64 138 0 0 0 33 25 0 0 15 0 13 0 112674937 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20473] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20473/stat : 20473 (java) S 20465 20467 19459 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20474] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20474/stat : 20474 (java) S 20465 20467 19459 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20475] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20475/stat : 20475 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112674945 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20476] ppid=20465 vsize=1786284 CPUtime=1.02
/proc/20467/task/20476/stat : 20476 (java) S 20465 20467 19459 0 -1 64 1677 0 0 0 102 0 0 0 16 0 13 0 112674945 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20477] ppid=20465 vsize=1786284 CPUtime=1.11
/proc/20467/task/20477/stat : 20477 (java) S 20465 20467 19459 0 -1 64 3460 0 0 0 110 1 0 0 16 0 13 0 112674945 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20478] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20478/stat : 20478 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112674945 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20479] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20479/stat : 20479 (java) S 20465 20467 19459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 112674945 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20480] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20480/stat : 20480 (java) S 20465 20467 19459 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 112675073 1829154816 114892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1677.14
Current children cumulated vsize (KiB) 1786284

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20680
/proc/meminfo: memFree=1088072/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=1786284 CPUtime=1737.8
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 162609 0 1 0 173621 159 0 0 18 0 13 0 112674932 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 446571 117078 1333 9 0 444183 0
[pid=20467/tid=20469] ppid=20465 vsize=1786284 CPUtime=1703.64
/proc/20467/task/20469/stat : 20469 (java) R 20465 20467 19459 0 -1 64 76643 0 1 0 170306 58 0 0 25 0 13 0 112674934 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109796678 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20470] ppid=20465 vsize=1786284 CPUtime=15.71
/proc/20467/task/20470/stat : 20470 (java) S 20465 20467 19459 0 -1 64 36427 0 0 0 1539 32 0 0 16 0 13 0 112674935 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20471] ppid=20465 vsize=1786284 CPUtime=15.66
/proc/20467/task/20471/stat : 20471 (java) S 20465 20467 19459 0 -1 64 43541 0 0 0 1526 40 0 0 16 0 13 0 112674935 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20472] ppid=20465 vsize=1786284 CPUtime=0.6
/proc/20467/task/20472/stat : 20472 (java) S 20465 20467 19459 0 -1 64 138 0 0 0 34 26 0 0 15 0 13 0 112674937 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20473] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20473/stat : 20473 (java) S 20465 20467 19459 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20474] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20474/stat : 20474 (java) S 20465 20467 19459 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20475] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20475/stat : 20475 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112674945 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20476] ppid=20465 vsize=1786284 CPUtime=1.02
/proc/20467/task/20476/stat : 20476 (java) S 20465 20467 19459 0 -1 64 1677 0 0 0 102 0 0 0 16 0 13 0 112674945 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20477] ppid=20465 vsize=1786284 CPUtime=1.11
/proc/20467/task/20477/stat : 20477 (java) S 20465 20467 19459 0 -1 64 3460 0 0 0 110 1 0 0 16 0 13 0 112674945 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20478] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20478/stat : 20478 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112674945 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20479] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20479/stat : 20479 (java) S 20465 20467 19459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 112674945 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20480] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20480/stat : 20480 (java) S 20465 20467 19459 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 112675073 1829154816 117078 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1737.8
Current children cumulated vsize (KiB) 1786284

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20680
/proc/meminfo: memFree=1080008/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=1786284 CPUtime=1798.48
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 164606 0 1 0 179686 162 0 0 18 0 13 0 112674932 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 446571 118979 1333 9 0 444183 0
[pid=20467/tid=20469] ppid=20465 vsize=1786284 CPUtime=1762.8
/proc/20467/task/20469/stat : 20469 (java) R 20465 20467 19459 0 -1 64 76689 0 1 0 176222 58 0 0 25 0 13 0 112674934 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109809793 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20470] ppid=20465 vsize=1786284 CPUtime=16.47
/proc/20467/task/20470/stat : 20470 (java) S 20465 20467 19459 0 -1 64 38094 0 0 0 1613 34 0 0 16 0 13 0 112674935 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20471] ppid=20465 vsize=1786284 CPUtime=16.42
/proc/20467/task/20471/stat : 20471 (java) S 20465 20467 19459 0 -1 64 43824 0 0 0 1602 40 0 0 17 0 13 0 112674935 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20472] ppid=20465 vsize=1786284 CPUtime=0.6
/proc/20467/task/20472/stat : 20472 (java) S 20465 20467 19459 0 -1 64 139 0 0 0 34 26 0 0 15 0 13 0 112674937 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20473] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20473/stat : 20473 (java) S 20465 20467 19459 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20474] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20474/stat : 20474 (java) S 20465 20467 19459 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20475] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20475/stat : 20475 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112674945 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20476] ppid=20465 vsize=1786284 CPUtime=1.02
/proc/20467/task/20476/stat : 20476 (java) S 20465 20467 19459 0 -1 64 1677 0 0 0 102 0 0 0 16 0 13 0 112674945 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20477] ppid=20465 vsize=1786284 CPUtime=1.11
/proc/20467/task/20477/stat : 20477 (java) S 20465 20467 19459 0 -1 64 3460 0 0 0 110 1 0 0 16 0 13 0 112674945 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20478] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20478/stat : 20478 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112674945 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20479] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20479/stat : 20479 (java) S 20465 20467 19459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 112674945 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20480] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20480/stat : 20480 (java) S 20465 20467 19459 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 112675073 1829154816 118979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.48
Current children cumulated vsize (KiB) 1786284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20680
/proc/meminfo: memFree=1079688/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=1786284 CPUtime=1800.1
/proc/20467/stat : 20467 (java) S 20465 20467 19459 0 -1 0 164644 0 1 0 179848 162 0 0 18 0 13 0 112674932 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20467/statm: 446571 119016 1333 9 0 444183 0
[pid=20467/tid=20469] ppid=20465 vsize=1786284 CPUtime=1764.38
/proc/20467/task/20469/stat : 20469 (java) R 20465 20467 19459 0 -1 64 76690 0 1 0 176380 58 0 0 25 0 13 0 112674934 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109797330 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20470] ppid=20465 vsize=1786284 CPUtime=16.49
/proc/20467/task/20470/stat : 20470 (java) S 20465 20467 19459 0 -1 64 38131 0 0 0 1615 34 0 0 16 0 13 0 112674935 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20471] ppid=20465 vsize=1786284 CPUtime=16.44
/proc/20467/task/20471/stat : 20471 (java) S 20465 20467 19459 0 -1 64 43824 0 0 0 1604 40 0 0 16 0 13 0 112674935 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20467/tid=20472] ppid=20465 vsize=1786284 CPUtime=0.6
/proc/20467/task/20472/stat : 20472 (java) S 20465 20467 19459 0 -1 64 139 0 0 0 34 26 0 0 16 0 13 0 112674937 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20473] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20473/stat : 20473 (java) S 20465 20467 19459 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20474] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20474/stat : 20474 (java) S 20465 20467 19459 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 112674938 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20475] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20475/stat : 20475 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 112674945 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20476] ppid=20465 vsize=1786284 CPUtime=1.02
/proc/20467/task/20476/stat : 20476 (java) S 20465 20467 19459 0 -1 64 1677 0 0 0 102 0 0 0 16 0 13 0 112674945 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20477] ppid=20465 vsize=1786284 CPUtime=1.11
/proc/20467/task/20477/stat : 20477 (java) S 20465 20467 19459 0 -1 64 3460 0 0 0 110 1 0 0 16 0 13 0 112674945 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20478] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20478/stat : 20478 (java) S 20465 20467 19459 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 112674945 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20479] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20479/stat : 20479 (java) S 20465 20467 19459 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 112674945 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20467/tid=20480] ppid=20465 vsize=1786284 CPUtime=0
/proc/20467/task/20480/stat : 20480 (java) S 20465 20467 19459 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 112675073 1829154816 119016 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1786284

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

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

[startup+1784.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 20680
/proc/meminfo: memFree=1079688/2055920 swapFree=4146520/4192956
[pid=20467] ppid=20465 vsize=0 CPUtime=1800.21
/proc/20467/stat : 20467 (java) Z 20465 20467 19459 0 -1 1036 164664 0 1 0 179853 168 0 0 16 0 2 0 112674932 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20467/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1784.03
CPU time (s): 1800.23
CPU user time (s): 1798.53
CPU system time (s): 1.69974
CPU usage (%): 100.908
Max. virtual memory (cumulated for all children) (KiB): 1787076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.53
system time used= 1.69974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164664
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= 65581
involuntary context switches= 62641

runsolver used 2.06968 second user time and 5.77512 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Apr 16 09:37:40 UTC 2007

IDJOB= 349826
IDBENCH= 2606
IDSOLVER= 160
FILE ID= node11/349826-1176716260

PBS_JOBID= 4559441

Free space on /tmp= 66374 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349826-1176716260/sat4jPseudoCP.jar /tmp/evaluation/349826-1176716260/instance-349826-1176716260.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-349826-1176716260 -o ROOT/results/node11/solver-349826-1176716260 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349826-1176716260/sat4jPseudoCP.jar /tmp/evaluation/349826-1176716260/instance-349826-1176716260.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c31072fad7bb81e0a58c1598fe2e2bbc

RANDOM SEED= 405935903

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1553800 kB
Buffers:         32436 kB
Cached:         400248 kB
SwapCached:      15504 kB
Active:         254812 kB
Inactive:       202564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553800 kB
SwapTotal:     4192956 kB
SwapFree:      4146520 kB
Dirty:            4092 kB
Writeback:           0 kB
Mapped:          31180 kB
Slab:            30196 kB
Committed_AS:  6117484 kB
PageTables:       1848 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= 66374 MiB

End job on node11 on Mon Apr 16 10:07:26 UTC 2007