Trace number 332013

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J JVM PARAM CHANGED SAT 2007? (TO) 1200.1 1199.37

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k75.cnf
MD5SUMb66acf4b5dd67635615f55e419d4cf82
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 variables111705
Number of clauses500248
Sum of the clauses size1287414
Maximum clause length20
Minimum clause length1
Number of clauses of size 1703
Number of clauses of size 2389626
Number of clauses of size 354937
Number of clauses of size 422450
Number of clauses of size 59744
Number of clauses of size over 522788

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.21	c --- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.21	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.21	c Expensive reason simplification
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c timeout: 2147483s
0.20/0.21	c solving /tmp/evaluation/332013-1173365254/instance-332013-1173365254.cnf
0.20/0.21	c reading problem ... 
1.90/1.83	c ... done. Wall clock time 1.627s.
1.90/1.83	c CPU time (experimental) 1.72s.
1.90/1.83	c #vars     111705
1.90/1.83	c #constraints  498653
1200.02/1199.31	c starts		: 19
1200.02/1199.31	c conflicts		: 385053
1200.02/1199.31	c decisions		: 964268
1200.02/1199.31	c propagations		: 598564232
1200.02/1199.31	c inspects		: 2708499167
1200.02/1199.31	c learnt literals	: 326
1200.02/1199.31	c learnt binary clauses	: 7507
1200.02/1199.31	c learnt ternary clauses	: 9834
1200.02/1199.31	c learnt clauses	: 384727
1200.02/1199.31	c root simplifications	: 0
1200.02/1199.31	c removed literals (reason simplification)	: 16025174
1200.02/1199.31	c reason swapping (by a shorter reason)	: 0
1200.02/1199.31	c Calls to reduceDB	: 0
1200.02/1199.31	c speed (decisions/second)	: 805.2866909076332
1200.02/1199.31	c non guided choices	14013
1200.02/1199.31	s UNKNOWN
1200.02/1199.31	c Total wall clock time (in seconds) : 1199.105
1200.02/1199.31	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node19/watcher-332013-1173365254 -o ROOT/results/node19/solver-332013-1173365254 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332013-1173365254/sat4j-sat2007.jar /tmp/evaluation/332013-1173365254/instance-332013-1173365254.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: 1.00 1.00 0.93 2/77 15439
/proc/meminfo: memFree=1682736/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=18568 CPUtime=0
/proc/15439/stat : 15439 (runsolver) R 15437 15439 15014 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 356479508 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15439/statm: 4642 293 258 24 0 2626 0

