Trace number 1720049

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 CORE 2.1 RC1? (TO) 1200.3 1198.88

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark723.844
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.0.v20090228
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.18	c c --- Begin Solver configuration ---
0.08/0.18	c Stops conflict analysis at the first Unique Implication Point
0.08/0.18	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@95fd19
0.08/0.18	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.18	c Expensive reason simplification
0.08/0.18	c Armin Biere (Picosat) restarts strategy
0.08/0.18	c timeout=2147483647s
0.08/0.18	c DB Simplification allowed=true
0.08/0.18	c --- End Solver configuration ---
0.08/0.18	c solving HOME/instance-1720049-1240652109.cnf
0.08/0.18	c reading problem ... 
3.65/3.51	c ... done. Wall clock time 3.325s.
3.65/3.51	c #vars     433601
3.65/3.51	c #constraints  1291714
3.65/3.51	c constraints type 
3.65/3.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 430571
3.65/3.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 861142
1200.04/1198.71	c starts		: 602
1200.04/1198.71	c conflicts		: 237302
1200.04/1198.71	c decisions		: 2696148
1200.04/1198.71	c propagations		: 830884093
1200.04/1198.71	c inspects		: 2141097833
1200.04/1198.71	c learnt literals	: 109
1200.04/1198.71	c learnt binary clauses	: 1558
1200.04/1198.71	c learnt ternary clauses	: 8595
1200.04/1198.71	c learnt clauses	: 237193
1200.04/1198.71	c ignored clauses	: 0
1200.04/1198.71	c root simplifications	: 711
1200.04/1198.71	c removed literals (reason simplification)	: 3583452
1200.04/1198.71	c reason swapping (by a shorter reason)	: 0
1200.04/1198.71	c Calls to reduceDB	: 0
1200.04/1198.71	c speed (assignments/second)	: 695591.7354541649
1200.04/1198.71	c non guided choices	323769
1200.04/1198.79	c learnt constraints type 
1200.04/1198.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1462
1200.04/1198.79	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 232318
1200.04/1198.79	s UNKNOWN
1200.04/1198.79	c Total wall clock time (in seconds) : 1198.529

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1720049-1240652109/watcher-1720049-1240652109 -o /tmp/evaluation-result-1720049-1240652109/solver-1720049-1240652109 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1720049-1240652109.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): 1800 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.00 1.00 1.00 3/64 3372
/proc/meminfo: memFree=1091840/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=152 CPUtime=0
/proc/3372/stat : 3372 (java6) D 3370 3372 3279 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 93238358 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 7394084 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/3372/statm: 38 26 19 9 0 4 0

[startup+0.0115019 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3372
/proc/meminfo: memFree=1091840/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=152 CPUtime=0
/proc/3372/stat : 3372 (java) R 3370 3372 3279 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 93238358 155648 26 1992294400 134512640 134550932 4294956000 18446744073709551615 7395981 0 0 4096 0 0 0 0 17 1 0 0
/proc/3372/statm: 68 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101524 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3372
/proc/meminfo: memFree=1091840/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=1781948 CPUtime=0.08
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 3888 0 1 0 6 2 0 0 18 0 12 0 93238358 1824714752 3631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 445487 3631 1067 9 0 442834 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781948

[startup+0.301557 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3372
/proc/meminfo: memFree=1091840/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=1783140 CPUtime=0.38
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 8879 0 1 0 34 4 0 0 18 0 12 0 93238358 1825935360 8615 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 445785 8615 1366 9 0 443132 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1783140

[startup+0.701624 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3372
/proc/meminfo: memFree=1091840/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=1783268 CPUtime=0.85
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 12446 0 1 0 79 6 0 0 18 0 12 0 93238358 1826066432 12182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 445817 12182 1376 9 0 443164 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1783268

[startup+1.50275 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 3384
/proc/meminfo: memFree=1035168/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=1783268 CPUtime=1.65
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 20316 0 1 0 155 10 0 0 18 0 12 0 93238358 1826066432 20051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 445817 20052 1377 9 0 443164 0
[pid=3372/tid=3374] ppid=3370 vsize=1783268 CPUtime=1.42
/proc/3372/task/3374/stat : 3374 (java) R 3370 3372 3279 0 -1 64 18864 0 1 0 133 9 0 0 19 0 12 0 93238360 1826066432 20052 1992294400 134512640 134550932 4294956000 18446744073709551615 4109479211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3375] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3375/stat : 3375 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 93238361 1826066432 20052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3376] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3376/stat : 3376 (java) S 3370 3372 3279 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 93238361 1826066432 20053 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3377/stat : 3377 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 93238363 1826066432 20053 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3378] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3378/stat : 3378 (java) S 3370 3372 3279 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 93238364 1826066432 20053 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3379/stat : 3379 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 93238364 1826066432 20054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3380/stat : 3380 (java) S 3370 3372 3279 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 93238368 1826066432 20054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=1783268 CPUtime=0.05
/proc/3372/task/3381/stat : 3381 (java) S 3370 3372 3279 0 -1 64 83 0 0 0 5 0 0 0 16 0 12 0 93238368 1826066432 20054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=1783268 CPUtime=0.16
/proc/3372/task/3382/stat : 3382 (java) S 3370 3372 3279 0 -1 64 625 0 0 0 16 0 0 0 16 0 12 0 93238368 1826066432 20055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3383] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3383/stat : 3383 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 93238368 1826066432 20055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3384] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3384/stat : 3384 (java) S 3370 3372 3279 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 93238368 1826066432 20055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 1783268

