Trace number 315252

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? (MO) 1177.74 1176.54

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h34-unknown.cnf
MD5SUMc4c13853f3af198723d8a0120426d1cc
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark36.5244
Satisfiable
(Un)Satisfiability was proved
Number of variables184866
Number of clauses874988
Sum of the clauses size2256992
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2692136
Number of clauses of size 3176579
Number of clauses of size 41637
Number of clauses of size 5133
Number of clauses of size over 54227

Solver Data (download as text)

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c version SAT COMPETITION 2007
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1703279312
0.07/0.16	c Max memory 1706164224
0.07/0.16	c Total memory 1706164224
0.07/0.16	c Number of processors 2
0.19/0.21	c --- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.19/0.21	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c Expensive reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c timeout: 2147483s
0.19/0.21	c solving /tmp/evaluation/315252-1172651747/instance-315252-1172651747.cnf
0.19/0.21	c reading problem ... 
2.81/2.63	c ... done. Wall clock time 2.418s.
2.81/2.63	c CPU time (experimental) 2.48s.
2.81/2.63	c #vars     187667
2.81/2.63	c #constraints  874688
1177.52/1176.46	c starts		: 15
1177.52/1176.46	c conflicts		: 76040
1177.52/1176.46	c decisions		: 177036
1177.52/1176.46	c propagations		: 800487536
1177.52/1176.46	c inspects		: 1765923114
1177.52/1176.46	c learnt literals	: 18
1177.52/1176.46	c learnt binary clauses	: 560
1177.52/1176.47	c learnt ternary clauses	: 1890
1177.52/1176.47	c learnt clauses	: 76022
1177.52/1176.47	c root simplifications	: 0
1177.52/1176.47	c removed literals (reason simplification)	: 4754228
1177.52/1176.47	c reason swapping (by a shorter reason)	: 0
1177.52/1176.47	c Calls to reduceDB	: 0
1177.52/1176.47	c speed (decisions/second)	: 150.82656597703814
1177.52/1176.47	c non guided choices	6359
1177.52/1176.47	s UNKNOWN
1177.52/1176.47	c Total wall clock time (in seconds) : 1176.253
1177.52/1176.47	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/node59/watcher-315252-1172651747 -o ROOT/results/node59/solver-315252-1172651747 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315252-1172651747/sat4j-sat2007.jar /tmp/evaluation/315252-1172651747/instance-315252-1172651747.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.98 2/64 21956
/proc/meminfo: memFree=1804640/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=152 CPUtime=0
/proc/21956/stat : 21956 (java) R 21954 21956 21507 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 285131493 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 9286436 0 0 4096 0 0 0 0 17 1 0 0
/proc/21956/statm: 38 26 19 9 0 4 0

