Trace number 318280

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) 74.7886 73.6177

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc972.cnf
MD5SUM7acb9e43e2272e8576b22c3fa49ba888
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.57861
Satisfiable
(Un)Satisfiability was proved
Number of variables274379
Number of clauses908255
Sum of the clauses size2423196
Maximum clause length3
Minimum clause length1
Number of clauses of size 15285
Number of clauses of size 2290999
Number of clauses of size 3611971
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.09/0.48	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.48	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.48	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15/0.50	c version SAT COMPETITION 2007
0.15/0.50	c sun.arch.data.model	32
0.15/0.50	c java.version	1.6.0
0.15/0.50	c os.name	Linux
0.15/0.50	c os.version	2.6.9-22.EL.rootsmp
0.15/0.50	c os.arch	i386
0.15/0.50	c Free memory 1703279312
0.15/0.50	c Max memory 1706164224
0.15/0.50	c Total memory 1706164224
0.15/0.50	c Number of processors 2
0.15/0.55	c --- Begin Solver configuration ---
0.15/0.55	c Stops conflict analysis at the first Unique Implication Point
0.15/0.55	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.15/0.55	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.15/0.55	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.55	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.55	c Expensive reason simplification
0.15/0.55	c --- End Solver configuration ---
0.15/0.55	c timeout: 2147483s
0.15/0.55	c solving /tmp/evaluation/318280-1176316276/instance-318280-1176316276.cnf
0.15/0.55	c reading problem ... 
2.84/3.16	c ... done. Wall clock time 2.611s.
2.84/3.16	c CPU time (experimental) 2.72s.
2.84/3.16	c #vars     274451
2.84/3.17	c #constraints  902767
74.63/73.53	c starts		: 15
74.63/73.53	c conflicts		: 78437
74.63/73.53	c decisions		: 220002
74.63/73.53	c propagations		: 46280050
74.63/73.53	c inspects		: 179461279
74.63/73.53	c learnt literals	: 86
74.63/73.53	c learnt binary clauses	: 1950
74.63/73.53	c learnt ternary clauses	: 6810
74.63/73.53	c learnt clauses	: 78351
74.63/73.53	c root simplifications	: 0
74.63/73.53	c removed literals (reason simplification)	: 1516859
74.63/73.53	c reason swapping (by a shorter reason)	: 0
74.63/73.53	c Calls to reduceDB	: 0
74.63/73.53	c speed (decisions/second)	: 3129.5466507347187
74.63/73.53	c non guided choices	41584
74.63/73.53	s UNKNOWN
74.63/73.53	c Total wall clock time (in seconds) : 72.975
74.63/73.53	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/node3/watcher-318280-1176316276 -o ROOT/results/node3/solver-318280-1176316276 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/318280-1176316276/sat4j-sat2007.jar /tmp/evaluation/318280-1176316276/instance-318280-1176316276.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.95 0.79 2/77 5524
/proc/meminfo: memFree=1830624/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=18568 CPUtime=0
/proc/5524/stat : 5524 (runsolver) D 5522 5524 5280 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 107665457 19013632 293 18446744073709551615 4194304 4294612 548682068800 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/5524/statm: 4642 293 258 24 0 2626 0

[startup+0.0131549 s]
/proc/loadavg: 0.92 0.95 0.79 2/77 5524
/proc/meminfo: memFree=1830624/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=18568 CPUtime=0
/proc/5524/stat : 5524 (runsolver) D 5522 5524 5280 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 107665457 19013632 293 18446744073709551615 4194304 4294612 548682068800 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/5524/statm: 4642 293 258 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.101169 s]
/proc/loadavg: 0.92 0.95 0.79 2/77 5524
/proc/meminfo: memFree=1830624/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=1472 CPUtime=0
/proc/5524/stat : 5524 (java) D 5522 5524 5280 0 -1 0 91 0 4 0 0 0 0 0 18 0 1 0 107665457 1507328 68 18446744073709551615 134512640 134550740 4294956512 18446744073709551615 11390624 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/5524/statm: 368 68 48 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.302207 s]
/proc/loadavg: 0.92 0.95 0.79 2/77 5524
/proc/meminfo: memFree=1830624/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=1827340 CPUtime=0.02
/proc/5524/stat : 5524 (java) S 5522 5524 5280 0 -1 0 2757 0 50 0 0 2 0 0 18 0 4 0 107665457 1871196160 2554 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5524/statm: 456835 2554 545 9 0 454471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1827340

