Trace number 320084

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) 373.188 371.896

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark126.08
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
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.10/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.28	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.28	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.29	c version SAT COMPETITION 2007
0.10/0.29	c sun.arch.data.model	32
0.10/0.29	c java.version	1.6.0
0.10/0.29	c os.name	Linux
0.10/0.29	c os.version	2.6.9-22.EL.rootsmp
0.10/0.29	c os.arch	i386
0.10/0.29	c Free memory 1703279312
0.10/0.29	c Max memory 1706164224
0.10/0.29	c Total memory 1706164224
0.10/0.30	c Number of processors 2
0.17/0.35	c --- Begin Solver configuration ---
0.17/0.35	c Stops conflict analysis at the first Unique Implication Point
0.17/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.17/0.35	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.35	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.35	c Expensive reason simplification
0.17/0.35	c --- End Solver configuration ---
0.17/0.35	c timeout: 2147483s
0.17/0.35	c solving /tmp/evaluation/320084-1173040601/instance-320084-1173040601.cnf
0.17/0.35	c reading problem ... 
2.29/2.38	c ... done. Wall clock time 2.03s.
2.29/2.38	c CPU time (experimental) 2.13s.
2.29/2.38	c #vars     263022
2.29/2.38	c #constraints  782328
373.08/371.82	c starts		: 17
373.08/371.82	c conflicts		: 147907
373.08/371.82	c decisions		: 571474
373.08/371.82	c propagations		: 269239251
373.08/371.82	c inspects		: 706481843
373.08/371.82	c learnt literals	: 79
373.08/371.82	c learnt binary clauses	: 563
373.08/371.82	c learnt ternary clauses	: 2481
373.08/371.82	c learnt clauses	: 147828
373.08/371.82	c root simplifications	: 0
373.08/371.82	c removed literals (reason simplification)	: 2458774
373.08/371.82	c reason swapping (by a shorter reason)	: 0
373.08/371.82	c Calls to reduceDB	: 0
373.08/371.82	c speed (decisions/second)	: 1547.2005631362356
373.08/371.82	c non guided choices	47999
373.08/371.82	s UNKNOWN
373.08/371.82	c Total wall clock time (in seconds) : 371.465
373.08/371.82	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/node66/watcher-320084-1173040601 -o ROOT/results/node66/solver-320084-1173040601 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/320084-1173040601/sat4j-sat2007.jar /tmp/evaluation/320084-1173040601/instance-320084-1173040601.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.99 0.97 0.92 2/64 30245
/proc/meminfo: memFree=886688/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=152 CPUtime=0
/proc/30245/stat : 30245 (java) R 30243 30245 28812 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 324017694 155648 26 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 9839396 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30245/statm: 38 26 19 9 0 4 0

