Trace number 1559231

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.27 1199.71

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark475.233
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.08/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.27	c See www.sat4j.org for details.
0.08/0.28	c version 2.1.0.v20090228
0.08/0.28	c sun.arch.data.model	32
0.08/0.28	c java.version	1.6.0_12
0.08/0.28	c os.name	Linux
0.08/0.28	c os.version	2.6.9-22.EL.rootsmp
0.08/0.28	c os.arch	i386
0.08/0.28	c Free memory 1651659224
0.08/0.28	c Max memory 1654456320
0.08/0.28	c Total memory 1654456320
0.08/0.29	c Number of processors 2
0.18/0.33	c c --- Begin Solver configuration ---
0.18/0.33	c Stops conflict analysis at the first Unique Implication Point
0.18/0.33	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.18/0.33	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.18/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.18/0.33	c Expensive reason simplification
0.18/0.33	c Armin Biere (Picosat) restarts strategy
0.18/0.33	c timeout=2147483647s
0.18/0.33	c DB Simplification allowed=true
0.18/0.33	c --- End Solver configuration ---
0.18/0.33	c solving HOME/instance-1559231-1238880442.cnf
0.18/0.33	c reading problem ... 
0.75/0.73	c ... done. Wall clock time 0.396s.
0.75/0.73	c #vars     31613
0.75/0.73	c #constraints  94999
0.75/0.73	c constraints type 
0.75/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33922
0.75/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 60982
1200.09/1199.61	c starts		: 394
1200.09/1199.61	c conflicts		: 109925
1200.09/1199.61	c decisions		: 161223
1200.09/1199.61	c propagations		: 822213292
1200.09/1199.61	c inspects		: 2826812618
1200.09/1199.61	c learnt literals	: 25
1200.09/1199.61	c learnt binary clauses	: 122
1200.09/1199.61	c learnt ternary clauses	: 373
1200.09/1199.61	c learnt clauses	: 109900
1200.09/1199.61	c ignored clauses	: 0
1200.09/1199.61	c root simplifications	: 419
1200.09/1199.61	c removed literals (reason simplification)	: 26397673
1200.09/1199.61	c reason swapping (by a shorter reason)	: 0
1200.09/1199.61	c Calls to reduceDB	: 0
1200.09/1199.61	c speed (assignments/second)	: 685817.0980821315
1200.09/1199.61	c non guided choices	477
1200.09/1199.68	c learnt constraints type 
1200.09/1199.68	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 108
1200.09/1199.68	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109343
1200.09/1199.68	s UNKNOWN
1200.09/1199.68	c Total wall clock time (in seconds) : 1199.281

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-1559231-1238880442/watcher-1559231-1238880442 -o /tmp/evaluation-result-1559231-1238880442/solver-1559231-1238880442 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1559231-1238880442.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.92 0.99 0.99 3/65 10851
/proc/meminfo: memFree=1775968/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=152 CPUtime=0
/proc/10851/stat : 10851 (java6) R 10849 10851 10814 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 371764994 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 1819428 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/10851/statm: 38 26 19 9 0 4 0

[startup+0.012999 s]
/proc/loadavg: 0.92 0.99 0.99 3/65 10851
/proc/meminfo: memFree=1775968/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=200 CPUtime=0
/proc/10851/stat : 10851 (java6) D 10849 10851 10814 0 -1 0 48 0 0 0 0 0 0 0 20 0 1 0 371764994 204800 33 1992294400 134512640 134550932 4294956176 18446744073709551615 1819428 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/10851/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.103018 s]
/proc/loadavg: 0.92 0.99 0.99 3/65 10851
/proc/meminfo: memFree=1775968/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=1776936 CPUtime=0.03
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 2955 0 31 0 0 3 0 0 18 0 4 0 371764994 1819582464 2732 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 444234 2732 743 9 0 441585 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776936

[startup+0.302044 s]
/proc/loadavg: 0.92 0.99 0.99 3/65 10851
/proc/meminfo: memFree=1775968/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=1782492 CPUtime=0.18
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 4594 0 32 0 13 5 0 0 18 0 12 0 371764994 1825271808 4363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 445623 4364 1315 9 0 442970 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1782492

[startup+0.701093 s]
/proc/loadavg: 0.92 0.99 0.99 3/65 10851
/proc/meminfo: memFree=1775968/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=1784348 CPUtime=0.75
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 7415 0 32 0 68 7 0 0 18 0 12 0 371764994 1827172352 7184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 446087 7185 1382 9 0 443434 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 1784348

