Trace number 313492

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) 336.564 335.27

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-5-15-u.cnf
MD5SUMc438ce1eb243ac0a49869eda1166f28f
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables219756
Number of clauses1008653
Sum of the clauses size2316156
Maximum clause length10
Minimum clause length1
Number of clauses of size 118434
Number of clauses of size 2797195
Number of clauses of size 3151604
Number of clauses of size 44600
Number of clauses of size 518400
Number of clauses of size over 518420

Solver Data (download as text)

0.12/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.36	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.36	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.37	c version SAT COMPETITION 2007
0.12/0.37	c sun.arch.data.model	32
0.12/0.37	c java.version	1.6.0
0.12/0.37	c os.name	Linux
0.12/0.37	c os.version	2.6.9-22.EL.rootsmp
0.12/0.37	c os.arch	i386
0.12/0.37	c Free memory 1703279312
0.12/0.37	c Max memory 1706164224
0.12/0.37	c Total memory 1706164224
0.12/0.38	c Number of processors 2
0.21/0.43	c --- Begin Solver configuration ---
0.21/0.43	c Stops conflict analysis at the first Unique Implication Point
0.21/0.43	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.21/0.43	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.43	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.43	c Expensive reason simplification
0.21/0.43	c --- End Solver configuration ---
0.21/0.43	c timeout: 2147483s
0.21/0.43	c solving /tmp/evaluation/313492-1176886126/instance-313492-1176886126.cnf
0.21/0.43	c reading problem ... 
2.90/3.07	c ... done. Wall clock time 2.64s.
2.90/3.07	c CPU time (experimental) 2.73s.
2.90/3.07	c #vars     219756
2.90/3.07	c #constraints  990219
336.33/335.17	c starts		: 14
336.33/335.17	c conflicts		: 47517
336.33/335.17	c decisions		: 81964
336.33/335.17	c propagations		: 144526978
336.33/335.17	c inspects		: 751146874
336.33/335.17	c learnt literals	: 401
336.33/335.17	c learnt binary clauses	: 314
336.33/335.17	c learnt ternary clauses	: 296
336.33/335.17	c learnt clauses	: 47116
336.33/335.17	c root simplifications	: 0
336.33/335.17	c removed literals (reason simplification)	: 1257441
336.33/335.17	c reason swapping (by a shorter reason)	: 0
336.33/335.17	c Calls to reduceDB	: 0
336.33/335.17	c speed (decisions/second)	: 246.8579551786139
336.33/335.17	c non guided choices	1080
336.33/335.17	s UNKNOWN
336.33/335.17	c Total wall clock time (in seconds) : 334.739
336.33/335.17	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/node6/watcher-313492-1176886126 -o ROOT/results/node6/solver-313492-1176886126 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313492-1176886126/sat4j-sat2007.jar /tmp/evaluation/313492-1176886126/instance-313492-1176886126.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 26284
/proc/meminfo: memFree=1606200/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=152 CPUtime=0
/proc/26284/stat : 26284 (java) R 26282 26284 25505 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 164650336 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2187563 0 0 4096 0 0 0 0 17 1 0 0
/proc/26284/statm: 38 26 19 9 0 4 0

