Trace number 1553147

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 RC1UNSAT 127.032 126.217

General information on the benchmark

NameAPPLICATIONS/bitverif/
minor/minor064.cnf
MD5SUM1a151a1e93387c74239b48070e3eed97
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.72543
Satisfiable
(Un)Satisfiability was proved
Number of variables14578
Number of clauses42581
Sum of the clauses size99353
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228386
Number of clauses of size 314193
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.0.v20090228
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.09/0.20	c c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.09/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c timeout=2147483647s
0.09/0.20	c DB Simplification allowed=true
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-1553147-1238711795.cnf
0.09/0.20	c reading problem ... 
0.50/0.45	c ... done. Wall clock time 0.258s.
0.50/0.45	c #vars     14578
0.50/0.45	c #constraints  42581
0.50/0.45	c constraints type 
0.50/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14193
0.50/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28386
126.91/126.17	c starts		: 324
126.91/126.17	c conflicts		: 82157
126.91/126.17	c decisions		: 288512
126.91/126.17	c propagations		: 69114370
126.91/126.17	c inspects		: 282639826
126.91/126.17	c learnt literals	: 9
126.91/126.17	c learnt binary clauses	: 104
126.91/126.17	c learnt ternary clauses	: 518
126.91/126.17	c learnt clauses	: 82147
126.91/126.17	c ignored clauses	: 0
126.91/126.17	c root simplifications	: 332
126.91/126.17	c removed literals (reason simplification)	: 2622410
126.91/126.17	c reason swapping (by a shorter reason)	: 0
126.91/126.17	c Calls to reduceDB	: 0
126.91/126.17	c speed (assignments/second)	: 549757.1549022415
126.91/126.17	c non guided choices	1651
126.91/126.20	c learnt constraints type 
126.91/126.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 84
126.91/126.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13478
126.91/126.20	s UNSATISFIABLE
126.91/126.20	c Total wall clock time (in seconds) : 125.977

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1553147-1238711795/watcher-1553147-1238711795 -o /tmp/evaluation-result-1553147-1238711795/solver-1553147-1238711795 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1553147-1238711795.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 1.05 1.39 3/65 15919
/proc/meminfo: memFree=1441560/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1612 CPUtime=0
/proc/15919/stat : 15919 (java6) R 15917 15919 15855 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 497513406 1650688 138 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15919/statm: 403 138 102 9 0 45 0

[startup+0.029838 s]
/proc/loadavg: 0.99 1.05 1.39 3/65 15919
/proc/meminfo: memFree=1441560/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1775128 CPUtime=0.01
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 2671 0 1 0 0 1 0 0 18 0 4 0 497513406 1817731072 2420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 443782 2420 478 9 0 441534 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1775128

[startup+0.101843 s]
/proc/loadavg: 0.99 1.05 1.39 3/65 15919
/proc/meminfo: memFree=1441560/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1780924 CPUtime=0.09
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 3897 0 1 0 6 3 0 0 18 0 12 0 497513406 1823666176 3640 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 445231 3640 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780924

[startup+0.301865 s]
/proc/loadavg: 0.99 1.05 1.39 3/65 15919
/proc/meminfo: memFree=1441560/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1783436 CPUtime=0.36
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 5348 0 1 0 32 4 0 0 18 0 12 0 497513406 1826238464 5082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 445859 5082 1365 9 0 443206 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1783436

[startup+0.701911 s]
/proc/loadavg: 0.99 1.05 1.39 3/65 15919
/proc/meminfo: memFree=1441560/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1785492 CPUtime=1.03
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 7465 0 1 0 98 5 0 0 18 0 13 0 497513406 1828343808 6774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 446373 6774 1399 9 0 443720 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1785492