[startup+0.00988589 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 30245
/proc/meminfo: memFree=886688/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1800 CPUtime=0
/proc/30245/stat : 30245 (java) D 30243 30245 28812 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 324017694 1843200 151 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30245/statm: 450 151 114 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101913 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 30245
/proc/meminfo: memFree=886688/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1825636 CPUtime=0.03
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 2679 0 26 0 0 3 0 0 18 0 4 0 324017694 1869451264 2452 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 456409 2452 465 9 0 454423 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1825636

[startup+0.302947 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 30245
/proc/meminfo: memFree=886688/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1831816 CPUtime=0.17
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 4462 0 33 0 11 6 0 0 18 0 12 0 324017694 1875779584 4232 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 457954 4232 1242 9 0 455566 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1831816

[startup+0.702037 s]
/proc/loadavg: 0.99 0.97 0.92 2/64 30245
/proc/meminfo: memFree=886688/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1834148 CPUtime=0.68
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 10359 0 33 0 60 8 0 0 18 0 12 0 324017694 1878167552 10109 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 458537 10109 1293 9 0 456149 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1834148

[startup+1.50119 s]
/proc/loadavg: 0.99 0.97 0.92 2/76 30257
/proc/meminfo: memFree=827776/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1834148 CPUtime=1.49
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 19285 0 33 0 136 13 0 0 18 0 12 0 324017694 1878167552 19034 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 458537 19034 1293 9 0 456149 0
[pid=30245/tid=30247] ppid=30243 vsize=1834148 CPUtime=1.24
/proc/30245/task/30247/stat : 30247 (java) R 30243 30245 28812 0 -1 64 18041 0 8 0 114 10 0 0 19 0 12 0 324017701 1878167552 19035 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109515004 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=1834148 CPUtime=0
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 28812 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 324017704 1878167552 19035 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30249] ppid=30243 vsize=1834148 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 324017704 1878167552 19036 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30250] ppid=30243 vsize=1834148 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 28812 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 324017708 1878167552 19036 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30251] ppid=30243 vsize=1834148 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 28812 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 324017709 1878167552 19037 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=1834148 CPUtime=0
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 324017709 1878167552 19037 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30253] ppid=30243 vsize=1834148 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 28812 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 324017715 1878167552 19037 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=1834148 CPUtime=0.11
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 28812 0 -1 64 295 0 0 0 11 0 0 0 16 0 12 0 324017715 1878167552 19038 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30255] ppid=30243 vsize=1834148 CPUtime=0.1
/proc/30245/task/30255/stat : 30255 (java) S 30243 30245 28812 0 -1 64 254 0 0 0 10 0 0 0 16 0 12 0 324017715 1878167552 19038 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30256] ppid=30243 vsize=1834148 CPUtime=0
/proc/30245/task/30256/stat : 30256 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 324017715 1878167552 19038 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30257] ppid=30243 vsize=1834148 CPUtime=0
/proc/30245/task/30257/stat : 30257 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 324017715 1878167552 19039 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1834148

[startup+3.10252 s]
/proc/loadavg: 0.99 0.97 0.92 2/76 30257
/proc/meminfo: memFree=781952/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1837312 CPUtime=3.37
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 31945 0 33 0 319 18 0 0 18 0 13 0 324017694 1881407488 30765 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 459328 30765 1310 9 0 456940 0
[pid=30245/tid=30247] ppid=30243 vsize=1837312 CPUtime=2.7
/proc/30245/task/30247/stat : 30247 (java) R 30243 30245 28812 0 -1 64 28953 0 8 0 255 15 0 0 25 0 13 0 324017701 1881407488 30765 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109568949 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30248] ppid=30243 vsize=1837312 CPUtime=0
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 28812 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 324017704 1881407488 30765 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30249] ppid=30243 vsize=1837312 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324017704 1881407488 30765 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30250] ppid=30243 vsize=1837312 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 28812 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324017708 1881407488 30765 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30251] ppid=30243 vsize=1837312 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 28812 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 324017709 1881407488 30765 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=1837312 CPUtime=0
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 324017709 1881407488 30765 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30253] ppid=30243 vsize=1837312 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 28812 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 324017715 1881407488 30765 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=1837312 CPUtime=0.35
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 28812 0 -1 64 1709 0 0 0 35 0 0 0 16 0 13 0 324017715 1881407488 30765 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30255] ppid=30243 vsize=1837312 CPUtime=0.28
/proc/30245/task/30255/stat : 30255 (java) S 30243 30245 28812 0 -1 64 583 0 0 0 28 0 0 0 16 0 13 0 324017715 1881407488 30765 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30256] ppid=30243 vsize=1837312 CPUtime=0
/proc/30245/task/30256/stat : 30256 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 324017715 1881407488 30765 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30257] ppid=30243 vsize=1837312 CPUtime=0
/proc/30245/task/30257/stat : 30257 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 324017715 1881407488 30765 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 1837312