[startup+0.082907 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 21956
/proc/meminfo: memFree=1804640/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1829232 CPUtime=0.07
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 3837 0 1 0 5 2 0 0 18 0 7 0 285131493 1873133568 3580 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 457308 3580 1086 9 0 454944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829232

[startup+0.101901 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 21956
/proc/meminfo: memFree=1804640/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1829232 CPUtime=0.07
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 3919 0 1 0 5 2 0 0 18 0 7 0 285131493 1873133568 3662 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 457308 3662 1096 9 0 454944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829232

[startup+0.301927 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 21956
/proc/meminfo: memFree=1804640/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1834220 CPUtime=0.32
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 7698 0 1 0 29 3 0 0 18 0 12 0 285131493 1878241280 7437 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 458555 7437 1275 9 0 456167 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1834220

[startup+0.701967 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 21956
/proc/meminfo: memFree=1804640/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1835472 CPUtime=0.9
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 10917 0 1 0 86 4 0 0 18 0 12 0 285131493 1879523328 10040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 458868 10040 1299 9 0 456480 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1835472

[startup+1.50105 s]
/proc/loadavg: 1.00 1.00 0.98 3/76 21968
/proc/meminfo: memFree=1757760/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1835472 CPUtime=1.71
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 18323 0 1 0 162 9 0 0 18 0 12 0 285131493 1879523328 17445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 458868 17445 1304 9 0 456480 0
[pid=21956/tid=21958] ppid=21954 vsize=1835472 CPUtime=1.35
/proc/21956/task/21958/stat : 21958 (java) R 21954 21956 21507 0 -1 64 16035 0 1 0 128 7 0 0 19 0 12 0 285131494 1879523328 17445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109508340 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21954 vsize=1835472 CPUtime=0
/proc/21956/task/21959/stat : 21959 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 285131496 1879523328 17445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21960] ppid=21954 vsize=1835472 CPUtime=0
/proc/21956/task/21960/stat : 21960 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 285131496 1879523328 17445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21954 vsize=1835472 CPUtime=0
/proc/21956/task/21961/stat : 21961 (java) S 21954 21956 21507 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 285131498 1879523328 17445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21962] ppid=21954 vsize=1835472 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21954 21956 21507 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 285131499 1879523328 17445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21963] ppid=21954 vsize=1835472 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 285131499 1879523328 17445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21964] ppid=21954 vsize=1835472 CPUtime=0
/proc/21956/task/21964/stat : 21964 (java) S 21954 21956 21507 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 285131504 1879523328 17446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21965] ppid=21954 vsize=1835472 CPUtime=0.16
/proc/21956/task/21965/stat : 21965 (java) S 21954 21956 21507 0 -1 64 1157 0 0 0 16 0 0 0 16 0 12 0 285131504 1879523328 17446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21966] ppid=21954 vsize=1835472 CPUtime=0.16
/proc/21956/task/21966/stat : 21966 (java) S 21954 21956 21507 0 -1 64 412 0 0 0 16 0 0 0 16 0 12 0 285131504 1879523328 17446 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21967] ppid=21954 vsize=1835472 CPUtime=0
/proc/21956/task/21967/stat : 21967 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 285131504 1879523328 17447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21968] ppid=21954 vsize=1835472 CPUtime=0
/proc/21956/task/21968/stat : 21968 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 285131504 1879523328 17447 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1835472

[startup+3.10224 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 21968
/proc/meminfo: memFree=1717248/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1837204 CPUtime=3.61
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 31554 0 1 0 346 15 0 0 18 0 13 0 285131493 1881296896 29586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 459301 29586 1317 9 0 456913 0
[pid=21956/tid=21958] ppid=21954 vsize=1837204 CPUtime=2.83
/proc/21956/task/21958/stat : 21958 (java) R 21954 21956 21507 0 -1 64 27795 0 1 0 270 13 0 0 25 0 13 0 285131494 1881296896 29586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109669969 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21959] ppid=21954 vsize=1837204 CPUtime=0
/proc/21956/task/21959/stat : 21959 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285131496 1881296896 29586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21960] ppid=21954 vsize=1837204 CPUtime=0
/proc/21956/task/21960/stat : 21960 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285131496 1881296896 29586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21954 vsize=1837204 CPUtime=0
/proc/21956/task/21961/stat : 21961 (java) S 21954 21956 21507 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 285131498 1881296896 29586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21962] ppid=21954 vsize=1837204 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21954 21956 21507 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 285131499 1881296896 29586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21963] ppid=21954 vsize=1837204 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 285131499 1881296896 29586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21964] ppid=21954 vsize=1837204 CPUtime=0
/proc/21956/task/21964/stat : 21964 (java) S 21954 21956 21507 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 285131504 1881296896 29586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21965] ppid=21954 vsize=1837204 CPUtime=0.36
/proc/21956/task/21965/stat : 21965 (java) S 21954 21956 21507 0 -1 64 1667 0 0 0 36 0 0 0 16 0 13 0 285131504 1881296896 29586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21966] ppid=21954 vsize=1837204 CPUtime=0.38
/proc/21956/task/21966/stat : 21966 (java) R 21954 21956 21507 0 -1 64 1369 0 0 0 38 0 0 0 16 0 13 0 285131504 1881296896 29586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105287258 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21967] ppid=21954 vsize=1837204 CPUtime=0
/proc/21956/task/21967/stat : 21967 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 285131504 1881296896 29586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21968] ppid=21954 vsize=1837204 CPUtime=0
/proc/21956/task/21968/stat : 21968 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285131504 1881296896 29586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 1837204

