Trace number 320248

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) 295.513 294.322

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark228.8
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
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.12/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.37	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.37	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.38	c version SAT COMPETITION 2007
0.12/0.38	c sun.arch.data.model	32
0.12/0.38	c java.version	1.6.0
0.12/0.38	c os.name	Linux
0.12/0.38	c os.version	2.6.9-22.EL.rootsmp
0.12/0.38	c os.arch	i386
0.12/0.38	c Free memory 1703279312
0.12/0.38	c Max memory 1706164224
0.12/0.38	c Total memory 1706164224
0.12/0.38	c Number of processors 2
0.20/0.43	c --- Begin Solver configuration ---
0.20/0.43	c Stops conflict analysis at the first Unique Implication Point
0.20/0.43	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.43	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.43	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.43	c Expensive reason simplification
0.20/0.43	c --- End Solver configuration ---
0.20/0.43	c timeout: 2147483s
0.20/0.43	c solving /tmp/evaluation/320248-1173043014/instance-320248-1173043014.cnf
0.20/0.43	c reading problem ... 
2.11/2.23	c ... done. Wall clock time 1.791s.
2.11/2.23	c CPU time (experimental) 1.89s.
2.11/2.23	c #vars     237485
2.11/2.23	c #constraints  705219
295.33/294.26	c starts		: 17
295.33/294.26	c conflicts		: 131324
295.33/294.26	c decisions		: 558067
295.33/294.26	c propagations		: 232834143
295.33/294.26	c inspects		: 615125869
295.33/294.26	c learnt literals	: 24
295.33/294.26	c learnt binary clauses	: 426
295.33/294.26	c learnt ternary clauses	: 2432
295.33/294.26	c learnt clauses	: 131300
295.33/294.26	c root simplifications	: 0
295.33/294.26	c removed literals (reason simplification)	: 2952664
295.33/294.26	c reason swapping (by a shorter reason)	: 0
295.33/294.26	c Calls to reduceDB	: 0
295.33/294.26	c speed (decisions/second)	: 1911.3978244191144
295.33/294.26	c non guided choices	54743
295.33/294.26	s UNKNOWN
295.33/294.26	c Total wall clock time (in seconds) : 293.822
295.33/294.26	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/node30/watcher-320248-1173043014 -o ROOT/results/node30/solver-320248-1173043014 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/320248-1173043014/sat4j-sat2007.jar /tmp/evaluation/320248-1173043014/instance-320248-1173043014.cnf 

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


[startup+0 s]
/proc/loadavg: 1.07 0.98 0.94 3/77 31896
/proc/meminfo: memFree=1532104/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=18568 CPUtime=0
/proc/31896/stat : 31896 (runsolver) R 31894 31896 31751 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 30258541 19013632 293 18446744073709551615 4194304 4294612 548682068912 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31896/statm: 4642 293 258 24 0 2626 0

[startup+0.0309941 s]
/proc/loadavg: 1.07 0.98 0.94 3/77 31896
/proc/meminfo: memFree=1532104/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=200 CPUtime=0
/proc/31896/stat : 31896 (java) D 31894 31896 31751 0 -1 0 49 0 0 0 0 0 0 0 19 0 1 0 30258541 204800 33 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 7017380 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/31896/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.102025 s]
/proc/loadavg: 1.07 0.98 0.94 3/77 31896
/proc/meminfo: memFree=1532104/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=12420 CPUtime=0.02
/proc/31896/stat : 31896 (java) S 31894 31896 31751 0 -1 0 741 0 26 0 0 2 0 0 18 0 2 0 30258541 12718080 549 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/31896/statm: 3105 549 239 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12420

[startup+0.301034 s]
/proc/loadavg: 1.07 0.98 0.94 3/77 31896
/proc/meminfo: memFree=1532104/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=1831496 CPUtime=0.12
/proc/31896/stat : 31896 (java) S 31894 31896 31751 0 -1 0 3963 0 38 0 6 6 0 0 18 0 12 0 30258541 1875451904 3741 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31896/statm: 457874 3741 1121 9 0 455493 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1831496

[startup+0.701227 s]
/proc/loadavg: 1.07 0.98 0.94 3/77 31896
/proc/meminfo: memFree=1532104/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=1834160 CPUtime=0.61
/proc/31896/stat : 31896 (java) S 31894 31896 31751 0 -1 0 9043 0 38 0 52 9 0 0 18 0 12 0 30258541 1878179840 8797 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31896/statm: 458540 8798 1293 9 0 456152 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1834160