[startup+6.30116 s]
/proc/loadavg: 0.99 0.97 0.92 2/77 30258
/proc/meminfo: memFree=759168/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1835672 CPUtime=6.6
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 32017 0 33 0 642 18 0 0 18 0 13 0 324017694 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 458918 30430 1313 9 0 456530 0
[pid=30245/tid=30247] ppid=30243 vsize=1835672 CPUtime=5.86
/proc/30245/task/30247/stat : 30247 (java) R 30243 30245 28812 0 -1 64 28986 0 8 0 571 15 0 0 25 0 13 0 324017701 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109612573 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30248] ppid=30243 vsize=1835672 CPUtime=0
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 28812 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 324017704 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30249] ppid=30243 vsize=1835672 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324017704 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30250] ppid=30243 vsize=1835672 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 28812 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324017708 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30251] ppid=30243 vsize=1835672 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 28812 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 324017709 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=1835672 CPUtime=0
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 324017709 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30253] ppid=30243 vsize=1835672 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 28812 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 324017715 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=1835672 CPUtime=0.38
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 28812 0 -1 64 1728 0 0 0 38 0 0 0 17 0 13 0 324017715 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30255] ppid=30243 vsize=1835672 CPUtime=0.3
/proc/30245/task/30255/stat : 30255 (java) S 30243 30245 28812 0 -1 64 603 0 0 0 30 0 0 0 16 0 13 0 324017715 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30256] ppid=30243 vsize=1835672 CPUtime=0
/proc/30245/task/30256/stat : 30256 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 324017715 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30257] ppid=30243 vsize=1835672 CPUtime=0
/proc/30245/task/30257/stat : 30257 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 324017715 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30258] ppid=30243 vsize=1835672 CPUtime=0
/proc/30245/task/30258/stat : 30258 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 324017940 1879728128 30430 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 1835672

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.92 2/77 30258
/proc/meminfo: memFree=759872/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1836664 CPUtime=13.08
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 32318 0 33 0 1289 19 0 0 18 0 13 0 324017694 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 459166 30697 1316 9 0 456778 0
[pid=30245/tid=30247] ppid=30243 vsize=1836664 CPUtime=12.24
/proc/30245/task/30247/stat : 30247 (java) R 30243 30245 28812 0 -1 64 29105 0 8 0 1208 16 0 0 25 0 13 0 324017701 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109612881 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 28812 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 324017704 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30249] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324017704 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30250] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 28812 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324017708 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30251] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 28812 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 324017709 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 324017709 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30253] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 28812 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 324017715 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=1836664 CPUtime=0.45
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 28812 0 -1 64 1733 0 0 0 45 0 0 0 17 0 13 0 324017715 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30255] ppid=30243 vsize=1836664 CPUtime=0.35
/proc/30245/task/30255/stat : 30255 (java) S 30243 30245 28812 0 -1 64 780 0 0 0 35 0 0 0 17 0 13 0 324017715 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30256] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30256/stat : 30256 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 324017715 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30257] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30257/stat : 30257 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 324017715 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30258] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30258/stat : 30258 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 324017940 1880743936 30697 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 1836664