[startup+0.701273 s]
/proc/loadavg: 0.92 0.95 0.79 2/77 5524
/proc/meminfo: memFree=1830624/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=1833564 CPUtime=0.42
/proc/5524/stat : 5524 (java) S 5522 5524 5280 0 -1 0 8680 0 56 0 35 7 0 0 18 0 12 0 107665457 1877569536 8397 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5524/statm: 458391 8397 1287 9 0 456003 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 1833564

[startup+1.5024 s]
/proc/loadavg: 0.92 0.95 0.79 2/89 5536
/proc/meminfo: memFree=1779584/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=1833564 CPUtime=1.24
/proc/5524/stat : 5524 (java) S 5522 5524 5280 0 -1 0 16494 0 56 0 114 10 0 0 18 0 12 0 107665457 1877569536 16210 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5524/statm: 458391 16210 1293 9 0 456003 0
[pid=5524/tid=5526] ppid=5522 vsize=1833564 CPUtime=1.05
/proc/5524/task/5526/stat : 5526 (java) R 5522 5524 5280 0 -1 64 15228 0 11 0 96 9 0 0 18 0 12 0 107665479 1877569536 16211 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109477551 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5527] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5527/stat : 5527 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 107665486 1877569536 16211 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5528] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5528/stat : 5528 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 107665486 1877569536 16211 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5529] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5529/stat : 5529 (java) S 5522 5524 5280 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 107665490 1877569536 16212 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5530] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5530/stat : 5530 (java) S 5522 5524 5280 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 107665491 1877569536 16212 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5531] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5531/stat : 5531 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 107665491 1877569536 16213 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5532] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5532/stat : 5532 (java) S 5522 5524 5280 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 107665498 1877569536 16213 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5533] ppid=5522 vsize=1833564 CPUtime=0.08
/proc/5524/task/5533/stat : 5533 (java) S 5522 5524 5280 0 -1 64 320 0 0 0 8 0 0 0 17 0 12 0 107665498 1877569536 16213 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5534] ppid=5522 vsize=1833564 CPUtime=0.08
/proc/5524/task/5534/stat : 5534 (java) S 5522 5524 5280 0 -1 64 273 0 0 0 8 0 0 0 16 0 12 0 107665498 1877569536 16214 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5535] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5535/stat : 5535 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 107665498 1877569536 16214 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5536] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5536/stat : 5536 (java) R 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107665498 1877569536 16214 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1833564

[startup+3.10266 s]
/proc/loadavg: 0.92 0.95 0.79 2/89 5536
/proc/meminfo: memFree=1738880/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=1833564 CPUtime=2.84
/proc/5524/stat : 5524 (java) S 5522 5524 5280 0 -1 0 30585 0 56 0 267 17 0 0 18 0 12 0 107665457 1877569536 30301 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5524/statm: 458391 30301 1293 9 0 456003 0
[pid=5524/tid=5526] ppid=5522 vsize=1833564 CPUtime=2.65
/proc/5524/task/5526/stat : 5526 (java) R 5522 5524 5280 0 -1 64 29319 0 11 0 249 16 0 0 25 0 12 0 107665479 1877569536 30302 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109499075 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5527] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5527/stat : 5527 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 107665486 1877569536 30302 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5528] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5528/stat : 5528 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 107665486 1877569536 30302 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5529] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5529/stat : 5529 (java) S 5522 5524 5280 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 107665490 1877569536 30303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5530] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5530/stat : 5530 (java) S 5522 5524 5280 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 107665491 1877569536 30303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5531] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5531/stat : 5531 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 107665491 1877569536 30303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5532] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5532/stat : 5532 (java) S 5522 5524 5280 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 107665498 1877569536 30304 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5533] ppid=5522 vsize=1833564 CPUtime=0.08
/proc/5524/task/5533/stat : 5533 (java) S 5522 5524 5280 0 -1 64 320 0 0 0 8 0 0 0 17 0 12 0 107665498 1877569536 30304 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5534] ppid=5522 vsize=1833564 CPUtime=0.08
/proc/5524/task/5534/stat : 5534 (java) S 5522 5524 5280 0 -1 64 273 0 0 0 8 0 0 0 16 0 12 0 107665498 1877569536 30304 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5535] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5535/stat : 5535 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 107665498 1877569536 30305 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5536] ppid=5522 vsize=1833564 CPUtime=0
/proc/5524/task/5536/stat : 5536 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107665498 1877569536 30305 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1833564