[startup+1.50227 s]
/proc/loadavg: 1.07 0.98 0.94 2/89 31908
/proc/meminfo: memFree=1478184/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=1834160 CPUtime=1.4
/proc/31896/stat : 31896 (java) S 31894 31896 31751 0 -1 0 18297 0 38 0 127 13 0 0 18 0 12 0 30258541 1878179840 18050 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31896/statm: 458540 18050 1293 9 0 456152 0
[pid=31896/tid=31898] ppid=31894 vsize=1834160 CPUtime=1.16
/proc/31896/task/31898/stat : 31898 (java) R 31894 31896 31751 0 -1 64 17045 0 12 0 106 10 0 0 25 0 12 0 30258551 1878179840 18051 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109502654 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1834160 CPUtime=0
/proc/31896/task/31899/stat : 31899 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 30258557 1878179840 18051 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31900] ppid=31894 vsize=1834160 CPUtime=0
/proc/31896/task/31900/stat : 31900 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 30258557 1878179840 18052 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31901] ppid=31894 vsize=1834160 CPUtime=0
/proc/31896/task/31901/stat : 31901 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 30258561 1878179840 18052 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31902] ppid=31894 vsize=1834160 CPUtime=0
/proc/31896/task/31902/stat : 31902 (java) S 31894 31896 31751 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 30258562 1878179840 18053 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31903] ppid=31894 vsize=1834160 CPUtime=0
/proc/31896/task/31903/stat : 31903 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 30258562 1878179840 18053 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31904] ppid=31894 vsize=1834160 CPUtime=0
/proc/31896/task/31904/stat : 31904 (java) S 31894 31896 31751 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 30258570 1878179840 18054 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31905] ppid=31894 vsize=1834160 CPUtime=0.11
/proc/31896/task/31905/stat : 31905 (java) S 31894 31896 31751 0 -1 64 307 0 0 0 11 0 0 0 16 0 12 0 30258570 1878179840 18054 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31906] ppid=31894 vsize=1834160 CPUtime=0.1
/proc/31896/task/31906/stat : 31906 (java) S 31894 31896 31751 0 -1 64 254 0 0 0 10 0 0 0 16 0 12 0 30258570 1878179840 18055 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31907] ppid=31894 vsize=1834160 CPUtime=0
/proc/31896/task/31907/stat : 31907 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 30258570 1878179840 18055 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31908] ppid=31894 vsize=1834160 CPUtime=0
/proc/31896/task/31908/stat : 31908 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 30258570 1878179840 18055 18446744073709551615 134512640 134550740 4294956496 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) 1834160

[startup+3.10237 s]
/proc/loadavg: 1.07 0.98 0.94 2/89 31908
/proc/meminfo: memFree=1429544/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=1836540 CPUtime=3.32
/proc/31896/stat : 31896 (java) S 31894 31896 31751 0 -1 0 28587 0 38 0 313 19 0 0 18 0 13 0 30258541 1880616960 28115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31896/statm: 459135 28115 1310 9 0 456747 0
[pid=31896/tid=31898] ppid=31894 vsize=1836540 CPUtime=2.65
/proc/31896/task/31898/stat : 31898 (java) R 31894 31896 31751 0 -1 64 26563 0 12 0 249 16 0 0 25 0 13 0 30258551 1880616960 28115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109628303 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1836540 CPUtime=0
/proc/31896/task/31899/stat : 31899 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 30258557 1880616960 28115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31900] ppid=31894 vsize=1836540 CPUtime=0
/proc/31896/task/31900/stat : 31900 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 30258557 1880616960 28115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31901] ppid=31894 vsize=1836540 CPUtime=0
/proc/31896/task/31901/stat : 31901 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 30258561 1880616960 28115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31902] ppid=31894 vsize=1836540 CPUtime=0
/proc/31896/task/31902/stat : 31902 (java) S 31894 31896 31751 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 30258562 1880616960 28115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31903] ppid=31894 vsize=1836540 CPUtime=0
/proc/31896/task/31903/stat : 31903 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 30258562 1880616960 28115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31904] ppid=31894 vsize=1836540 CPUtime=0
/proc/31896/task/31904/stat : 31904 (java) S 31894 31896 31751 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 30258570 1880616960 28115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31905] ppid=31894 vsize=1836540 CPUtime=0.36
/proc/31896/task/31905/stat : 31905 (java) S 31894 31896 31751 0 -1 64 622 0 0 0 36 0 0 0 15 0 13 0 30258570 1880616960 28115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31906] ppid=31894 vsize=1836540 CPUtime=0.27
/proc/31896/task/31906/stat : 31906 (java) S 31894 31896 31751 0 -1 64 706 0 0 0 27 0 0 0 16 0 13 0 30258570 1880616960 28115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31907] ppid=31894 vsize=1836540 CPUtime=0
/proc/31896/task/31907/stat : 31907 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 30258570 1880616960 28115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31908] ppid=31894 vsize=1836540 CPUtime=0
/proc/31896/task/31908/stat : 31908 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 30258570 1880616960 28115 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 1836540