[startup+0.0449111 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 15439
/proc/meminfo: memFree=1682736/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1776088 CPUtime=0.03
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 3262 0 1 0 2 1 0 0 19 0 4 0 356479508 1818714112 3010 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 444022 3010 887 9 0 441658 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776088

[startup+0.101912 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 15439
/proc/meminfo: memFree=1682736/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1779200 CPUtime=0.08
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 3893 0 1 0 6 2 0 0 19 0 10 0 356479508 1821900800 3635 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 444800 3635 1097 9 0 442436 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1779200

[startup+0.301935 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 15439
/proc/meminfo: memFree=1682736/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1782292 CPUtime=0.31
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 4985 0 1 0 28 3 0 0 19 0 12 0 356479508 1825067008 4724 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 445573 4724 1272 9 0 443185 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782292

[startup+0.701975 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 15439
/proc/meminfo: memFree=1682736/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1782292 CPUtime=0.81
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 7885 0 1 0 76 5 0 0 19 0 12 0 356479508 1825067008 7583 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 445573 7583 1289 9 0 443185 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1782292

[startup+1.50206 s]
/proc/loadavg: 1.00 1.00 0.93 2/89 15451
/proc/meminfo: memFree=1645648/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1782292 CPUtime=1.61
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 15601 0 1 0 153 8 0 0 19 0 12 0 356479508 1825067008 15298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 445573 15298 1289 9 0 443185 0
[pid=15439/tid=15441] ppid=15437 vsize=1782292 CPUtime=1.39
/proc/15439/task/15441/stat : 15441 (java) R 15437 15439 15014 0 -1 64 14327 0 1 0 133 6 0 0 20 0 12 0 356479510 1825067008 15298 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109513836 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15442] ppid=15437 vsize=1782292 CPUtime=0
/proc/15439/task/15442/stat : 15442 (java) S 15437 15439 15014 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 356479511 1825067008 15299 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15437 vsize=1782292 CPUtime=0
/proc/15439/task/15443/stat : 15443 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 356479511 1825067008 15299 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15444] ppid=15437 vsize=1782292 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 356479514 1825067008 15299 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15445] ppid=15437 vsize=1782292 CPUtime=0
/proc/15439/task/15445/stat : 15445 (java) S 15437 15439 15014 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 356479514 1825067008 15300 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15446] ppid=15437 vsize=1782292 CPUtime=0
/proc/15439/task/15446/stat : 15446 (java) S 15437 15439 15014 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 356479514 1825067008 15300 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15447] ppid=15437 vsize=1782292 CPUtime=0
/proc/15439/task/15447/stat : 15447 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 356479518 1825067008 15301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15448] ppid=15437 vsize=1782292 CPUtime=0.09
/proc/15439/task/15448/stat : 15448 (java) S 15437 15439 15014 0 -1 64 346 0 0 0 9 0 0 0 16 0 12 0 356479518 1825067008 15301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15449] ppid=15437 vsize=1782292 CPUtime=0.1
/proc/15439/task/15449/stat : 15449 (java) S 15437 15439 15014 0 -1 64 206 0 0 0 10 0 0 0 16 0 12 0 356479518 1825067008 15301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15450] ppid=15437 vsize=1782292 CPUtime=0
/proc/15439/task/15450/stat : 15450 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 356479518 1825067008 15302 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15451] ppid=15437 vsize=1782292 CPUtime=0
/proc/15439/task/15451/stat : 15451 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356479518 1825067008 15302 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 1782292

[startup+3.10224 s]
/proc/loadavg: 1.00 1.00 0.93 3/90 15452
/proc/meminfo: memFree=1608776/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1784884 CPUtime=3.56
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 21271 0 1 0 347 9 0 0 19 0 13 0 356479508 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 446221 19996 1312 9 0 443833 0
[pid=15439/tid=15441] ppid=15437 vsize=1784884 CPUtime=2.85
/proc/15439/task/15441/stat : 15441 (java) R 15437 15439 15014 0 -1 64 18424 0 1 0 277 8 0 0 25 0 13 0 356479510 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109602625 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15442] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15442/stat : 15442 (java) S 15437 15439 15014 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 356479511 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15443/stat : 15443 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 356479511 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15444] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 356479514 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15445] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15445/stat : 15445 (java) S 15437 15439 15014 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 356479514 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15446] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15446/stat : 15446 (java) S 15437 15439 15014 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356479514 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15447] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15447/stat : 15447 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 356479518 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15448] ppid=15437 vsize=1784884 CPUtime=0.37
/proc/15439/task/15448/stat : 15448 (java) S 15437 15439 15014 0 -1 64 983 0 0 0 37 0 0 0 16 0 13 0 356479518 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15449] ppid=15437 vsize=1784884 CPUtime=0.32
/proc/15439/task/15449/stat : 15449 (java) S 15437 15439 15014 0 -1 64 1138 0 0 0 32 0 0 0 16 0 13 0 356479518 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15450] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15450/stat : 15450 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 356479518 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15451] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15451/stat : 15451 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356479518 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15452] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15452/stat : 15452 (java) S 15437 15439 15014 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356479707 1827721216 19996 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 1784884