[startup+6.30218 s]
/proc/loadavg: 1.01 0.97 0.79 2/90 5537
/proc/meminfo: memFree=1692472/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=1837564 CPUtime=6.38
/proc/5524/stat : 5524 (java) S 5522 5524 5280 0 -1 0 35009 0 56 0 619 19 0 0 18 0 13 0 107665457 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5524/statm: 459391 33841 1314 9 0 457003 0
[pid=5524/tid=5526] ppid=5522 vsize=1837564 CPUtime=5.67
/proc/5524/task/5526/stat : 5526 (java) R 5522 5524 5280 0 -1 64 31917 0 11 0 551 16 0 0 25 0 13 0 107665479 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 103453732 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5527] ppid=5522 vsize=1837564 CPUtime=0
/proc/5524/task/5527/stat : 5527 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 107665486 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5528] ppid=5522 vsize=1837564 CPUtime=0
/proc/5524/task/5528/stat : 5528 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 107665486 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5529] ppid=5522 vsize=1837564 CPUtime=0
/proc/5524/task/5529/stat : 5529 (java) S 5522 5524 5280 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107665490 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5530] ppid=5522 vsize=1837564 CPUtime=0
/proc/5524/task/5530/stat : 5530 (java) S 5522 5524 5280 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 107665491 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5531] ppid=5522 vsize=1837564 CPUtime=0
/proc/5524/task/5531/stat : 5531 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 107665491 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5532] ppid=5522 vsize=1837564 CPUtime=0
/proc/5524/task/5532/stat : 5532 (java) S 5522 5524 5280 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 107665498 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5533] ppid=5522 vsize=1837564 CPUtime=0.37
/proc/5524/task/5533/stat : 5533 (java) R 5522 5524 5280 0 -1 64 1851 0 0 0 37 0 0 0 16 0 13 0 107665498 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 102396049 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5534] ppid=5522 vsize=1837564 CPUtime=0.3
/proc/5524/task/5534/stat : 5534 (java) R 5522 5524 5280 0 -1 64 563 0 0 0 30 0 0 0 16 0 13 0 107665498 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 102036154 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5535] ppid=5522 vsize=1837564 CPUtime=0
/proc/5524/task/5535/stat : 5535 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107665498 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5536] ppid=5522 vsize=1837564 CPUtime=0
/proc/5524/task/5536/stat : 5536 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107665498 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5537] ppid=5522 vsize=1837564 CPUtime=0
/proc/5524/task/5537/stat : 5537 (java) S 5522 5524 5280 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107665783 1881665536 33841 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 1837564

[startup+12.7022 s]
/proc/loadavg: 1.01 0.97 0.79 2/90 5537
/proc/meminfo: memFree=1686456/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=1838092 CPUtime=12.89
/proc/5524/stat : 5524 (java) S 5522 5524 5280 0 -1 0 35907 0 56 0 1270 19 0 0 18 0 13 0 107665457 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5524/statm: 459523 34616 1316 9 0 457135 0
[pid=5524/tid=5526] ppid=5522 vsize=1838092 CPUtime=12.01
/proc/5524/task/5526/stat : 5526 (java) R 5522 5524 5280 0 -1 64 32695 0 11 0 1184 17 0 0 25 0 13 0 107665479 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109604641 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5527] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5527/stat : 5527 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 107665486 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5528] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5528/stat : 5528 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 107665486 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5529] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5529/stat : 5529 (java) S 5522 5524 5280 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107665490 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5530] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5530/stat : 5530 (java) S 5522 5524 5280 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 107665491 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5531] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5531/stat : 5531 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 107665491 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5532] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5532/stat : 5532 (java) S 5522 5524 5280 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 107665498 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5533] ppid=5522 vsize=1838092 CPUtime=0.48
/proc/5524/task/5533/stat : 5533 (java) S 5522 5524 5280 0 -1 64 1906 0 0 0 48 0 0 0 17 0 13 0 107665498 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5534] ppid=5522 vsize=1838092 CPUtime=0.37
/proc/5524/task/5534/stat : 5534 (java) S 5522 5524 5280 0 -1 64 628 0 0 0 37 0 0 0 16 0 13 0 107665498 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5535] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5535/stat : 5535 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107665498 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5536] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5536/stat : 5536 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107665498 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5537] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5537/stat : 5537 (java) S 5522 5524 5280 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107665783 1882206208 34616 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 1838092