[startup+3.10302 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 3384
/proc/meminfo: memFree=994784/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=1783268 CPUtime=3.25
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 34981 0 1 0 308 17 0 0 18 0 12 0 93238358 1826066432 34716 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 445817 34716 1377 9 0 443164 0
[pid=3372/tid=3374] ppid=3370 vsize=1783268 CPUtime=3.01
/proc/3372/task/3374/stat : 3374 (java) R 3370 3372 3279 0 -1 64 33529 0 1 0 285 16 0 0 25 0 12 0 93238360 1826066432 34717 1992294400 134512640 134550932 4294956000 18446744073709551615 4109462087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3375] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3375/stat : 3375 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 93238361 1826066432 34717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3376] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3376/stat : 3376 (java) S 3370 3372 3279 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 93238361 1826066432 34717 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3377/stat : 3377 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 93238363 1826066432 34718 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3378] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3378/stat : 3378 (java) S 3370 3372 3279 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 93238364 1826066432 34718 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3379/stat : 3379 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 93238364 1826066432 34718 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3380/stat : 3380 (java) S 3370 3372 3279 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 93238368 1826066432 34719 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=1783268 CPUtime=0.05
/proc/3372/task/3381/stat : 3381 (java) S 3370 3372 3279 0 -1 64 83 0 0 0 5 0 0 0 16 0 12 0 93238368 1826066432 34719 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=1783268 CPUtime=0.16
/proc/3372/task/3382/stat : 3382 (java) S 3370 3372 3279 0 -1 64 625 0 0 0 16 0 0 0 16 0 12 0 93238368 1826066432 34720 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3383] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3383/stat : 3383 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 93238368 1826066432 34720 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3384] ppid=3370 vsize=1783268 CPUtime=0
/proc/3372/task/3384/stat : 3384 (java) S 3370 3372 3279 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 93238368 1826066432 34720 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 1783268

