Trace number 318403

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? (TO) 1200.13 1198.92

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc950.cnf
MD5SUM36e67e1ba9821e3da23147686112d6b9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.07883
Satisfiable
(Un)Satisfiability was proved
Number of variables112784
Number of clauses360419
Sum of the clauses size955179
Maximum clause length3
Minimum clause length1
Number of clauses of size 13092
Number of clauses of size 2119894
Number of clauses of size 3237433
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.35	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.35	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.35	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.37	c version SAT COMPETITION 2007
0.12/0.37	c sun.arch.data.model	32
0.12/0.37	c java.version	1.6.0
0.12/0.37	c os.name	Linux
0.12/0.37	c os.version	2.6.9-22.EL.rootsmp
0.12/0.37	c os.arch	i386
0.12/0.37	c Free memory 1703279312
0.12/0.37	c Max memory 1706164224
0.12/0.37	c Total memory 1706164224
0.12/0.37	c Number of processors 2
0.20/0.42	c --- Begin Solver configuration ---
0.20/0.42	c Stops conflict analysis at the first Unique Implication Point
0.20/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.42	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.42	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.42	c Expensive reason simplification
0.20/0.42	c --- End Solver configuration ---
0.20/0.42	c timeout: 2147483s
0.20/0.42	c solving /tmp/evaluation/318403-1176318184/instance-318403-1176318184.cnf
0.20/0.42	c reading problem ... 
1.40/1.50	c ... done. Wall clock time 1.075s.
1.40/1.50	c CPU time (experimental) 1.17s.
1.40/1.50	c #vars     112856
1.40/1.50	c #constraints  357258
1200.00/1198.81	c starts		: 20
1200.00/1198.81	c conflicts		: 491734
1200.00/1198.81	c decisions		: 704087
1200.00/1198.81	c propagations		: 565756406
1200.00/1198.81	c inspects		: 2939241901
1200.00/1198.81	c learnt literals	: 66
1200.00/1198.81	c learnt binary clauses	: 2633
1200.00/1198.81	c learnt ternary clauses	: 8909
1200.00/1198.81	c learnt clauses	: 491668
1200.00/1198.81	c root simplifications	: 0
1200.00/1198.81	c removed literals (reason simplification)	: 48644586
1200.00/1198.81	c reason swapping (by a shorter reason)	: 0
1200.00/1198.81	c Calls to reduceDB	: 0
1200.00/1198.81	c speed (decisions/second)	: 588.0844097539789
1200.00/1198.81	c non guided choices	8858
1200.00/1198.81	s UNKNOWN
1200.00/1198.81	c Total wall clock time (in seconds) : 1198.386
1200.00/1198.81	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/node67/watcher-318403-1176318184 -o ROOT/results/node67/solver-318403-1176318184 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/318403-1176318184/sat4j-sat2007.jar /tmp/evaluation/318403-1176318184/instance-318403-1176318184.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.19 3/64 21155
/proc/meminfo: memFree=1438768/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=18568 CPUtime=0
/proc/21155/stat : 21155 (runsolver) D 21153 21155 20850 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 107808028 19013632 293 18446744073709551615 4194304 4294612 548682068800 18446744073709551615 271638392103 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/21155/statm: 4642 293 258 24 0 2626 0

[startup+0.0711589 s]
/proc/loadavg: 0.92 0.98 1.19 3/64 21155
/proc/meminfo: memFree=1438768/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=11868 CPUtime=0
/proc/21155/stat : 21155 (java) D 21153 21155 20850 0 -1 0 347 0 2 0 0 0 0 0 18 0 1 0 107808028 12152832 158 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 6890276 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/21155/statm: 2967 158 120 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11868

[startup+0.101279 s]
/proc/loadavg: 0.92 0.98 1.19 3/64 21155
/proc/meminfo: memFree=1438768/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=12056 CPUtime=0.01
/proc/21155/stat : 21155 (java) R 21153 21155 20850 0 -1 0 367 0 6 0 0 1 0 0 18 0 1 0 107808028 12345344 181 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 6861610 0 0 4096 0 0 0 0 17 0 0 0
/proc/21155/statm: 3014 181 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.301201 s]
/proc/loadavg: 0.92 0.98 1.19 3/64 21155
/proc/meminfo: memFree=1438768/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=1831644 CPUtime=0.12
/proc/21155/stat : 21155 (java) S 21153 21155 20850 0 -1 0 4012 0 32 0 6 6 0 0 18 0 12 0 107808028 1875603456 3785 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 457911 3785 1122 9 0 455530 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1831644