[startup+25.5013 s]
/proc/loadavg: 1.00 0.97 0.80 2/90 5537
/proc/meminfo: memFree=1682680/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=1838092 CPUtime=25.7
/proc/5524/stat : 5524 (java) S 5522 5524 5280 0 -1 0 36871 0 56 0 2550 20 0 0 18 0 13 0 107665457 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5524/statm: 459523 35580 1317 9 0 457135 0
[pid=5524/tid=5526] ppid=5522 vsize=1838092 CPUtime=24.78
/proc/5524/task/5526/stat : 5526 (java) R 5522 5524 5280 0 -1 64 33653 0 11 0 2460 18 0 0 25 0 13 0 107665479 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109596975 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5527] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5527/stat : 5527 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 107665486 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5528] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5528/stat : 5528 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 107665486 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5529] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5529/stat : 5529 (java) S 5522 5524 5280 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107665490 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5530] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5530/stat : 5530 (java) S 5522 5524 5280 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 107665491 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5531] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5531/stat : 5531 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 107665491 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5532] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5532/stat : 5532 (java) S 5522 5524 5280 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 107665498 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5533] ppid=5522 vsize=1838092 CPUtime=0.5
/proc/5524/task/5533/stat : 5533 (java) S 5522 5524 5280 0 -1 64 1911 0 0 0 50 0 0 0 17 0 13 0 107665498 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5534] ppid=5522 vsize=1838092 CPUtime=0.38
/proc/5524/task/5534/stat : 5534 (java) S 5522 5524 5280 0 -1 64 629 0 0 0 38 0 0 0 16 0 13 0 107665498 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5535] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5535/stat : 5535 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107665498 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5536] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5536/stat : 5536 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107665498 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5537] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5537/stat : 5537 (java) S 5522 5524 5280 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107665783 1882206208 35580 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.7
Current children cumulated vsize (KiB) 1838092

