Trace number 314212

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J SAT 2007? (TO) 1200.15 1198.82

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data (download as text)

0.15/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15/0.40	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15/0.40	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15/0.41	c version SAT COMPETITION 2007
0.15/0.41	c sun.arch.data.model	32
0.15/0.41	c java.version	1.6.0
0.15/0.41	c os.name	Linux
0.15/0.41	c os.version	2.6.9-22.EL.rootsmp
0.15/0.41	c os.arch	i386
0.15/0.41	c Free memory 1703279312
0.15/0.41	c Max memory 1706164224
0.15/0.41	c Total memory 1706164224
0.15/0.41	c Number of processors 2
0.15/0.47	c --- Begin Solver configuration ---
0.15/0.47	c Stops conflict analysis at the first Unique Implication Point
0.15/0.47	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.15/0.47	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.15/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.47	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.47	c Expensive reason simplification
0.15/0.47	c --- End Solver configuration ---
0.15/0.47	c timeout: 2147483s
0.15/0.47	c solving /tmp/evaluation/314212-1176898248/instance-314212-1176898248.cnf
0.15/0.47	c reading problem ... 
2.17/2.39	c ... done. Wall clock time 1.92s.
2.17/2.39	c CPU time (experimental) 2.02s.
2.17/2.39	c #vars     164158
2.17/2.39	c #constraints  717437
1200.03/1198.71	c starts		: 16
1200.03/1198.71	c conflicts		: 100412
1200.03/1198.71	c decisions		: 236074
1200.03/1198.71	c propagations		: 416941265
1200.03/1198.71	c inspects		: 1582710571
1200.03/1198.71	c learnt literals	: 171
1200.03/1198.71	c learnt binary clauses	: 820
1200.03/1198.71	c learnt ternary clauses	: 928
1200.03/1198.71	c learnt clauses	: 100240
1200.03/1198.71	c root simplifications	: 0
1200.03/1198.71	c removed literals (reason simplification)	: 7773402
1200.03/1198.71	c reason swapping (by a shorter reason)	: 0
1200.03/1198.71	c Calls to reduceDB	: 0
1200.03/1198.71	c speed (decisions/second)	: 197.3433868891378
1200.03/1198.71	c non guided choices	664
1200.03/1198.71	s UNKNOWN
1200.03/1198.71	c Total wall clock time (in seconds) : 1198.239
1200.03/1198.71	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node68/watcher-314212-1176898248 -o ROOT/results/node68/solver-314212-1176898248 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314212-1176898248/sat4j-sat2007.jar /tmp/evaluation/314212-1176898248/instance-314212-1176898248.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12839
/proc/meminfo: memFree=1558464/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=18568 CPUtime=0
/proc/12839/stat : 12839 (runsolver) D 12837 12839 11685 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 165814355 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 257414458663 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/12839/statm: 4642 292 257 24 0 2626 0

