Trace number 1716045

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.31 1199.26

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-17-u.cnf
MD5SUMb9de1594525a25a6c43932e2e172e913
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables252004
Number of clauses1178557
Sum of the clauses size2719782
Maximum clause length10
Minimum clause length1
Number of clauses of size 118836
Number of clauses of size 2918677
Number of clauses of size 3194224
Number of clauses of size 45200
Number of clauses of size 520800
Number of clauses of size over 520820

Solver Data

0.10/0.48	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.48	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.48	c See www.sat4j.org for details.
0.10/0.49	c version 2.1.0.v20090228
0.10/0.49	c sun.arch.data.model	32
0.10/0.49	c java.version	1.6.0_12
0.10/0.49	c os.name	Linux
0.10/0.49	c os.version	2.6.9-22.EL.rootsmp
0.10/0.49	c os.arch	i386
0.10/0.49	c Free memory 1651659224
0.10/0.49	c Max memory 1654456320
0.10/0.49	c Total memory 1654456320
0.10/0.49	c Number of processors 2
0.19/0.53	c c --- Begin Solver configuration ---
0.19/0.53	c Stops conflict analysis at the first Unique Implication Point
0.19/0.53	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.19/0.53	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.19/0.53	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.19/0.53	c Expensive reason simplification
0.19/0.53	c Armin Biere (Picosat) restarts strategy
0.19/0.53	c timeout=2147483647s
0.19/0.53	c DB Simplification allowed=true
0.19/0.53	c --- End Solver configuration ---
0.19/0.53	c solving HOME/instance-1716045-1240610566.cnf
0.19/0.53	c reading problem ... 
3.12/3.39	c ... done. Wall clock time 2.856s.
3.12/3.39	c #vars     252004
3.12/3.39	c #constraints  1167909
3.12/3.39	c constraints type 
3.12/3.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 240914
3.12/3.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 917559
1200.07/1199.11	c starts		: 433
1200.07/1199.11	c conflicts		: 131492
1200.07/1199.11	c decisions		: 1618187
1200.07/1199.11	c propagations		: 488761249
1200.07/1199.11	c inspects		: 1734933674
1200.07/1199.11	c learnt literals	: 263
1200.07/1199.11	c learnt binary clauses	: 3011
1200.07/1199.11	c learnt ternary clauses	: 3295
1200.07/1199.11	c learnt clauses	: 131229
1200.07/1199.11	c ignored clauses	: 0
1200.07/1199.11	c root simplifications	: 696
1200.07/1199.11	c removed literals (reason simplification)	: 7417853
1200.07/1199.11	c reason swapping (by a shorter reason)	: 0
1200.07/1199.11	c Calls to reduceDB	: 0
1200.07/1199.11	c speed (assignments/second)	: 408758.9320585655
1200.07/1199.11	c non guided choices	5649
1200.07/1199.18	c learnt constraints type 
1200.07/1199.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2741
1200.07/1199.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126462
1200.07/1199.18	s UNKNOWN
1200.07/1199.18	c Total wall clock time (in seconds) : 1198.581

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-1716045-1240610566/watcher-1716045-1240610566 -o /tmp/evaluation-result-1716045-1240610566/solver-1716045-1240610566 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1716045-1240610566.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: 0.99 0.98 0.91 3/65 14624
/proc/meminfo: memFree=1398776/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=144 CPUtime=0
/proc/14624/stat : 14624 (java6) R 14622 14624 14461 0 -1 0 33 0 0 0 0 0 0 0 20 0 1 0 89085731 147456 19 1992294400 134512640 134550932 4294956176 18446744073709551615 5664656 0 0 4096 0 0 0 0 17 1 0 0
/proc/14624/statm: 37 20 14 9 0 3 0