[startup+1.50119 s]
/proc/loadavg: 0.92 0.99 0.99 3/78 10864
/proc/meminfo: memFree=1743472/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=1787676 CPUtime=2.04
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 10253 0 32 0 196 8 0 0 18 0 13 0 371764994 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 446919 8861 1404 9 0 444266 0
[pid=10851/tid=10853] ppid=10849 vsize=1787676 CPUtime=1.02
/proc/10851/task/10853/stat : 10853 (java) R 10849 10851 10814 0 -1 64 6686 0 9 0 97 5 0 0 22 0 13 0 371765000 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4109648649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10854] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10854/stat : 10854 (java) S 10849 10851 10814 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 371765004 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10855] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10855/stat : 10855 (java) S 10849 10851 10814 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 371765004 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10856] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10856/stat : 10856 (java) S 10849 10851 10814 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 371765006 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10857] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10857/stat : 10857 (java) S 10849 10851 10814 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 371765007 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10858] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10858/stat : 10858 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 371765007 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10859] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10859/stat : 10859 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 371765014 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10860] ppid=10849 vsize=1787676 CPUtime=0.53
/proc/10851/task/10860/stat : 10860 (java) S 10849 10851 10814 0 -1 64 1733 0 0 0 53 0 0 0 17 0 13 0 371765014 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10861] ppid=10849 vsize=1787676 CPUtime=0.45
/proc/10851/task/10861/stat : 10861 (java) S 10849 10851 10814 0 -1 64 1111 0 1 0 45 0 0 0 15 0 13 0 371765014 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10862] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10862/stat : 10862 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 371765014 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10863] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10863/stat : 10863 (java) S 10849 10851 10814 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 371765014 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10864] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10864/stat : 10864 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 371765076 1830580224 8861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1787676

[startup+3.10139 s]
/proc/loadavg: 0.92 0.99 0.99 2/78 10864
/proc/meminfo: memFree=1740784/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=1787676 CPUtime=3.68
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 10292 0 32 0 360 8 0 0 18 0 13 0 371764994 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 446919 8899 1407 9 0 444266 0
[pid=10851/tid=10853] ppid=10849 vsize=1787676 CPUtime=2.62
/proc/10851/task/10853/stat : 10853 (java) R 10849 10851 10814 0 -1 64 6721 0 9 0 257 5 0 0 25 0 13 0 371765000 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4109542911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10854] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10854/stat : 10854 (java) S 10849 10851 10814 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 371765004 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10855] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10855/stat : 10855 (java) S 10849 10851 10814 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 371765004 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10856] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10856/stat : 10856 (java) S 10849 10851 10814 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 371765006 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10857] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10857/stat : 10857 (java) S 10849 10851 10814 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 371765007 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10858] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10858/stat : 10858 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 371765007 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10859] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10859/stat : 10859 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 371765014 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10860] ppid=10849 vsize=1787676 CPUtime=0.54
/proc/10851/task/10860/stat : 10860 (java) S 10849 10851 10814 0 -1 64 1734 0 0 0 54 0 0 0 16 0 13 0 371765014 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10861] ppid=10849 vsize=1787676 CPUtime=0.48
/proc/10851/task/10861/stat : 10861 (java) S 10849 10851 10814 0 -1 64 1114 0 1 0 48 0 0 0 16 0 13 0 371765014 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10862] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10862/stat : 10862 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 371765014 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10863] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10863/stat : 10863 (java) S 10849 10851 10814 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 371765014 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10864] ppid=10849 vsize=1787676 CPUtime=0
/proc/10851/task/10864/stat : 10864 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 371765076 1830580224 8899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1787676

[startup+6.30279 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 10864
/proc/meminfo: memFree=1740336/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=1786956 CPUtime=6.9
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 10350 0 32 0 681 9 0 0 18 0 13 0 371764994 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 446739 8776 1407 9 0 444086 0
[pid=10851/tid=10853] ppid=10849 vsize=1786956 CPUtime=5.82
/proc/10851/task/10853/stat : 10853 (java) R 10849 10851 10814 0 -1 64 6777 0 9 0 577 5 0 0 25 0 13 0 371765000 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4109502880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10854] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10854/stat : 10854 (java) S 10849 10851 10814 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 371765004 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10855] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10855/stat : 10855 (java) S 10849 10851 10814 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 371765004 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10856] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10856/stat : 10856 (java) S 10849 10851 10814 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 371765006 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10857] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10857/stat : 10857 (java) S 10849 10851 10814 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 371765007 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10858] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10858/stat : 10858 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 371765007 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10859] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10859/stat : 10859 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 371765014 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10860] ppid=10849 vsize=1786956 CPUtime=0.54
/proc/10851/task/10860/stat : 10860 (java) S 10849 10851 10814 0 -1 64 1734 0 0 0 54 0 0 0 16 0 13 0 371765014 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10861] ppid=10849 vsize=1786956 CPUtime=0.49
/proc/10851/task/10861/stat : 10861 (java) S 10849 10851 10814 0 -1 64 1115 0 1 0 49 0 0 0 16 0 13 0 371765014 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10862] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10862/stat : 10862 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 371765014 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10863] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10863/stat : 10863 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 371765014 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10864] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10864/stat : 10864 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 371765076 1829842944 8776 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 1786956

