Trace number 313052

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) 937.442 935.584

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/partial-5-13-s.cnf
MD5SUM8440e7259e120363fc65b24385da09e8
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark82.5714
Satisfiable
(Un)Satisfiability was proved
Number of variables184675
Number of clauses842981
Sum of the clauses size1930752
Maximum clause length10
Minimum clause length1
Number of clauses of size 113965
Number of clauses of size 2674001
Number of clauses of size 3120435
Number of clauses of size 43840
Number of clauses of size 515360
Number of clauses of size over 515380

Solver Data (download as text)

0.13/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.40	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.40	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.41	c version SAT COMPETITION 2007
0.13/0.41	c sun.arch.data.model	32
0.13/0.41	c java.version	1.6.0
0.13/0.41	c os.name	Linux
0.13/0.41	c os.version	2.6.9-22.EL.rootsmp
0.13/0.41	c os.arch	i386
0.13/0.41	c Free memory 1703279312
0.13/0.41	c Max memory 1706164224
0.13/0.41	c Total memory 1706164224
0.13/0.41	c Number of processors 2
0.13/0.47	c --- Begin Solver configuration ---
0.13/0.47	c Stops conflict analysis at the first Unique Implication Point
0.13/0.47	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.13/0.47	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.13/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.47	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.47	c Expensive reason simplification
0.13/0.47	c --- End Solver configuration ---
0.13/0.47	c timeout: 2147483s
0.13/0.47	c solving /tmp/evaluation/313052-1176872983/instance-313052-1176872983.cnf
0.13/0.47	c reading problem ... 
2.45/2.68	c ... done. Wall clock time 2.216s.
2.45/2.68	c CPU time (experimental) 2.3s.
2.45/2.68	c #vars     184675
2.45/2.68	c #constraints  828108
937.19/935.46	c starts		: 16
937.19/935.46	c conflicts		: 95316
937.19/935.46	c decisions		: 221267
937.19/935.46	c propagations		: 226138949
937.19/935.46	c inspects		: 1020086851
937.19/935.46	c learnt literals	: 123
937.19/935.46	c learnt binary clauses	: 888
937.19/935.46	c learnt ternary clauses	: 1334
937.19/935.46	c learnt clauses	: 95193
937.19/935.46	c root simplifications	: 0
937.19/935.46	c removed literals (reason simplification)	: 6075329
937.19/935.46	c reason swapping (by a shorter reason)	: 0
937.19/935.46	c Calls to reduceDB	: 0
937.19/935.46	c speed (decisions/second)	: 237.2282416411321
937.19/935.46	c non guided choices	713
937.19/935.46	s UNKNOWN
937.19/935.46	c Total wall clock time (in seconds) : 934.995
937.19/935.46	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1060
/proc/meminfo: memFree=1563648/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=308 CPUtime=0
/proc/1060/stat : 1060 (java) R 1058 1060 323 0 -1 0 56 0 0 0 0 0 0 0 18 0 1 0 135215963 315392 39 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7169775 0 0 4096 0 0 0 0 17 1 0 0
/proc/1060/statm: 77 39 29 9 0 6 0