[startup+6.30157 s]
/proc/loadavg: 1.07 0.98 0.94 2/90 31909
/proc/meminfo: memFree=1414688/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=1835436 CPUtime=6.6
/proc/31896/stat : 31896 (java) S 31894 31896 31751 0 -1 0 28625 0 38 0 641 19 0 0 18 0 13 0 30258541 1879486464 27878 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31896/statm: 458859 27879 1316 9 0 456471 0
[pid=31896/tid=31898] ppid=31894 vsize=1835436 CPUtime=5.84
/proc/31896/task/31898/stat : 31898 (java) R 31894 31896 31751 0 -1 64 26590 0 12 0 568 16 0 0 25 0 13 0 30258551 1879486464 27879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109215034 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31899/stat : 31899 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 30258557 1879486464 27879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31900] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31900/stat : 31900 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 30258557 1879486464 27879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31901] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31901/stat : 31901 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 30258561 1879486464 27879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31902] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31902/stat : 31902 (java) S 31894 31896 31751 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 30258562 1879486464 27879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31903] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31903/stat : 31903 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 30258562 1879486464 27879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31904] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31904/stat : 31904 (java) S 31894 31896 31751 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 30258570 1879486464 27879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31905] ppid=31894 vsize=1835436 CPUtime=0.41
/proc/31896/task/31905/stat : 31905 (java) S 31894 31896 31751 0 -1 64 631 0 0 0 41 0 0 0 16 0 13 0 30258570 1879486464 27879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31906] ppid=31894 vsize=1835436 CPUtime=0.31
/proc/31896/task/31906/stat : 31906 (java) S 31894 31896 31751 0 -1 64 709 0 0 0 31 0 0 0 16 0 13 0 30258570 1879486464 27879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31907] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31907/stat : 31907 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 30258570 1879486464 27879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31908] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31908/stat : 31908 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 30258570 1879486464 27879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31909] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31909/stat : 31909 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 30258770 1879486464 27879 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 1835436

[startup+12.703 s]
/proc/loadavg: 1.06 0.98 0.94 2/90 31909
/proc/meminfo: memFree=1415456/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=1835436 CPUtime=13.05
/proc/31896/stat : 31896 (java) S 31894 31896 31751 0 -1 0 28698 0 38 0 1286 19 0 0 18 0 13 0 30258541 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31896/statm: 458859 27950 1316 9 0 456471 0
[pid=31896/tid=31898] ppid=31894 vsize=1835436 CPUtime=12.24
/proc/31896/task/31898/stat : 31898 (java) R 31894 31896 31751 0 -1 64 26658 0 12 0 1208 16 0 0 25 0 13 0 30258551 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109596544 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31899/stat : 31899 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 30258557 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31900] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31900/stat : 31900 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 30258557 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31901] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31901/stat : 31901 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 30258561 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31902] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31902/stat : 31902 (java) S 31894 31896 31751 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 30258562 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31903] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31903/stat : 31903 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 30258562 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31904] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31904/stat : 31904 (java) S 31894 31896 31751 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 30258570 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31905] ppid=31894 vsize=1835436 CPUtime=0.41
/proc/31896/task/31905/stat : 31905 (java) S 31894 31896 31751 0 -1 64 632 0 0 0 41 0 0 0 16 0 13 0 30258570 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31906] ppid=31894 vsize=1835436 CPUtime=0.34
/proc/31896/task/31906/stat : 31906 (java) S 31894 31896 31751 0 -1 64 712 0 0 0 34 0 0 0 17 0 13 0 30258570 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31907] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31907/stat : 31907 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 30258570 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31908] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31908/stat : 31908 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 30258570 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31909] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31909/stat : 31909 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 30258770 1879486464 27950 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 1835436