[startup+0.0368749 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26284
/proc/meminfo: memFree=1606200/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=1800 CPUtime=0
/proc/26284/stat : 26284 (java) D 26282 26284 25505 0 -1 0 151 0 1 0 0 0 0 0 18 0 1 0 164650336 1843200 124 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2979840 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/26284/statm: 450 124 88 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.102011 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26284
/proc/meminfo: memFree=1606200/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=12056 CPUtime=0.02
/proc/26284/stat : 26284 (java) R 26282 26284 25505 0 -1 0 368 0 19 0 0 2 0 0 18 0 1 0 164650336 12345344 194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 2159402 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/26284/statm: 3014 194 135 9 0 1148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12056

[startup+0.302095 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26284
/proc/meminfo: memFree=1606200/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=1831496 CPUtime=0.12
/proc/26284/stat : 26284 (java) S 26282 26284 25505 0 -1 0 3978 0 43 0 7 5 0 0 18 0 12 0 164650336 1875451904 3761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26284/statm: 457874 3761 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1831496

[startup+0.702151 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26284
/proc/meminfo: memFree=1606200/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=1834120 CPUtime=0.61
/proc/26284/stat : 26284 (java) S 26282 26284 25505 0 -1 0 9749 0 43 0 52 9 0 0 18 0 12 0 164650336 1878138880 9516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26284/statm: 458530 9516 1290 9 0 456142 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1834120

[startup+1.50125 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 26296
/proc/meminfo: memFree=1541336/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=1834120 CPUtime=1.4
/proc/26284/stat : 26284 (java) S 26282 26284 25505 0 -1 0 20912 0 43 0 125 15 0 0 18 0 12 0 164650336 1878138880 20678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26284/statm: 458530 20678 1290 9 0 456142 0
[pid=26284/tid=26286] ppid=26282 vsize=1834120 CPUtime=1.17
/proc/26284/task/26286/stat : 26286 (java) R 26282 26284 25505 0 -1 64 19653 0 14 0 105 12 0 0 25 0 12 0 164650348 1878138880 20678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489098 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26287] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 164650354 1878138880 20678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 164650354 1878138880 20678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26289] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 25505 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 164650357 1878138880 20678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 25505 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 164650358 1878138880 20678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 164650358 1878138880 20678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 25505 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164650365 1878138880 20678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=1834120 CPUtime=0.09
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 25505 0 -1 64 316 0 0 0 9 0 0 0 16 0 12 0 164650365 1878138880 20678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26294] ppid=26282 vsize=1834120 CPUtime=0.1
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 25505 0 -1 64 252 0 0 0 10 0 0 0 16 0 12 0 164650365 1878138880 20678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26295] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 164650365 1878138880 20678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164650365 1878138880 20678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1834120

[startup+3.10143 s]
/proc/loadavg: 1.01 1.00 0.99 2/89 26296
/proc/meminfo: memFree=1503832/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=1834120 CPUtime=3
/proc/26284/stat : 26284 (java) S 26282 26284 25505 0 -1 0 32853 0 43 0 279 21 0 0 18 0 12 0 164650336 1878138880 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26284/statm: 458530 32619 1296 9 0 456142 0
[pid=26284/tid=26286] ppid=26282 vsize=1834120 CPUtime=2.76
/proc/26284/task/26286/stat : 26286 (java) R 26282 26284 25505 0 -1 64 31594 0 14 0 257 19 0 0 25 0 12 0 164650348 1878138880 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109148742 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26287] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 164650354 1878138880 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 164650354 1878138880 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26289] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 25505 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164650357 1878138880 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 25505 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 164650358 1878138880 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 164650358 1878138880 32619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 25505 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164650365 1878138880 32624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=1834120 CPUtime=0.1
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 25505 0 -1 64 316 0 0 0 10 0 0 0 16 0 12 0 164650365 1878138880 32631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26294] ppid=26282 vsize=1834120 CPUtime=0.1
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 25505 0 -1 64 252 0 0 0 10 0 0 0 16 0 12 0 164650365 1878138880 32631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26295] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 164650365 1878138880 32631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=1834120 CPUtime=0
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164650365 1878138880 32631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1834120