[startup+0.0956871 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12839
/proc/meminfo: memFree=1558464/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=11868 CPUtime=0
/proc/12839/stat : 12839 (java) D 12837 12839 11685 0 -1 0 334 0 13 0 0 0 0 0 18 0 1 0 165814355 12152832 155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 10519559 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/12839/statm: 2967 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11868

[startup+0.102655 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12839
/proc/meminfo: memFree=1558464/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=11916 CPUtime=0
/proc/12839/stat : 12839 (java) D 12837 12839 11685 0 -1 0 343 0 14 0 0 0 0 0 18 0 1 0 165814355 12201984 165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 10515364 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/12839/statm: 2979 165 127 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11916

[startup+0.301685 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12839
/proc/meminfo: memFree=1558464/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=1829232 CPUtime=0.1
/proc/12839/stat : 12839 (java) S 12837 12839 11685 0 -1 0 3779 0 60 0 5 5 0 0 18 0 7 0 165814355 1873133568 3580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/12839/statm: 457308 3580 1086 9 0 454944 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1829232

[startup+0.70172 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12839
/proc/meminfo: memFree=1558464/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=1834208 CPUtime=0.56
/proc/12839/stat : 12839 (java) S 12837 12839 11685 0 -1 0 8466 0 60 0 48 8 0 0 18 0 12 0 165814355 1878228992 8261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12839/statm: 458552 8261 1290 9 0 456164 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1834208

[startup+1.50178 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 12851
/proc/meminfo: memFree=1499168/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=1834208 CPUtime=1.36
/proc/12839/stat : 12839 (java) S 12837 12839 11685 0 -1 0 17746 0 60 0 123 13 0 0 18 0 12 0 165814355 1878228992 17540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12839/statm: 458552 17540 1290 9 0 456164 0
[pid=12839/tid=12841] ppid=12837 vsize=1834208 CPUtime=1.14
/proc/12839/task/12841/stat : 12841 (java) R 12837 12839 11685 0 -1 64 16515 0 21 0 103 11 0 0 18 0 12 0 165814372 1878228992 17541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516116 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12837 vsize=1834208 CPUtime=0
/proc/12839/task/12842/stat : 12842 (java) S 12837 12839 11685 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 165814376 1878228992 17541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12843] ppid=12837 vsize=1834208 CPUtime=0
/proc/12839/task/12843/stat : 12843 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 165814376 1878228992 17541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12837 vsize=1834208 CPUtime=0
/proc/12839/task/12844/stat : 12844 (java) S 12837 12839 11685 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165814380 1878228992 17541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12845] ppid=12837 vsize=1834208 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12837 12839 11685 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 165814381 1878228992 17541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12846] ppid=12837 vsize=1834208 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12837 12839 11685 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 165814381 1878228992 17541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12847] ppid=12837 vsize=1834208 CPUtime=0
/proc/12839/task/12847/stat : 12847 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 165814388 1878228992 17541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12848] ppid=12837 vsize=1834208 CPUtime=0.09
/proc/12839/task/12848/stat : 12848 (java) S 12837 12839 11685 0 -1 64 308 0 0 0 9 0 0 0 16 0 12 0 165814388 1878228992 17541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12849] ppid=12837 vsize=1834208 CPUtime=0.1
/proc/12839/task/12849/stat : 12849 (java) S 12837 12839 11685 0 -1 64 241 0 0 0 10 0 0 0 16 0 12 0 165814388 1878228992 17541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12850] ppid=12837 vsize=1834208 CPUtime=0
/proc/12839/task/12850/stat : 12850 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 165814388 1878228992 17542 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12851] ppid=12837 vsize=1834208 CPUtime=0
/proc/12839/task/12851/stat : 12851 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165814388 1878228992 17542 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1834208

[startup+3.10294 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 12851
/proc/meminfo: memFree=1463200/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=1835900 CPUtime=3.28
/proc/12839/stat : 12839 (java) S 12837 12839 11685 0 -1 0 27441 0 60 0 311 17 0 0 18 0 13 0 165814355 1879961600 26196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12839/statm: 458975 26196 1313 9 0 456587 0
[pid=12839/tid=12841] ppid=12837 vsize=1835900 CPUtime=2.58
/proc/12839/task/12841/stat : 12841 (java) R 12837 12839 11685 0 -1 64 24745 0 21 0 243 15 0 0 23 0 13 0 165814372 1879961600 26196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109622594 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12842] ppid=12837 vsize=1835900 CPUtime=0
/proc/12839/task/12842/stat : 12842 (java) S 12837 12839 11685 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 165814376 1879961600 26196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12843] ppid=12837 vsize=1835900 CPUtime=0
/proc/12839/task/12843/stat : 12843 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 165814376 1879961600 26196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12837 vsize=1835900 CPUtime=0
/proc/12839/task/12844/stat : 12844 (java) S 12837 12839 11685 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165814380 1879961600 26196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12845] ppid=12837 vsize=1835900 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12837 12839 11685 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165814381 1879961600 26196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12846] ppid=12837 vsize=1835900 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12837 12839 11685 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 165814381 1879961600 26196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12847] ppid=12837 vsize=1835900 CPUtime=0
/proc/12839/task/12847/stat : 12847 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 165814388 1879961600 26196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12848] ppid=12837 vsize=1835900 CPUtime=0.35
/proc/12839/task/12848/stat : 12848 (java) S 12837 12839 11685 0 -1 64 1312 0 0 0 35 0 0 0 16 0 13 0 165814388 1879961600 26196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12849] ppid=12837 vsize=1835900 CPUtime=0.32
/proc/12839/task/12849/stat : 12849 (java) S 12837 12839 11685 0 -1 64 697 0 0 0 32 0 0 0 16 0 13 0 165814388 1879961600 26196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12850] ppid=12837 vsize=1835900 CPUtime=0
/proc/12839/task/12850/stat : 12850 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165814388 1879961600 26196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12851] ppid=12837 vsize=1835900 CPUtime=0
/proc/12839/task/12851/stat : 12851 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165814388 1879961600 26196 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 1835900