[startup+25.5027 s]
/proc/loadavg: 1.05 0.98 0.94 2/90 31909
/proc/meminfo: memFree=1414816/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=1835436 CPUtime=25.85
/proc/31896/stat : 31896 (java) S 31894 31896 31751 0 -1 0 28929 0 38 0 2565 20 0 0 18 0 13 0 30258541 1879486464 28181 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31896/statm: 458859 28181 1316 9 0 456471 0
[pid=31896/tid=31898] ppid=31894 vsize=1835436 CPUtime=25.03
/proc/31896/task/31898/stat : 31898 (java) R 31894 31896 31751 0 -1 64 26889 0 12 0 2487 16 0 0 25 0 13 0 30258551 1879486464 28181 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109596509 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31899/stat : 31899 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 30258557 1879486464 28181 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31900] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31900/stat : 31900 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 30258557 1879486464 28181 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31901] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31901/stat : 31901 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 30258561 1879486464 28181 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31902] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31902/stat : 31902 (java) S 31894 31896 31751 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 30258562 1879486464 28181 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31896/tid=31901] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31901/stat : 31901 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 30258561 1879486464 36226 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31902] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31902/stat : 31902 (java) S 31894 31896 31751 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 30258562 1879486464 36226 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31903] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31903/stat : 31903 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 30258562 1879486464 36226 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31904] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31904/stat : 31904 (java) S 31894 31896 31751 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 30258570 1879486464 36226 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31905] ppid=31894 vsize=1835436 CPUtime=0.46
/proc/31896/task/31905/stat : 31905 (java) S 31894 31896 31751 0 -1 64 637 0 0 0 46 0 0 0 16 0 13 0 30258570 1879486464 36226 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31906] ppid=31894 vsize=1835436 CPUtime=0.4
/proc/31896/task/31906/stat : 31906 (java) S 31894 31896 31751 0 -1 64 716 0 0 0 40 0 0 0 16 0 13 0 30258570 1879486464 36226 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31907] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31907/stat : 31907 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 30258570 1879486464 36226 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31908] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31908/stat : 31908 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 30258570 1879486464 36226 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31909] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31909/stat : 31909 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 30258770 1879486464 36226 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.62
Current children cumulated vsize (KiB) 1835436