[startup+25.503 s]
/proc/loadavg: 0.99 0.97 0.92 2/77 30258
/proc/meminfo: memFree=759040/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1836664 CPUtime=25.88
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 32530 0 33 0 2569 19 0 0 18 0 13 0 324017694 1880743936 30909 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 459166 30909 1316 9 0 456778 0
[pid=30245/tid=30247] ppid=30243 vsize=1836664 CPUtime=25.03
/proc/30245/task/30247/stat : 30247 (java) R 30243 30245 28812 0 -1 64 29309 0 8 0 2487 16 0 0 25 0 13 0 324017701 1880743936 30909 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109612419 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 28812 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 324017704 1880743936 30909 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30249] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324017704 1880743936 30909 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30250] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 28812 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324017708 1880743936 30909 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30251] ppid=30243 vsize=1836664 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 28812 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 324017709 1880743936 30909 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=30245] ppid=30243 vsize=1835640 CPUtime=282.62
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 39118 0 33 0 28233 29 0 0 18 0 13 0 324017694 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 458910 37364 1317 9 0 456522 0
[pid=30245/tid=30247] ppid=30243 vsize=1835640 CPUtime=281.68
/proc/30245/task/30247/stat : 30247 (java) R 30243 30245 28812 0 -1 64 35887 0 8 0 28142 26 0 0 25 0 13 0 324017701 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109612573 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 28812 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 324017704 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30249] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324017704 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30250] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 28812 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324017708 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30251] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 28812 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 324017709 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 324017709 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30253] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 28812 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 324017715 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=1835640 CPUtime=0.5
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 28812 0 -1 64 1738 0 0 0 50 0 0 0 17 0 13 0 324017715 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30255] ppid=30243 vsize=1835640 CPUtime=0.39
/proc/30245/task/30255/stat : 30255 (java) S 30243 30245 28812 0 -1 64 793 0 0 0 39 0 0 0 16 0 13 0 324017715 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30256] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30256/stat : 30256 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 324017715 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30257] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30257/stat : 30257 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 324017715 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30258] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30258/stat : 30258 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 324017940 1879695360 37364 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.62
Current children cumulated vsize (KiB) 1835640

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/77 30258
/proc/meminfo: memFree=725504/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1835640 CPUtime=342.6
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 41009 0 33 0 34228 32 0 0 18 0 13 0 324017694 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 458910 39255 1317 9 0 456522 0
[pid=30245/tid=30247] ppid=30243 vsize=1835640 CPUtime=341.66
/proc/30245/task/30247/stat : 30247 (java) R 30243 30245 28812 0 -1 64 37778 0 8 0 34138 28 0 0 25 0 13 0 324017701 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109612416 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30248/stat : 30248 (java) S 30243 30245 28812 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 324017704 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30249] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30249/stat : 30249 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 324017704 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30250] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 28812 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324017708 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30251] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 28812 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 324017709 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 324017709 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30253] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 28812 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 324017715 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=1835640 CPUtime=0.5
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 28812 0 -1 64 1738 0 0 0 50 0 0 0 17 0 13 0 324017715 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30255] ppid=30243 vsize=1835640 CPUtime=0.39
/proc/30245/task/30255/stat : 30255 (java) S 30243 30245 28812 0 -1 64 793 0 0 0 39 0 0 0 16 0 13 0 324017715 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30256] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30256/stat : 30256 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 324017715 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30257] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30257/stat : 30257 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 324017715 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30258] ppid=30243 vsize=1835640 CPUtime=0
/proc/30245/task/30258/stat : 30258 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 324017940 1879695360 39255 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.6
Current children cumulated vsize (KiB) 1835640



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+371.002 s]
/proc/loadavg: 0.99 0.97 0.92 3/77 30258
/proc/meminfo: memFree=697024/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1843328 CPUtime=371.49
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 50315 0 33 0 37112 37 0 0 18 0 13 0 324017694 1887567872 46949 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 460832 46955 1322 9 0 458444 0
[pid=30245/tid=30247] ppid=30243 vsize=1843328 CPUtime=370.16
/proc/30245/task/30247/stat : 30247 (java) S 30243 30245 28812 0 -1 64 38815 0 8 0 36986 30 0 0 25 0 13 0 324017701 1887567872 46969 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=1843328 CPUtime=0.19
/proc/30245/task/30248/stat : 30248 (java) R 30243 30245 28812 0 -1 64 4729 0 0 0 17 2 0 0 18 0 13 0 324017704 1887567872 46976 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30249] ppid=30243 vsize=1843328 CPUtime=0.18
/proc/30245/task/30249/stat : 30249 (java) R 30243 30245 28812 0 -1 64 3570 0 0 0 17 1 0 0 18 0 13 0 324017704 1887567872 46982 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105367105 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30250] ppid=30243 vsize=1843328 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 28812 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 324017708 1887567872 46990 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30251] ppid=30243 vsize=1843328 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 28812 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 324017709 1887567872 46997 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=1843328 CPUtime=0
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 324017709 1887567872 47006 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30253] ppid=30243 vsize=1843328 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 28812 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 324017715 1887567872 47015 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=1843328 CPUtime=0.5
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 28812 0 -1 64 1738 0 0 0 50 0 0 0 17 0 13 0 324017715 1887567872 47023 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30255] ppid=30243 vsize=1843328 CPUtime=0.39
/proc/30245/task/30255/stat : 30255 (java) S 30243 30245 28812 0 -1 64 793 0 0 0 39 0 0 0 16 0 13 0 324017715 1887567872 47030 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30256] ppid=30243 vsize=1843328 CPUtime=0
/proc/30245/task/30256/stat : 30256 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 324017715 1887567872 47039 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30257] ppid=30243 vsize=1843328 CPUtime=0
/proc/30245/task/30257/stat : 30257 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 324017715 1887567872 47047 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30258] ppid=30243 vsize=1843328 CPUtime=0
/proc/30245/task/30258/stat : 30258 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 324017940 1887567872 47054 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 371.49
Current children cumulated vsize (KiB) 1843328

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

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