[startup+6.3028 s]
/proc/loadavg: 1.01 1.00 0.99 2/90 26297
/proc/meminfo: memFree=1462992/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=1836416 CPUtime=6.56
/proc/26284/stat : 26284 (java) S 26282 26284 25505 0 -1 0 35367 0 43 0 634 22 0 0 18 0 13 0 164650336 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26284/statm: 459104 34510 1313 9 0 456716 0
[pid=26284/tid=26286] ppid=26282 vsize=1836416 CPUtime=5.82
/proc/26284/task/26286/stat : 26286 (java) R 26282 26284 25505 0 -1 64 32949 0 14 0 563 19 0 0 25 0 13 0 164650348 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555172 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26287] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 164650354 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164650354 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26289] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 25505 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164650357 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 25505 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164650358 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 164650358 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 25505 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 164650365 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=1836416 CPUtime=0.37
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 25505 0 -1 64 689 0 0 0 37 0 0 0 16 0 13 0 164650365 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26294] ppid=26282 vsize=1836416 CPUtime=0.33
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 25505 0 -1 64 1034 0 0 0 33 0 0 0 15 0 13 0 164650365 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26295] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164650365 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164650365 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 25505 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164650664 1880489984 34510 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 1836416

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 26297
/proc/meminfo: memFree=1462864/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=1836416 CPUtime=12.96
/proc/26284/stat : 26284 (java) S 26282 26284 25505 0 -1 0 35448 0 43 0 1274 22 0 0 18 0 13 0 164650336 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26284/statm: 459104 34591 1313 9 0 456716 0
[pid=26284/tid=26286] ppid=26282 vsize=1836416 CPUtime=12.21
/proc/26284/task/26286/stat : 26286 (java) R 26282 26284 25505 0 -1 64 33030 0 14 0 1202 19 0 0 25 0 13 0 164650348 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555011 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26287] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 164650354 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164650354 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26289] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 25505 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164650357 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 25505 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164650358 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 164650358 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 25505 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 164650365 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=1836416 CPUtime=0.37
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 25505 0 -1 64 689 0 0 0 37 0 0 0 16 0 13 0 164650365 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26294] ppid=26282 vsize=1836416 CPUtime=0.33
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 25505 0 -1 64 1034 0 0 0 33 0 0 0 15 0 13 0 164650365 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26295] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164650365 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164650365 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=1836416 CPUtime=0
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 25505 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164650664 1880489984 34591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.96
Current children cumulated vsize (KiB) 1836416

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 26297
/proc/meminfo: memFree=1462992/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=1835904 CPUtime=25.83
/proc/26284/stat : 26284 (java) S 26282 26284 25505 0 -1 0 35603 0 43 0 2560 23 0 0 18 0 13 0 164650336 1879965696 34617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26284/statm: 458976 34617 1316 9 0 456588 0
[pid=26284/tid=26286] ppid=26282 vsize=1835904 CPUtime=25
/proc/26284/task/26286/stat : 26286 (java) R 26282 26284 25505 0 -1 64 33166 0 14 0 2480 20 0 0 25 0 13 0 164650348 1879965696 34617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109590322 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26287] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 164650354 1879965696 34617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164650354 1879965696 34617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26289] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 25505 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 164650357 1879965696 34617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 25505 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164650358 1879965696 34617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26284] ppid=26282 vsize=1835904 CPUtime=222.55
/proc/26284/stat : 26284 (java) S 26282 26284 25505 0 -1 0 39619 0 43 0 22225 30 0 0 18 0 13 0 164650336 1879965696 38590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26284/statm: 458976 38590 1317 9 0 456588 0
[pid=26284/tid=26286] ppid=26282 vsize=1835904 CPUtime=221.63
/proc/26284/task/26286/stat : 26286 (java) R 26282 26284 25505 0 -1 64 37015 0 14 0 22136 27 0 0 25 0 13 0 164650348 1879965696 38590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109590383 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26287] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 164650354 1879965696 38590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164650354 1879965696 38590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26289] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 25505 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164650357 1879965696 38590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 25505 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164650358 1879965696 38590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 164650358 1879965696 38590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 25505 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 164650365 1879965696 38590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=1835904 CPUtime=0.45
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 25505 0 -1 64 866 0 0 0 45 0 0 0 17 0 13 0 164650365 1879965696 38590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26294] ppid=26282 vsize=1835904 CPUtime=0.42
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 25505 0 -1 64 1043 0 0 0 42 0 0 0 17 0 13 0 164650365 1879965696 38591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26295] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164650365 1879965696 38591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164650365 1879965696 38591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 25505 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164650664 1879965696 38591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.55
Current children cumulated vsize (KiB) 1835904

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 26297
/proc/meminfo: memFree=1441808/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=1835904 CPUtime=282.5
/proc/26284/stat : 26284 (java) S 26282 26284 25505 0 -1 0 40891 0 43 0 28219 31 0 0 18 0 13 0 164650336 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26284/statm: 458976 39862 1317 9 0 456588 0
[pid=26284/tid=26286] ppid=26282 vsize=1835904 CPUtime=281.59
/proc/26284/task/26286/stat : 26286 (java) R 26282 26284 25505 0 -1 64 38287 0 14 0 28131 28 0 0 25 0 13 0 164650348 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109590383 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26287] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 164650354 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164650354 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26289] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 25505 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164650357 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 25505 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164650358 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 164650358 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 25505 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 164650365 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=1835904 CPUtime=0.45
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 25505 0 -1 64 866 0 0 0 45 0 0 0 17 0 13 0 164650365 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26294] ppid=26282 vsize=1835904 CPUtime=0.42
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 25505 0 -1 64 1043 0 0 0 42 0 0 0 17 0 13 0 164650365 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26295] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164650365 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164650365 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=1835904 CPUtime=0
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 25505 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164650664 1879965696 39862 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 1835904



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+334.407 s]
/proc/loadavg: 1.00 1.00 0.99 3/90 26297
/proc/meminfo: memFree=1386384/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=1847432 CPUtime=334.96
/proc/26284/stat : 26284 (java) S 26282 26284 25505 0 -1 0 57266 0 43 0 33456 40 0 0 18 0 13 0 164650336 1891770368 53778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26284/statm: 461858 53779 1322 9 0 459470 0
[pid=26284/tid=26286] ppid=26282 vsize=1847432 CPUtime=333.3
/proc/26284/task/26286/stat : 26286 (java) S 26282 26284 25505 0 -1 64 38808 0 14 0 33301 29 0 0 24 0 13 0 164650348 1891770368 53781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26287] ppid=26282 vsize=1847432 CPUtime=0.36
/proc/26284/task/26287/stat : 26287 (java) R 26282 26284 25505 0 -1 64 5390 0 0 0 33 3 0 0 20 0 13 0 164650354 1891770368 53783 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=1847432 CPUtime=0.35
/proc/26284/task/26288/stat : 26288 (java) R 26282 26284 25505 0 -1 64 10472 0 0 0 31 4 0 0 19 0 13 0 164650354 1891770368 53784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26289] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 164650357 1891770368 53785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 25505 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164650358 1891770368 53786 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 164650358 1891770368 53788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 25505 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 164650365 1891770368 53789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=1847432 CPUtime=0.45
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 25505 0 -1 64 866 0 0 0 45 0 0 0 16 0 13 0 164650365 1891770368 53790 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26294] ppid=26282 vsize=1847432 CPUtime=0.43
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 25505 0 -1 64 1043 0 0 0 43 0 0 0 16 0 13 0 164650365 1891770368 53792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26295] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164650365 1891770368 53793 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164650365 1891770368 53794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 25505 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164650664 1891770368 53795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 334.96
Current children cumulated vsize (KiB) 1847432

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

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