[startup+6.30256 s]
/proc/loadavg: 1.16 1.03 1.01 3/77 3385
/proc/meminfo: memFree=811352/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=1785540 CPUtime=7.73
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 75557 0 1 0 736 37 0 0 18 0 13 0 93238358 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 446385 71283 1413 9 0 443732 0
[pid=3372/tid=3374] ppid=3370 vsize=1785540 CPUtime=5.29
/proc/3372/task/3374/stat : 3374 (java) R 3370 3372 3279 0 -1 64 37291 0 1 0 511 18 0 0 25 0 13 0 93238360 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4109651007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3375] ppid=3370 vsize=1785540 CPUtime=0.69
/proc/3372/task/3375/stat : 3375 (java) S 3370 3372 3279 0 -1 64 13555 0 0 0 61 8 0 0 22 0 13 0 93238361 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3376] ppid=3370 vsize=1785540 CPUtime=0.69
/proc/3372/task/3376/stat : 3376 (java) S 3370 3372 3279 0 -1 64 21516 0 0 0 61 8 0 0 16 0 13 0 93238361 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=1785540 CPUtime=0
/proc/3372/task/3377/stat : 3377 (java) S 3370 3372 3279 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 93238363 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3378] ppid=3370 vsize=1785540 CPUtime=0
/proc/3372/task/3378/stat : 3378 (java) S 3370 3372 3279 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 93238364 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=1785540 CPUtime=0
/proc/3372/task/3379/stat : 3379 (java) S 3370 3372 3279 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 93238364 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=1785540 CPUtime=0
/proc/3372/task/3380/stat : 3380 (java) S 3370 3372 3279 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 93238368 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=1785540 CPUtime=0.36
/proc/3372/task/3381/stat : 3381 (java) S 3370 3372 3279 0 -1 64 906 0 0 0 36 0 0 0 16 0 13 0 93238368 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=1785540 CPUtime=0.65
/proc/3372/task/3382/stat : 3382 (java) S 3370 3372 3279 0 -1 64 1534 0 0 0 65 0 0 0 16 0 13 0 93238368 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3383] ppid=3370 vsize=1785540 CPUtime=0
/proc/3372/task/3383/stat : 3383 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 93238368 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3384] ppid=3370 vsize=1785540 CPUtime=0
/proc/3372/task/3384/stat : 3384 (java) S 3370 3372 3279 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93238368 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3385] ppid=3370 vsize=1785540 CPUtime=0
/proc/3372/task/3385/stat : 3385 (java) S 3370 3372 3279 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 93238794 1828392960 71283 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 1785540

[startup+12.7026 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 3385
/proc/meminfo: memFree=811864/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=1784932 CPUtime=14.3
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 75581 0 1 0 1393 37 0 0 18 0 13 0 93238358 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 446233 71156 1420 9 0 443580 0
[pid=3372/tid=3374] ppid=3370 vsize=1784932 CPUtime=11.69
/proc/3372/task/3374/stat : 3374 (java) R 3370 3372 3279 0 -1 64 37296 0 1 0 1151 18 0 0 25 0 13 0 93238360 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4109651060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3375] ppid=3370 vsize=1784932 CPUtime=0.69
/proc/3372/task/3375/stat : 3375 (java) S 3370 3372 3279 0 -1 64 13555 0 0 0 61 8 0 0 22 0 13 0 93238361 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3376] ppid=3370 vsize=1784932 CPUtime=0.69
/proc/3372/task/3376/stat : 3376 (java) S 3370 3372 3279 0 -1 64 21516 0 0 0 61 8 0 0 16 0 13 0 93238361 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3377/stat : 3377 (java) S 3370 3372 3279 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 93238363 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3378] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3378/stat : 3378 (java) S 3370 3372 3279 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 93238364 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3379/stat : 3379 (java) S 3370 3372 3279 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 93238364 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3380/stat : 3380 (java) S 3370 3372 3279 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 93238368 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=1784932 CPUtime=0.53
/proc/3372/task/3381/stat : 3381 (java) S 3370 3372 3279 0 -1 64 925 0 0 0 53 0 0 0 15 0 13 0 93238368 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=1784932 CPUtime=0.65
/proc/3372/task/3382/stat : 3382 (java) S 3370 3372 3279 0 -1 64 1534 0 0 0 65 0 0 0 17 0 13 0 93238368 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3383] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3383/stat : 3383 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 93238368 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3384] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3384/stat : 3384 (java) S 3370 3372 3279 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93238368 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3385] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3385/stat : 3385 (java) S 3370 3372 3279 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 93238794 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.3
Current children cumulated vsize (KiB) 1784932