[startup+0.082516 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1060
/proc/meminfo: memFree=1563648/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=12056 CPUtime=0.01
/proc/1060/stat : 1060 (java) D 1058 1060 323 0 -1 0 363 0 21 0 0 1 0 0 18 0 1 0 135215963 12345344 191 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7177002 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/1060/statm: 3014 191 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.102449 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1060
/proc/meminfo: memFree=1563648/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=12056 CPUtime=0.01
/proc/1060/stat : 1060 (java) D 1058 1060 323 0 -1 0 379 0 32 0 0 1 0 0 18 0 1 0 135215963 12345344 218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7177002 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/1060/statm: 3014 218 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.30139 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1060
/proc/meminfo: memFree=1563648/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=1829232 CPUtime=0.09
/proc/1060/stat : 1060 (java) S 1058 1060 323 0 -1 0 3793 0 64 0 5 4 0 0 18 0 7 0 135215963 1873133568 3598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/1060/statm: 457308 3598 1088 9 0 454944 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1829232

[startup+0.701306 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1060
/proc/meminfo: memFree=1563648/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=1834100 CPUtime=0.54
/proc/1060/stat : 1060 (java) S 1058 1060 323 0 -1 0 8852 0 64 0 47 7 0 0 18 0 12 0 135215963 1878118400 8611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1060/statm: 458525 8611 1290 9 0 456137 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1834100

[startup+1.50113 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 1072
/proc/meminfo: memFree=1503392/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=1834100 CPUtime=1.34
/proc/1060/stat : 1060 (java) S 1058 1060 323 0 -1 0 18827 0 64 0 123 11 0 0 18 0 12 0 135215963 1878118400 18585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1060/statm: 458525 18585 1290 9 0 456137 0
[pid=1060/tid=1062] ppid=1058 vsize=1834100 CPUtime=1.12
/proc/1060/task/1062/stat : 1062 (java) R 1058 1060 323 0 -1 64 17574 0 29 0 103 9 0 0 19 0 12 0 135215974 1878118400 18585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1063] ppid=1058 vsize=1834100 CPUtime=0
/proc/1060/task/1063/stat : 1063 (java) S 1058 1060 323 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 135215979 1878118400 18586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1064] ppid=1058 vsize=1834100 CPUtime=0
/proc/1060/task/1064/stat : 1064 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 135215979 1878118400 18586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1065] ppid=1058 vsize=1834100 CPUtime=0
/proc/1060/task/1065/stat : 1065 (java) S 1058 1060 323 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 135215983 1878118400 18586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1066] ppid=1058 vsize=1834100 CPUtime=0
/proc/1060/task/1066/stat : 1066 (java) S 1058 1060 323 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 135215988 1878118400 18586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1067] ppid=1058 vsize=1834100 CPUtime=0
/proc/1060/task/1067/stat : 1067 (java) S 1058 1060 323 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 135215988 1878118400 18586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1068] ppid=1058 vsize=1834100 CPUtime=0
/proc/1060/task/1068/stat : 1068 (java) S 1058 1060 323 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 135215995 1878118400 18587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1069] ppid=1058 vsize=1834100 CPUtime=0.09
/proc/1060/task/1069/stat : 1069 (java) S 1058 1060 323 0 -1 64 312 0 0 0 9 0 0 0 16 0 12 0 135215995 1878118400 18587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1070] ppid=1058 vsize=1834100 CPUtime=0.1
/proc/1060/task/1070/stat : 1070 (java) S 1058 1060 323 0 -1 64 256 0 0 0 10 0 0 0 16 0 12 0 135215995 1878118400 18587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1071] ppid=1058 vsize=1834100 CPUtime=0
/proc/1060/task/1071/stat : 1071 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 135215995 1878118400 18587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1072] ppid=1058 vsize=1834100 CPUtime=0
/proc/1060/task/1072/stat : 1072 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135215995 1878118400 18587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 1834100