[startup+12.7026 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 10864
/proc/meminfo: memFree=1740592/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=1786956 CPUtime=13.29
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 10467 0 32 0 1320 9 0 0 18 0 13 0 371764994 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 446739 8893 1407 9 0 444086 0
[pid=10851/tid=10853] ppid=10849 vsize=1786956 CPUtime=12.22
/proc/10851/task/10853/stat : 10853 (java) R 10849 10851 10814 0 -1 64 6894 0 9 0 1216 6 0 0 25 0 13 0 371765000 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4109643950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10854] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10854/stat : 10854 (java) S 10849 10851 10814 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 371765004 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10855] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10855/stat : 10855 (java) S 10849 10851 10814 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 371765004 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10856] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10856/stat : 10856 (java) S 10849 10851 10814 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 371765006 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10857] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10857/stat : 10857 (java) S 10849 10851 10814 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 371765007 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10858] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10858/stat : 10858 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 371765007 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10859] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10859/stat : 10859 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 371765014 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10860] ppid=10849 vsize=1786956 CPUtime=0.54
/proc/10851/task/10860/stat : 10860 (java) S 10849 10851 10814 0 -1 64 1734 0 0 0 54 0 0 0 16 0 13 0 371765014 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10861] ppid=10849 vsize=1786956 CPUtime=0.49
/proc/10851/task/10861/stat : 10861 (java) S 10849 10851 10814 0 -1 64 1115 0 1 0 49 0 0 0 16 0 13 0 371765014 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10862] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10862/stat : 10862 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 371765014 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10863] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10863/stat : 10863 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 371765014 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10864] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10864/stat : 10864 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 371765076 1829842944 8893 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.29
Current children cumulated vsize (KiB) 1786956

[startup+25.5022 s]
/proc/loadavg: 0.95 0.99 0.99 2/78 10864
/proc/meminfo: memFree=1739632/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=1786956 CPUtime=26.15
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 10713 0 32 0 2606 9 0 0 18 0 13 0 371764994 1829842944 9138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 446739 9138 1411 9 0 444086 0
[pid=10851/tid=10853] ppid=10849 vsize=1786956 CPUtime=25.02
/proc/10851/task/10853/stat : 10853 (java) R 10849 10851 10814 0 -1 64 7130 0 9 0 2496 6 0 0 25 0 13 0 371765000 1829842944 9138 1992294400 134512640 134550932 4294956000 18446744073709551615 4109579811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10854] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10854/stat : 10854 (java) S 10849 10851 10814 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 371765004 1829842944 9138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10855] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10855/stat : 10855 (java) S 10849 10851 10814 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 371765004 1829842944 9138 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=10851] ppid=10849 vsize=1786956 CPUtime=1002.84
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 20546 0 32 0 100262 22 0 0 18 0 13 0 371764994 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 446739 18968 1411 9 0 444086 0
[pid=10851/tid=10853] ppid=10849 vsize=1786956 CPUtime=1001.54
/proc/10851/task/10853/stat : 10853 (java) R 10849 10851 10814 0 -1 64 16946 0 9 0 100135 19 0 0 25 0 13 0 371765000 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4109542768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10854] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10854/stat : 10854 (java) S 10849 10851 10814 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 371765004 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10855] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10855/stat : 10855 (java) S 10849 10851 10814 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 371765004 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10856] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10856/stat : 10856 (java) S 10849 10851 10814 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 371765006 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10857] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10857/stat : 10857 (java) S 10849 10851 10814 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 371765007 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10858] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10858/stat : 10858 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 371765007 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10859] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10859/stat : 10859 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 371765014 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10860] ppid=10849 vsize=1786956 CPUtime=0.62
/proc/10851/task/10860/stat : 10860 (java) S 10849 10851 10814 0 -1 64 1744 0 0 0 62 0 0 0 16 0 13 0 371765014 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10861] ppid=10849 vsize=1786956 CPUtime=0.63
/proc/10851/task/10861/stat : 10861 (java) S 10849 10851 10814 0 -1 64 1132 0 1 0 63 0 0 0 16 0 13 0 371765014 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10862] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10862/stat : 10862 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 371765014 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10863] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10863/stat : 10863 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 371765014 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10864] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10864/stat : 10864 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 371765076 1829842944 18968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1002.84
Current children cumulated vsize (KiB) 1786956

