Trace number 429569

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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.17 1767.23

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=41-P1=53-P2=67-P3=59-P4=53-P5=61-P6=29-P7=29-P8=17-B.opb
MD5SUMf3f9a9130af59a7746b19fdd52967c7b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.100984
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables144
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)288
Sum of products size (including duplicates)576
Number of different products288
Sum of products size576

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 no version file found!!!
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.17	c os.version	2.6.9-22.EL.rootsmp
0.06/0.17	c os.arch	i386
0.06/0.17	c Free memory 1651659224
0.06/0.17	c Max memory 1654456320
0.06/0.17	c Total memory 1654456320
0.06/0.17	c Number of processors 2
0.17/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.17/0.23	--- Begin Solver configuration ---
0.17/0.23	c Stops conflict analysis at the first Unique Implication Point
0.17/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.23	c Learn all clauses as in MiniSAT
0.17/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.23	c No reason simplification
0.17/0.23	c --- End Solver configuration ---
0.17/0.23	c Simplify asserted PB constraints to clauses
0.17/0.23	c solving /tmp/evaluation/429569-1177986548/instance-429569-1177986548.opb
0.17/0.23	c reading problem ... 
0.42/0.41	c ... done. Wall clock time 0.183s.
0.42/0.41	c CPU time (experimental) 0.31s.
0.42/0.41	c #vars     432
0.42/0.41	c #constraints  601
1800.03/1767.11	c starts		: 2
1800.03/1767.11	c conflicts		: 82640
1800.03/1767.11	c decisions		: 88541
1800.03/1767.11	c propagations		: 951850
1800.03/1767.11	c inspects		: 875004868
1800.03/1767.11	c learnt literals	: 0
1800.03/1767.11	c learnt binary clauses	: 0
1800.03/1767.11	c learnt ternary clauses	: 0
1800.03/1767.11	c learnt clauses	: 82640
1800.03/1767.11	c root simplifications	: 0
1800.03/1767.11	c removed literals (reason simplification)	: 0
1800.03/1767.11	c reason swapping (by a shorter reason)	: 0
1800.03/1767.11	c Calls to reduceDB	: 0
1800.03/1767.11	c speed (decisions/second)	: 50.11668667575708
1800.03/1767.11	c non guided choices	226
1800.03/1767.11	s UNKNOWN
1800.03/1767.11	c Total wall clock time (ms): 1766.886

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-429569-1177986548 -o ROOT/results/node10/solver-429569-1177986548 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429569-1177986548/sat4jPseudoCPClause.jar /tmp/evaluation/429569-1177986548/instance-429569-1177986548.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 21777
/proc/meminfo: memFree=1707208/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=152 CPUtime=0
/proc/21777/stat : 21777 (java) D 21775 21777 20151 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 274692378 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8905508 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21777/statm: 38 26 19 9 0 4 0

[startup+0.102794 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 21777
/proc/meminfo: memFree=1707208/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1777708 CPUtime=0.06
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 3764 0 1 0 4 2 0 0 18 0 7 0 274692378 1820372992 3508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 444427 3508 1085 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.201811 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 21777
/proc/meminfo: memFree=1707208/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1781300 CPUtime=0.17
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 4737 0 1 0 14 3 0 0 18 0 12 0 274692378 1824051200 4477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 445325 4477 1243 9 0 442936 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1781300

[startup+0.301835 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 21777
/proc/meminfo: memFree=1707208/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1782436 CPUtime=0.29
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 5072 0 1 0 25 4 0 0 18 0 12 0 274692378 1825214464 4812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 445609 4812 1255 9 0 443220 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782436

[startup+0.701921 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 21777
/proc/meminfo: memFree=1707208/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1785556 CPUtime=0.96
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 7434 0 1 0 92 4 0 0 18 0 13 0 274692378 1828409344 6601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 446389 6601 1306 9 0 444000 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1785556

[startup+1.5021 s]
/proc/loadavg: 0.92 0.98 0.99 3/90 21790
/proc/meminfo: memFree=1673056/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1798384 CPUtime=2.53
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 20681 0 1 0 243 10 0 0 18 0 13 0 274692378 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 449596 13952 1313 9 0 447207 0
[pid=21777/tid=21779] ppid=21775 vsize=1798384 CPUtime=0.69
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 20151 0 -1 64 9191 0 1 0 64 5 0 0 17 0 13 0 274692380 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109212971 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21780] ppid=21775 vsize=1798384 CPUtime=0
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 20151 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 274692384 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21781] ppid=21775 vsize=1798384 CPUtime=0
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 20151 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 274692384 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21782] ppid=21775 vsize=1798384 CPUtime=0
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 20151 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 274692386 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21783] ppid=21775 vsize=1798384 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 20151 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 274692387 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=1798384 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 20151 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 274692387 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=1798384 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 274692390 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=1798384 CPUtime=0.85
/proc/21777/task/21786/stat : 21786 (java) R 21775 21777 20151 0 -1 64 3400 0 0 0 84 1 0 0 18 0 13 0 274692390 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105421673 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21787] ppid=21775 vsize=1798384 CPUtime=0.96
/proc/21777/task/21787/stat : 21787 (java) R 21775 21777 20151 0 -1 64 7367 0 0 0 94 2 0 0 18 0 13 0 274692390 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105131004 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=1798384 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 274692390 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=1798384 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 20151 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 274692391 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21790] ppid=21775 vsize=1798384 CPUtime=0
/proc/21777/task/21790/stat : 21790 (java) S 21775 21777 20151 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274692420 1841545216 13952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1798384