[startup+371.402 s]
/proc/loadavg: 0.99 0.97 0.92 3/77 30258
/proc/meminfo: memFree=697024/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1845888 CPUtime=372.27
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 68213 0 33 0 37184 43 0 0 16 0 13 0 324017694 1890189312 62087 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 461472 62089 1322 9 0 459084 0
[pid=30245/tid=30247] ppid=30243 vsize=1845888 CPUtime=370.16
/proc/30245/task/30247/stat : 30247 (java) S 30243 30245 28812 0 -1 64 38815 0 8 0 36986 30 0 0 25 0 13 0 324017701 1890189312 62090 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=1845888 CPUtime=0.58
/proc/30245/task/30248/stat : 30248 (java) R 30243 30245 28812 0 -1 64 16616 0 0 0 52 6 0 0 21 0 13 0 324017704 1890189312 62092 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30249] ppid=30243 vsize=1845888 CPUtime=0.58
/proc/30245/task/30249/stat : 30249 (java) R 30243 30245 28812 0 -1 64 9558 0 0 0 54 4 0 0 21 0 13 0 324017704 1890189312 62093 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30250] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 28812 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 324017708 1890189312 62094 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30251] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 28812 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 324017709 1890189312 62096 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 324017709 1890189312 62097 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30253] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 324017715 1890189312 62098 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=1845888 CPUtime=0.5
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 28812 0 -1 64 1738 0 0 0 50 0 0 0 17 0 13 0 324017715 1890189312 62100 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30255] ppid=30243 vsize=1845888 CPUtime=0.39
/proc/30245/task/30255/stat : 30255 (java) S 30243 30245 28812 0 -1 64 793 0 0 0 39 0 0 0 16 0 13 0 324017715 1890189312 62101 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30256] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30256/stat : 30256 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 324017715 1890189312 62103 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30257] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30257/stat : 30257 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 324017715 1890189312 62104 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30258] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30258/stat : 30258 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 324017940 1890189312 62105 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 372.27
Current children cumulated vsize (KiB) 1845888