[startup+6.30158 s]
/proc/loadavg: 1.00 1.00 0.93 2/90 15452
/proc/meminfo: memFree=1606792/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1784884 CPUtime=6.82
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 21439 0 1 0 672 10 0 0 19 0 13 0 356479508 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 446221 20084 1315 9 0 443833 0
[pid=15439/tid=15441] ppid=15437 vsize=1784884 CPUtime=6.01
/proc/15439/task/15441/stat : 15441 (java) R 15437 15439 15014 0 -1 64 18552 0 1 0 593 8 0 0 25 0 13 0 356479510 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109602625 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15442] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15442/stat : 15442 (java) S 15437 15439 15014 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 356479511 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15443/stat : 15443 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 356479511 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15444] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356479514 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15445] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15445/stat : 15445 (java) S 15437 15439 15014 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 356479514 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15446] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15446/stat : 15446 (java) S 15437 15439 15014 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356479514 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15447] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15447/stat : 15447 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 356479518 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15448] ppid=15437 vsize=1784884 CPUtime=0.41
/proc/15439/task/15448/stat : 15448 (java) S 15437 15439 15014 0 -1 64 995 0 0 0 41 0 0 0 16 0 13 0 356479518 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15449] ppid=15437 vsize=1784884 CPUtime=0.36
/proc/15439/task/15449/stat : 15449 (java) S 15437 15439 15014 0 -1 64 1166 0 0 0 36 0 0 0 16 0 13 0 356479518 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15450] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15450/stat : 15450 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 356479518 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15451] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15451/stat : 15451 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356479518 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15452] ppid=15437 vsize=1784884 CPUtime=0
/proc/15439/task/15452/stat : 15452 (java) S 15437 15439 15014 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356479707 1827721216 20084 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 1784884

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 0.93 2/90 15452
/proc/meminfo: memFree=1606280/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1784712 CPUtime=13.21
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 21680 0 1 0 1311 10 0 0 19 0 13 0 356479508 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 446178 20282 1315 9 0 443790 0
[pid=15439/tid=15441] ppid=15437 vsize=1784712 CPUtime=12.41
/proc/15439/task/15441/stat : 15441 (java) R 15437 15439 15014 0 -1 64 18793 0 1 0 1232 9 0 0 25 0 13 0 356479510 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109626985 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15442] ppid=15437 vsize=1784712 CPUtime=0
/proc/15439/task/15442/stat : 15442 (java) S 15437 15439 15014 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 356479511 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15437 vsize=1784712 CPUtime=0
/proc/15439/task/15443/stat : 15443 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 356479511 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15444] ppid=15437 vsize=1784712 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356479514 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15445] ppid=15437 vsize=1784712 CPUtime=0
/proc/15439/task/15445/stat : 15445 (java) S 15437 15439 15014 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 356479514 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15446] ppid=15437 vsize=1784712 CPUtime=0
/proc/15439/task/15446/stat : 15446 (java) S 15437 15439 15014 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356479514 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15447] ppid=15437 vsize=1784712 CPUtime=0
/proc/15439/task/15447/stat : 15447 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 356479518 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15448] ppid=15437 vsize=1784712 CPUtime=0.42
/proc/15439/task/15448/stat : 15448 (java) S 15437 15439 15014 0 -1 64 995 0 0 0 42 0 0 0 17 0 13 0 356479518 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15449] ppid=15437 vsize=1784712 CPUtime=0.36
/proc/15439/task/15449/stat : 15449 (java) S 15437 15439 15014 0 -1 64 1166 0 0 0 36 0 0 0 16 0 13 0 356479518 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15450] ppid=15437 vsize=1784712 CPUtime=0
/proc/15439/task/15450/stat : 15450 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 356479518 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15451] ppid=15437 vsize=1784712 CPUtime=0
/proc/15439/task/15451/stat : 15451 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356479518 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15452] ppid=15437 vsize=1784712 CPUtime=0
/proc/15439/task/15452/stat : 15452 (java) S 15437 15439 15014 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356479707 1827545088 20282 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 1784712

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 0.93 2/90 15452
/proc/meminfo: memFree=1604808/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1784712 CPUtime=26.03
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 22049 0 1 0 2592 11 0 0 19 0 13 0 356479508 1827545088 20650 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 446178 20650 1316 9 0 443790 0
[pid=15439/tid=15441] ppid=15437 vsize=1784712 CPUtime=25.15
/proc/15439/task/15441/stat : 15441 (java) R 15437 15439 15014 0 -1 64 19155 0 1 0 2506 9 0 0 25 0 13 0 356479510 1827545088 20650 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109557958 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15442] ppid=15437 vsize=1784712 CPUtime=0
/proc/15439/task/15442/stat : 15442 (java) S 15437 15439 15014 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 356479511 1827545088 20650 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15437 vsize=1784712 CPUtime=0
/proc/15439/task/15443/stat : 15443 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 356479511 1827545088 20650 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15444] ppid=15437 vsize=1784712 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 356479514 1827545088 20650 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=15439] ppid=15437 vsize=1791120 CPUtime=1063.06
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 77618 0 1 0 106245 61 0 0 19 0 13 0 356479508 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 447780 70267 1325 9 0 445392 0
[pid=15439/tid=15441] ppid=15437 vsize=1791120 CPUtime=1060.92
/proc/15439/task/15441/stat : 15441 (java) R 15437 15439 15014 0 -1 64 37701 0 1 0 106050 42 0 0 25 0 13 0 356479510 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109602625 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15442] ppid=15437 vsize=1791120 CPUtime=0.62
/proc/15439/task/15442/stat : 15442 (java) S 15437 15439 15014 0 -1 64 11828 0 0 0 55 7 0 0 16 0 13 0 356479511 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15437 vsize=1791120 CPUtime=0.61
/proc/15439/task/15443/stat : 15443 (java) S 15437 15439 15014 0 -1 64 25189 0 0 0 51 10 0 0 22 0 13 0 356479511 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15444] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15437 15439 15014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15445] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15445/stat : 15445 (java) S 15437 15439 15014 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15446] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15446/stat : 15446 (java) S 15437 15439 15014 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15447] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15447/stat : 15447 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15448] ppid=15437 vsize=1791120 CPUtime=0.47
/proc/15439/task/15448/stat : 15448 (java) S 15437 15439 15014 0 -1 64 998 0 0 0 47 0 0 0 17 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15449] ppid=15437 vsize=1791120 CPUtime=0.4
/proc/15439/task/15449/stat : 15449 (java) S 15437 15439 15014 0 -1 64 1170 0 0 0 40 0 0 0 16 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15450] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15450/stat : 15450 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15451] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15451/stat : 15451 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15452] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15452/stat : 15452 (java) S 15437 15439 15014 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356479707 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.06
Current children cumulated vsize (KiB) 1791120