[startup+3.10244 s]
/proc/loadavg: 1.01 1.00 1.00 4/90 21790
/proc/meminfo: memFree=1601504/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1796960 CPUtime=5.18
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 54507 0 1 0 492 26 0 0 18 0 13 0 274692378 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 449240 43170 1322 9 0 446851 0
[pid=21777/tid=21779] ppid=21775 vsize=1796960 CPUtime=1.93
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 20151 0 -1 64 37739 0 1 0 174 19 0 0 21 0 13 0 274692380 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109513184 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21780] ppid=21775 vsize=1796960 CPUtime=0.01
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 20151 0 -1 64 385 0 0 0 1 0 0 0 16 0 13 0 274692384 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21781] ppid=21775 vsize=1796960 CPUtime=0.01
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 20151 0 -1 64 385 0 0 0 1 0 0 0 16 0 13 0 274692384 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21782] ppid=21775 vsize=1796960 CPUtime=0
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 20151 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 274692386 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21783] ppid=21775 vsize=1796960 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 20151 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 274692387 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=1796960 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 20151 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 274692387 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=1796960 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 274692390 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=1796960 CPUtime=1.61
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 20151 0 -1 64 7324 0 0 0 158 3 0 0 16 0 13 0 274692390 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21787] ppid=21775 vsize=1796960 CPUtime=1.58
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 20151 0 -1 64 7946 0 0 0 155 3 0 0 16 0 13 0 274692390 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=1796960 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 274692390 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=1796960 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 20151 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 274692391 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21790] ppid=21775 vsize=1796960 CPUtime=0
/proc/21777/task/21790/stat : 21790 (java) S 21775 21777 20151 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274692420 1840087040 43170 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 1796960