[startup+6.30222 s]
/proc/loadavg: 1.17 1.03 1.01 2/77 12852
/proc/meminfo: memFree=1447384/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=1835868 CPUtime=6.49
/proc/12839/stat : 12839 (java) S 12837 12839 11685 0 -1 0 27565 0 60 0 632 17 0 0 18 0 13 0 165814355 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12839/statm: 458967 26310 1313 9 0 456579 0
[pid=12839/tid=12841] ppid=12837 vsize=1835868 CPUtime=5.77
/proc/12839/task/12841/stat : 12841 (java) R 12837 12839 11685 0 -1 64 24868 0 21 0 562 15 0 0 25 0 13 0 165814372 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109563533 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12837 vsize=1835868 CPUtime=0
/proc/12839/task/12842/stat : 12842 (java) S 12837 12839 11685 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 165814376 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12843] ppid=12837 vsize=1835868 CPUtime=0
/proc/12839/task/12843/stat : 12843 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 165814376 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12837 vsize=1835868 CPUtime=0
/proc/12839/task/12844/stat : 12844 (java) S 12837 12839 11685 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165814380 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12845] ppid=12837 vsize=1835868 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12837 12839 11685 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165814381 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12846] ppid=12837 vsize=1835868 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12837 12839 11685 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 165814381 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12847] ppid=12837 vsize=1835868 CPUtime=0
/proc/12839/task/12847/stat : 12847 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 165814388 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12848] ppid=12837 vsize=1835868 CPUtime=0.37
/proc/12839/task/12848/stat : 12848 (java) S 12837 12839 11685 0 -1 64 1313 0 0 0 37 0 0 0 16 0 13 0 165814388 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12849] ppid=12837 vsize=1835868 CPUtime=0.32
/proc/12839/task/12849/stat : 12849 (java) S 12837 12839 11685 0 -1 64 697 0 0 0 32 0 0 0 16 0 13 0 165814388 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12850] ppid=12837 vsize=1835868 CPUtime=0
/proc/12839/task/12850/stat : 12850 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165814388 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12851] ppid=12837 vsize=1835868 CPUtime=0
/proc/12839/task/12851/stat : 12851 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165814388 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12852] ppid=12837 vsize=1835868 CPUtime=0
/proc/12839/task/12852/stat : 12852 (java) S 12837 12839 11685 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 165814614 1879928832 26310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 1835868

[startup+12.7028 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 12852
/proc/meminfo: memFree=1447064/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=1835260 CPUtime=12.89
/proc/12839/stat : 12839 (java) S 12837 12839 11685 0 -1 0 27749 0 60 0 1272 17 0 0 18 0 13 0 165814355 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12839/statm: 458815 26346 1313 9 0 456427 0
[pid=12839/tid=12841] ppid=12837 vsize=1835260 CPUtime=12.17
/proc/12839/task/12841/stat : 12841 (java) R 12837 12839 11685 0 -1 64 25052 0 21 0 1202 15 0 0 25 0 13 0 165814372 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109512777 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12842/stat : 12842 (java) S 12837 12839 11685 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 165814376 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12843] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12843/stat : 12843 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 165814376 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12844/stat : 12844 (java) S 12837 12839 11685 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165814380 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12845] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12837 12839 11685 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165814381 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12846] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12837 12839 11685 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 165814381 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12847] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12847/stat : 12847 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 165814388 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12848] ppid=12837 vsize=1835260 CPUtime=0.37
/proc/12839/task/12848/stat : 12848 (java) S 12837 12839 11685 0 -1 64 1313 0 0 0 37 0 0 0 16 0 13 0 165814388 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12849] ppid=12837 vsize=1835260 CPUtime=0.32
/proc/12839/task/12849/stat : 12849 (java) S 12837 12839 11685 0 -1 64 697 0 0 0 32 0 0 0 16 0 13 0 165814388 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12850] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12850/stat : 12850 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165814388 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12851] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12851/stat : 12851 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165814388 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12852] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12852/stat : 12852 (java) S 12837 12839 11685 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 165814614 1879306240 26346 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 1835260