[startup+1.50301 s]
/proc/loadavg: 0.99 1.05 1.39 3/78 15932
/proc/meminfo: memFree=1418032/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1786584 CPUtime=2.24
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 8845 0 1 0 219 5 0 0 18 0 13 0 497513406 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 446646 7253 1411 9 0 443993 0
[pid=15919/tid=15921] ppid=15917 vsize=1786584 CPUtime=1.25
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 15855 0 -1 64 5159 0 1 0 121 4 0 0 23 0 13 0 497513407 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4109585123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15922] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 15855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 497513408 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 497513408 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 497513410 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15925] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 15855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 497513411 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 497513411 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 497513415 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=1786584 CPUtime=0.56
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 15855 0 -1 64 1523 0 0 0 56 0 0 0 17 0 13 0 497513415 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15929] ppid=15917 vsize=1786584 CPUtime=0.4
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 15855 0 -1 64 1414 0 0 0 40 0 0 0 16 0 13 0 497513415 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 497513415 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 497513415 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15932] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 497513457 1829462016 7253 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1786584

[startup+3.10217 s]
/proc/loadavg: 0.99 1.05 1.38 2/78 15932
/proc/meminfo: memFree=1417200/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1786584 CPUtime=3.85
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 9078 0 1 0 380 5 0 0 18 0 13 0 497513406 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 446646 7485 1411 9 0 443993 0
[pid=15919/tid=15921] ppid=15917 vsize=1786584 CPUtime=2.85
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 15855 0 -1 64 5392 0 1 0 281 4 0 0 25 0 13 0 497513407 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4109594856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 15855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 497513408 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 497513408 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 497513410 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15925] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 15855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 497513411 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 497513411 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 497513415 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=1786584 CPUtime=0.59
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 15855 0 -1 64 1523 0 0 0 59 0 0 0 16 0 13 0 497513415 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15929] ppid=15917 vsize=1786584 CPUtime=0.4
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 15855 0 -1 64 1414 0 0 0 40 0 0 0 16 0 13 0 497513415 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 497513415 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 497513415 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15932] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 497513457 1829462016 7485 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 1786584

[startup+6.30154 s]
/proc/loadavg: 0.99 1.05 1.38 2/78 15932
/proc/meminfo: memFree=1415408/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1786584 CPUtime=7.05
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 9524 0 1 0 699 6 0 0 18 0 13 0 497513406 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 446646 7860 1411 9 0 443993 0
[pid=15919/tid=15921] ppid=15917 vsize=1786584 CPUtime=6.03
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 15855 0 -1 64 5838 0 1 0 599 4 0 0 25 0 13 0 497513407 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4109554277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 15855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 497513408 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 497513408 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 497513410 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 15855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 497513411 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 497513411 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 497513415 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=1786584 CPUtime=0.59
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 15855 0 -1 64 1523 0 0 0 59 0 0 0 17 0 13 0 497513415 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15929] ppid=15917 vsize=1786584 CPUtime=0.4
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 15855 0 -1 64 1414 0 0 0 40 0 0 0 16 0 13 0 497513415 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 497513415 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 497513415 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15932] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 497513457 1829462016 7860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 1786584

[startup+12.7013 s]
/proc/loadavg: 0.99 1.05 1.38 2/78 15932
/proc/meminfo: memFree=1411440/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1786584 CPUtime=13.49
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 10499 0 1 0 1342 7 0 0 18 0 13 0 497513406 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 446646 8826 1411 9 0 443993 0
[pid=15919/tid=15921] ppid=15917 vsize=1786584 CPUtime=12.38
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 15855 0 -1 64 6804 0 1 0 1232 6 0 0 25 0 13 0 497513407 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4109585416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 15855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 497513408 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 497513408 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 497513410 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 15855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 497513411 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 497513411 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 497513415 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=1786584 CPUtime=0.65
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 15855 0 -1 64 1526 0 0 0 65 0 0 0 16 0 13 0 497513415 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15929] ppid=15917 vsize=1786584 CPUtime=0.44
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 15855 0 -1 64 1420 0 0 0 44 0 0 0 17 0 13 0 497513415 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 497513415 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 497513415 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15932] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 497513457 1829462016 8826 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.49
Current children cumulated vsize (KiB) 1786584