[startup+1062.3 s]
/proc/loadavg: 1.00 1.03 1.03 2/78 10864
/proc/meminfo: memFree=1697008/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=1786956 CPUtime=1062.82
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 21201 0 32 0 106259 23 0 0 18 0 13 0 371764994 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 446739 19623 1411 9 0 444086 0
[pid=10851/tid=10853] ppid=10849 vsize=1786956 CPUtime=1061.53
/proc/10851/task/10853/stat : 10853 (java) R 10849 10851 10814 0 -1 64 17601 0 9 0 106133 20 0 0 25 0 13 0 371765000 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4109579811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10854] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10854/stat : 10854 (java) S 10849 10851 10814 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 371765004 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10855] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10855/stat : 10855 (java) S 10849 10851 10814 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 371765004 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10856] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10856/stat : 10856 (java) S 10849 10851 10814 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 371765006 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10857] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10857/stat : 10857 (java) S 10849 10851 10814 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 371765007 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10858] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10858/stat : 10858 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 371765007 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10859] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10859/stat : 10859 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 371765014 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10860] ppid=10849 vsize=1786956 CPUtime=0.62
/proc/10851/task/10860/stat : 10860 (java) S 10849 10851 10814 0 -1 64 1744 0 0 0 62 0 0 0 16 0 13 0 371765014 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10861] ppid=10849 vsize=1786956 CPUtime=0.63
/proc/10851/task/10861/stat : 10861 (java) S 10849 10851 10814 0 -1 64 1132 0 1 0 63 0 0 0 16 0 13 0 371765014 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10862] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10862/stat : 10862 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 371765014 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10863] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10863/stat : 10863 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 371765014 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10864] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10864/stat : 10864 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 371765076 1829842944 19623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.82
Current children cumulated vsize (KiB) 1786956

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.02 2/78 10864
/proc/meminfo: memFree=1693552/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=1786956 CPUtime=1122.81
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 22057 0 32 0 112257 24 0 0 18 0 13 0 371764994 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 446739 20479 1411 9 0 444086 0
[pid=10851/tid=10853] ppid=10849 vsize=1786956 CPUtime=1121.51
/proc/10851/task/10853/stat : 10853 (java) R 10849 10851 10814 0 -1 64 18457 0 9 0 112130 21 0 0 25 0 13 0 371765000 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4109595753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10854] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10854/stat : 10854 (java) S 10849 10851 10814 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 371765004 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10855] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10855/stat : 10855 (java) S 10849 10851 10814 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 371765004 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10856] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10856/stat : 10856 (java) S 10849 10851 10814 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 371765006 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10857] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10857/stat : 10857 (java) S 10849 10851 10814 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 371765007 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10858] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10858/stat : 10858 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 371765007 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10859] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10859/stat : 10859 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 371765014 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10860] ppid=10849 vsize=1786956 CPUtime=0.62
/proc/10851/task/10860/stat : 10860 (java) S 10849 10851 10814 0 -1 64 1744 0 0 0 62 0 0 0 16 0 13 0 371765014 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10861] ppid=10849 vsize=1786956 CPUtime=0.63
/proc/10851/task/10861/stat : 10861 (java) S 10849 10851 10814 0 -1 64 1132 0 1 0 63 0 0 0 16 0 13 0 371765014 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10862] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10862/stat : 10862 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 371765014 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10863] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10863/stat : 10863 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 371765014 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10864] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10864/stat : 10864 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 371765076 1829842944 20479 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.81
Current children cumulated vsize (KiB) 1786956

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.02 2/78 10864
/proc/meminfo: memFree=1691248/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=1786956 CPUtime=1182.79
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 22620 0 32 0 118254 25 0 0 18 0 13 0 371764994 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 446739 21042 1411 9 0 444086 0
[pid=10851/tid=10853] ppid=10849 vsize=1786956 CPUtime=1181.49
/proc/10851/task/10853/stat : 10853 (java) R 10849 10851 10814 0 -1 64 19020 0 9 0 118128 21 0 0 25 0 13 0 371765000 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4109595753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10854] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10854/stat : 10854 (java) S 10849 10851 10814 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 371765004 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10855] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10855/stat : 10855 (java) S 10849 10851 10814 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 371765004 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10856] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10856/stat : 10856 (java) S 10849 10851 10814 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 371765006 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10857] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10857/stat : 10857 (java) S 10849 10851 10814 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 371765007 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10858] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10858/stat : 10858 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 371765007 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10859] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10859/stat : 10859 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 371765014 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10860] ppid=10849 vsize=1786956 CPUtime=0.62
/proc/10851/task/10860/stat : 10860 (java) S 10849 10851 10814 0 -1 64 1744 0 0 0 62 0 0 0 16 0 13 0 371765014 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10861] ppid=10849 vsize=1786956 CPUtime=0.63
/proc/10851/task/10861/stat : 10861 (java) S 10849 10851 10814 0 -1 64 1132 0 1 0 63 0 0 0 16 0 13 0 371765014 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10862] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10862/stat : 10862 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 371765014 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10863] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10863/stat : 10863 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 371765014 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10864] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10864/stat : 10864 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 371765076 1829842944 21042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.79
Current children cumulated vsize (KiB) 1786956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.6 s]
/proc/loadavg: 1.00 1.02 1.02 2/78 10864
/proc/meminfo: memFree=1690864/2055920 swapFree=4180116/4192956
[pid=10851] ppid=10849 vsize=1786956 CPUtime=1200.09
/proc/10851/stat : 10851 (java) S 10849 10851 10814 0 -1 0 22703 0 32 0 119984 25 0 0 18 0 13 0 371764994 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10851/statm: 446739 21125 1411 9 0 444086 0
[pid=10851/tid=10853] ppid=10849 vsize=1786956 CPUtime=1198.8
/proc/10851/task/10853/stat : 10853 (java) R 10849 10851 10814 0 -1 64 19103 0 9 0 119858 22 0 0 25 0 13 0 371765000 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4109619641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10854] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10854/stat : 10854 (java) S 10849 10851 10814 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 371765004 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10855] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10855/stat : 10855 (java) S 10849 10851 10814 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 371765004 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10856] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10856/stat : 10856 (java) S 10849 10851 10814 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 371765006 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10857] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10857/stat : 10857 (java) S 10849 10851 10814 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 371765007 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10858] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10858/stat : 10858 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 371765007 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10859] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10859/stat : 10859 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 371765014 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10860] ppid=10849 vsize=1786956 CPUtime=0.62
/proc/10851/task/10860/stat : 10860 (java) S 10849 10851 10814 0 -1 64 1744 0 0 0 62 0 0 0 16 0 13 0 371765014 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10861] ppid=10849 vsize=1786956 CPUtime=0.63
/proc/10851/task/10861/stat : 10861 (java) S 10849 10851 10814 0 -1 64 1132 0 1 0 63 0 0 0 16 0 13 0 371765014 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10862] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10862/stat : 10862 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 371765014 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10851/tid=10863] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10863/stat : 10863 (java) S 10849 10851 10814 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 371765014 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10851/tid=10864] ppid=10849 vsize=1786956 CPUtime=0
/proc/10851/task/10864/stat : 10864 (java) S 10849 10851 10814 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 371765076 1829842944 21125 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1786956

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

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

Child status: 143
Real time (s): 1199.71
CPU time (s): 1200.27
CPU user time (s): 1200
CPU system time (s): 0.267959
CPU usage (%): 100.047
Max. virtual memory (cumulated for all children) (KiB): 1787676

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

runsolver used 1.19082 second user time and 3.24451 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-04 23:27:22
IDJOB=1559231
IDBENCH=70873
IDSOLVER=500
FILE ID=node54/1559231-1238880442
PBS_JOBID= 9086007
Free space on /tmp= 66540 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1559231-1238880442/watcher-1559231-1238880442 -o /tmp/evaluation-result-1559231-1238880442/solver-1559231-1238880442 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1559231-1238880442.cnf

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=952788711

node54.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.232
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.232
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:       1776448 kB
Buffers:         24872 kB
Cached:         180636 kB
SwapCached:       5972 kB
Active:          25784 kB
Inactive:       188784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776448 kB
SwapTotal:     4192956 kB
SwapFree:      4180116 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:          15120 kB
Slab:            50864 kB
Committed_AS:  1422128 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node54 at 2009-04-04 23:47:24