[startup+25.5019 s]
/proc/loadavg: 1.12 1.03 1.01 2/77 12852
/proc/meminfo: memFree=1445080/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=1835260 CPUtime=25.78
/proc/12839/stat : 12839 (java) S 12837 12839 11685 0 -1 0 28357 0 60 0 2560 18 0 0 18 0 13 0 165814355 1879306240 26871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12839/statm: 458815 26871 1316 9 0 456427 0
[pid=12839/tid=12841] ppid=12837 vsize=1835260 CPUtime=24.96
/proc/12839/task/12841/stat : 12841 (java) R 12837 12839 11685 0 -1 64 25536 0 21 0 2481 15 0 0 25 0 13 0 165814372 1879306240 26871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109622587 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12842/stat : 12842 (java) S 12837 12839 11685 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 165814376 1879306240 26871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12843] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12843/stat : 12843 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 165814376 1879306240 26871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12844/stat : 12844 (java) S 12837 12839 11685 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165814380 1879306240 26871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12845] ppid=12837 vsize=1835260 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12837 12839 11685 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 165814381 1879306240 26871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=12839/tid=12844] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12844/stat : 12844 (java) S 12837 12839 11685 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165814380 1885212672 74139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12845] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12837 12839 11685 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 165814381 1885212672 74139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12846] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12837 12839 11685 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165814381 1885212672 74139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12847] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12847/stat : 12847 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 165814388 1885212672 74139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12848] ppid=12837 vsize=1841028 CPUtime=0.45
/proc/12839/task/12848/stat : 12848 (java) S 12837 12839 11685 0 -1 64 1531 0 0 0 45 0 0 0 17 0 13 0 165814388 1885212672 74139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12849] ppid=12837 vsize=1841028 CPUtime=0.41
/proc/12839/task/12849/stat : 12849 (java) S 12837 12839 11685 0 -1 64 718 0 0 0 41 0 0 0 16 0 13 0 165814388 1885212672 74139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12850] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12850/stat : 12850 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165814388 1885212672 74139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12851] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12851/stat : 12851 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165814388 1885212672 74139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12852] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12852/stat : 12852 (java) S 12837 12839 11685 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 165814614 1885212672 74139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1003.2
Current children cumulated vsize (KiB) 1841028

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12852
/proc/meminfo: memFree=1255448/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=1841028 CPUtime=1063.18
/proc/12839/stat : 12839 (java) S 12837 12839 11685 0 -1 0 80017 0 60 0 106264 54 0 0 18 0 13 0 165814355 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12839/statm: 460257 74095 1326 9 0 457869 0
[pid=12839/tid=12841] ppid=12837 vsize=1841028 CPUtime=1060.6
/proc/12839/task/12841/stat : 12841 (java) R 12837 12839 11685 0 -1 64 38814 0 21 0 106027 33 0 0 25 0 13 0 165814372 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555988 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12837 vsize=1841028 CPUtime=0.82
/proc/12839/task/12842/stat : 12842 (java) S 12837 12839 11685 0 -1 64 15083 0 0 0 75 7 0 0 16 0 13 0 165814376 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12843] ppid=12837 vsize=1841028 CPUtime=0.83
/proc/12839/task/12843/stat : 12843 (java) S 12837 12839 11685 0 -1 64 23178 0 0 0 73 10 0 0 16 0 13 0 165814376 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12844/stat : 12844 (java) S 12837 12839 11685 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165814380 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12845] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12837 12839 11685 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 165814381 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12846] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12837 12839 11685 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165814381 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12847] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12847/stat : 12847 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 165814388 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12848] ppid=12837 vsize=1841028 CPUtime=0.46
/proc/12839/task/12848/stat : 12848 (java) S 12837 12839 11685 0 -1 64 1531 0 0 0 46 0 0 0 17 0 13 0 165814388 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12849] ppid=12837 vsize=1841028 CPUtime=0.41
/proc/12839/task/12849/stat : 12849 (java) S 12837 12839 11685 0 -1 64 718 0 0 0 41 0 0 0 16 0 13 0 165814388 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12850] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12850/stat : 12850 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165814388 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12851] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12851/stat : 12851 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165814388 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12852] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12852/stat : 12852 (java) S 12837 12839 11685 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 165814614 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.18
Current children cumulated vsize (KiB) 1841028

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12852
/proc/meminfo: memFree=1255384/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=1841028 CPUtime=1123.17
/proc/12839/stat : 12839 (java) S 12837 12839 11685 0 -1 0 80017 0 60 0 112263 54 0 0 18 0 13 0 165814355 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12839/statm: 460257 74095 1326 9 0 457869 0
[pid=12839/tid=12841] ppid=12837 vsize=1841028 CPUtime=1120.59
/proc/12839/task/12841/stat : 12841 (java) R 12837 12839 11685 0 -1 64 38814 0 21 0 112026 33 0 0 25 0 13 0 165814372 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109563210 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12837 vsize=1841028 CPUtime=0.82
/proc/12839/task/12842/stat : 12842 (java) S 12837 12839 11685 0 -1 64 15083 0 0 0 75 7 0 0 16 0 13 0 165814376 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12843] ppid=12837 vsize=1841028 CPUtime=0.83
/proc/12839/task/12843/stat : 12843 (java) S 12837 12839 11685 0 -1 64 23178 0 0 0 73 10 0 0 16 0 13 0 165814376 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12844/stat : 12844 (java) S 12837 12839 11685 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165814380 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12845] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12837 12839 11685 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 165814381 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12846] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12837 12839 11685 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165814381 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12847] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12847/stat : 12847 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 165814388 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12848] ppid=12837 vsize=1841028 CPUtime=0.46
/proc/12839/task/12848/stat : 12848 (java) S 12837 12839 11685 0 -1 64 1531 0 0 0 46 0 0 0 17 0 13 0 165814388 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12849] ppid=12837 vsize=1841028 CPUtime=0.41
/proc/12839/task/12849/stat : 12849 (java) S 12837 12839 11685 0 -1 64 718 0 0 0 41 0 0 0 16 0 13 0 165814388 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12850] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12850/stat : 12850 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165814388 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12851] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12851/stat : 12851 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165814388 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12852] ppid=12837 vsize=1841028 CPUtime=0
/proc/12839/task/12852/stat : 12852 (java) S 12837 12839 11685 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 165814614 1885212672 74095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.17
Current children cumulated vsize (KiB) 1841028