[startup+25.5027 s]
/proc/loadavg: 0.99 1.04 1.37 2/78 15932
/proc/meminfo: memFree=1404144/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1786584 CPUtime=26.3
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 12268 0 1 0 2621 9 0 0 18 0 13 0 497513406 1829462016 10595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 446646 10595 1411 9 0 443993 0
[pid=15919/tid=15921] ppid=15917 vsize=1786584 CPUtime=25.17
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 15855 0 -1 64 8573 0 1 0 2510 7 0 0 25 0 13 0 497513407 1829462016 10595 1992294400 134512640 134550932 4294956000 18446744073709551615 4109585370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 15855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 497513408 1829462016 10595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 497513408 1829462016 10595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 497513415 1829462016 20381 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 497513415 1829462016 20381 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15932] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 497513457 1829462016 20381 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 122.27
Current children cumulated vsize (KiB) 1786584

[startup+124.702 s]
/proc/loadavg: 0.99 1.03 1.33 2/78 15932
/proc/meminfo: memFree=1364016/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1786584 CPUtime=125.51
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 22214 0 1 0 12531 20 0 0 18 0 13 0 497513406 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 446646 20538 1411 9 0 443993 0
[pid=15919/tid=15921] ppid=15917 vsize=1786584 CPUtime=124.33
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 15855 0 -1 64 18514 0 1 0 12415 18 0 0 25 0 13 0 497513407 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4109554277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 15855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 497513408 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 497513408 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 497513410 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 15855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 497513411 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 497513411 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 497513415 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=1786584 CPUtime=0.71
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 15855 0 -1 64 1531 0 0 0 71 0 0 0 17 0 13 0 497513415 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15929] ppid=15917 vsize=1786584 CPUtime=0.44
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 15855 0 -1 64 1420 0 0 0 44 0 0 0 17 0 13 0 497513415 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 497513415 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 497513415 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15932] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 497513457 1829462016 20538 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 125.51
Current children cumulated vsize (KiB) 1786584

[startup+125.501 s]
/proc/loadavg: 0.99 1.03 1.33 2/78 15932
/proc/meminfo: memFree=1363760/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1786584 CPUtime=126.31
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 22255 0 1 0 12611 20 0 0 18 0 13 0 497513406 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 446646 20579 1411 9 0 443993 0
[pid=15919/tid=15921] ppid=15917 vsize=1786584 CPUtime=125.12
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 15855 0 -1 64 18555 0 1 0 12494 18 0 0 25 0 13 0 497513407 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4109549134 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 15855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 497513408 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 497513408 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 497513410 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 15855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 497513411 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 497513411 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 497513415 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=1786584 CPUtime=0.71
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 15855 0 -1 64 1531 0 0 0 71 0 0 0 17 0 13 0 497513415 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15929] ppid=15917 vsize=1786584 CPUtime=0.44
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 15855 0 -1 64 1420 0 0 0 44 0 0 0 17 0 13 0 497513415 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 497513415 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 497513415 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15932] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 497513457 1829462016 20579 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 126.31
Current children cumulated vsize (KiB) 1786584

[startup+125.901 s]
/proc/loadavg: 0.99 1.03 1.33 2/78 15932
/proc/meminfo: memFree=1363760/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1786584 CPUtime=126.71
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 22271 0 1 0 12651 20 0 0 18 0 13 0 497513406 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 446646 20594 1411 9 0 443993 0
[pid=15919/tid=15921] ppid=15917 vsize=1786584 CPUtime=125.52
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 15855 0 -1 64 18571 0 1 0 12534 18 0 0 25 0 13 0 497513407 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4109491305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 15855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 497513408 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 497513408 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 497513410 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 15855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 497513411 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 497513411 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 497513415 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=1786584 CPUtime=0.71
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 15855 0 -1 64 1531 0 0 0 71 0 0 0 17 0 13 0 497513415 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15929] ppid=15917 vsize=1786584 CPUtime=0.44
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 15855 0 -1 64 1420 0 0 0 44 0 0 0 17 0 13 0 497513415 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 497513415 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 497513415 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15932] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 497513457 1829462016 20594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 126.71
Current children cumulated vsize (KiB) 1786584