[startup+51.1014 s]
/proc/loadavg: 1.00 0.97 0.80 2/90 5537
/proc/meminfo: memFree=1671416/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=1838092 CPUtime=51.27
/proc/5524/stat : 5524 (java) S 5522 5524 5280 0 -1 0 39677 0 56 0 5105 22 0 0 18 0 13 0 107665457 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5524/statm: 459523 38386 1317 9 0 457135 0
[pid=5524/tid=5526] ppid=5522 vsize=1838092 CPUtime=50.35
/proc/5524/task/5526/stat : 5526 (java) R 5522 5524 5280 0 -1 64 36456 0 11 0 5015 20 0 0 25 0 13 0 107665479 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109538022 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5527] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5527/stat : 5527 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 107665486 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5528] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5528/stat : 5528 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 107665486 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5529] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5529/stat : 5529 (java) S 5522 5524 5280 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107665490 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5530] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5530/stat : 5530 (java) S 5522 5524 5280 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 107665491 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5531] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5531/stat : 5531 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 107665491 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5532] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5532/stat : 5532 (java) S 5522 5524 5280 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 107665498 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5533] ppid=5522 vsize=1838092 CPUtime=0.51
/proc/5524/task/5533/stat : 5533 (java) S 5522 5524 5280 0 -1 64 1914 0 0 0 51 0 0 0 17 0 13 0 107665498 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5534] ppid=5522 vsize=1838092 CPUtime=0.38
/proc/5524/task/5534/stat : 5534 (java) S 5522 5524 5280 0 -1 64 629 0 0 0 38 0 0 0 16 0 13 0 107665498 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5535] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5535/stat : 5535 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107665498 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5536] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5536/stat : 5536 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107665498 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5537] ppid=5522 vsize=1838092 CPUtime=0
/proc/5524/task/5537/stat : 5537 (java) S 5522 5524 5280 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107665783 1882206208 38386 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.27
Current children cumulated vsize (KiB) 1838092



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+72.6069 s]
/proc/loadavg: 1.00 0.97 0.81 3/90 5537
/proc/meminfo: memFree=1651384/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=1843224 CPUtime=72.86
/proc/5524/stat : 5524 (java) S 5522 5524 5280 0 -1 0 45119 0 56 0 7260 26 0 0 18 0 13 0 107665457 1887461376 43303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5524/statm: 460806 43303 1322 9 0 458418 0
[pid=5524/tid=5526] ppid=5522 vsize=1843224 CPUtime=71.76
/proc/5524/task/5526/stat : 5526 (java) S 5522 5524 5280 0 -1 64 38825 0 11 0 7155 21 0 0 25 0 13 0 107665479 1887461376 43303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5527] ppid=5522 vsize=1843224 CPUtime=0.06
/proc/5524/task/5527/stat : 5527 (java) R 5522 5524 5280 0 -1 64 1871 0 0 0 6 0 0 0 17 0 13 0 107665486 1887461376 43303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 103371428 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5528] ppid=5522 vsize=1843224 CPUtime=0.07
/proc/5524/task/5528/stat : 5528 (java) R 5522 5524 5280 0 -1 64 1205 0 0 0 7 0 0 0 17 0 13 0 107665486 1887461376 43303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5529] ppid=5522 vsize=1843224 CPUtime=0
/proc/5524/task/5529/stat : 5529 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 107665490 1887461376 43303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5530] ppid=5522 vsize=1843224 CPUtime=0
/proc/5524/task/5530/stat : 5530 (java) S 5522 5524 5280 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 107665491 1887461376 43303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5531] ppid=5522 vsize=1843224 CPUtime=0
/proc/5524/task/5531/stat : 5531 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 107665491 1887461376 43303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5532] ppid=5522 vsize=1843224 CPUtime=0
/proc/5524/task/5532/stat : 5532 (java) S 5522 5524 5280 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 107665498 1887461376 43303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5533] ppid=5522 vsize=1843224 CPUtime=0.51
/proc/5524/task/5533/stat : 5533 (java) S 5522 5524 5280 0 -1 64 1914 0 0 0 51 0 0 0 17 0 13 0 107665498 1887461376 43303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5534] ppid=5522 vsize=1843224 CPUtime=0.38
/proc/5524/task/5534/stat : 5534 (java) S 5522 5524 5280 0 -1 64 629 0 0 0 38 0 0 0 16 0 13 0 107665498 1887461376 43303 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5535] ppid=5522 vsize=1845788 CPUtime=0
/proc/5524/task/5535/stat : 5535 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107665498 1890086912 43308 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5536] ppid=5522 vsize=1845788 CPUtime=0
/proc/5524/task/5536/stat : 5536 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107665498 1890086912 43317 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5537] ppid=5522 vsize=1845788 CPUtime=0
/proc/5524/task/5537/stat : 5537 (java) S 5522 5524 5280 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107665783 1890086912 43325 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.86
Current children cumulated vsize (KiB) 1843224

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

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