[startup+1182.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 12852
/proc/meminfo: memFree=1086232/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=1842948 CPUtime=1183.63
/proc/12839/stat : 12839 (java) S 12837 12839 11685 0 -1 0 137932 0 60 0 118278 85 0 0 18 0 13 0 165814355 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12839/statm: 460737 116345 1326 9 0 458349 0
[pid=12839/tid=12841] ppid=12837 vsize=1842948 CPUtime=1180.07
/proc/12839/task/12841/stat : 12841 (java) R 12837 12839 11685 0 -1 64 38815 0 21 0 117974 33 0 0 25 0 13 0 165814372 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109621259 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12837 vsize=1842948 CPUtime=1.31
/proc/12839/task/12842/stat : 12842 (java) S 12837 12839 11685 0 -1 64 47696 0 0 0 107 24 0 0 21 0 13 0 165814376 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12843] ppid=12837 vsize=1842948 CPUtime=1.31
/proc/12839/task/12843/stat : 12843 (java) S 12837 12839 11685 0 -1 64 48479 0 0 0 107 24 0 0 21 0 13 0 165814376 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12844] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12844/stat : 12844 (java) S 12837 12839 11685 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165814380 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12845] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12837 12839 11685 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 165814381 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12846] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12837 12839 11685 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165814381 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12847] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12847/stat : 12847 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 165814388 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12848] ppid=12837 vsize=1842948 CPUtime=0.46
/proc/12839/task/12848/stat : 12848 (java) S 12837 12839 11685 0 -1 64 1531 0 0 0 46 0 0 0 17 0 13 0 165814388 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12849] ppid=12837 vsize=1842948 CPUtime=0.41
/proc/12839/task/12849/stat : 12849 (java) S 12837 12839 11685 0 -1 64 718 0 0 0 41 0 0 0 16 0 13 0 165814388 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12850] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12850/stat : 12850 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165814388 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12851] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12851/stat : 12851 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165814388 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12852] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12852/stat : 12852 (java) S 12837 12839 11685 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 165814614 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.63
Current children cumulated vsize (KiB) 1842948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.7 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 12852
/proc/meminfo: memFree=1086168/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=1842948 CPUtime=1200.03
/proc/12839/stat : 12839 (java) S 12837 12839 11685 0 -1 0 137932 0 60 0 119918 85 0 0 18 0 13 0 165814355 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12839/statm: 460737 116345 1326 9 0 458349 0
[pid=12839/tid=12841] ppid=12837 vsize=1842948 CPUtime=1196.47
/proc/12839/task/12841/stat : 12841 (java) R 12837 12839 11685 0 -1 64 38815 0 21 0 119614 33 0 0 25 0 13 0 165814372 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109629329 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12837 vsize=1842948 CPUtime=1.31
/proc/12839/task/12842/stat : 12842 (java) S 12837 12839 11685 0 -1 64 47696 0 0 0 107 24 0 0 21 0 13 0 165814376 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12843] ppid=12837 vsize=1842948 CPUtime=1.31
/proc/12839/task/12843/stat : 12843 (java) S 12837 12839 11685 0 -1 64 48479 0 0 0 107 24 0 0 21 0 13 0 165814376 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12844] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12844/stat : 12844 (java) S 12837 12839 11685 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165814380 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12845] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12837 12839 11685 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 165814381 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12846] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12837 12839 11685 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 165814381 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12847] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12847/stat : 12847 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 165814388 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12848] ppid=12837 vsize=1842948 CPUtime=0.46
/proc/12839/task/12848/stat : 12848 (java) S 12837 12839 11685 0 -1 64 1531 0 0 0 46 0 0 0 17 0 13 0 165814388 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12849] ppid=12837 vsize=1842948 CPUtime=0.41
/proc/12839/task/12849/stat : 12849 (java) S 12837 12839 11685 0 -1 64 718 0 0 0 41 0 0 0 16 0 13 0 165814388 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12850] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12850/stat : 12850 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165814388 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12851] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12851/stat : 12851 (java) S 12837 12839 11685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165814388 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12839/tid=12852] ppid=12837 vsize=1842948 CPUtime=0
/proc/12839/task/12852/stat : 12852 (java) S 12837 12839 11685 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 165814614 1887178752 116345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1842948

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

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