[startup+0.701275 s]
/proc/loadavg: 0.92 0.98 1.19 3/64 21155
/proc/meminfo: memFree=1438768/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=1833416 CPUtime=0.6
/proc/21155/stat : 21155 (java) S 21153 21155 20850 0 -1 0 7821 0 32 0 52 8 0 0 18 0 12 0 107808028 1877417984 7508 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 458354 7509 1297 9 0 455966 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1833416

[startup+1.50242 s]
/proc/loadavg: 1.01 1.00 1.19 2/76 21167
/proc/meminfo: memFree=1393104/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=1833416 CPUtime=1.4
/proc/21155/stat : 21155 (java) S 21153 21155 20850 0 -1 0 15618 0 32 0 127 13 0 0 18 0 12 0 107808028 1877417984 15304 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 458354 15304 1297 9 0 455966 0
[pid=21155/tid=21157] ppid=21153 vsize=1833416 CPUtime=1.17
/proc/21155/task/21157/stat : 21157 (java) R 21153 21155 20850 0 -1 64 14339 0 8 0 108 9 0 0 18 0 12 0 107808041 1877417984 15304 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109519431 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21158] ppid=21153 vsize=1833416 CPUtime=0
/proc/21155/task/21158/stat : 21158 (java) S 21153 21155 20850 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 107808045 1877417984 15305 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21159] ppid=21153 vsize=1833416 CPUtime=0
/proc/21155/task/21159/stat : 21159 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 107808045 1877417984 15305 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21160] ppid=21153 vsize=1833416 CPUtime=0
/proc/21155/task/21160/stat : 21160 (java) S 21153 21155 20850 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 107808049 1877417984 15306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21153 vsize=1833416 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21153 21155 20850 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 107808049 1877417984 15306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21153 vsize=1833416 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21153 21155 20850 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 107808049 1877417984 15306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21163] ppid=21153 vsize=1833416 CPUtime=0
/proc/21155/task/21163/stat : 21163 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 107808056 1877417984 15307 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21164] ppid=21153 vsize=1833416 CPUtime=0.08
/proc/21155/task/21164/stat : 21164 (java) S 21153 21155 20850 0 -1 64 303 0 0 0 8 0 0 0 16 0 12 0 107808056 1877417984 15307 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21165] ppid=21153 vsize=1833416 CPUtime=0.11
/proc/21155/task/21165/stat : 21165 (java) S 21153 21155 20850 0 -1 64 281 0 0 0 11 0 0 0 16 0 12 0 107808056 1877417984 15308 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21166] ppid=21153 vsize=1833416 CPUtime=0
/proc/21155/task/21166/stat : 21166 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 107808056 1877417984 15308 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21153 vsize=1833416 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21153 21155 20850 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 107808056 1877417984 15309 18446744073709551615 134512640 134550740 4294956384 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) 1833416