[startup+0.0978919 s]
/proc/loadavg: 0.99 0.98 0.91 3/65 14624
/proc/meminfo: memFree=1398776/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1472 CPUtime=0
/proc/14624/stat : 14624 (java6) D 14622 14624 14461 0 -1 0 93 0 2 0 0 0 0 0 18 0 1 0 89085731 1507328 68 1992294400 134512640 134550932 4294956176 18446744073709551615 6180512 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/14624/statm: 368 68 48 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.101889 s]
/proc/loadavg: 0.99 0.98 0.91 3/65 14624
/proc/meminfo: memFree=1398776/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1472 CPUtime=0
/proc/14624/stat : 14624 (java6) D 14622 14624 14461 0 -1 0 93 0 2 0 0 0 0 0 18 0 1 0 89085731 1507328 68 1992294400 134512640 134550932 4294956176 18446744073709551615 6180512 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/14624/statm: 368 68 48 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.301076 s]
/proc/loadavg: 0.99 0.98 0.91 3/65 14624
/proc/meminfo: memFree=1398776/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1776936 CPUtime=0.04
/proc/14624/stat : 14624 (java) S 14622 14624 14461 0 -1 0 2904 0 51 0 0 4 0 0 18 0 4 0 89085731 1819582464 2701 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14624/statm: 444234 2701 716 9 0 441585 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1776936

[startup+0.701168 s]
/proc/loadavg: 0.99 0.98 0.91 3/65 14624
/proc/meminfo: memFree=1398776/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1784024 CPUtime=0.47
/proc/14624/stat : 14624 (java) S 14622 14624 14461 0 -1 0 8931 0 58 0 39 8 0 0 18 0 12 0 89085731 1826840576 8723 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14624/statm: 446006 8723 1370 9 0 443353 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 1784024

[startup+1.50232 s]
/proc/loadavg: 0.99 0.98 0.91 2/77 14636
/proc/meminfo: memFree=1341720/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1784024 CPUtime=1.3
/proc/14624/stat : 14624 (java) S 14622 14624 14461 0 -1 0 19689 0 58 0 116 14 0 0 18 0 12 0 89085731 1826840576 19480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14624/statm: 446006 19480 1375 9 0 443353 0
[pid=14624/tid=14626] ppid=14622 vsize=1784024 CPUtime=1.07
/proc/14624/task/14626/stat : 14626 (java) R 14622 14624 14461 0 -1 64 18151 0 17 0 97 10 0 0 25 0 12 0 89085752 1826840576 19480 1992294400 134512640 134550932 4294956000 18446744073709551615 4109467278 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14627] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14627/stat : 14627 (java) S 14622 14624 14461 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 89085759 1826840576 19480 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14628] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14628/stat : 14628 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 89085759 1826840576 19481 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14629] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14629/stat : 14629 (java) S 14622 14624 14461 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 89085763 1826840576 19481 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14630] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14630/stat : 14630 (java) S 14622 14624 14461 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 89085764 1826840576 19481 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14631] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14631/stat : 14631 (java) S 14622 14624 14461 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 89085764 1826840576 19481 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14632] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14632/stat : 14632 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 89085771 1826840576 19481 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14633] ppid=14622 vsize=1784024 CPUtime=0.09
/proc/14624/task/14633/stat : 14633 (java) S 14622 14624 14461 0 -1 64 262 0 0 0 9 0 0 0 16 0 12 0 89085771 1826840576 19482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14634] ppid=14622 vsize=1784024 CPUtime=0.09
/proc/14624/task/14634/stat : 14634 (java) S 14622 14624 14461 0 -1 64 575 0 0 0 9 0 0 0 16 0 12 0 89085772 1826840576 19482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14635] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14635/stat : 14635 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 89085772 1826840576 19482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14636] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14636/stat : 14636 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 89085772 1826840576 19482 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 1784024

[startup+3.10166 s]
/proc/loadavg: 0.99 0.98 0.91 2/77 14636
/proc/meminfo: memFree=1302168/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1784024 CPUtime=2.93
/proc/14624/stat : 14624 (java) S 14622 14624 14461 0 -1 0 30107 0 58 0 273 20 0 0 18 0 12 0 89085731 1826840576 29898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14624/statm: 446006 29898 1382 9 0 443353 0
[pid=14624/tid=14626] ppid=14622 vsize=1784024 CPUtime=2.65
/proc/14624/task/14626/stat : 14626 (java) R 14622 14624 14461 0 -1 64 28565 0 17 0 249 16 0 0 25 0 12 0 89085752 1826840576 29898 1992294400 134512640 134550932 4294956000 18446744073709551615 4109493435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14627] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14627/stat : 14627 (java) S 14622 14624 14461 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 89085759 1826840576 29898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14628] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14628/stat : 14628 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 89085759 1826840576 29898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14629] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14629/stat : 14629 (java) S 14622 14624 14461 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 89085763 1826840576 29898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14630] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14630/stat : 14630 (java) S 14622 14624 14461 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 89085764 1826840576 29898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14631] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14631/stat : 14631 (java) S 14622 14624 14461 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 89085764 1826840576 29898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14632] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14632/stat : 14632 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 89085771 1826840576 29898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14633] ppid=14622 vsize=1784024 CPUtime=0.1
/proc/14624/task/14633/stat : 14633 (java) S 14622 14624 14461 0 -1 64 262 0 0 0 10 0 0 0 17 0 12 0 89085771 1826840576 29898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14634] ppid=14622 vsize=1784024 CPUtime=0.12
/proc/14624/task/14634/stat : 14634 (java) S 14622 14624 14461 0 -1 64 579 0 0 0 12 0 0 0 16 0 12 0 89085772 1826840576 29898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14635] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14635/stat : 14635 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 89085772 1826840576 29898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14636] ppid=14622 vsize=1784024 CPUtime=0
/proc/14624/task/14636/stat : 14636 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 89085772 1826840576 29898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 1784024