[startup+282.303 s]
/proc/loadavg: 1.00 0.98 0.94 2/90 31909
/proc/meminfo: memFree=1369760/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=1835436 CPUtime=282.6
/proc/31896/stat : 31896 (java) S 31894 31896 31751 0 -1 0 40190 0 38 0 28224 36 0 0 18 0 13 0 30258541 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31896/statm: 458859 39441 1317 9 0 456471 0
[pid=31896/tid=31898] ppid=31894 vsize=1835436 CPUtime=281.7
/proc/31896/task/31898/stat : 31898 (java) R 31894 31896 31751 0 -1 64 38141 0 12 0 28137 33 0 0 25 0 13 0 30258551 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109695839 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31899/stat : 31899 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 30258557 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31900] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31900/stat : 31900 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 30258557 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31901] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31901/stat : 31901 (java) S 31894 31896 31751 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 30258561 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31902] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31902/stat : 31902 (java) S 31894 31896 31751 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 30258562 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31903] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31903/stat : 31903 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 30258562 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31904] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31904/stat : 31904 (java) S 31894 31896 31751 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 30258570 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31905] ppid=31894 vsize=1835436 CPUtime=0.46
/proc/31896/task/31905/stat : 31905 (java) S 31894 31896 31751 0 -1 64 637 0 0 0 46 0 0 0 16 0 13 0 30258570 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31906] ppid=31894 vsize=1835436 CPUtime=0.4
/proc/31896/task/31906/stat : 31906 (java) S 31894 31896 31751 0 -1 64 716 0 0 0 40 0 0 0 16 0 13 0 30258570 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31907] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31907/stat : 31907 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 30258570 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31908] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31908/stat : 31908 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 30258570 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31909] ppid=31894 vsize=1835436 CPUtime=0
/proc/31896/task/31909/stat : 31909 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 30258770 1879486464 39441 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.6
Current children cumulated vsize (KiB) 1835436



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+293.602 s]
/proc/loadavg: 1.00 0.98 0.94 3/90 31909
/proc/meminfo: memFree=1314336/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=1845684 CPUtime=294.15
/proc/31896/stat : 31896 (java) S 31894 31896 31751 0 -1 0 56260 0 38 0 29371 44 0 0 18 0 13 0 30258541 1889980416 53260 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31896/statm: 461421 53261 1321 9 0 459033 0
[pid=31896/tid=31898] ppid=31894 vsize=1845684 CPUtime=292.72
/proc/31896/task/31898/stat : 31898 (java) S 31894 31896 31751 0 -1 64 38810 0 12 0 29239 33 0 0 25 0 13 0 30258551 1889980416 53262 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1845684 CPUtime=0.25
/proc/31896/task/31899/stat : 31899 (java) R 31894 31896 31751 0 -1 64 10292 0 0 0 21 4 0 0 19 0 13 0 30258557 1889980416 53263 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31900] ppid=31894 vsize=1845684 CPUtime=0.26
/proc/31896/task/31900/stat : 31900 (java) R 31894 31896 31751 0 -1 64 5115 0 0 0 24 2 0 0 18 0 13 0 30258557 1889980416 53265 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31901] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31901/stat : 31901 (java) S 31894 31896 31751 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 30258561 1889980416 53266 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31902] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31902/stat : 31902 (java) S 31894 31896 31751 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 30258562 1889980416 53267 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31903] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31903/stat : 31903 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 30258562 1889980416 53268 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31904] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31904/stat : 31904 (java) S 31894 31896 31751 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 30258570 1889980416 53269 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31905] ppid=31894 vsize=1845684 CPUtime=0.46
/proc/31896/task/31905/stat : 31905 (java) S 31894 31896 31751 0 -1 64 637 0 0 0 46 0 0 0 16 0 13 0 30258570 1889980416 53270 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31906] ppid=31894 vsize=1845684 CPUtime=0.4
/proc/31896/task/31906/stat : 31906 (java) S 31894 31896 31751 0 -1 64 716 0 0 0 40 0 0 0 16 0 13 0 30258570 1889980416 53271 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31907] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31907/stat : 31907 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 30258570 1889980416 53272 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31908] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31908/stat : 31908 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 30258570 1889980416 53273 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31909] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31909/stat : 31909 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 30258770 1889980416 53274 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 294.15
Current children cumulated vsize (KiB) 1845684

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

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

[startup+293.802 s]
/proc/loadavg: 1.00 0.98 0.94 3/90 31909
/proc/meminfo: memFree=1314336/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=1845684 CPUtime=294.52
/proc/31896/stat : 31896 (java) S 31894 31896 31751 0 -1 0 65357 0 38 0 29404 48 0 0 16 0 13 0 30258541 1889980416 59799 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31896/statm: 461421 59801 1321 9 0 459033 0
[pid=31896/tid=31898] ppid=31894 vsize=1845684 CPUtime=292.72
/proc/31896/task/31898/stat : 31898 (java) S 31894 31896 31751 0 -1 64 38810 0 12 0 29239 33 0 0 25 0 13 0 30258551 1889980416 59802 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1845684 CPUtime=0.43
/proc/31896/task/31899/stat : 31899 (java) R 31894 31896 31751 0 -1 64 16379 0 0 0 36 7 0 0 20 0 13 0 30258557 1889980416 59803 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31900] ppid=31894 vsize=1845684 CPUtime=0.44
/proc/31896/task/31900/stat : 31900 (java) R 31894 31896 31751 0 -1 64 8125 0 0 0 41 3 0 0 20 0 13 0 30258557 1889980416 59804 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31901] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31901/stat : 31901 (java) S 31894 31896 31751 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 30258561 1889980416 59806 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31902] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31902/stat : 31902 (java) S 31894 31896 31751 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 30258562 1889980416 59807 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31903] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31903/stat : 31903 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 30258562 1889980416 59808 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31904] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31904/stat : 31904 (java) S 31894 31896 31751 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 30258570 1889980416 59810 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31905] ppid=31894 vsize=1845684 CPUtime=0.46
/proc/31896/task/31905/stat : 31905 (java) S 31894 31896 31751 0 -1 64 637 0 0 0 46 0 0 0 16 0 13 0 30258570 1889980416 59811 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31906] ppid=31894 vsize=1845684 CPUtime=0.4
/proc/31896/task/31906/stat : 31906 (java) S 31894 31896 31751 0 -1 64 716 0 0 0 40 0 0 0 16 0 13 0 30258570 1889980416 59812 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31907] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31907/stat : 31907 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 30258570 1889980416 59813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31908] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31908/stat : 31908 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 30258570 1889980416 59815 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31909] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31909/stat : 31909 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 30258770 1889980416 59816 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 294.52
Current children cumulated vsize (KiB) 1845684