[startup+6.30258 s]
/proc/loadavg: 1.00 1.00 0.98 2/77 21969
/proc/meminfo: memFree=1690552/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1837108 CPUtime=6.92
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 31989 0 1 0 676 16 0 0 18 0 13 0 285131493 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 459277 29594 1317 9 0 456889 0
[pid=21956/tid=21958] ppid=21954 vsize=1837108 CPUtime=6.02
/proc/21956/task/21958/stat : 21958 (java) R 21954 21956 21507 0 -1 64 27857 0 1 0 588 14 0 0 25 0 13 0 285131494 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109646349 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21954 vsize=1837108 CPUtime=0
/proc/21956/task/21959/stat : 21959 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285131496 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21960] ppid=21954 vsize=1837108 CPUtime=0
/proc/21956/task/21960/stat : 21960 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285131496 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21954 vsize=1837108 CPUtime=0
/proc/21956/task/21961/stat : 21961 (java) S 21954 21956 21507 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285131498 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21962] ppid=21954 vsize=1837108 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21954 21956 21507 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 285131499 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21963] ppid=21954 vsize=1837108 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 285131499 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21964] ppid=21954 vsize=1837108 CPUtime=0
/proc/21956/task/21964/stat : 21964 (java) S 21954 21956 21507 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 285131504 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21965] ppid=21954 vsize=1837108 CPUtime=0.42
/proc/21956/task/21965/stat : 21965 (java) S 21954 21956 21507 0 -1 64 1672 0 0 0 42 0 0 0 15 0 13 0 285131504 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21966] ppid=21954 vsize=1837108 CPUtime=0.45
/proc/21956/task/21966/stat : 21966 (java) S 21954 21956 21507 0 -1 64 1737 0 0 0 45 0 0 0 16 0 13 0 285131504 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21967] ppid=21954 vsize=1837108 CPUtime=0
/proc/21956/task/21967/stat : 21967 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 285131504 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21968] ppid=21954 vsize=1837108 CPUtime=0
/proc/21956/task/21968/stat : 21968 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285131504 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21969] ppid=21954 vsize=1837108 CPUtime=0
/proc/21956/task/21969/stat : 21969 (java) S 21954 21956 21507 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 285131763 1881198592 29594 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 1837108

[startup+12.7023 s]
/proc/loadavg: 1.07 1.02 0.99 2/77 21969
/proc/meminfo: memFree=1690680/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1836724 CPUtime=13.34
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 32057 0 1 0 1318 16 0 0 18 0 13 0 285131493 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 459181 29565 1320 9 0 456793 0
[pid=21956/tid=21958] ppid=21954 vsize=1836724 CPUtime=12.4
/proc/21956/task/21958/stat : 21958 (java) R 21954 21956 21507 0 -1 64 27918 0 1 0 1226 14 0 0 25 0 13 0 285131494 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109669811 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21959/stat : 21959 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285131496 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21960] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21960/stat : 21960 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285131496 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21961/stat : 21961 (java) S 21954 21956 21507 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285131498 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21962] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21954 21956 21507 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 285131499 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21963] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 285131499 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21964] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21964/stat : 21964 (java) S 21954 21956 21507 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 285131504 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21965] ppid=21954 vsize=1836724 CPUtime=0.42
/proc/21956/task/21965/stat : 21965 (java) S 21954 21956 21507 0 -1 64 1672 0 0 0 42 0 0 0 15 0 13 0 285131504 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21966] ppid=21954 vsize=1836724 CPUtime=0.48
/proc/21956/task/21966/stat : 21966 (java) S 21954 21956 21507 0 -1 64 1744 0 0 0 48 0 0 0 16 0 13 0 285131504 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21967] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21967/stat : 21967 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 285131504 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21968] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21968/stat : 21968 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285131504 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21969] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21969/stat : 21969 (java) S 21954 21956 21507 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 285131763 1880805376 29565 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.34
Current children cumulated vsize (KiB) 1836724