[startup+1122.3 s]
/proc/loadavg: 1.47 1.18 1.02 2/90 15650
/proc/meminfo: memFree=1405448/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1791120 CPUtime=1123.04
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 77618 0 1 0 112242 62 0 0 19 0 13 0 356479508 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 447780 70267 1325 9 0 445392 0
[pid=15439/tid=15441] ppid=15437 vsize=1791120 CPUtime=1120.9
/proc/15439/task/15441/stat : 15441 (java) R 15437 15439 15014 0 -1 64 37701 0 1 0 112048 42 0 0 25 0 13 0 356479510 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109602628 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15442] ppid=15437 vsize=1791120 CPUtime=0.62
/proc/15439/task/15442/stat : 15442 (java) S 15437 15439 15014 0 -1 64 11828 0 0 0 55 7 0 0 16 0 13 0 356479511 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15437 vsize=1791120 CPUtime=0.61
/proc/15439/task/15443/stat : 15443 (java) S 15437 15439 15014 0 -1 64 25189 0 0 0 51 10 0 0 22 0 13 0 356479511 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15444] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15437 15439 15014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15445] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15445/stat : 15445 (java) S 15437 15439 15014 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15446] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15446/stat : 15446 (java) S 15437 15439 15014 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15447] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15447/stat : 15447 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15448] ppid=15437 vsize=1791120 CPUtime=0.47
/proc/15439/task/15448/stat : 15448 (java) S 15437 15439 15014 0 -1 64 998 0 0 0 47 0 0 0 17 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15449] ppid=15437 vsize=1791120 CPUtime=0.4
/proc/15439/task/15449/stat : 15449 (java) S 15437 15439 15014 0 -1 64 1170 0 0 0 40 0 0 0 16 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15450] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15450/stat : 15450 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15451] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15451/stat : 15451 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15452] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15452/stat : 15452 (java) S 15437 15439 15014 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356479707 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.04
Current children cumulated vsize (KiB) 1791120