[startup+25.5018 s]
/proc/loadavg: 1.11 1.03 1.01 2/77 3385
/proc/meminfo: memFree=811928/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=1784932 CPUtime=27.1
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 75582 0 1 0 2673 37 0 0 18 0 13 0 93238358 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 446233 71156 1420 9 0 443580 0
[pid=3372/tid=3374] ppid=3370 vsize=1784932 CPUtime=24.48
/proc/3372/task/3374/stat : 3374 (java) R 3370 3372 3279 0 -1 64 37297 0 1 0 2430 18 0 0 25 0 13 0 93238360 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4109585298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3375] ppid=3370 vsize=1784932 CPUtime=0.69
/proc/3372/task/3375/stat : 3375 (java) S 3370 3372 3279 0 -1 64 13555 0 0 0 61 8 0 0 22 0 13 0 93238361 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3376] ppid=3370 vsize=1784932 CPUtime=0.69
/proc/3372/task/3376/stat : 3376 (java) S 3370 3372 3279 0 -1 64 21516 0 0 0 61 8 0 0 16 0 13 0 93238361 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3377/stat : 3377 (java) S 3370 3372 3279 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 93238363 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3378] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3378/stat : 3378 (java) S 3370 3372 3279 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 93238364 1827770368 71156 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=3372] ppid=3370 vsize=1784932 CPUtime=1063.68
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 75596 0 1 0 106327 41 0 0 18 0 13 0 93238358 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 446233 71167 1420 9 0 443580 0
[pid=3372/tid=3374] ppid=3370 vsize=1784932 CPUtime=1060.93
/proc/3372/task/3374/stat : 3374 (java) R 3370 3372 3279 0 -1 64 37300 0 1 0 106070 23 0 0 25 0 13 0 93238360 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4109574074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3375] ppid=3370 vsize=1784932 CPUtime=0.69
/proc/3372/task/3375/stat : 3375 (java) S 3370 3372 3279 0 -1 64 13555 0 0 0 61 8 0 0 22 0 13 0 93238361 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3376] ppid=3370 vsize=1784932 CPUtime=0.69
/proc/3372/task/3376/stat : 3376 (java) S 3370 3372 3279 0 -1 64 21516 0 0 0 61 8 0 0 16 0 13 0 93238361 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3377/stat : 3377 (java) S 3370 3372 3279 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 93238363 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3378] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3378/stat : 3378 (java) S 3370 3372 3279 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 93238364 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3379/stat : 3379 (java) S 3370 3372 3279 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 93238364 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3380/stat : 3380 (java) S 3370 3372 3279 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=1784932 CPUtime=0.62
/proc/3372/task/3381/stat : 3381 (java) S 3370 3372 3279 0 -1 64 931 0 0 0 62 0 0 0 16 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=1784932 CPUtime=0.71
/proc/3372/task/3382/stat : 3382 (java) S 3370 3372 3279 0 -1 64 1539 0 0 0 71 0 0 0 16 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3383] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3383/stat : 3383 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3384] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3384/stat : 3384 (java) S 3370 3372 3279 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3385] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3385/stat : 3385 (java) S 3370 3372 3279 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 93238794 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.68
Current children cumulated vsize (KiB) 1784932

[startup+1122.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 3387
/proc/meminfo: memFree=811992/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=1784932 CPUtime=1123.66
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 75596 0 1 0 112324 42 0 0 18 0 13 0 93238358 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 446233 71167 1420 9 0 443580 0
[pid=3372/tid=3374] ppid=3370 vsize=1784932 CPUtime=1120.9
/proc/3372/task/3374/stat : 3374 (java) R 3370 3372 3279 0 -1 64 37300 0 1 0 112067 23 0 0 25 0 13 0 93238360 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4109651007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3375] ppid=3370 vsize=1784932 CPUtime=0.69
/proc/3372/task/3375/stat : 3375 (java) S 3370 3372 3279 0 -1 64 13555 0 0 0 61 8 0 0 22 0 13 0 93238361 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3376] ppid=3370 vsize=1784932 CPUtime=0.69
/proc/3372/task/3376/stat : 3376 (java) S 3370 3372 3279 0 -1 64 21516 0 0 0 61 8 0 0 16 0 13 0 93238361 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3377/stat : 3377 (java) S 3370 3372 3279 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 93238363 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3378] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3378/stat : 3378 (java) S 3370 3372 3279 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 93238364 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3379/stat : 3379 (java) S 3370 3372 3279 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 93238364 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3380/stat : 3380 (java) S 3370 3372 3279 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=1784932 CPUtime=0.62
/proc/3372/task/3381/stat : 3381 (java) S 3370 3372 3279 0 -1 64 931 0 0 0 62 0 0 0 16 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=1784932 CPUtime=0.71
/proc/3372/task/3382/stat : 3382 (java) S 3370 3372 3279 0 -1 64 1539 0 0 0 71 0 0 0 16 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3383] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3383/stat : 3383 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3384] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3384/stat : 3384 (java) S 3370 3372 3279 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3385] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3385/stat : 3385 (java) S 3370 3372 3279 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 93238794 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.66
Current children cumulated vsize (KiB) 1784932