[startup+3.10281 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 1072
/proc/meminfo: memFree=1466272/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=1834424 CPUtime=3.11
/proc/1060/stat : 1060 (java) S 1058 1060 323 0 -1 0 29598 0 64 0 294 17 0 0 18 0 13 0 135215963 1878450176 29094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1060/statm: 458606 29094 1305 9 0 456218 0
[pid=1060/tid=1062] ppid=1058 vsize=1834424 CPUtime=2.68
/proc/1060/task/1062/stat : 1062 (java) R 1058 1060 323 0 -1 64 27868 0 29 0 253 15 0 0 20 0 13 0 135215974 1878450176 29094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553478 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1063] ppid=1058 vsize=1834424 CPUtime=0
/proc/1060/task/1063/stat : 1063 (java) S 1058 1060 323 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 135215979 1878450176 29094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1064] ppid=1058 vsize=1834424 CPUtime=0
/proc/1060/task/1064/stat : 1064 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 135215979 1878450176 29094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1065] ppid=1058 vsize=1834424 CPUtime=0
/proc/1060/task/1065/stat : 1065 (java) S 1058 1060 323 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135215983 1878450176 29094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1066] ppid=1058 vsize=1834424 CPUtime=0
/proc/1060/task/1066/stat : 1066 (java) S 1058 1060 323 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 135215988 1878450176 29094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1067] ppid=1058 vsize=1834424 CPUtime=0
/proc/1060/task/1067/stat : 1067 (java) S 1058 1060 323 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 135215988 1878450176 29094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1068] ppid=1058 vsize=1834424 CPUtime=0
/proc/1060/task/1068/stat : 1068 (java) S 1058 1060 323 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135215995 1878450176 29094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1069] ppid=1058 vsize=1834424 CPUtime=0.18
/proc/1060/task/1069/stat : 1069 (java) R 1058 1060 323 0 -1 64 357 0 0 0 18 0 0 0 16 0 13 0 135215995 1878450176 29094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105582345 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1070] ppid=1058 vsize=1834424 CPUtime=0.22
/proc/1060/task/1070/stat : 1070 (java) S 1058 1060 323 0 -1 64 684 0 0 0 22 0 0 0 16 0 13 0 135215995 1878450176 29094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1071] ppid=1058 vsize=1834424 CPUtime=0
/proc/1060/task/1071/stat : 1071 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135215995 1878450176 29094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1072] ppid=1058 vsize=1834424 CPUtime=0
/proc/1060/task/1072/stat : 1072 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135215995 1878450176 29094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 1834424

[startup+6.30214 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 1073
/proc/meminfo: memFree=1438488/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=1836348 CPUtime=6.58
/proc/1060/stat : 1060 (java) S 1058 1060 323 0 -1 0 31580 0 64 0 640 18 0 0 18 0 13 0 135215963 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1060/statm: 459087 29565 1313 9 0 456699 0
[pid=1060/tid=1062] ppid=1058 vsize=1836348 CPUtime=5.81
/proc/1060/task/1062/stat : 1062 (java) R 1058 1060 323 0 -1 64 28011 0 29 0 566 15 0 0 25 0 13 0 135215974 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109616672 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1063] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1063/stat : 1063 (java) S 1058 1060 323 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 135215979 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1064] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1064/stat : 1064 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 135215979 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1065] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1065/stat : 1065 (java) S 1058 1060 323 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135215983 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1066] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1066/stat : 1066 (java) S 1058 1060 323 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 135215988 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1067] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1067/stat : 1067 (java) S 1058 1060 323 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 135215988 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1068] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1068/stat : 1068 (java) S 1058 1060 323 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135215995 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1069] ppid=1058 vsize=1836348 CPUtime=0.4
/proc/1060/task/1069/stat : 1069 (java) S 1058 1060 323 0 -1 64 1427 0 0 0 39 1 0 0 16 0 13 0 135215995 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1070] ppid=1058 vsize=1836348 CPUtime=0.34
/proc/1060/task/1070/stat : 1070 (java) S 1058 1060 323 0 -1 64 1453 0 0 0 34 0 0 0 16 0 13 0 135215995 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1071] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1071/stat : 1071 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135215995 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1072] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1072/stat : 1072 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135215995 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1073] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1073/stat : 1073 (java) S 1058 1060 323 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135216249 1880420352 29565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 1836348