[startup+6.30112 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 21790
/proc/meminfo: memFree=1529056/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1796636 CPUtime=8.48
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 57611 0 1 0 819 29 0 0 18 0 13 0 274692378 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 449159 44274 1329 9 0 446770 0
[pid=21777/tid=21779] ppid=21775 vsize=1796636 CPUtime=5.01
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 20151 0 -1 64 37745 0 1 0 482 19 0 0 25 0 13 0 274692380 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109475302 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21780] ppid=21775 vsize=1796636 CPUtime=0.11
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 20151 0 -1 64 1939 0 0 0 10 1 0 0 16 0 13 0 274692384 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21781] ppid=21775 vsize=1796636 CPUtime=0.11
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 20151 0 -1 64 1916 0 0 0 10 1 0 0 16 0 13 0 274692384 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21782] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 20151 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 274692386 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21783] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 20151 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 274692387 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 20151 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 274692387 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 274692390 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=1796636 CPUtime=1.62
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 20151 0 -1 64 7325 0 0 0 159 3 0 0 17 0 13 0 274692390 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21787] ppid=21775 vsize=1796636 CPUtime=1.59
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 20151 0 -1 64 7952 0 0 0 156 3 0 0 16 0 13 0 274692390 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 274692390 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 20151 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 274692391 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21790] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21790/stat : 21790 (java) S 21775 21777 20151 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274692420 1839755264 44274 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 1796636

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21790
/proc/meminfo: memFree=1501344/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1796636 CPUtime=15.04
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 66853 0 1 0 1471 33 0 0 18 0 13 0 274692378 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 449159 52947 1329 9 0 446770 0
[pid=21777/tid=21779] ppid=21775 vsize=1796636 CPUtime=11.25
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 20151 0 -1 64 39494 0 1 0 1105 20 0 0 18 0 13 0 274692380 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109562045 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21780] ppid=21775 vsize=1796636 CPUtime=0.27
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 20151 0 -1 64 5237 0 0 0 24 3 0 0 16 0 13 0 274692384 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21781] ppid=21775 vsize=1796636 CPUtime=0.27
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 20151 0 -1 64 6099 0 0 0 24 3 0 0 16 0 13 0 274692384 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21782] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 20151 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 274692386 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21783] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 20151 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 274692387 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 20151 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 274692387 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 274692390 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=1796636 CPUtime=1.62
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 20151 0 -1 64 7325 0 0 0 159 3 0 0 15 0 13 0 274692390 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21787] ppid=21775 vsize=1796636 CPUtime=1.59
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 20151 0 -1 64 7952 0 0 0 156 3 0 0 16 0 13 0 274692390 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 274692390 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 20151 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 274692391 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21790] ppid=21775 vsize=1796636 CPUtime=0
/proc/21777/task/21790/stat : 21790 (java) S 21775 21777 20151 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274692420 1839755264 52947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 1796636

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21790
/proc/meminfo: memFree=1498656/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1795144 CPUtime=27.97
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 68678 0 1 0 2762 35 0 0 18 0 13 0 274692378 1838227456 53134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 448786 53134 1329 9 0 446397 0
[pid=21777/tid=21779] ppid=21775 vsize=1795144 CPUtime=23.92
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 20151 0 -1 64 39503 0 1 0 2372 20 0 0 25 0 13 0 274692380 1838227456 53134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109573218 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21780] ppid=21775 vsize=1795144 CPUtime=0.38
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 20151 0 -1 64 6043 0 0 0 35 3 0 0 16 0 13 0 274692384 1838227456 53134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21781] ppid=21775 vsize=1795144 CPUtime=0.37
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 20151 0 -1 64 7109 0 0 0 34 3 0 0 16 0 13 0 274692384 1838227456 53134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=21777/tid=21782] ppid=21775 vsize=1795144 CPUtime=0.21
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 20151 0 -1 64 90 0 0 0 13 8 0 0 16 0 13 0 274692386 1838227456 134530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21783] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 20151 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 274692387 1838227456 134530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 20151 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 274692387 1838227456 134530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 274692390 1838227456 134530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=1795144 CPUtime=1.66
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 20151 0 -1 64 7325 0 0 0 163 3 0 0 16 0 13 0 274692390 1838227456 134530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21787] ppid=21775 vsize=1795144 CPUtime=1.69
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 20151 0 -1 64 7961 0 0 0 166 3 0 0 17 0 13 0 274692390 1838227456 134530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 274692390 1838227456 134530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 20151 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 274692391 1838227456 134530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21790] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21790/stat : 21790 (java) S 21775 21777 20151 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274692420 1838227456 134530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1570
Current children cumulated vsize (KiB) 1795144

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21798
/proc/meminfo: memFree=1165024/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1795144 CPUtime=1631.32
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 176117 0 1 0 163029 103 0 0 18 0 13 0 274692378 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 448786 136318 1331 9 0 446397 0
[pid=21777/tid=21779] ppid=21775 vsize=1795144 CPUtime=1571.68
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 20151 0 -1 64 55859 0 1 0 157133 35 0 0 25 0 13 0 274692380 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109536184 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21780] ppid=21775 vsize=1795144 CPUtime=28.03
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 20151 0 -1 64 49298 0 0 0 2777 26 0 0 16 0 13 0 274692384 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21781] ppid=21775 vsize=1795144 CPUtime=27.98
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 20151 0 -1 64 54864 0 0 0 2773 25 0 0 16 0 13 0 274692384 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21782] ppid=21775 vsize=1795144 CPUtime=0.21
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 20151 0 -1 64 91 0 0 0 13 8 0 0 16 0 13 0 274692386 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21783] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 20151 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 274692387 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 20151 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 274692387 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 274692390 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=1795144 CPUtime=1.66
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 20151 0 -1 64 7325 0 0 0 163 3 0 0 16 0 13 0 274692390 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21787] ppid=21775 vsize=1795144 CPUtime=1.69
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 20151 0 -1 64 7961 0 0 0 166 3 0 0 17 0 13 0 274692390 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 274692390 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 20151 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 274692391 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21790] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21790/stat : 21790 (java) S 21775 21777 20151 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274692420 1838227456 136318 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1631.32
Current children cumulated vsize (KiB) 1795144

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21798
/proc/meminfo: memFree=1155680/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1795144 CPUtime=1692.78
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 178646 0 1 0 169173 105 0 0 18 0 13 0 274692378 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 448786 138638 1331 9 0 446397 0
[pid=21777/tid=21779] ppid=21775 vsize=1795144 CPUtime=1630.14
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 20151 0 -1 64 55887 0 1 0 162978 36 0 0 25 0 13 0 274692380 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109573241 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21780] ppid=21775 vsize=1795144 CPUtime=29.54
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 20151 0 -1 64 51054 0 0 0 2927 27 0 0 16 0 13 0 274692384 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21781] ppid=21775 vsize=1795144 CPUtime=29.48
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 20151 0 -1 64 55609 0 0 0 2922 26 0 0 16 0 13 0 274692384 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21782] ppid=21775 vsize=1795144 CPUtime=0.22
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 20151 0 -1 64 91 0 0 0 14 8 0 0 16 0 13 0 274692386 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21783] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 20151 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 274692387 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 20151 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 274692387 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 274692390 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=1795144 CPUtime=1.66
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 20151 0 -1 64 7325 0 0 0 163 3 0 0 16 0 13 0 274692390 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21787] ppid=21775 vsize=1795144 CPUtime=1.69
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 20151 0 -1 64 7961 0 0 0 166 3 0 0 17 0 13 0 274692390 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 274692390 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 20151 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 274692391 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21790] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21790/stat : 21790 (java) S 21775 21777 20151 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274692420 1838227456 138638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1692.78
Current children cumulated vsize (KiB) 1795144

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21798
/proc/meminfo: memFree=1148448/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1795144 CPUtime=1754.12
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 180571 0 1 0 175305 107 0 0 18 0 13 0 274692378 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 448786 140453 1331 9 0 446397 0
[pid=21777/tid=21779] ppid=21775 vsize=1795144 CPUtime=1688.68
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 20151 0 -1 64 55915 0 1 0 168832 36 0 0 25 0 13 0 274692380 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109496179 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21780] ppid=21775 vsize=1795144 CPUtime=30.94
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 20151 0 -1 64 52399 0 0 0 3066 28 0 0 16 0 13 0 274692384 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21781] ppid=21775 vsize=1795144 CPUtime=30.88
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 20151 0 -1 64 56161 0 0 0 3062 26 0 0 16 0 13 0 274692384 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21782] ppid=21775 vsize=1795144 CPUtime=0.23
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 20151 0 -1 64 91 0 0 0 14 9 0 0 15 0 13 0 274692386 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21783] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 20151 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 274692387 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 20151 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 274692387 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 274692390 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=1795144 CPUtime=1.66
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 20151 0 -1 64 7325 0 0 0 163 3 0 0 16 0 13 0 274692390 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21787] ppid=21775 vsize=1795144 CPUtime=1.69
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 20151 0 -1 64 7961 0 0 0 166 3 0 0 17 0 13 0 274692390 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 274692390 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 20151 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 274692391 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21790] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21790/stat : 21790 (java) S 21775 21777 20151 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274692420 1838227456 140453 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1754.12
Current children cumulated vsize (KiB) 1795144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21798
/proc/meminfo: memFree=1141920/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=1795144 CPUtime=1800.03
/proc/21777/stat : 21777 (java) S 21775 21777 20151 0 -1 0 182389 0 1 0 179895 108 0 0 18 0 13 0 274692378 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21777/statm: 448786 142054 1331 9 0 446397 0
[pid=21777/tid=21779] ppid=21775 vsize=1795144 CPUtime=1732.3
/proc/21777/task/21779/stat : 21779 (java) R 21775 21777 20151 0 -1 64 55936 0 1 0 173194 36 0 0 17 0 13 0 274692380 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109717384 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21780] ppid=21775 vsize=1795144 CPUtime=32.08
/proc/21777/task/21780/stat : 21780 (java) S 21775 21777 20151 0 -1 64 53621 0 0 0 3180 28 0 0 16 0 13 0 274692384 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21781] ppid=21775 vsize=1795144 CPUtime=32.02
/proc/21777/task/21781/stat : 21781 (java) S 21775 21777 20151 0 -1 64 56736 0 0 0 3175 27 0 0 16 0 13 0 274692384 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21782] ppid=21775 vsize=1795144 CPUtime=0.23
/proc/21777/task/21782/stat : 21782 (java) S 21775 21777 20151 0 -1 64 91 0 0 0 14 9 0 0 16 0 13 0 274692386 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21783] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21783/stat : 21783 (java) S 21775 21777 20151 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 274692387 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21784] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21784/stat : 21784 (java) S 21775 21777 20151 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 274692387 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21785] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21785/stat : 21785 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 274692390 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21786] ppid=21775 vsize=1795144 CPUtime=1.66
/proc/21777/task/21786/stat : 21786 (java) S 21775 21777 20151 0 -1 64 7325 0 0 0 163 3 0 0 16 0 13 0 274692390 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21787] ppid=21775 vsize=1795144 CPUtime=1.69
/proc/21777/task/21787/stat : 21787 (java) S 21775 21777 20151 0 -1 64 7961 0 0 0 166 3 0 0 17 0 13 0 274692390 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21777/tid=21788] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21788/stat : 21788 (java) S 21775 21777 20151 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 274692390 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21789] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21789/stat : 21789 (java) S 21775 21777 20151 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 274692391 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21777/tid=21790] ppid=21775 vsize=1795144 CPUtime=0
/proc/21777/task/21790/stat : 21790 (java) S 21775 21777 20151 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 274692420 1838227456 142054 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1795144

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

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