[startup+6.30231 s]
/proc/loadavg: 1.07 1.00 0.91 2/78 14637
/proc/meminfo: memFree=1244176/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1785732 CPUtime=6.86
/proc/14624/stat : 14624 (java) S 14622 14624 14461 0 -1 0 38876 0 58 0 662 24 0 0 18 0 13 0 89085731 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14624/statm: 446433 37062 1411 9 0 443780 0
[pid=14624/tid=14626] ppid=14622 vsize=1785732 CPUtime=5.65
/proc/14624/task/14626/stat : 14626 (java) R 14622 14624 14461 0 -1 64 35231 0 17 0 546 19 0 0 25 0 13 0 89085752 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4109632745 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14627] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14627/stat : 14627 (java) S 14622 14624 14461 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 89085759 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14628] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14628/stat : 14628 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 89085759 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14629] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14629/stat : 14629 (java) S 14622 14624 14461 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 89085763 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14630] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14630/stat : 14630 (java) S 14622 14624 14461 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 89085764 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14631] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14631/stat : 14631 (java) S 14622 14624 14461 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 89085764 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14632] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14632/stat : 14632 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 89085771 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14633] ppid=14622 vsize=1785732 CPUtime=0.59
/proc/14624/task/14633/stat : 14633 (java) S 14622 14624 14461 0 -1 64 1780 0 0 0 58 1 0 0 17 0 13 0 89085771 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14634] ppid=14622 vsize=1785732 CPUtime=0.57
/proc/14624/task/14634/stat : 14634 (java) S 14622 14624 14461 0 -1 64 1160 0 0 0 57 0 0 0 17 0 13 0 89085772 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14635] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14635/stat : 14635 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89085772 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14636] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14636/stat : 14636 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89085772 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14637] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14637/stat : 14637 (java) S 14622 14624 14461 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89086099 1828589568 37062 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1785732

[startup+12.7016 s]
/proc/loadavg: 1.07 1.00 0.91 2/78 14637
/proc/meminfo: memFree=1243792/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1785732 CPUtime=13.26
/proc/14624/stat : 14624 (java) S 14622 14624 14461 0 -1 0 39018 0 58 0 1301 25 0 0 18 0 13 0 89085731 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14624/statm: 446433 37202 1411 9 0 443780 0
[pid=14624/tid=14626] ppid=14622 vsize=1785732 CPUtime=12.03
/proc/14624/task/14626/stat : 14626 (java) R 14622 14624 14461 0 -1 64 35373 0 17 0 1184 19 0 0 25 0 13 0 89085752 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4109451434 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14627] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14627/stat : 14627 (java) S 14622 14624 14461 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 89085759 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14628] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14628/stat : 14628 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 89085759 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14629] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14629/stat : 14629 (java) S 14622 14624 14461 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 89085763 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14630] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14630/stat : 14630 (java) S 14622 14624 14461 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 89085764 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14631] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14631/stat : 14631 (java) S 14622 14624 14461 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 89085764 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14632] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14632/stat : 14632 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 89085771 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14633] ppid=14622 vsize=1785732 CPUtime=0.59
/proc/14624/task/14633/stat : 14633 (java) S 14622 14624 14461 0 -1 64 1780 0 0 0 58 1 0 0 17 0 13 0 89085771 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14634] ppid=14622 vsize=1785732 CPUtime=0.57
/proc/14624/task/14634/stat : 14634 (java) S 14622 14624 14461 0 -1 64 1160 0 0 0 57 0 0 0 16 0 13 0 89085772 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14635] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14635/stat : 14635 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89085772 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14636] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14636/stat : 14636 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89085772 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14637] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14637/stat : 14637 (java) S 14622 14624 14461 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89086099 1828589568 37202 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.26
Current children cumulated vsize (KiB) 1785732