[startup+12.7028 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 1073
/proc/meminfo: memFree=1439456/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=1836348 CPUtime=12.99
/proc/1060/stat : 1060 (java) S 1058 1060 323 0 -1 0 31804 0 64 0 1281 18 0 0 18 0 13 0 135215963 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1060/statm: 459087 29789 1313 9 0 456699 0
[pid=1060/tid=1062] ppid=1058 vsize=1836348 CPUtime=12.2
/proc/1060/task/1062/stat : 1062 (java) R 1058 1060 323 0 -1 64 28235 0 29 0 1205 15 0 0 25 0 13 0 135215974 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604956 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1063] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1063/stat : 1063 (java) S 1058 1060 323 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 135215979 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1064] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1064/stat : 1064 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 135215979 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1065] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1065/stat : 1065 (java) S 1058 1060 323 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135215983 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1066] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1066/stat : 1066 (java) S 1058 1060 323 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 135215988 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1067] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1067/stat : 1067 (java) S 1058 1060 323 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 135215988 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1068] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1068/stat : 1068 (java) S 1058 1060 323 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135215995 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1069] ppid=1058 vsize=1836348 CPUtime=0.4
/proc/1060/task/1069/stat : 1069 (java) S 1058 1060 323 0 -1 64 1427 0 0 0 39 1 0 0 16 0 13 0 135215995 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1070] ppid=1058 vsize=1836348 CPUtime=0.35
/proc/1060/task/1070/stat : 1070 (java) S 1058 1060 323 0 -1 64 1453 0 0 0 35 0 0 0 17 0 13 0 135215995 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1071] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1071/stat : 1071 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135215995 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1072] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1072/stat : 1072 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135215995 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1073] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1073/stat : 1073 (java) S 1058 1060 323 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135216249 1880420352 29789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 1836348

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 1073
/proc/meminfo: memFree=1438240/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=1836348 CPUtime=25.85
/proc/1060/stat : 1060 (java) S 1058 1060 323 0 -1 0 32144 0 64 0 2567 18 0 0 18 0 13 0 135215963 1880420352 30126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1060/statm: 459087 30126 1316 9 0 456699 0
[pid=1060/tid=1062] ppid=1058 vsize=1836348 CPUtime=24.98
/proc/1060/task/1062/stat : 1062 (java) R 1058 1060 323 0 -1 64 28565 0 29 0 2483 15 0 0 25 0 13 0 135215974 1880420352 30126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109606039 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1063] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1063/stat : 1063 (java) S 1058 1060 323 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 135215979 1880420352 30126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1064] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1064/stat : 1064 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 135215979 1880420352 30126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1065] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1065/stat : 1065 (java) S 1058 1060 323 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135215983 1880420352 30126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1066] ppid=1058 vsize=1836348 CPUtime=0
/proc/1060/task/1066/stat : 1066 (java) S 1058 1060 323 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 135215988 1880420352 30126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1060] ppid=1058 vsize=1842756 CPUtime=823.62
/proc/1060/stat : 1060 (java) S 1058 1060 323 0 -1 0 80166 0 64 0 82310 52 0 0 18 0 13 0 135215963 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1060/statm: 460689 73708 1326 9 0 458301 0
[pid=1060/tid=1062] ppid=1058 vsize=1842756 CPUtime=820.8
/proc/1060/task/1062/stat : 1062 (java) R 1058 1060 323 0 -1 64 38805 0 29 0 82048 32 0 0 25 0 13 0 135215974 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109557245 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1063] ppid=1058 vsize=1842756 CPUtime=0.91
/proc/1060/task/1063/stat : 1063 (java) S 1058 1060 323 0 -1 64 16458 0 0 0 86 5 0 0 16 0 13 0 135215979 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1064] ppid=1058 vsize=1842756 CPUtime=0.92
/proc/1060/task/1064/stat : 1064 (java) S 1058 1060 323 0 -1 64 21304 0 0 0 82 10 0 0 25 0 13 0 135215979 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1065] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1065/stat : 1065 (java) S 1058 1060 323 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 135215983 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1066] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1066/stat : 1066 (java) S 1058 1060 323 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 135215988 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1067] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1067/stat : 1067 (java) S 1058 1060 323 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135215988 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1068] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1068/stat : 1068 (java) S 1058 1060 323 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135215995 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1069] ppid=1058 vsize=1842756 CPUtime=0.48
/proc/1060/task/1069/stat : 1069 (java) S 1058 1060 323 0 -1 64 1440 0 0 0 47 1 0 0 16 0 13 0 135215995 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1070] ppid=1058 vsize=1842756 CPUtime=0.44
/proc/1060/task/1070/stat : 1070 (java) S 1058 1060 323 0 -1 64 1464 0 0 0 44 0 0 0 17 0 13 0 135215995 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1071] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1071/stat : 1071 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135215995 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1072] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1072/stat : 1072 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135215995 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1073] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1073/stat : 1073 (java) S 1058 1060 323 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135216249 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 823.62
Current children cumulated vsize (KiB) 1842756

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 1073
/proc/meminfo: memFree=1262880/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=1842756 CPUtime=883.64
/proc/1060/stat : 1060 (java) S 1058 1060 323 0 -1 0 80166 0 64 0 88311 53 0 0 18 0 13 0 135215963 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1060/statm: 460689 73708 1326 9 0 458301 0
[pid=1060/tid=1062] ppid=1058 vsize=1842756 CPUtime=880.81
/proc/1060/task/1062/stat : 1062 (java) R 1058 1060 323 0 -1 64 38805 0 29 0 88048 33 0 0 25 0 13 0 135215974 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109720650 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1063] ppid=1058 vsize=1842756 CPUtime=0.91
/proc/1060/task/1063/stat : 1063 (java) S 1058 1060 323 0 -1 64 16458 0 0 0 86 5 0 0 16 0 13 0 135215979 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1064] ppid=1058 vsize=1842756 CPUtime=0.92
/proc/1060/task/1064/stat : 1064 (java) S 1058 1060 323 0 -1 64 21304 0 0 0 82 10 0 0 25 0 13 0 135215979 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1065] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1065/stat : 1065 (java) S 1058 1060 323 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 135215983 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1066] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1066/stat : 1066 (java) S 1058 1060 323 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 135215988 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1067] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1067/stat : 1067 (java) S 1058 1060 323 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135215988 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1068] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1068/stat : 1068 (java) S 1058 1060 323 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135215995 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1069] ppid=1058 vsize=1842756 CPUtime=0.49
/proc/1060/task/1069/stat : 1069 (java) S 1058 1060 323 0 -1 64 1440 0 0 0 48 1 0 0 16 0 13 0 135215995 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1070] ppid=1058 vsize=1842756 CPUtime=0.44
/proc/1060/task/1070/stat : 1070 (java) S 1058 1060 323 0 -1 64 1464 0 0 0 44 0 0 0 17 0 13 0 135215995 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1071] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1071/stat : 1071 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135215995 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1072] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1072/stat : 1072 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135215995 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1073] ppid=1058 vsize=1842756 CPUtime=0
/proc/1060/task/1073/stat : 1073 (java) S 1058 1060 323 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135216249 1886982144 73708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 883.64
Current children cumulated vsize (KiB) 1842756



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+935.103 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 1073
/proc/meminfo: memFree=1252000/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=1844036 CPUtime=936.6
/proc/1060/stat : 1060 (java) S 1058 1060 323 0 -1 0 83389 0 64 0 93606 54 0 0 18 0 13 0 135215963 1888292864 76597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1060/statm: 461009 76598 1326 9 0 458621 0
[pid=1060/tid=1062] ppid=1058 vsize=1844036 CPUtime=933.45
/proc/1060/task/1062/stat : 1062 (java) S 1058 1060 323 0 -1 64 38805 0 29 0 93312 33 0 0 25 0 13 0 135215974 1888292864 76602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1063] ppid=1058 vsize=1844036 CPUtime=1.07
/proc/1060/task/1063/stat : 1063 (java) R 1058 1060 323 0 -1 64 18943 0 0 0 101 6 0 0 18 0 13 0 135215979 1888292864 76604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1064] ppid=1058 vsize=1844036 CPUtime=1.09
/proc/1060/task/1064/stat : 1064 (java) R 1058 1060 323 0 -1 64 22050 0 0 0 98 11 0 0 17 0 13 0 135215979 1888292864 76605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1065] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1065/stat : 1065 (java) S 1058 1060 323 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 135215983 1888292864 76607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1066] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1066/stat : 1066 (java) S 1058 1060 323 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 135215988 1888292864 76609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1067] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1067/stat : 1067 (java) S 1058 1060 323 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135215988 1888292864 76610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1068] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1068/stat : 1068 (java) S 1058 1060 323 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 135215995 1888292864 76612 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1069] ppid=1058 vsize=1844036 CPUtime=0.49
/proc/1060/task/1069/stat : 1069 (java) S 1058 1060 323 0 -1 64 1440 0 0 0 48 1 0 0 16 0 13 0 135215995 1888292864 76613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1070] ppid=1058 vsize=1844036 CPUtime=0.44
/proc/1060/task/1070/stat : 1070 (java) S 1058 1060 323 0 -1 64 1464 0 0 0 44 0 0 0 17 0 13 0 135215995 1888292864 76615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1071] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1071/stat : 1071 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135215995 1888292864 76617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1072] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1072/stat : 1072 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135215995 1888292864 76618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1073] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1073/stat : 1073 (java) S 1058 1060 323 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135216249 1888292864 76620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 936.6
Current children cumulated vsize (KiB) 1844036

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

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