[startup+1767.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21798
/proc/meminfo: memFree=1141920/2055920 swapFree=4145504/4192956
[pid=21777] ppid=21775 vsize=0 CPUtime=1800.15
/proc/21777/stat : 21777 (java) Z 21775 21777 20151 0 -1 1036 182409 0 1 0 179899 116 0 0 16 0 2 0 274692378 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21777/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1767.23
CPU time (s): 1800.17
CPU user time (s): 1798.99
CPU system time (s): 1.17682
CPU usage (%): 101.864
Max. virtual memory (cumulated for all children) (KiB): 1799936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.17682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182409
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= 44653
involuntary context switches= 58214

runsolver used 1.9647 second user time and 5.04823 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue May  1 02:29:09 UTC 2007

IDJOB= 429569
IDBENCH= 47918
IDSOLVER= 164
FILE ID= node10/429569-1177986548

PBS_JOBID= 4728131

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=41-P1=53-P2=67-P3=59-P4=53-P5=61-P6=29-P7=29-P8=17-B.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429569-1177986548/sat4jPseudoCPClause.jar /tmp/evaluation/429569-1177986548/instance-429569-1177986548.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-429569-1177986548 -o ROOT/results/node10/solver-429569-1177986548 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/429569-1177986548/sat4jPseudoCPClause.jar /tmp/evaluation/429569-1177986548/instance-429569-1177986548.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f3f9a9130af59a7746b19fdd52967c7b

RANDOM SEED= 20336582

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1707552 kB
Buffers:         32088 kB
Cached:         217372 kB
SwapCached:      15808 kB
Active:          98220 kB
Inactive:       183948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707552 kB
SwapTotal:     4192956 kB
SwapFree:      4145504 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          30776 kB
Slab:            51772 kB
Committed_AS:  3859292 kB
PageTables:       1712 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= 66561 MiB

End job on node10 on Tue May  1 02:58:38 UTC 2007