[startup+25.5022 s]
/proc/loadavg: 1.05 1.00 0.91 2/78 14637
/proc/meminfo: memFree=1243152/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1785732 CPUtime=26.04
/proc/14624/stat : 14624 (java) S 14622 14624 14461 0 -1 0 39237 0 58 0 2579 25 0 0 18 0 13 0 89085731 1828589568 37421 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14624/statm: 446433 37421 1411 9 0 443780 0
[pid=14624/tid=14626] ppid=14622 vsize=1785732 CPUtime=24.83
/proc/14624/task/14626/stat : 14626 (java) R 14622 14624 14461 0 -1 64 35592 0 17 0 2463 20 0 0 25 0 13 0 89085752 1828589568 37421 1992294400 134512640 134550932 4294956000 18446744073709551615 4109605751 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14627] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14627/stat : 14627 (java) S 14622 14624 14461 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 89085759 1828589568 37421 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14628] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14628/stat : 14628 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 89085759 1828589568 37421 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14629] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14629/stat : 14629 (java) S 14622 14624 14461 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 89085763 1828589568 37421 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14630] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14630/stat : 14630 (java) S 14622 14624 14461 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 89085764 1828589568 37421 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=14624/tid=14629] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14629/stat : 14629 (java) S 14622 14624 14461 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 89085763 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14630] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14630/stat : 14630 (java) S 14622 14624 14461 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 89085764 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14631] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14631/stat : 14631 (java) S 14622 14624 14461 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89085764 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14632] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14632/stat : 14632 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 89085771 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14633] ppid=14622 vsize=1785732 CPUtime=0.63
/proc/14624/task/14633/stat : 14633 (java) S 14622 14624 14461 0 -1 64 1798 0 0 0 62 1 0 0 16 0 13 0 89085771 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14634] ppid=14622 vsize=1785732 CPUtime=0.69
/proc/14624/task/14634/stat : 14634 (java) S 14622 14624 14461 0 -1 64 1171 0 0 0 69 0 0 0 16 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14635] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14635/stat : 14635 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14636] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14636/stat : 14636 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14637] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14637/stat : 14637 (java) S 14622 14624 14461 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89086099 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1003.36
Current children cumulated vsize (KiB) 1785732

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 14637
/proc/meminfo: memFree=979344/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1785732 CPUtime=1063.34
/proc/14624/stat : 14624 (java) S 14622 14624 14461 0 -1 0 116588 0 58 0 106271 63 0 0 18 0 13 0 89085731 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14624/statm: 446433 103160 1420 9 0 443780 0
[pid=14624/tid=14626] ppid=14622 vsize=1785732 CPUtime=1060.2
/proc/14624/task/14626/stat : 14626 (java) R 14622 14624 14461 0 -1 64 37560 0 17 0 105996 24 0 0 25 0 13 0 89085752 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4109531652 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14627] ppid=14622 vsize=1785732 CPUtime=0.87
/proc/14624/task/14627/stat : 14627 (java) S 14622 14624 14461 0 -1 64 29172 0 0 0 75 12 0 0 16 0 13 0 89085759 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14628] ppid=14622 vsize=1785732 CPUtime=0.88
/proc/14624/task/14628/stat : 14628 (java) S 14622 14624 14461 0 -1 64 46174 0 0 0 67 21 0 0 19 0 13 0 89085759 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14629] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14629/stat : 14629 (java) S 14622 14624 14461 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 89085763 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14630] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14630/stat : 14630 (java) S 14622 14624 14461 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 89085764 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14631] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14631/stat : 14631 (java) S 14622 14624 14461 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89085764 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14632] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14632/stat : 14632 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 89085771 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14633] ppid=14622 vsize=1785732 CPUtime=0.63
/proc/14624/task/14633/stat : 14633 (java) S 14622 14624 14461 0 -1 64 1798 0 0 0 62 1 0 0 16 0 13 0 89085771 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14634] ppid=14622 vsize=1785732 CPUtime=0.69
/proc/14624/task/14634/stat : 14634 (java) S 14622 14624 14461 0 -1 64 1171 0 0 0 69 0 0 0 16 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14635] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14635/stat : 14635 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14636] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14636/stat : 14636 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14637] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14637/stat : 14637 (java) S 14622 14624 14461 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89086099 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.34
Current children cumulated vsize (KiB) 1785732

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 14637
/proc/meminfo: memFree=979280/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1785732 CPUtime=1123.31
/proc/14624/stat : 14624 (java) S 14622 14624 14461 0 -1 0 116588 0 58 0 112268 63 0 0 18 0 13 0 89085731 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14624/statm: 446433 103160 1420 9 0 443780 0
[pid=14624/tid=14626] ppid=14622 vsize=1785732 CPUtime=1120.16
/proc/14624/task/14626/stat : 14626 (java) R 14622 14624 14461 0 -1 64 37560 0 17 0 111992 24 0 0 25 0 13 0 89085752 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4109557194 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14627] ppid=14622 vsize=1785732 CPUtime=0.87
/proc/14624/task/14627/stat : 14627 (java) S 14622 14624 14461 0 -1 64 29172 0 0 0 75 12 0 0 16 0 13 0 89085759 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14628] ppid=14622 vsize=1785732 CPUtime=0.88
/proc/14624/task/14628/stat : 14628 (java) S 14622 14624 14461 0 -1 64 46174 0 0 0 67 21 0 0 19 0 13 0 89085759 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14629] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14629/stat : 14629 (java) S 14622 14624 14461 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 89085763 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14630] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14630/stat : 14630 (java) S 14622 14624 14461 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 89085764 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14631] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14631/stat : 14631 (java) S 14622 14624 14461 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89085764 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14632] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14632/stat : 14632 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 89085771 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14633] ppid=14622 vsize=1785732 CPUtime=0.63
/proc/14624/task/14633/stat : 14633 (java) S 14622 14624 14461 0 -1 64 1798 0 0 0 62 1 0 0 16 0 13 0 89085771 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14634] ppid=14622 vsize=1785732 CPUtime=0.69
/proc/14624/task/14634/stat : 14634 (java) S 14622 14624 14461 0 -1 64 1171 0 0 0 69 0 0 0 16 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14635] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14635/stat : 14635 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14636] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14636/stat : 14636 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14637] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14637/stat : 14637 (java) S 14622 14624 14461 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89086099 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.31
Current children cumulated vsize (KiB) 1785732

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 14637
/proc/meminfo: memFree=979280/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1785732 CPUtime=1183.28
/proc/14624/stat : 14624 (java) S 14622 14624 14461 0 -1 0 116588 0 58 0 118265 63 0 0 18 0 13 0 89085731 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14624/statm: 446433 103160 1420 9 0 443780 0
[pid=14624/tid=14626] ppid=14622 vsize=1785732 CPUtime=1180.13
/proc/14624/task/14626/stat : 14626 (java) R 14622 14624 14461 0 -1 64 37560 0 17 0 117989 24 0 0 25 0 13 0 89085752 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4109649711 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14627] ppid=14622 vsize=1785732 CPUtime=0.87
/proc/14624/task/14627/stat : 14627 (java) S 14622 14624 14461 0 -1 64 29172 0 0 0 75 12 0 0 16 0 13 0 89085759 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14628] ppid=14622 vsize=1785732 CPUtime=0.88
/proc/14624/task/14628/stat : 14628 (java) S 14622 14624 14461 0 -1 64 46174 0 0 0 67 21 0 0 19 0 13 0 89085759 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14629] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14629/stat : 14629 (java) S 14622 14624 14461 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 89085763 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14630] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14630/stat : 14630 (java) S 14622 14624 14461 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 89085764 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14631] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14631/stat : 14631 (java) S 14622 14624 14461 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89085764 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14632] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14632/stat : 14632 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 89085771 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14633] ppid=14622 vsize=1785732 CPUtime=0.63
/proc/14624/task/14633/stat : 14633 (java) S 14622 14624 14461 0 -1 64 1798 0 0 0 62 1 0 0 16 0 13 0 89085771 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14634] ppid=14622 vsize=1785732 CPUtime=0.69
/proc/14624/task/14634/stat : 14634 (java) S 14622 14624 14461 0 -1 64 1171 0 0 0 69 0 0 0 16 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14635] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14635/stat : 14635 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14636] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14636/stat : 14636 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14637] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14637/stat : 14637 (java) S 14622 14624 14461 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89086099 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.28
Current children cumulated vsize (KiB) 1785732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 14637
/proc/meminfo: memFree=979216/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=1785732 CPUtime=1200.07
/proc/14624/stat : 14624 (java) S 14622 14624 14461 0 -1 0 116588 0 58 0 119944 63 0 0 18 0 13 0 89085731 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14624/statm: 446433 103160 1420 9 0 443780 0
[pid=14624/tid=14626] ppid=14622 vsize=1785732 CPUtime=1196.93
/proc/14624/task/14626/stat : 14626 (java) R 14622 14624 14461 0 -1 64 37560 0 17 0 119669 24 0 0 25 0 13 0 89085752 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4109649711 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14627] ppid=14622 vsize=1785732 CPUtime=0.87
/proc/14624/task/14627/stat : 14627 (java) S 14622 14624 14461 0 -1 64 29172 0 0 0 75 12 0 0 16 0 13 0 89085759 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14628] ppid=14622 vsize=1785732 CPUtime=0.88
/proc/14624/task/14628/stat : 14628 (java) S 14622 14624 14461 0 -1 64 46174 0 0 0 67 21 0 0 19 0 13 0 89085759 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14629] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14629/stat : 14629 (java) S 14622 14624 14461 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 89085763 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14630] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14630/stat : 14630 (java) S 14622 14624 14461 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 89085764 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14631] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14631/stat : 14631 (java) S 14622 14624 14461 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89085764 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14632] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14632/stat : 14632 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 89085771 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14633] ppid=14622 vsize=1785732 CPUtime=0.63
/proc/14624/task/14633/stat : 14633 (java) S 14622 14624 14461 0 -1 64 1798 0 0 0 62 1 0 0 16 0 13 0 89085771 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14634] ppid=14622 vsize=1785732 CPUtime=0.69
/proc/14624/task/14634/stat : 14634 (java) S 14622 14624 14461 0 -1 64 1171 0 0 0 69 0 0 0 16 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14624/tid=14635] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14635/stat : 14635 (java) S 14622 14624 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14636] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14636/stat : 14636 (java) S 14622 14624 14461 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89085772 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14624/tid=14637] ppid=14622 vsize=1785732 CPUtime=0
/proc/14624/task/14637/stat : 14637 (java) S 14622 14624 14461 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89086099 1828589568 103160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1785732

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

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