[startup+3.10271 s]
/proc/loadavg: 1.01 1.00 1.19 2/77 21168
/proc/meminfo: memFree=1366408/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=1835988 CPUtime=3.42
/proc/21155/stat : 21155 (java) S 21153 21155 20850 0 -1 0 18546 0 32 0 328 14 0 0 18 0 13 0 107808028 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 458997 17254 1313 9 0 456609 0
[pid=21155/tid=21157] ppid=21153 vsize=1835988 CPUtime=2.58
/proc/21155/task/21157/stat : 21157 (java) R 21153 21155 20850 0 -1 64 15593 0 8 0 248 10 0 0 25 0 13 0 107808041 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109641423 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21158] ppid=21153 vsize=1835988 CPUtime=0
/proc/21155/task/21158/stat : 21158 (java) S 21153 21155 20850 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107808045 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21159] ppid=21153 vsize=1835988 CPUtime=0
/proc/21155/task/21159/stat : 21159 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107808045 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21160] ppid=21153 vsize=1835988 CPUtime=0
/proc/21155/task/21160/stat : 21160 (java) S 21153 21155 20850 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 107808049 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21153 vsize=1835988 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21153 21155 20850 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 107808049 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21153 vsize=1835988 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21153 21155 20850 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 107808049 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21163] ppid=21153 vsize=1835988 CPUtime=0
/proc/21155/task/21163/stat : 21163 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 107808056 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21164] ppid=21153 vsize=1835988 CPUtime=0.4
/proc/21155/task/21164/stat : 21164 (java) S 21153 21155 20850 0 -1 64 1100 0 0 0 40 0 0 0 15 0 13 0 107808056 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21165] ppid=21153 vsize=1835988 CPUtime=0.39
/proc/21155/task/21165/stat : 21165 (java) S 21153 21155 20850 0 -1 64 1154 0 0 0 39 0 0 0 16 0 13 0 107808056 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21166] ppid=21153 vsize=1835988 CPUtime=0
/proc/21155/task/21166/stat : 21166 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107808056 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21153 vsize=1835988 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21153 21155 20850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107808056 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21168] ppid=21153 vsize=1835988 CPUtime=0
/proc/21155/task/21168/stat : 21168 (java) S 21153 21155 20850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808185 1880051712 17254 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 1835988