[startup+1182.3 s]
/proc/loadavg: 1.36 1.21 1.03 2/90 15650
/proc/meminfo: memFree=1405512/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1791120 CPUtime=1183.02
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 77618 0 1 0 118240 62 0 0 19 0 13 0 356479508 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 447780 70267 1325 9 0 445392 0
[pid=15439/tid=15441] ppid=15437 vsize=1791120 CPUtime=1180.88
/proc/15439/task/15441/stat : 15441 (java) R 15437 15439 15014 0 -1 64 37701 0 1 0 118046 42 0 0 25 0 13 0 356479510 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109602625 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15442] ppid=15437 vsize=1791120 CPUtime=0.62
/proc/15439/task/15442/stat : 15442 (java) S 15437 15439 15014 0 -1 64 11828 0 0 0 55 7 0 0 16 0 13 0 356479511 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15437 vsize=1791120 CPUtime=0.61
/proc/15439/task/15443/stat : 15443 (java) S 15437 15439 15014 0 -1 64 25189 0 0 0 51 10 0 0 22 0 13 0 356479511 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15444] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15437 15439 15014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15445] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15445/stat : 15445 (java) S 15437 15439 15014 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15446] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15446/stat : 15446 (java) S 15437 15439 15014 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15447] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15447/stat : 15447 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15448] ppid=15437 vsize=1791120 CPUtime=0.47
/proc/15439/task/15448/stat : 15448 (java) S 15437 15439 15014 0 -1 64 998 0 0 0 47 0 0 0 17 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15449] ppid=15437 vsize=1791120 CPUtime=0.4
/proc/15439/task/15449/stat : 15449 (java) S 15437 15439 15014 0 -1 64 1170 0 0 0 40 0 0 0 16 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15450] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15450/stat : 15450 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15451] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15451/stat : 15451 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15452] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15452/stat : 15452 (java) S 15437 15439 15014 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356479707 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.02
Current children cumulated vsize (KiB) 1791120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.3 s]
/proc/loadavg: 1.28 1.20 1.03 2/90 15650
/proc/meminfo: memFree=1405512/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1791120 CPUtime=1200.02
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 77618 0 1 0 119940 62 0 0 19 0 13 0 356479508 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 447780 70267 1325 9 0 445392 0
[pid=15439/tid=15441] ppid=15437 vsize=1791120 CPUtime=1197.88
/proc/15439/task/15441/stat : 15441 (java) R 15437 15439 15014 0 -1 64 37701 0 1 0 119745 43 0 0 25 0 13 0 356479510 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109559644 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15442] ppid=15437 vsize=1791120 CPUtime=0.62
/proc/15439/task/15442/stat : 15442 (java) S 15437 15439 15014 0 -1 64 11828 0 0 0 55 7 0 0 16 0 13 0 356479511 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15437 vsize=1791120 CPUtime=0.61
/proc/15439/task/15443/stat : 15443 (java) S 15437 15439 15014 0 -1 64 25189 0 0 0 51 10 0 0 22 0 13 0 356479511 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15444] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15437 15439 15014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15445] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15445/stat : 15445 (java) S 15437 15439 15014 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15446] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15446/stat : 15446 (java) S 15437 15439 15014 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15447] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15447/stat : 15447 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15448] ppid=15437 vsize=1791120 CPUtime=0.47
/proc/15439/task/15448/stat : 15448 (java) S 15437 15439 15014 0 -1 64 998 0 0 0 47 0 0 0 17 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15449] ppid=15437 vsize=1791120 CPUtime=0.4
/proc/15439/task/15449/stat : 15449 (java) S 15437 15439 15014 0 -1 64 1170 0 0 0 40 0 0 0 16 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15450] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15450/stat : 15450 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15451] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15451/stat : 15451 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15452] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15452/stat : 15452 (java) S 15437 15439 15014 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356479707 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1791120

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

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