[startup+1199.21 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 14637
/proc/meminfo: memFree=979216/2055920 swapFree=4181392/4192956
[pid=14624] ppid=14622 vsize=0 CPUtime=1200.25
/proc/14624/stat : 14624 (java) Z 14622 14624 14461 0 -1 1036 116898 0 58 0 119960 65 0 0 15 0 2 0 89085731 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14624/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1199.26
CPU time (s): 1200.31
CPU user time (s): 1199.61
CPU system time (s): 0.703892
CPU usage (%): 100.088
Max. virtual memory (cumulated for all children) (KiB): 1785980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.61
system time used= 0.703892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116898
page faults= 58
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25132
involuntary context switches= 27004

runsolver used 1.40978 second user time and 2.98055 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-25 00:02:48
IDJOB=1716045
IDBENCH=20366
IDSOLVER=500
FILE ID=node80/1716045-1240610566
PBS_JOBID= 9186244
Free space on /tmp= 66136 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-17-u.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716045-1240610566/watcher-1716045-1240610566 -o /tmp/evaluation-result-1716045-1240610566/solver-1716045-1240610566 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1716045-1240610566.cnf

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

MD5SUM BENCH= b9de1594525a25a6c43932e2e172e913
RANDOM SEED=2020583261

node80.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1399192 kB
Buffers:         67708 kB
Cached:         510412 kB
SwapCached:       6340 kB
Active:         180168 kB
Inactive:       406728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1399192 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:           21456 kB
Writeback:           0 kB
Mapped:          13392 kB
Slab:            55736 kB
Committed_AS:   272232 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66132 MiB
End job on node80 at 2009-04-25 00:22:49