[startup+935.403 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 1073
/proc/meminfo: memFree=1252000/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=1844036 CPUtime=937.19
/proc/1060/stat : 1060 (java) S 1058 1060 323 0 -1 0 132650 0 64 0 93639 80 0 0 16 0 13 0 135215963 1888292864 112231 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1060/statm: 461009 112237 1326 9 0 458621 0
[pid=1060/tid=1062] ppid=1058 vsize=1844036 CPUtime=933.45
/proc/1060/task/1062/stat : 1062 (java) S 1058 1060 323 0 -1 64 38805 0 29 0 93312 33 0 0 25 0 13 0 135215974 1888292864 112240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1063] ppid=1058 vsize=1844036 CPUtime=1.37
/proc/1060/task/1063/stat : 1063 (java) R 1058 1060 323 0 -1 64 46138 0 0 0 117 20 0 0 20 0 13 0 135215979 1888292864 112243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366895 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1064] ppid=1058 vsize=1844036 CPUtime=1.38
/proc/1060/task/1064/stat : 1064 (java) R 1058 1060 323 0 -1 64 44122 0 0 0 115 23 0 0 20 0 13 0 135215979 1888292864 112246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1065] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1065/stat : 1065 (java) S 1058 1060 323 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 135215983 1888292864 112248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1066] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1066/stat : 1066 (java) S 1058 1060 323 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 135215988 1888292864 112252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1067] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1067/stat : 1067 (java) S 1058 1060 323 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135215988 1888292864 112255 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1068] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1068/stat : 1068 (java) S 1058 1060 323 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135215995 1888292864 112257 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1069] ppid=1058 vsize=1844036 CPUtime=0.49
/proc/1060/task/1069/stat : 1069 (java) S 1058 1060 323 0 -1 64 1440 0 0 0 48 1 0 0 16 0 13 0 135215995 1888292864 112262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1070] ppid=1058 vsize=1844036 CPUtime=0.44
/proc/1060/task/1070/stat : 1070 (java) S 1058 1060 323 0 -1 64 1464 0 0 0 44 0 0 0 17 0 13 0 135215995 1888292864 112267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1071] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1071/stat : 1071 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135215995 1888292864 112271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1072] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1072/stat : 1072 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135215995 1888292864 112276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1073] ppid=1058 vsize=1844036 CPUtime=0
/proc/1060/task/1073/stat : 1073 (java) S 1058 1060 323 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 135216249 1888292864 112280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 937.19
Current children cumulated vsize (KiB) 1844036