[startup+294.202 s]
/proc/loadavg: 1.00 0.98 0.94 3/90 31909
/proc/meminfo: memFree=1314336/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=1845684 CPUtime=295.33
/proc/31896/stat : 31896 (java) S 31894 31896 31751 0 -1 0 82136 0 38 0 29477 56 0 0 16 0 13 0 30258541 1889980416 73217 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31896/statm: 461421 73219 1322 9 0 459033 0
[pid=31896/tid=31898] ppid=31894 vsize=1845684 CPUtime=292.72
/proc/31896/task/31898/stat : 31898 (java) S 31894 31896 31751 0 -1 64 38810 0 12 0 29239 33 0 0 25 0 13 0 30258551 1889980416 73220 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31899] ppid=31894 vsize=1845684 CPUtime=0.84
/proc/31896/task/31899/stat : 31899 (java) R 31894 31896 31751 0 -1 64 25111 0 0 0 73 11 0 0 23 0 13 0 30258557 1889980416 73221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31900] ppid=31894 vsize=1845684 CPUtime=0.84
/proc/31896/task/31900/stat : 31900 (java) R 31894 31896 31751 0 -1 64 16172 0 0 0 77 7 0 0 23 0 13 0 30258557 1889980416 73222 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31901] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31901/stat : 31901 (java) S 31894 31896 31751 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 30258561 1889980416 73224 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31902] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31902/stat : 31902 (java) S 31894 31896 31751 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 30258562 1889980416 73225 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31903] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31903/stat : 31903 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 30258562 1889980416 73226 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31904] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31904/stat : 31904 (java) S 31894 31896 31751 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 30258570 1889980416 73227 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31905] ppid=31894 vsize=1845684 CPUtime=0.46
/proc/31896/task/31905/stat : 31905 (java) S 31894 31896 31751 0 -1 64 637 0 0 0 46 0 0 0 16 0 13 0 30258570 1889980416 73229 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31906] ppid=31894 vsize=1845684 CPUtime=0.4
/proc/31896/task/31906/stat : 31906 (java) S 31894 31896 31751 0 -1 64 716 0 0 0 40 0 0 0 16 0 13 0 30258570 1889980416 73230 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31896/tid=31907] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31907/stat : 31907 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 30258570 1889980416 73232 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31908] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31908/stat : 31908 (java) S 31894 31896 31751 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 30258570 1889980416 73233 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31896/tid=31909] ppid=31894 vsize=1845684 CPUtime=0
/proc/31896/task/31909/stat : 31909 (java) S 31894 31896 31751 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 30258770 1889980416 73235 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 295.33
Current children cumulated vsize (KiB) 1845684

[startup+294.302 s]
/proc/loadavg: 1.00 0.98 0.94 3/90 31909
/proc/meminfo: memFree=1314336/2055920 swapFree=4192812/4192956
[pid=31896] ppid=31894 vsize=0 CPUtime=295.49
/proc/31896/stat : 31896 (java) Z 31894 31896 31751 0 -1 1036 83751 0 38 0 29489 60 0 0 16 0 2 0 30258541 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31896/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 295.49
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 294.322
CPU time (s): 295.513
CPU user time (s): 294.892
CPU system time (s): 0.620905
CPU usage (%): 100.405
Max. virtual memory (cumulated for all children) (KiB): 1845684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 294.892
system time used= 0.620905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83751
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6746
involuntary context switches= 12420

runsolver used 0.370943 second user time and 0.749886 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Mar  4 21:16:54 UTC 2007

IDJOB= 320248
IDBENCH= 20499
IDSOLVER= 96
FILE ID= node30/320248-1173043014

PBS_JOBID= 4012506

Free space on /tmp= 66466 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  6ade683f6bfd116f49e58395d70ae6c0

RANDOM SEED= 456479895

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.216
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.216
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:       1532512 kB
Buffers:         39172 kB
Cached:         376440 kB
SwapCached:        140 kB
Active:         229772 kB
Inactive:       239616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1532512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           13860 kB
Writeback:           0 kB
Mapped:          72516 kB
Slab:            39628 kB
Committed_AS:   182244 kB
PageTables:       1692 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= 66466 MiB

End job on node30 on Sun Mar  4 21:21:50 UTC 2007