[startup+1182.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 3387
/proc/meminfo: memFree=811992/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=1784932 CPUtime=1183.64
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 75596 0 1 0 118322 42 0 0 18 0 13 0 93238358 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 446233 71167 1420 9 0 443580 0
[pid=3372/tid=3374] ppid=3370 vsize=1784932 CPUtime=1180.89
/proc/3372/task/3374/stat : 3374 (java) R 3370 3372 3279 0 -1 64 37300 0 1 0 118065 24 0 0 25 0 13 0 93238360 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4109651007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3375] ppid=3370 vsize=1784932 CPUtime=0.69
/proc/3372/task/3375/stat : 3375 (java) S 3370 3372 3279 0 -1 64 13555 0 0 0 61 8 0 0 22 0 13 0 93238361 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3376] ppid=3370 vsize=1784932 CPUtime=0.69
/proc/3372/task/3376/stat : 3376 (java) S 3370 3372 3279 0 -1 64 21516 0 0 0 61 8 0 0 16 0 13 0 93238361 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3377/stat : 3377 (java) S 3370 3372 3279 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 93238363 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3378] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3378/stat : 3378 (java) S 3370 3372 3279 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 93238364 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3379/stat : 3379 (java) S 3370 3372 3279 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 93238364 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3380/stat : 3380 (java) S 3370 3372 3279 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=1784932 CPUtime=0.62
/proc/3372/task/3381/stat : 3381 (java) S 3370 3372 3279 0 -1 64 931 0 0 0 62 0 0 0 16 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=1784932 CPUtime=0.71
/proc/3372/task/3382/stat : 3382 (java) S 3370 3372 3279 0 -1 64 1539 0 0 0 71 0 0 0 16 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3383] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3383/stat : 3383 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3384] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3384/stat : 3384 (java) S 3370 3372 3279 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3385] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3385/stat : 3385 (java) S 3370 3372 3279 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 93238794 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.64
Current children cumulated vsize (KiB) 1784932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3387
/proc/meminfo: memFree=811992/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=1784932 CPUtime=1200.04
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 75596 0 1 0 119962 42 0 0 18 0 13 0 93238358 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 446233 71167 1420 9 0 443580 0
[pid=3372/tid=3374] ppid=3370 vsize=1784932 CPUtime=1197.29
/proc/3372/task/3374/stat : 3374 (java) R 3370 3372 3279 0 -1 64 37300 0 1 0 119705 24 0 0 25 0 13 0 93238360 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4109651007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3375] ppid=3370 vsize=1784932 CPUtime=0.69
/proc/3372/task/3375/stat : 3375 (java) S 3370 3372 3279 0 -1 64 13555 0 0 0 61 8 0 0 22 0 13 0 93238361 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3376] ppid=3370 vsize=1784932 CPUtime=0.69
/proc/3372/task/3376/stat : 3376 (java) S 3370 3372 3279 0 -1 64 21516 0 0 0 61 8 0 0 16 0 13 0 93238361 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3377/stat : 3377 (java) S 3370 3372 3279 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 93238363 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3378] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3378/stat : 3378 (java) S 3370 3372 3279 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 93238364 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3379/stat : 3379 (java) S 3370 3372 3279 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 93238364 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3380/stat : 3380 (java) S 3370 3372 3279 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=1784932 CPUtime=0.62
/proc/3372/task/3381/stat : 3381 (java) S 3370 3372 3279 0 -1 64 931 0 0 0 62 0 0 0 16 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=1784932 CPUtime=0.71
/proc/3372/task/3382/stat : 3382 (java) S 3370 3372 3279 0 -1 64 1539 0 0 0 71 0 0 0 16 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3383] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3383/stat : 3383 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3384] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3384/stat : 3384 (java) S 3370 3372 3279 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93238368 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3385] ppid=3370 vsize=1784932 CPUtime=0
/proc/3372/task/3385/stat : 3385 (java) S 3370 3372 3279 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 93238794 1827770368 71167 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1784932

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

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