[startup+335.001 s]
/proc/loadavg: 1.00 1.00 0.99 3/90 26297
/proc/meminfo: memFree=1386384/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=1847432 CPUtime=336.13
/proc/26284/stat : 26284 (java) S 26282 26284 25505 0 -1 0 76330 0 43 0 33565 48 0 0 16 0 13 0 164650336 1891770368 70664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26284/statm: 461858 70665 1322 9 0 459470 0
[pid=26284/tid=26286] ppid=26282 vsize=1847432 CPUtime=333.3
/proc/26284/task/26286/stat : 26286 (java) S 26282 26284 25505 0 -1 64 38808 0 14 0 33301 29 0 0 24 0 13 0 164650348 1891770368 70665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26287] ppid=26282 vsize=1847432 CPUtime=0.95
/proc/26284/task/26287/stat : 26287 (java) R 26282 26284 25505 0 -1 64 13460 0 0 0 89 6 0 0 25 0 13 0 164650354 1891770368 70666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=1847432 CPUtime=0.94
/proc/26284/task/26288/stat : 26288 (java) R 26282 26284 25505 0 -1 64 21462 0 0 0 85 9 0 0 25 0 13 0 164650354 1891770368 70667 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366895 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26289] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 164650357 1891770368 70668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 25505 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164650358 1891770368 70669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 25505 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 164650358 1891770368 70670 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 164650365 1891770368 70671 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26293] ppid=26282 vsize=1847432 CPUtime=0.45
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 25505 0 -1 64 866 0 0 0 45 0 0 0 16 0 13 0 164650365 1891770368 70672 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26294] ppid=26282 vsize=1847432 CPUtime=0.43
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 25505 0 -1 64 1043 0 0 0 43 0 0 0 16 0 13 0 164650365 1891770368 70673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26295] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164650365 1891770368 70675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164650365 1891770368 70676 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=1847432 CPUtime=0
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 25505 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164650664 1891770368 70678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 336.13
Current children cumulated vsize (KiB) 1847432