[startup+73.4021 s]
/proc/loadavg: 1.00 0.97 0.81 3/90 5537
/proc/meminfo: memFree=1651384/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=1848340 CPUtime=74.44
/proc/5524/stat : 5524 (java) S 5522 5524 5280 0 -1 0 78425 0 56 0 7403 41 0 0 16 0 13 0 107665457 1892700160 70502 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5524/statm: 462085 70504 1322 9 0 459697 0
[pid=5524/tid=5526] ppid=5522 vsize=1848340 CPUtime=71.76
/proc/5524/task/5526/stat : 5526 (java) S 5522 5524 5280 0 -1 64 38825 0 11 0 7155 21 0 0 25 0 13 0 107665479 1892700160 70505 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5527] ppid=5522 vsize=1848340 CPUtime=0.86
/proc/5524/task/5527/stat : 5527 (java) R 5522 5524 5280 0 -1 64 23454 0 0 0 76 10 0 0 24 0 13 0 107665486 1892700160 70506 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 105367026 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5528] ppid=5522 vsize=1848340 CPUtime=0.86
/proc/5524/task/5528/stat : 5528 (java) R 5522 5524 5280 0 -1 64 12931 0 0 0 80 6 0 0 24 0 13 0 107665486 1892700160 70507 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5529] ppid=5522 vsize=1848340 CPUtime=0
/proc/5524/task/5529/stat : 5529 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 107665490 1892700160 70508 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5530] ppid=5522 vsize=1848340 CPUtime=0
/proc/5524/task/5530/stat : 5530 (java) S 5522 5524 5280 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 107665491 1892700160 70509 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5531] ppid=5522 vsize=1848340 CPUtime=0
/proc/5524/task/5531/stat : 5531 (java) S 5522 5524 5280 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 107665491 1892700160 70510 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5532] ppid=5522 vsize=1848340 CPUtime=0
/proc/5524/task/5532/stat : 5532 (java) S 5522 5524 5280 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107665498 1892700160 70512 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5533] ppid=5522 vsize=1848340 CPUtime=0.51
/proc/5524/task/5533/stat : 5533 (java) S 5522 5524 5280 0 -1 64 1914 0 0 0 51 0 0 0 17 0 13 0 107665498 1892700160 70513 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5534] ppid=5522 vsize=1848340 CPUtime=0.38
/proc/5524/task/5534/stat : 5534 (java) S 5522 5524 5280 0 -1 64 629 0 0 0 38 0 0 0 16 0 13 0 107665498 1892700160 70515 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5535] ppid=5522 vsize=1848340 CPUtime=0
/proc/5524/task/5535/stat : 5535 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107665498 1892700160 70516 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5524/tid=5536] ppid=5522 vsize=1848340 CPUtime=0
/proc/5524/task/5536/stat : 5536 (java) S 5522 5524 5280 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107665498 1892700160 70517 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5524/tid=5537] ppid=5522 vsize=1848340 CPUtime=0
/proc/5524/task/5537/stat : 5537 (java) S 5522 5524 5280 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107665783 1892700160 70518 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.44
Current children cumulated vsize (KiB) 1848340

[startup+73.6023 s]
/proc/loadavg: 1.08 0.99 0.81 2/80 5540
/proc/meminfo: memFree=1747816/2055920 swapFree=4191880/4192956
[pid=5524] ppid=5522 vsize=0 CPUtime=74.77
/proc/5524/stat : 5524 (java) Z 5522 5524 5280 0 -1 1036 83667 0 56 0 7430 47 0 0 16 0 2 0 107665457 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5524/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 74.77
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 73.6177
CPU time (s): 74.7886
CPU user time (s): 74.3087
CPU system time (s): 0.479927
CPU usage (%): 101.591
Max. virtual memory (cumulated for all children) (KiB): 1848340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.3087
system time used= 0.479927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83667
page faults= 56
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2342
involuntary context switches= 3038

runsolver used 0.076988 second user time and 0.218966 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Wed Apr 11 18:31:17 UTC 2007

IDJOB= 318280
IDBENCH= 20451
IDSOLVER= 96
FILE ID= node3/318280-1176316276

PBS_JOBID= 4516504

Free space on /tmp= 66541 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc972.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/318280-1176316276/sat4j-sat2007.jar /tmp/evaluation/318280-1176316276/instance-318280-1176316276.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-318280-1176316276 -o ROOT/results/node3/solver-318280-1176316276 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/318280-1176316276/sat4j-sat2007.jar /tmp/evaluation/318280-1176316276/instance-318280-1176316276.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  7acb9e43e2272e8576b22c3fa49ba888

RANDOM SEED= 983761200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1831032 kB
Buffers:         30228 kB
Cached:          76696 kB
SwapCached:        448 kB
Active:         104312 kB
Inactive:        61720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831032 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           19864 kB
Writeback:           0 kB
Mapped:          76176 kB
Slab:            44392 kB
Committed_AS:  4842952 kB
PageTables:       1780 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= 66541 MiB

End job on node3 on Wed Apr 11 18:32:32 UTC 2007