[startup+25.5017 s]
/proc/loadavg: 1.06 1.02 0.99 2/77 21969
/proc/meminfo: memFree=1690552/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1836724 CPUtime=26.14
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 32201 0 1 0 2598 16 0 0 18 0 13 0 285131493 1880805376 29709 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 459181 29709 1320 9 0 456793 0
[pid=21956/tid=21958] ppid=21954 vsize=1836724 CPUtime=25.2
/proc/21956/task/21958/stat : 21958 (java) R 21954 21956 21507 0 -1 64 28062 0 1 0 2506 14 0 0 25 0 13 0 285131494 1880805376 29709 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109602792 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21959/stat : 21959 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285131496 1880805376 29709 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21960] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21960/stat : 21960 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285131496 1880805376 29709 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21961/stat : 21961 (java) S 21954 21956 21507 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285131498 1880805376 29709 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21962] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21954 21956 21507 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 285131499 1880805376 29709 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=21956/tid=21961] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21961/stat : 21961 (java) S 21954 21956 21507 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285131498 1880805376 39539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21962] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21954 21956 21507 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 285131499 1880805376 39539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21963] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 285131499 1880805376 39539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21964] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21964/stat : 21964 (java) S 21954 21956 21507 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 285131504 1880805376 39539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21965] ppid=21954 vsize=1836724 CPUtime=0.46
/proc/21956/task/21965/stat : 21965 (java) S 21954 21956 21507 0 -1 64 1677 0 0 0 46 0 0 0 16 0 13 0 285131504 1880805376 39539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21966] ppid=21954 vsize=1836724 CPUtime=0.53
/proc/21956/task/21966/stat : 21966 (java) S 21954 21956 21507 0 -1 64 1750 0 0 0 53 0 0 0 16 0 13 0 285131504 1880805376 39539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21967] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21967/stat : 21967 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 285131504 1880805376 39539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21968] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21968/stat : 21968 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285131504 1880805376 39539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21969] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21969/stat : 21969 (java) S 21954 21956 21507 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 285131763 1880805376 39539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.71
Current children cumulated vsize (KiB) 1836724

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 21971
/proc/meminfo: memFree=1649016/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1836724 CPUtime=1122.69
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 42444 0 1 0 112236 33 0 0 18 0 13 0 285131493 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 459181 39950 1321 9 0 456793 0
[pid=21956/tid=21958] ppid=21954 vsize=1836724 CPUtime=1121.67
/proc/21956/task/21958/stat : 21958 (java) R 21954 21956 21507 0 -1 64 38294 0 1 0 112136 31 0 0 25 0 13 0 285131494 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109670093 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21959/stat : 21959 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 285131496 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21960] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21960/stat : 21960 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 285131496 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21961/stat : 21961 (java) S 21954 21956 21507 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285131498 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21962] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21954 21956 21507 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 285131499 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21963] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 285131499 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21964] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21964/stat : 21964 (java) S 21954 21956 21507 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 285131504 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21965] ppid=21954 vsize=1836724 CPUtime=0.46
/proc/21956/task/21965/stat : 21965 (java) S 21954 21956 21507 0 -1 64 1677 0 0 0 46 0 0 0 16 0 13 0 285131504 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21966] ppid=21954 vsize=1836724 CPUtime=0.53
/proc/21956/task/21966/stat : 21966 (java) S 21954 21956 21507 0 -1 64 1750 0 0 0 53 0 0 0 16 0 13 0 285131504 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21967] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21967/stat : 21967 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 285131504 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21968] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21968/stat : 21968 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285131504 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21969] ppid=21954 vsize=1836724 CPUtime=0
/proc/21956/task/21969/stat : 21969 (java) S 21954 21956 21507 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 285131763 1880805376 39950 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.69
Current children cumulated vsize (KiB) 1836724



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1175.91 s]
/proc/loadavg: 1.08 1.02 0.99 3/77 21971
/proc/meminfo: memFree=1570808/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1844412 CPUtime=1176.54
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 64924 0 1 0 117610 44 0 0 18 0 13 0 285131493 1888677888 59537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21956/statm: 461103 59538 1326 9 0 458715 0
[pid=21956/tid=21958] ppid=21954 vsize=1844412 CPUtime=1174.99
/proc/21956/task/21958/stat : 21958 (java) S 21954 21956 21507 0 -1 64 38833 0 1 0 117468 31 0 0 25 0 13 0 285131494 1888677888 59539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21954 vsize=1844412 CPUtime=0.24
/proc/21956/task/21959/stat : 21959 (java) R 21954 21956 21507 0 -1 64 16351 0 0 0 17 7 0 0 18 0 13 0 285131496 1888677888 59540 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369134 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21960] ppid=21954 vsize=1844412 CPUtime=0.25
/proc/21956/task/21960/stat : 21960 (java) R 21954 21956 21507 0 -1 64 5597 0 0 0 22 3 0 0 18 0 13 0 285131496 1888677888 59541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21961/stat : 21961 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 285131498 1888677888 59542 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21962] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21954 21956 21507 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 285131499 1888677888 59543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21963] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 285131499 1888677888 59544 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21964] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21964/stat : 21964 (java) S 21954 21956 21507 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 285131504 1888677888 59545 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21965] ppid=21954 vsize=1844412 CPUtime=0.46
/proc/21956/task/21965/stat : 21965 (java) S 21954 21956 21507 0 -1 64 1677 0 0 0 46 0 0 0 16 0 13 0 285131504 1888677888 59546 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21966] ppid=21954 vsize=1844412 CPUtime=0.53
/proc/21956/task/21966/stat : 21966 (java) S 21954 21956 21507 0 -1 64 1750 0 0 0 53 0 0 0 16 0 13 0 285131504 1888677888 59546 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21967] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21967/stat : 21967 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 285131504 1888677888 59547 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21968] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21968/stat : 21968 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285131504 1888677888 59548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21969] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21969/stat : 21969 (java) S 21954 21956 21507 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 285131763 1888677888 59549 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1176.54
Current children cumulated vsize (KiB) 1844412

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

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