[startup+126.101 s]
/proc/loadavg: 0.99 1.03 1.33 2/78 15932
/proc/meminfo: memFree=1363760/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1786584 CPUtime=126.91
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 22273 0 1 0 12671 20 0 0 18 0 13 0 497513406 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 446646 20596 1411 9 0 443993 0
[pid=15919/tid=15921] ppid=15917 vsize=1786584 CPUtime=125.72
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 15855 0 -1 64 18573 0 1 0 12554 18 0 0 25 0 13 0 497513407 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4109759096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15922] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 15855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 497513408 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 497513408 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 497513410 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 15855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 497513411 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 497513411 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 497513415 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=1786584 CPUtime=0.71
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 15855 0 -1 64 1531 0 0 0 71 0 0 0 17 0 13 0 497513415 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15929] ppid=15917 vsize=1786584 CPUtime=0.44
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 15855 0 -1 64 1420 0 0 0 44 0 0 0 17 0 13 0 497513415 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 497513415 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 497513415 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15932] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15932/stat : 15932 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 497513457 1829462016 20596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 126.91
Current children cumulated vsize (KiB) 1786584

[startup+126.201 s]
/proc/loadavg: 0.99 1.03 1.33 2/78 15932
/proc/meminfo: memFree=1363760/2055920 swapFree=4178736/4192956
[pid=15919] ppid=15917 vsize=1786584 CPUtime=127.01
/proc/15919/stat : 15919 (java) S 15917 15919 15855 0 -1 0 22284 0 1 0 12681 20 0 0 18 0 13 0 497513406 1829462016 20607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15919/statm: 446646 20607 1412 9 0 443993 0
[pid=15919/tid=15921] ppid=15917 vsize=1786584 CPUtime=125.8
/proc/15919/task/15921/stat : 15921 (java) R 15917 15919 15855 0 -1 64 18576 0 1 0 12562 18 0 0 24 0 13 0 497513407 1829462016 20607 1992294400 134512640 134550932 4294956000 18446744073709551615 105494661 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15922] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15922/stat : 15922 (java) S 15917 15919 15855 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 497513408 1829462016 20607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15923] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15923/stat : 15923 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 497513408 1829462016 20607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15924] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15924/stat : 15924 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 497513410 1829462016 20607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15925] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15925/stat : 15925 (java) S 15917 15919 15855 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 497513411 1829462016 20607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15926] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15926/stat : 15926 (java) S 15917 15919 15855 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 497513411 1829462016 20607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15927] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15927/stat : 15927 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 497513415 1829462016 20607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15928] ppid=15917 vsize=1786584 CPUtime=0.72
/proc/15919/task/15928/stat : 15928 (java) S 15917 15919 15855 0 -1 64 1531 0 0 0 72 0 0 0 16 0 13 0 497513415 1829462016 20607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15919/tid=15929] ppid=15917 vsize=1786584 CPUtime=0.44
/proc/15919/task/15929/stat : 15929 (java) S 15917 15919 15855 0 -1 64 1420 0 0 0 44 0 0 0 17 0 13 0 497513415 1829462016 20607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15930] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15930/stat : 15930 (java) S 15917 15919 15855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 497513415 1829462016 20607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15919/tid=15931] ppid=15917 vsize=1786584 CPUtime=0
/proc/15919/task/15931/stat : 15931 (java) S 15917 15919 15855 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 497513415 1829462016 20607 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 127.01
Current children cumulated vsize (KiB) 1786584

Child status: 20
Real time (s): 126.217
CPU time (s): 127.032
CPU user time (s): 126.816
CPU system time (s): 0.215967
CPU usage (%): 100.645
Max. virtual memory (cumulated for all children) (KiB): 1786584

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

runsolver used 0.134979 second user time and 0.341948 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-03 00:36:36
IDJOB=1553147
IDBENCH=70756
IDSOLVER=500
FILE ID=node32/1553147-1238711795
PBS_JOBID= 9085292
Free space on /tmp= 66452 MiB

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

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

MD5SUM BENCH= 1a151a1e93387c74239b48070e3eed97
RANDOM SEED=1049786707

node32.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.234
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.234
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:       1441976 kB
Buffers:        101432 kB
Cached:         419176 kB
SwapCached:       7344 kB
Active:         261504 kB
Inactive:       267832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441976 kB
SwapTotal:     4192956 kB
SwapFree:      4178736 kB
Dirty:             800 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            70356 kB
Committed_AS:  1820120 kB
PageTables:       1488 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= 66452 MiB
End job on node32 at 2009-04-03 00:38:42