[startup+935.503 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 1073
/proc/meminfo: memFree=1252000/2055920 swapFree=4139280/4192956
[pid=1060] ppid=1058 vsize=1844684 CPUtime=937.36
/proc/1060/stat : 1060 (java) S 1058 1060 323 0 -1 0 137237 0 64 0 93653 83 0 0 16 0 14 0 135215963 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1060/statm: 461171 116024 1327 9 0 458783 0
[pid=1060/tid=1062] ppid=1058 vsize=1844684 CPUtime=933.49
/proc/1060/task/1062/stat : 1062 (java) R 1058 1060 323 0 -1 64 38805 0 29 0 93316 33 0 0 17 0 14 0 135215974 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109557667 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1063] ppid=1058 vsize=1844684 CPUtime=1.42
/proc/1060/task/1063/stat : 1063 (java) S 1058 1060 323 0 -1 64 48870 0 0 0 121 21 0 0 16 0 14 0 135215979 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1064] ppid=1058 vsize=1844684 CPUtime=1.44
/proc/1060/task/1064/stat : 1064 (java) S 1058 1060 323 0 -1 64 45941 0 0 0 120 24 0 0 21 0 14 0 135215979 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1065] ppid=1058 vsize=1844684 CPUtime=0
/proc/1060/task/1065/stat : 1065 (java) S 1058 1060 323 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 135215983 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1066] ppid=1058 vsize=1844684 CPUtime=0
/proc/1060/task/1066/stat : 1066 (java) S 1058 1060 323 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 135215988 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1067] ppid=1058 vsize=1844684 CPUtime=0
/proc/1060/task/1067/stat : 1067 (java) S 1058 1060 323 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 135215988 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1068] ppid=1058 vsize=1844684 CPUtime=0
/proc/1060/task/1068/stat : 1068 (java) S 1058 1060 323 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 135215995 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1069] ppid=1058 vsize=1844684 CPUtime=0.49
/proc/1060/task/1069/stat : 1069 (java) S 1058 1060 323 0 -1 64 1440 0 0 0 48 1 0 0 16 0 14 0 135215995 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1070] ppid=1058 vsize=1844684 CPUtime=0.44
/proc/1060/task/1070/stat : 1070 (java) S 1058 1060 323 0 -1 64 1464 0 0 0 44 0 0 0 17 0 14 0 135215995 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1071] ppid=1058 vsize=1844684 CPUtime=0
/proc/1060/task/1071/stat : 1071 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 22 0 14 0 135215995 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1060/tid=1072] ppid=1058 vsize=1844684 CPUtime=0
/proc/1060/task/1072/stat : 1072 (java) S 1058 1060 323 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 135215995 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1060/tid=1073] ppid=1058 vsize=1844684 CPUtime=0
/proc/1060/task/1073/stat : 1073 (java) S 1058 1060 323 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 135216249 1888956416 116024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 937.36
Current children cumulated vsize (KiB) 1844684