[startup+371.807 s]
/proc/loadavg: 1.07 0.99 0.93 3/78 30259
/proc/meminfo: memFree=597496/2055920 swapFree=4183296/4192956
[pid=30245] ppid=30243 vsize=1845888 CPUtime=373.08
/proc/30245/stat : 30245 (java) S 30243 30245 28812 0 -1 0 82274 0 33 0 37257 51 0 0 16 0 13 0 324017694 1890189312 74007 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30245/statm: 461472 74007 1322 9 0 459084 0
[pid=30245/tid=30247] ppid=30243 vsize=1845888 CPUtime=370.16
/proc/30245/task/30247/stat : 30247 (java) S 30243 30245 28812 0 -1 64 38815 0 8 0 36986 30 0 0 25 0 13 0 324017701 1890189312 74008 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30248] ppid=30243 vsize=1845888 CPUtime=0.99
/proc/30245/task/30248/stat : 30248 (java) R 30243 30245 28812 0 -1 64 23525 0 0 0 89 10 0 0 25 0 13 0 324017704 1890189312 74009 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30249] ppid=30243 vsize=1845888 CPUtime=0.98
/proc/30245/task/30249/stat : 30249 (java) R 30243 30245 28812 0 -1 64 16707 0 0 0 91 7 0 0 25 0 13 0 324017704 1890189312 74011 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30250] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30250/stat : 30250 (java) S 30243 30245 28812 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 324017708 1890189312 74012 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30251] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30251/stat : 30251 (java) S 30243 30245 28812 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 324017709 1890189312 74014 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30252] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30252/stat : 30252 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 324017709 1890189312 74015 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30253] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30253/stat : 30253 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 324017715 1890189312 74016 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30254] ppid=30243 vsize=1845888 CPUtime=0.5
/proc/30245/task/30254/stat : 30254 (java) S 30243 30245 28812 0 -1 64 1738 0 0 0 50 0 0 0 17 0 13 0 324017715 1890189312 74017 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30255] ppid=30243 vsize=1845888 CPUtime=0.39
/proc/30245/task/30255/stat : 30255 (java) S 30243 30245 28812 0 -1 64 793 0 0 0 39 0 0 0 16 0 13 0 324017715 1890189312 74019 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30256] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30256/stat : 30256 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 324017715 1890189312 74020 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30245/tid=30257] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30257/stat : 30257 (java) S 30243 30245 28812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 324017715 1890189312 74022 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30245/tid=30258] ppid=30243 vsize=1845888 CPUtime=0
/proc/30245/task/30258/stat : 30258 (java) S 30243 30245 28812 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 324017940 1890189312 74023 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 373.08
Current children cumulated vsize (KiB) 1845888

Child status: 143
Real time (s): 371.896
CPU time (s): 373.188
CPU user time (s): 372.63
CPU system time (s): 0.557915
CPU usage (%): 100.348
Max. virtual memory (cumulated for all children) (KiB): 1848452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 372.63
system time used= 0.557915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82837
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8314
involuntary context switches= 8068

runsolver used 0.396939 second user time and 0.973851 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Sun Mar  4 20:36:42 UTC 2007

IDJOB= 320084
IDBENCH= 20495
IDSOLVER= 96
FILE ID= node66/320084-1173040601

PBS_JOBID= 4012442

Free space on /tmp= 66543 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-f7idw.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/320084-1173040601/sat4j-sat2007.jar /tmp/evaluation/320084-1173040601/instance-320084-1173040601.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-320084-1173040601 -o ROOT/results/node66/solver-320084-1173040601 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/320084-1173040601/sat4j-sat2007.jar /tmp/evaluation/320084-1173040601/instance-320084-1173040601.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  e11b8f7666247454d93edb47f1646e2c

RANDOM SEED= 928646484

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
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:        887032 kB
Buffers:         45836 kB
Cached:        1023920 kB
SwapCached:       4032 kB
Active:         804792 kB
Inactive:       277336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        887032 kB
SwapTotal:     4192956 kB
SwapFree:      4183296 kB
Dirty:           15216 kB
Writeback:           0 kB
Mapped:          17928 kB
Slab:            72760 kB
Committed_AS:   757860 kB
PageTables:       1384 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= 66543 MiB

End job on node66 on Sun Mar  4 20:42:55 UTC 2007