[startup+6.30231 s]
/proc/loadavg: 1.01 1.00 1.19 2/77 21168
/proc/meminfo: memFree=1364488/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=1835476 CPUtime=6.69
/proc/21155/stat : 21155 (java) S 21153 21155 20850 0 -1 0 18856 0 32 0 655 14 0 0 18 0 13 0 107808028 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 458869 17434 1316 9 0 456481 0
[pid=21155/tid=21157] ppid=21153 vsize=1835476 CPUtime=5.76
/proc/21155/task/21157/stat : 21157 (java) R 21153 21155 20850 0 -1 64 15893 0 8 0 566 10 0 0 25 0 13 0 107808041 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109632513 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21158] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21158/stat : 21158 (java) S 21153 21155 20850 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107808045 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21159] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21159/stat : 21159 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107808045 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21160] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21160/stat : 21160 (java) S 21153 21155 20850 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 107808049 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21153 21155 20850 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 107808049 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21153 21155 20850 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 107808049 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21163] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21163/stat : 21163 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 107808056 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21164] ppid=21153 vsize=1835476 CPUtime=0.47
/proc/21155/task/21164/stat : 21164 (java) S 21153 21155 20850 0 -1 64 1108 0 0 0 47 0 0 0 16 0 13 0 107808056 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21165] ppid=21153 vsize=1835476 CPUtime=0.41
/proc/21155/task/21165/stat : 21165 (java) S 21153 21155 20850 0 -1 64 1156 0 0 0 41 0 0 0 15 0 13 0 107808056 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21166] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21166/stat : 21166 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107808056 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21153 21155 20850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107808056 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21168] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21168/stat : 21168 (java) S 21153 21155 20850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808185 1879527424 17434 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 1835476

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 1.19 2/77 21168
/proc/meminfo: memFree=1363536/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=1835476 CPUtime=13.11
/proc/21155/stat : 21155 (java) S 21153 21155 20850 0 -1 0 19291 0 32 0 1297 14 0 0 18 0 13 0 107808028 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 458869 17867 1317 9 0 456481 0
[pid=21155/tid=21157] ppid=21153 vsize=1835476 CPUtime=12.12
/proc/21155/task/21157/stat : 21157 (java) R 21153 21155 20850 0 -1 64 16316 0 8 0 1201 11 0 0 18 0 13 0 107808041 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109632513 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21158] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21158/stat : 21158 (java) S 21153 21155 20850 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107808045 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21159] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21159/stat : 21159 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107808045 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21160] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21160/stat : 21160 (java) S 21153 21155 20850 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107808049 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21153 21155 20850 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 107808049 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21153 21155 20850 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 107808049 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21163] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21163/stat : 21163 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 107808056 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21164] ppid=21153 vsize=1835476 CPUtime=0.51
/proc/21155/task/21164/stat : 21164 (java) S 21153 21155 20850 0 -1 64 1113 0 0 0 51 0 0 0 16 0 13 0 107808056 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21165] ppid=21153 vsize=1835476 CPUtime=0.45
/proc/21155/task/21165/stat : 21165 (java) S 21153 21155 20850 0 -1 64 1163 0 0 0 45 0 0 0 16 0 13 0 107808056 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21166] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21166/stat : 21166 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107808056 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21153 21155 20850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107808056 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21168] ppid=21153 vsize=1835476 CPUtime=0
/proc/21155/task/21168/stat : 21168 (java) S 21153 21155 20850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808185 1879527424 17867 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 1835476

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.18 2/77 21168
/proc/meminfo: memFree=1356688/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=1835036 CPUtime=25.91
/proc/21155/stat : 21155 (java) S 21153 21155 20850 0 -1 0 21068 0 32 0 2576 15 0 0 18 0 13 0 107808028 1879076864 19534 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 458759 19534 1317 9 0 456371 0
[pid=21155/tid=21157] ppid=21153 vsize=1835036 CPUtime=24.91
/proc/21155/task/21157/stat : 21157 (java) R 21153 21155 20850 0 -1 64 18093 0 8 0 2479 12 0 0 25 0 13 0 107808041 1879076864 19534 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109609746 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21158] ppid=21153 vsize=1835036 CPUtime=0
/proc/21155/task/21158/stat : 21158 (java) S 21153 21155 20850 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107808045 1879076864 19534 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21159] ppid=21153 vsize=1835036 CPUtime=0
/proc/21155/task/21159/stat : 21159 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107808045 1879076864 19534 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21160] ppid=21153 vsize=1835036 CPUtime=0
/proc/21155/task/21160/stat : 21160 (java) S 21153 21155 20850 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107808049 1879076864 19534 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=21155/tid=21160] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21160/stat : 21160 (java) S 21153 21155 20850 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 107808049 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21153 21155 20850 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 107808049 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21153 21155 20850 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107808049 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21163] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21163/stat : 21163 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 107808056 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21164] ppid=21153 vsize=1838884 CPUtime=0.52
/proc/21155/task/21164/stat : 21164 (java) S 21153 21155 20850 0 -1 64 1114 0 0 0 52 0 0 0 17 0 13 0 107808056 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21165] ppid=21153 vsize=1838884 CPUtime=0.46
/proc/21155/task/21165/stat : 21165 (java) S 21153 21155 20850 0 -1 64 1163 0 0 0 46 0 0 0 16 0 13 0 107808056 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21166] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21166/stat : 21166 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107808056 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21153 21155 20850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107808056 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21168] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21168/stat : 21168 (java) S 21153 21155 20850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808185 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.94
Current children cumulated vsize (KiB) 1838884

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/77 21168
/proc/meminfo: memFree=1143888/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=1838884 CPUtime=1062.92
/proc/21155/stat : 21155 (java) S 21153 21155 20850 0 -1 0 80668 0 32 0 106232 60 0 0 18 0 13 0 107808028 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 459721 72557 1326 9 0 457333 0
[pid=21155/tid=21157] ppid=21153 vsize=1838884 CPUtime=1060.76
/proc/21155/task/21157/stat : 21157 (java) R 21153 21155 20850 0 -1 64 38819 0 8 0 106038 38 0 0 25 0 13 0 107808041 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109659310 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21158] ppid=21153 vsize=1838884 CPUtime=0.56
/proc/21155/task/21158/stat : 21158 (java) S 21153 21155 20850 0 -1 64 12064 0 0 0 51 5 0 0 20 0 13 0 107808045 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21159] ppid=21153 vsize=1838884 CPUtime=0.56
/proc/21155/task/21159/stat : 21159 (java) S 21153 21155 20850 0 -1 64 26803 0 0 0 44 12 0 0 16 0 13 0 107808045 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21160] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21160/stat : 21160 (java) S 21153 21155 20850 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 107808049 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21153 21155 20850 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 107808049 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21153 21155 20850 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107808049 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21163] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21163/stat : 21163 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 107808056 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21164] ppid=21153 vsize=1838884 CPUtime=0.52
/proc/21155/task/21164/stat : 21164 (java) S 21153 21155 20850 0 -1 64 1114 0 0 0 52 0 0 0 17 0 13 0 107808056 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21165] ppid=21153 vsize=1838884 CPUtime=0.46
/proc/21155/task/21165/stat : 21165 (java) S 21153 21155 20850 0 -1 64 1163 0 0 0 46 0 0 0 16 0 13 0 107808056 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21166] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21166/stat : 21166 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107808056 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21153 21155 20850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107808056 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21168] ppid=21153 vsize=1838884 CPUtime=0
/proc/21155/task/21168/stat : 21168 (java) S 21153 21155 20850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808185 1883017216 72557 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.92
Current children cumulated vsize (KiB) 1838884

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/77 21168
/proc/meminfo: memFree=978960/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=1840164 CPUtime=1123.53
/proc/21155/stat : 21155 (java) S 21153 21155 20850 0 -1 0 131595 0 32 0 112269 84 0 0 18 0 13 0 107808028 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 460041 113731 1326 9 0 457653 0
[pid=21155/tid=21157] ppid=21153 vsize=1840164 CPUtime=1120.1
/proc/21155/task/21157/stat : 21157 (java) R 21153 21155 20850 0 -1 64 38820 0 8 0 111972 38 0 0 25 0 13 0 107808041 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109632513 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21158] ppid=21153 vsize=1840164 CPUtime=1.19
/proc/21155/task/21158/stat : 21158 (java) S 21153 21155 20850 0 -1 64 36881 0 0 0 101 18 0 0 21 0 13 0 107808045 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21159] ppid=21153 vsize=1840164 CPUtime=1.19
/proc/21155/task/21159/stat : 21159 (java) S 21153 21155 20850 0 -1 64 52912 0 0 0 96 23 0 0 16 0 13 0 107808045 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21160] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21160/stat : 21160 (java) S 21153 21155 20850 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 107808049 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21153 21155 20850 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 107808049 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21153 21155 20850 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107808049 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21163] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21163/stat : 21163 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21164] ppid=21153 vsize=1840164 CPUtime=0.52
/proc/21155/task/21164/stat : 21164 (java) S 21153 21155 20850 0 -1 64 1114 0 0 0 52 0 0 0 17 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21165] ppid=21153 vsize=1840164 CPUtime=0.46
/proc/21155/task/21165/stat : 21165 (java) S 21153 21155 20850 0 -1 64 1163 0 0 0 46 0 0 0 16 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21166] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21166/stat : 21166 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21153 21155 20850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21168] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21168/stat : 21168 (java) S 21153 21155 20850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808185 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.53
Current children cumulated vsize (KiB) 1840164

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/77 21168
/proc/meminfo: memFree=978960/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=1840164 CPUtime=1183.5
/proc/21155/stat : 21155 (java) S 21153 21155 20850 0 -1 0 131595 0 32 0 118266 84 0 0 18 0 13 0 107808028 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 460041 113731 1326 9 0 457653 0
[pid=21155/tid=21157] ppid=21153 vsize=1840164 CPUtime=1180.07
/proc/21155/task/21157/stat : 21157 (java) R 21153 21155 20850 0 -1 64 38820 0 8 0 117969 38 0 0 25 0 13 0 107808041 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109609839 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21158] ppid=21153 vsize=1840164 CPUtime=1.19
/proc/21155/task/21158/stat : 21158 (java) S 21153 21155 20850 0 -1 64 36881 0 0 0 101 18 0 0 21 0 13 0 107808045 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21159] ppid=21153 vsize=1840164 CPUtime=1.19
/proc/21155/task/21159/stat : 21159 (java) S 21153 21155 20850 0 -1 64 52912 0 0 0 96 23 0 0 16 0 13 0 107808045 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21160] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21160/stat : 21160 (java) S 21153 21155 20850 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 107808049 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21153 21155 20850 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 107808049 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21153 21155 20850 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107808049 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21163] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21163/stat : 21163 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21164] ppid=21153 vsize=1840164 CPUtime=0.52
/proc/21155/task/21164/stat : 21164 (java) S 21153 21155 20850 0 -1 64 1114 0 0 0 52 0 0 0 17 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21165] ppid=21153 vsize=1840164 CPUtime=0.46
/proc/21155/task/21165/stat : 21165 (java) S 21153 21155 20850 0 -1 64 1163 0 0 0 46 0 0 0 16 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21166] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21166/stat : 21166 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21153 21155 20850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21168] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21168/stat : 21168 (java) S 21153 21155 20850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808185 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.5
Current children cumulated vsize (KiB) 1840164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.8 s]
/proc/loadavg: 1.00 1.00 1.02 2/77 21168
/proc/meminfo: memFree=978896/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=1840164 CPUtime=1200
/proc/21155/stat : 21155 (java) S 21153 21155 20850 0 -1 0 131595 0 32 0 119916 84 0 0 18 0 13 0 107808028 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 460041 113731 1326 9 0 457653 0
[pid=21155/tid=21157] ppid=21153 vsize=1840164 CPUtime=1196.57
/proc/21155/task/21157/stat : 21157 (java) R 21153 21155 20850 0 -1 64 38820 0 8 0 119619 38 0 0 25 0 13 0 107808041 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109632513 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21158] ppid=21153 vsize=1840164 CPUtime=1.19
/proc/21155/task/21158/stat : 21158 (java) S 21153 21155 20850 0 -1 64 36881 0 0 0 101 18 0 0 21 0 13 0 107808045 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21159] ppid=21153 vsize=1840164 CPUtime=1.19
/proc/21155/task/21159/stat : 21159 (java) S 21153 21155 20850 0 -1 64 52912 0 0 0 96 23 0 0 16 0 13 0 107808045 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21160] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21160/stat : 21160 (java) S 21153 21155 20850 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 107808049 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21161] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21161/stat : 21161 (java) S 21153 21155 20850 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 107808049 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21162] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21162/stat : 21162 (java) S 21153 21155 20850 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 107808049 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21163] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21163/stat : 21163 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21164] ppid=21153 vsize=1840164 CPUtime=0.52
/proc/21155/task/21164/stat : 21164 (java) S 21153 21155 20850 0 -1 64 1114 0 0 0 52 0 0 0 17 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21155/tid=21165] ppid=21153 vsize=1840164 CPUtime=0.46
/proc/21155/task/21165/stat : 21165 (java) S 21153 21155 20850 0 -1 64 1163 0 0 0 46 0 0 0 16 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21166] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21166/stat : 21166 (java) S 21153 21155 20850 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21167] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21167/stat : 21167 (java) S 21153 21155 20850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 107808056 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21155/tid=21168] ppid=21153 vsize=1840164 CPUtime=0
/proc/21155/task/21168/stat : 21168 (java) S 21153 21155 20850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808185 1884327936 113731 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 1840164

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

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