[startup+1176.2 s]
/proc/loadavg: 1.08 1.02 0.99 3/77 21971
/proc/meminfo: memFree=1570808/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1844412 CPUtime=1177.12
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 75327 0 1 0 117665 47 0 0 16 0 13 0 285131493 1888677888 68877 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21956/statm: 461103 68879 1326 9 0 458715 0
[pid=21956/tid=21958] ppid=21954 vsize=1844412 CPUtime=1174.99
/proc/21956/task/21958/stat : 21958 (java) S 21954 21956 21507 0 -1 64 38833 0 1 0 117468 31 0 0 25 0 13 0 285131494 1888677888 68880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21954 vsize=1844412 CPUtime=0.54
/proc/21956/task/21959/stat : 21959 (java) R 21954 21956 21507 0 -1 64 22839 0 0 0 45 9 0 0 21 0 13 0 285131496 1888677888 68881 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105070793 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21960] ppid=21954 vsize=1844412 CPUtime=0.54
/proc/21956/task/21960/stat : 21960 (java) R 21954 21956 21507 0 -1 64 9511 0 0 0 50 4 0 0 21 0 13 0 285131496 1888677888 68882 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21961/stat : 21961 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 285131498 1888677888 68883 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21962] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21954 21956 21507 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 285131499 1888677888 68884 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21963] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 285131499 1888677888 68885 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21964] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21964/stat : 21964 (java) S 21954 21956 21507 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285131504 1888677888 68887 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21965] ppid=21954 vsize=1844412 CPUtime=0.46
/proc/21956/task/21965/stat : 21965 (java) S 21954 21956 21507 0 -1 64 1677 0 0 0 46 0 0 0 16 0 13 0 285131504 1888677888 68888 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21966] ppid=21954 vsize=1844412 CPUtime=0.53
/proc/21956/task/21966/stat : 21966 (java) S 21954 21956 21507 0 -1 64 1750 0 0 0 53 0 0 0 16 0 13 0 285131504 1888677888 68889 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21967] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21967/stat : 21967 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 285131504 1888677888 68890 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21968] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21968/stat : 21968 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285131504 1888677888 68892 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21969] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21969/stat : 21969 (java) S 21954 21956 21507 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 285131763 1888677888 68893 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.12
Current children cumulated vsize (KiB) 1844412