[startup+1198.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 3387
/proc/meminfo: memFree=811992/2055920 swapFree=4192956/4192956
[pid=3372] ppid=3370 vsize=1785580 CPUtime=1200.22
/proc/3372/stat : 3372 (java) S 3370 3372 3279 0 -1 0 75621 0 1 0 119980 42 0 0 16 0 14 0 93238358 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3372/statm: 446395 71192 1421 9 0 443742 0
[pid=3372/tid=3374] ppid=3370 vsize=1785580 CPUtime=1197.39
/proc/3372/task/3374/stat : 3374 (java) R 3370 3372 3279 0 -1 64 37300 0 1 0 119715 24 0 0 25 0 14 0 93238360 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4109589971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3375] ppid=3370 vsize=1785580 CPUtime=0.69
/proc/3372/task/3375/stat : 3375 (java) S 3370 3372 3279 0 -1 64 13555 0 0 0 61 8 0 0 22 0 14 0 93238361 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3376] ppid=3370 vsize=1785580 CPUtime=0.69
/proc/3372/task/3376/stat : 3376 (java) S 3370 3372 3279 0 -1 64 21516 0 0 0 61 8 0 0 16 0 14 0 93238361 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3377] ppid=3370 vsize=1785580 CPUtime=0
/proc/3372/task/3377/stat : 3377 (java) S 3370 3372 3279 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 93238363 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3378] ppid=3370 vsize=1785580 CPUtime=0
/proc/3372/task/3378/stat : 3378 (java) S 3370 3372 3279 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 93238364 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3379] ppid=3370 vsize=1785580 CPUtime=0
/proc/3372/task/3379/stat : 3379 (java) S 3370 3372 3279 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 93238364 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3380] ppid=3370 vsize=1785580 CPUtime=0
/proc/3372/task/3380/stat : 3380 (java) S 3370 3372 3279 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 93238368 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3381] ppid=3370 vsize=1785580 CPUtime=0.65
/proc/3372/task/3381/stat : 3381 (java) S 3370 3372 3279 0 -1 64 934 0 0 0 65 0 0 0 17 0 14 0 93238368 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3382] ppid=3370 vsize=1785580 CPUtime=0.71
/proc/3372/task/3382/stat : 3382 (java) S 3370 3372 3279 0 -1 64 1539 0 0 0 71 0 0 0 16 0 14 0 93238368 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3372/tid=3383] ppid=3370 vsize=1785580 CPUtime=0
/proc/3372/task/3383/stat : 3383 (java) S 3370 3372 3279 0 -1 64 3 0 0 0 0 0 0 0 25 0 14 0 93238368 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3384] ppid=3370 vsize=1785580 CPUtime=0
/proc/3372/task/3384/stat : 3384 (java) S 3370 3372 3279 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 93238368 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3372/tid=3385] ppid=3370 vsize=1785580 CPUtime=0
/proc/3372/task/3385/stat : 3385 (java) S 3370 3372 3279 0 -1 64 4 0 0 0 0 0 0 0 16 0 14 0 93238794 1828433920 71192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.22
Current children cumulated vsize (KiB) 1785580

Child status: 143
Real time (s): 1198.88
CPU time (s): 1200.3
CPU user time (s): 1199.84
CPU system time (s): 0.466929
CPU usage (%): 100.119
Max. virtual memory (cumulated for all children) (KiB): 1786188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.84
system time used= 0.466929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75621
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24676
involuntary context switches= 27395

runsolver used 1.26581 second user time and 3.11453 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-25 11:35:11
IDJOB=1720049
IDBENCH=69591
IDSOLVER=500
FILE ID=node57/1720049-1240652109
PBS_JOBID= 9186541
Free space on /tmp= 66416 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720049-1240652109/watcher-1720049-1240652109 -o /tmp/evaluation-result-1720049-1240652109/solver-1720049-1240652109 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1720049-1240652109.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1256070556

node57.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.256
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.256
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:       1092256 kB
Buffers:         94500 kB
Cached:         766584 kB
SwapCached:          0 kB
Active:         440388 kB
Inactive:       434652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1092256 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           23848 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            74620 kB
Committed_AS:   250996 kB
PageTables:       1412 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= 66416 MiB
End job on node57 at 2009-04-25 11:55:12