[startup+335.201 s]
/proc/loadavg: 1.00 1.00 0.99 3/90 26297
/proc/meminfo: memFree=1386384/2055924 swapFree=4141328/4192956
[pid=26284] ppid=26282 vsize=1848080 CPUtime=336.49
/proc/26284/stat : 26284 (java) S 26282 26284 25505 0 -1 0 79864 0 43 0 33599 50 0 0 16 0 14 0 164650336 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26284/statm: 462020 73866 1327 9 0 459632 0
[pid=26284/tid=26286] ppid=26282 vsize=1848080 CPUtime=333.34
/proc/26284/task/26286/stat : 26286 (java) R 26282 26284 25505 0 -1 64 38808 0 14 0 33305 29 0 0 17 0 14 0 164650348 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109639121 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26287] ppid=26282 vsize=1848080 CPUtime=1.1
/proc/26284/task/26287/stat : 26287 (java) S 26282 26284 25505 0 -1 64 14670 0 0 0 104 6 0 0 16 0 14 0 164650354 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26288] ppid=26282 vsize=1848080 CPUtime=1.1
/proc/26284/task/26288/stat : 26288 (java) S 26282 26284 25505 0 -1 64 23756 0 0 0 100 10 0 0 25 0 14 0 164650354 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26289] ppid=26282 vsize=1848080 CPUtime=0
/proc/26284/task/26289/stat : 26289 (java) S 26282 26284 25505 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 164650357 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26290] ppid=26282 vsize=1848080 CPUtime=0
/proc/26284/task/26290/stat : 26290 (java) S 26282 26284 25505 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 164650358 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26291] ppid=26282 vsize=1848080 CPUtime=0
/proc/26284/task/26291/stat : 26291 (java) S 26282 26284 25505 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 164650358 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26292] ppid=26282 vsize=1848080 CPUtime=0
/proc/26284/task/26292/stat : 26292 (java) S 26282 26284 25505 0 -1 64 5 0 0 0 0 0 0 0 17 0 14 0 164650365 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26293] ppid=26282 vsize=1848080 CPUtime=0.45
/proc/26284/task/26293/stat : 26293 (java) S 26282 26284 25505 0 -1 64 866 0 0 0 45 0 0 0 16 0 14 0 164650365 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26294] ppid=26282 vsize=1848080 CPUtime=0.43
/proc/26284/task/26294/stat : 26294 (java) S 26282 26284 25505 0 -1 64 1043 0 0 0 43 0 0 0 16 0 14 0 164650365 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26284/tid=26295] ppid=26282 vsize=1848080 CPUtime=0
/proc/26284/task/26295/stat : 26295 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 22 0 14 0 164650365 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26296] ppid=26282 vsize=1848080 CPUtime=0
/proc/26284/task/26296/stat : 26296 (java) S 26282 26284 25505 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 164650365 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26284/tid=26297] ppid=26282 vsize=1848080 CPUtime=0
/proc/26284/task/26297/stat : 26297 (java) S 26282 26284 25505 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 164650664 1892433920 73866 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 336.49
Current children cumulated vsize (KiB) 1848080

Child status: 143
Real time (s): 335.27
CPU time (s): 336.564
CPU user time (s): 336.019
CPU system time (s): 0.544917
CPU usage (%): 100.386
Max. virtual memory (cumulated for all children) (KiB): 1848080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 336.019
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79864
page faults= 43
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7604
involuntary context switches= 9192

runsolver used 0.369943 second user time and 0.930858 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Wed Apr 18 08:48:47 UTC 2007

IDJOB= 313492
IDBENCH= 20368
IDSOLVER= 96
FILE ID= node6/313492-1176886126

PBS_JOBID= 4590318

Free space on /tmp= 66434 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  c438ce1eb243ac0a49869eda1166f28f

RANDOM SEED= 84552496

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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:      2055924 kB
MemFree:       1606800 kB
Buffers:         25232 kB
Cached:         354088 kB
SwapCached:      18956 kB
Active:         170528 kB
Inactive:       237312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1606800 kB
SwapTotal:     4192956 kB
SwapFree:      4141328 kB
Dirty:           19296 kB
Writeback:           0 kB
Mapped:          30172 kB
Slab:            26880 kB
Committed_AS:  6858336 kB
PageTables:       1784 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= 66434 MiB

End job on node6 on Wed Apr 18 08:54:23 UTC 2007