[startup+1198.91 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 21171
/proc/meminfo: memFree=1399488/2055920 swapFree=4183884/4192956
[pid=21155] ppid=21153 vsize=0 CPUtime=1200.11
/proc/21155/stat : 21155 (java) Z 21153 21155 20850 0 -1 1036 131616 0 32 0 119920 91 0 0 16 0 2 0 107808028 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21155/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1198.92
CPU time (s): 1200.13
CPU user time (s): 1199.21
CPU system time (s): 0.922859
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 1840164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.21
system time used= 0.922859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131616
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25112
involuntary context switches= 1985

runsolver used 1.43278 second user time and 2.95455 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Wed Apr 11 19:03:05 UTC 2007

IDJOB= 318403
IDBENCH= 20454
IDSOLVER= 96
FILE ID= node67/318403-1176318184

PBS_JOBID= 4516712

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  36e67e1ba9821e3da23147686112d6b9

RANDOM SEED= 667594992

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.263
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.263
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:       1439368 kB
Buffers:         37300 kB
Cached:         419568 kB
SwapCached:       3152 kB
Active:         178940 kB
Inactive:       287520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1439368 kB
SwapTotal:     4192956 kB
SwapFree:      4183884 kB
Dirty:            8008 kB
Writeback:           0 kB
Mapped:          15648 kB
Slab:           136060 kB
Committed_AS:   105580 kB
PageTables:       1452 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= 66557 MiB

End job on node67 on Wed Apr 11 19:23:06 UTC 2007