[startup+1199.3 s]
/proc/loadavg: 1.28 1.20 1.03 2/90 15650
/proc/meminfo: memFree=1405512/2055920 swapFree=4169404/4192956
[pid=15439] ppid=15437 vsize=1791120 CPUtime=1200.02
/proc/15439/stat : 15439 (java) S 15437 15439 15014 0 -1 0 77618 0 1 0 119940 62 0 0 19 0 13 0 356479508 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15439/statm: 447780 70267 1325 9 0 445392 0
[pid=15439/tid=15441] ppid=15437 vsize=1791120 CPUtime=1197.88
/proc/15439/task/15441/stat : 15441 (java) R 15437 15439 15014 0 -1 64 37701 0 1 0 119745 43 0 0 25 0 13 0 356479510 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109559644 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15442] ppid=15437 vsize=1791120 CPUtime=0.62
/proc/15439/task/15442/stat : 15442 (java) S 15437 15439 15014 0 -1 64 11828 0 0 0 55 7 0 0 16 0 13 0 356479511 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15443] ppid=15437 vsize=1791120 CPUtime=0.61
/proc/15439/task/15443/stat : 15443 (java) S 15437 15439 15014 0 -1 64 25189 0 0 0 51 10 0 0 22 0 13 0 356479511 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15444] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15444/stat : 15444 (java) S 15437 15439 15014 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15445] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15445/stat : 15445 (java) S 15437 15439 15014 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15446] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15446/stat : 15446 (java) S 15437 15439 15014 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 356479514 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15447] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15447/stat : 15447 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15448] ppid=15437 vsize=1791120 CPUtime=0.47
/proc/15439/task/15448/stat : 15448 (java) S 15437 15439 15014 0 -1 64 998 0 0 0 47 0 0 0 17 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15449] ppid=15437 vsize=1791120 CPUtime=0.4
/proc/15439/task/15449/stat : 15449 (java) S 15437 15439 15014 0 -1 64 1170 0 0 0 40 0 0 0 16 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15450] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15450/stat : 15450 (java) S 15437 15439 15014 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15439/tid=15451] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15451/stat : 15451 (java) S 15437 15439 15014 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356479518 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15439/tid=15452] ppid=15437 vsize=1791120 CPUtime=0
/proc/15439/task/15452/stat : 15452 (java) S 15437 15439 15014 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356479707 1834106880 70267 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1791120

Child status: 143
Real time (s): 1199.37
CPU time (s): 1200.1
CPU user time (s): 1199.43
CPU system time (s): 0.670898
CPU usage (%): 100.061
Max. virtual memory (cumulated for all children) (KiB): 1791120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.43
system time used= 0.670898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77639
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= 24719
involuntary context switches= 40990

runsolver used 1.12983 second user time and 3.33349 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Thu Mar  8 14:47:35 UTC 2007

IDJOB= 332013
IDBENCH= 20553
IDSOLVER= 141
FILE ID= node19/332013-1173365254

PBS_JOBID= 4045328

Free space on /tmp= 66509 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_31_1_rule_1/SAT_dat.k75.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332013-1173365254/sat4j-sat2007.jar /tmp/evaluation/332013-1173365254/instance-332013-1173365254.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-332013-1173365254 -o ROOT/results/node19/solver-332013-1173365254 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/332013-1173365254/sat4j-sat2007.jar /tmp/evaluation/332013-1173365254/instance-332013-1173365254.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  b66acf4b5dd67635615f55e419d4cf82

RANDOM SEED= 823445835

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1683144 kB
Buffers:         38744 kB
Cached:         210020 kB
SwapCached:       2360 kB
Active:         212396 kB
Inactive:       105004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683144 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:           12728 kB
Writeback:           0 kB
Mapped:          76060 kB
Slab:            40836 kB
Committed_AS:  1429504 kB
PageTables:       1868 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66509 MiB

End job on node19 on Thu Mar  8 15:07:36 UTC 2007