[startup+1176.4 s]
/proc/loadavg: 1.08 1.02 0.99 3/77 21971
/proc/meminfo: memFree=1570808/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=1844412 CPUtime=1177.52
/proc/21956/stat : 21956 (java) S 21954 21956 21507 0 -1 0 80287 0 1 0 117703 49 0 0 16 0 13 0 285131493 1888677888 73249 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21956/statm: 461103 73251 1326 9 0 458715 0
[pid=21956/tid=21958] ppid=21954 vsize=1844412 CPUtime=1174.99
/proc/21956/task/21958/stat : 21958 (java) S 21954 21956 21507 0 -1 64 38833 0 1 0 117468 31 0 0 25 0 13 0 285131494 1888677888 73252 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21959] ppid=21954 vsize=1844412 CPUtime=0.74
/proc/21956/task/21959/stat : 21959 (java) R 21954 21956 21507 0 -1 64 24561 0 0 0 64 10 0 0 23 0 13 0 285131496 1888677888 73253 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105378328 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21960] ppid=21954 vsize=1844412 CPUtime=0.74
/proc/21956/task/21960/stat : 21960 (java) R 21954 21956 21507 0 -1 64 12749 0 0 0 69 5 0 0 23 0 13 0 285131496 1888677888 73254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21961] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21961/stat : 21961 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 285131498 1888677888 73255 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21962] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21962/stat : 21962 (java) S 21954 21956 21507 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 285131499 1888677888 73256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21963] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21963/stat : 21963 (java) S 21954 21956 21507 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 285131499 1888677888 73258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21964] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21964/stat : 21964 (java) S 21954 21956 21507 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 285131504 1888677888 73259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21965] ppid=21954 vsize=1844412 CPUtime=0.46
/proc/21956/task/21965/stat : 21965 (java) S 21954 21956 21507 0 -1 64 1677 0 0 0 46 0 0 0 16 0 13 0 285131504 1888677888 73260 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21966] ppid=21954 vsize=1844412 CPUtime=0.53
/proc/21956/task/21966/stat : 21966 (java) S 21954 21956 21507 0 -1 64 1750 0 0 0 53 0 0 0 16 0 13 0 285131504 1888677888 73262 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21967] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21967/stat : 21967 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 285131504 1888677888 73263 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21956/tid=21968] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21968/stat : 21968 (java) S 21954 21956 21507 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 285131504 1888677888 73264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21956/tid=21969] ppid=21954 vsize=1844412 CPUtime=0
/proc/21956/task/21969/stat : 21969 (java) S 21954 21956 21507 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 285131763 1888677888 73265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.52
Current children cumulated vsize (KiB) 1844412

[startup+1176.5 s]
/proc/loadavg: 1.08 1.02 0.99 3/77 21971
/proc/meminfo: memFree=1570808/2055920 swapFree=4183680/4192956
[pid=21956] ppid=21954 vsize=0 CPUtime=1177.69
/proc/21956/stat : 21956 (java) Z 21954 21956 21507 0 -1 1036 82229 0 1 0 117718 51 0 0 15 0 2 0 285131493 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21956/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1177.69
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1176.54
CPU time (s): 1177.74
CPU user time (s): 1177.19
CPU system time (s): 0.552915
CPU usage (%): 100.102
Max. virtual memory (cumulated for all children) (KiB): 1844412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1177.19
system time used= 0.552915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82229
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= 24196
involuntary context switches= 24147

runsolver used 1.36079 second user time and 2.94255 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Wed Feb 28 08:35:48 UTC 2007

IDJOB= 315252
IDBENCH= 20412
IDSOLVER= 96
FILE ID= node59/315252-1172651747

PBS_JOBID= 3981198

Free space on /tmp= 66504 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h34-unknown.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315252-1172651747/sat4j-sat2007.jar /tmp/evaluation/315252-1172651747/instance-315252-1172651747.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-315252-1172651747 -o ROOT/results/node59/solver-315252-1172651747 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315252-1172651747/sat4j-sat2007.jar /tmp/evaluation/315252-1172651747/instance-315252-1172651747.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  c4c13853f3af198723d8a0120426d1cc

RANDOM SEED= 13747816

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:       1804984 kB
Buffers:          6148 kB
Cached:         195676 kB
SwapCached:       2720 kB
Active:          55416 kB
Inactive:       155956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804984 kB
SwapTotal:     4192956 kB
SwapFree:      4183680 kB
Dirty:           17168 kB
Writeback:           0 kB
Mapped:          15748 kB
Slab:            25408 kB
Committed_AS:   596904 kB
PageTables:       1472 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= 66504 MiB

End job on node59 on Wed Feb 28 08:55:26 UTC 2007