Child status: 143
Real time (s): 935.584
CPU time (s): 937.442
CPU user time (s): 936.543
CPU system time (s): 0.898863
CPU usage (%): 100.199
Max. virtual memory (cumulated for all children) (KiB): 1844684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 936.543
system time used= 0.898863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137238
page faults= 64
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19732
involuntary context switches= 36046

runsolver used 0.91686 second user time and 2.51262 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Wed Apr 18 05:09:43 UTC 2007

IDJOB= 313052
IDBENCH= 20357
IDSOLVER= 96
FILE ID= node16/313052-1176872983

PBS_JOBID= 4590286

Free space on /tmp= 66385 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-sat/partial-5-13-s.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313052-1176872983/sat4j-sat2007.jar /tmp/evaluation/313052-1176872983/instance-313052-1176872983.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-313052-1176872983 -o ROOT/results/node16/solver-313052-1176872983 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313052-1176872983/sat4j-sat2007.jar /tmp/evaluation/313052-1176872983/instance-313052-1176872983.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  8440e7259e120363fc65b24385da09e8

RANDOM SEED= 905261924

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.232
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.232
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:       1564120 kB
Buffers:         30904 kB
Cached:         365220 kB
SwapCached:      21464 kB
Active:         144364 kB
Inactive:       284592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564120 kB
SwapTotal:     4192956 kB
SwapFree:      4139280 kB
Dirty:           16144 kB
Writeback:           0 kB
Mapped:          30476 kB
Slab:            48364 kB
Committed_AS:  6423524 kB
PageTables:       1836 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= 66385 MiB

End job on node16 on Wed Apr 18 05:25:21 UTC 2007