[startup+1198.81 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 12852
/proc/meminfo: memFree=1086168/2055920 swapFree=4181952/4192956
[pid=12839] ppid=12837 vsize=0 CPUtime=1200.14
/proc/12839/stat : 12839 (java) Z 12837 12839 11685 0 -1 1036 137953 0 60 0 119922 92 0 0 16 0 2 0 165814355 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12839/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1198.82
CPU time (s): 1200.15
CPU user time (s): 1199.23
CPU system time (s): 0.926859
CPU usage (%): 100.112
Max. virtual memory (cumulated for all children) (KiB): 1842948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.23
system time used= 0.926859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137953
page faults= 60
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25132
involuntary context switches= 2553

runsolver used 1.37679 second user time and 3.01154 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Wed Apr 18 12:10:48 UTC 2007

IDJOB= 314212
IDBENCH= 20386
IDSOLVER= 96
FILE ID= node68/314212-1176898248

PBS_JOBID= 4595125

Free space on /tmp= 66314 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314212-1176898248/sat4j-sat2007.jar /tmp/evaluation/314212-1176898248/instance-314212-1176898248.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-314212-1176898248 -o ROOT/results/node68/solver-314212-1176898248 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314212-1176898248/sat4j-sat2007.jar /tmp/evaluation/314212-1176898248/instance-314212-1176898248.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  8e22d84b1ae625d44fbf300a32374a2d

RANDOM SEED= 437491606

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.216
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.216
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:       1558808 kB
Buffers:          6640 kB
Cached:         417564 kB
SwapCached:       4740 kB
Active:          53756 kB
Inactive:       383192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558808 kB
SwapTotal:     4192956 kB
SwapFree:      4181952 kB
Dirty:           13840 kB
Writeback:           0 kB
Mapped:          16804 kB
Slab:            46236 kB
Committed_AS:  2679160 kB
PageTables:       1384 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= 66314 MiB

End job on node68 on Wed Apr 18 12:30:49 UTC 2007