Trace number 1723193

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 671.667 670.278

General information on the benchmark

Namemanol-pipe-c10nidw_s.cnf
MD5SUM7989bb134c6f50cb418407e85e733980
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7277
Satisfiable
(Un)Satisfiability was proved
Number of variables404382
Number of clauses1204273
Sum of the clauses size2809969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2802848
Number of clauses of size 3401424
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.0.v20090228
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	c c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.08/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.19	c Expensive reason simplification
0.08/0.19	c Armin Biere (Picosat) restarts strategy
0.08/0.19	c timeout=2147483647s
0.08/0.19	c DB Simplification allowed=true
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving HOME/instance-1723193-1240684032.cnf
0.08/0.19	c reading problem ... 
3.24/3.17	c ... done. Wall clock time 2.977s.
3.24/3.17	c #vars     404382
3.24/3.17	c #constraints  1204273
3.24/3.17	c constraints type 
3.24/3.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 401424
3.24/3.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 802848
671.51/670.12	c starts		: 470
671.51/670.12	c conflicts		: 151838
671.51/670.12	c decisions		: 1741264
671.51/670.12	c propagations		: 503149529
671.51/670.12	c inspects		: 1241961649
671.51/670.12	c learnt literals	: 104
671.51/670.12	c learnt binary clauses	: 1518
671.51/670.12	c learnt ternary clauses	: 6890
671.51/670.12	c learnt clauses	: 151733
671.51/670.12	c ignored clauses	: 0
671.51/670.12	c root simplifications	: 573
671.51/670.12	c removed literals (reason simplification)	: 2079482
671.51/670.12	c reason swapping (by a shorter reason)	: 0
671.51/670.12	c Calls to reduceDB	: 0
671.51/670.12	c speed (assignments/second)	: 754407.0653290291
671.51/670.12	c non guided choices	150779
671.51/670.18	c learnt constraints type 
671.51/670.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1362
671.51/670.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143437
671.51/670.18	s UNSATISFIABLE
671.51/670.18	c Total wall clock time (in seconds) : 669.928

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-1723193-1240684032/watcher-1723193-1240684032 -o /tmp/evaluation-result-1723193-1240684032/solver-1723193-1240684032 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1723193-1240684032.cnf 

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


[startup+0 s]
/proc/loadavg: 1.16 1.06 1.02 3/66 28128
/proc/meminfo: memFree=1735864/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1612 CPUtime=0
/proc/28128/stat : 28128 (java6) D 28126 28128 27900 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 96431802 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/28128/statm: 403 149 113 9 0 45 0

[startup+0.0142549 s]
/proc/loadavg: 1.16 1.06 1.02 3/66 28128
/proc/meminfo: memFree=1735864/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=13496 CPUtime=0
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 871 0 0 0 0 0 0 0 18 0 2 0 96431802 13819904 626 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 3374 626 302 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13496

[startup+0.101266 s]
/proc/loadavg: 1.16 1.06 1.02 3/66 28128
/proc/meminfo: memFree=1735864/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1780924 CPUtime=0.08
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 3902 0 1 0 6 2 0 0 18 0 12 0 96431802 1823666176 3645 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 445231 3645 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780924

[startup+0.301302 s]
/proc/loadavg: 1.16 1.06 1.02 3/66 28128
/proc/meminfo: memFree=1735864/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1783484 CPUtime=0.37
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 8633 0 1 0 32 5 0 0 18 0 12 0 96431802 1826287616 8370 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 445871 8370 1365 9 0 443218 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1783484

[startup+0.701364 s]
/proc/loadavg: 1.16 1.06 1.02 3/66 28128
/proc/meminfo: memFree=1735864/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1783548 CPUtime=0.85
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 11964 0 1 0 78 7 0 0 18 0 12 0 96431802 1826353152 11689 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 445887 11689 1376 9 0 443234 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1783548

[startup+1.50247 s]
/proc/loadavg: 1.16 1.06 1.02 2/78 28140
/proc/meminfo: memFree=1682200/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1783548 CPUtime=1.65
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 19975 0 1 0 155 10 0 0 18 0 12 0 96431802 1826353152 19699 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 445887 19700 1377 9 0 443234 0
[pid=28128/tid=28130] ppid=28126 vsize=1783548 CPUtime=1.41
/proc/28128/task/28130/stat : 28130 (java) R 28126 28128 27900 0 -1 64 18508 0 1 0 132 9 0 0 25 0 12 0 96431803 1826353152 19700 1992294400 134512640 134550932 4294955984 18446744073709551615 4109480631 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28131] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28131/stat : 28131 (java) S 28126 28128 27900 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 96431805 1826353152 19701 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28132] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28132/stat : 28132 (java) S 28126 28128 27900 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 96431805 1826353152 19701 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28133] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28133/stat : 28133 (java) S 28126 28128 27900 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 96431806 1826353152 19701 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28134] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28134/stat : 28134 (java) S 28126 28128 27900 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 96431807 1826353152 19702 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28135] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28135/stat : 28135 (java) S 28126 28128 27900 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 96431807 1826353152 19702 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28136] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28136/stat : 28136 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 96431811 1826353152 19702 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28137] ppid=28126 vsize=1783548 CPUtime=0.13
/proc/28128/task/28137/stat : 28137 (java) S 28126 28128 27900 0 -1 64 281 0 0 0 13 0 0 0 16 0 12 0 96431811 1826353152 19703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28138] ppid=28126 vsize=1783548 CPUtime=0.08
/proc/28128/task/28138/stat : 28138 (java) S 28126 28128 27900 0 -1 64 445 0 0 0 8 0 0 0 16 0 12 0 96431811 1826353152 19703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28139] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28139/stat : 28139 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 96431811 1826353152 19704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28140] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28140/stat : 28140 (java) S 28126 28128 27900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 96431811 1826353152 19704 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 1783548

[startup+3.10271 s]
/proc/loadavg: 1.16 1.06 1.02 2/77 28140
/proc/meminfo: memFree=1638560/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1783548 CPUtime=3.24
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 35697 0 1 0 308 16 0 0 18 0 12 0 96431802 1826353152 35421 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 445887 35421 1377 9 0 443234 0
[pid=28128/tid=28130] ppid=28126 vsize=1783548 CPUtime=3.01
/proc/28128/task/28130/stat : 28130 (java) R 28126 28128 27900 0 -1 64 34229 0 1 0 286 15 0 0 25 0 12 0 96431803 1826353152 35421 1992294400 134512640 134550932 4294955984 18446744073709551615 4109476109 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28131] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28131/stat : 28131 (java) S 28126 28128 27900 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 96431805 1826353152 35422 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28132] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28132/stat : 28132 (java) S 28126 28128 27900 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 96431805 1826353152 35422 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28133] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28133/stat : 28133 (java) S 28126 28128 27900 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 96431806 1826353152 35423 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28134] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28134/stat : 28134 (java) S 28126 28128 27900 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 96431807 1826353152 35423 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28135] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28135/stat : 28135 (java) S 28126 28128 27900 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 96431807 1826353152 35424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28136] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28136/stat : 28136 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 96431811 1826353152 35424 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28137] ppid=28126 vsize=1783548 CPUtime=0.13
/proc/28128/task/28137/stat : 28137 (java) S 28126 28128 27900 0 -1 64 281 0 0 0 13 0 0 0 16 0 12 0 96431811 1826353152 35425 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28138] ppid=28126 vsize=1783548 CPUtime=0.08
/proc/28128/task/28138/stat : 28138 (java) S 28126 28128 27900 0 -1 64 445 0 0 0 8 0 0 0 16 0 12 0 96431811 1826353152 35425 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28139] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28139/stat : 28139 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 96431811 1826353152 35425 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28140] ppid=28126 vsize=1783548 CPUtime=0
/proc/28128/task/28140/stat : 28140 (java) S 28126 28128 27900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 96431811 1826353152 35426 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 1783548

[startup+6.30219 s]
/proc/loadavg: 1.22 1.08 1.02 2/78 28141
/proc/meminfo: memFree=1456984/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1785680 CPUtime=7.74
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 74035 0 1 0 739 35 0 0 18 0 13 0 96431802 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 446420 70929 1413 9 0 443767 0
[pid=28128/tid=28130] ppid=28126 vsize=1785680 CPUtime=5.34
/proc/28128/task/28130/stat : 28130 (java) R 28126 28128 27900 0 -1 64 37000 0 1 0 518 16 0 0 25 0 13 0 96431803 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4109269763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28131] ppid=28126 vsize=1785680 CPUtime=0.67
/proc/28128/task/28131/stat : 28131 (java) S 28126 28128 27900 0 -1 64 16840 0 0 0 59 8 0 0 22 0 13 0 96431805 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28132] ppid=28126 vsize=1785680 CPUtime=0.66
/proc/28128/task/28132/stat : 28132 (java) S 28126 28128 27900 0 -1 64 16933 0 0 0 58 8 0 0 23 0 13 0 96431805 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28133] ppid=28126 vsize=1785680 CPUtime=0
/proc/28128/task/28133/stat : 28133 (java) S 28126 28128 27900 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 96431806 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28134] ppid=28126 vsize=1785680 CPUtime=0
/proc/28128/task/28134/stat : 28134 (java) S 28126 28128 27900 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 96431807 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28135] ppid=28126 vsize=1785680 CPUtime=0
/proc/28128/task/28135/stat : 28135 (java) S 28126 28128 27900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 96431807 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28136] ppid=28126 vsize=1785680 CPUtime=0
/proc/28128/task/28136/stat : 28136 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28137] ppid=28126 vsize=1785680 CPUtime=0.37
/proc/28128/task/28137/stat : 28137 (java) S 28126 28128 27900 0 -1 64 1278 0 0 0 37 0 0 0 16 0 13 0 96431811 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28138] ppid=28126 vsize=1785680 CPUtime=0.66
/proc/28128/task/28138/stat : 28138 (java) S 28126 28128 27900 0 -1 64 1230 0 0 0 66 0 0 0 15 0 13 0 96431811 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28139] ppid=28126 vsize=1785680 CPUtime=0
/proc/28128/task/28139/stat : 28139 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28140] ppid=28126 vsize=1785680 CPUtime=0
/proc/28128/task/28140/stat : 28140 (java) S 28126 28128 27900 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96431811 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28141] ppid=28126 vsize=1785680 CPUtime=0
/proc/28128/task/28141/stat : 28141 (java) S 28126 28128 27900 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96432202 1828536320 70929 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 1785680

[startup+12.7021 s]
/proc/loadavg: 1.21 1.08 1.02 2/77 28141
/proc/meminfo: memFree=1456992/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1785648 CPUtime=14.26
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 74057 0 1 0 1391 35 0 0 18 0 13 0 96431802 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 446412 70849 1420 9 0 443759 0
[pid=28128/tid=28130] ppid=28126 vsize=1785648 CPUtime=11.72
/proc/28128/task/28130/stat : 28130 (java) R 28126 28128 27900 0 -1 64 37003 0 1 0 1156 16 0 0 25 0 13 0 96431803 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4109518931 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28131] ppid=28126 vsize=1785648 CPUtime=0.67
/proc/28128/task/28131/stat : 28131 (java) S 28126 28128 27900 0 -1 64 16840 0 0 0 59 8 0 0 22 0 13 0 96431805 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28132] ppid=28126 vsize=1785648 CPUtime=0.66
/proc/28128/task/28132/stat : 28132 (java) S 28126 28128 27900 0 -1 64 16933 0 0 0 58 8 0 0 23 0 13 0 96431805 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28133] ppid=28126 vsize=1785648 CPUtime=0
/proc/28128/task/28133/stat : 28133 (java) S 28126 28128 27900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 96431806 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28134] ppid=28126 vsize=1785648 CPUtime=0
/proc/28128/task/28134/stat : 28134 (java) S 28126 28128 27900 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 96431807 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28135] ppid=28126 vsize=1785648 CPUtime=0
/proc/28128/task/28135/stat : 28135 (java) S 28126 28128 27900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 96431807 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28136] ppid=28126 vsize=1785648 CPUtime=0
/proc/28128/task/28136/stat : 28136 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28137] ppid=28126 vsize=1785648 CPUtime=0.5
/proc/28128/task/28137/stat : 28137 (java) S 28126 28128 27900 0 -1 64 1297 0 0 0 50 0 0 0 16 0 13 0 96431811 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28138] ppid=28126 vsize=1785648 CPUtime=0.67
/proc/28128/task/28138/stat : 28138 (java) S 28126 28128 27900 0 -1 64 1230 0 0 0 67 0 0 0 16 0 13 0 96431811 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28139] ppid=28126 vsize=1785648 CPUtime=0
/proc/28128/task/28139/stat : 28139 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28140] ppid=28126 vsize=1785648 CPUtime=0
/proc/28128/task/28140/stat : 28140 (java) S 28126 28128 27900 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96431811 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28141] ppid=28126 vsize=1785648 CPUtime=0
/proc/28128/task/28141/stat : 28141 (java) S 28126 28128 27900 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96432202 1828503552 70849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.26
Current children cumulated vsize (KiB) 1785648

[startup+25.502 s]
/proc/loadavg: 1.16 1.07 1.02 2/77 28141
/proc/meminfo: memFree=1457504/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1785488 CPUtime=27.07
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 74059 0 1 0 2672 35 0 0 18 0 13 0 96431802 1828339712 70811 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 446372 70811 1420 9 0 443719 0
[pid=28128/tid=28130] ppid=28126 vsize=1785488 CPUtime=24.52
/proc/28128/task/28130/stat : 28130 (java) R 28126 28128 27900 0 -1 64 37004 0 1 0 2436 16 0 0 25 0 13 0 96431803 1828339712 70811 1992294400 134512640 134550932 4294955984 18446744073709551615 4109630355 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28131] ppid=28126 vsize=1785488 CPUtime=0.67
/proc/28128/task/28131/stat : 28131 (java) S 28126 28128 27900 0 -1 64 16840 0 0 0 59 8 0 0 22 0 13 0 96431805 1828339712 70811 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28132] ppid=28126 vsize=1785488 CPUtime=0.66
/proc/28128/task/28132/stat : 28132 (java) S 28126 28128 27900 0 -1 64 16933 0 0 0 58 8 0 0 23 0 13 0 96431805 1828339712 70811 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28133] ppid=28126 vsize=1785488 CPUtime=0
/proc/28128/task/28133/stat : 28133 (java) S 28126 28128 27900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 96431806 1828339712 70811 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28134] ppid=28126 vsize=1785488 CPUtime=0
/proc/28128/task/28134/stat : 28134 (java) S 28126 28128 27900 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 96431807 1828339712 70811 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/28128/task/28139/stat : 28139 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28140] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28140/stat : 28140 (java) S 28126 28128 27900 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28141] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28141/stat : 28141 (java) S 28126 28128 27900 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96432202 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 666.91
Current children cumulated vsize (KiB) 1786512

[startup+668.703 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 28143
/proc/meminfo: memFree=1456224/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1786512 CPUtime=670.11
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 74250 0 1 0 66975 36 0 0 18 0 13 0 96431802 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 446628 70995 1420 9 0 443975 0
[pid=28128/tid=28130] ppid=28126 vsize=1786512 CPUtime=667.42
/proc/28128/task/28130/stat : 28130 (java) R 28126 28128 27900 0 -1 64 37005 0 1 0 66725 17 0 0 25 0 13 0 96431803 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4109571507 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28131] ppid=28126 vsize=1786512 CPUtime=0.67
/proc/28128/task/28131/stat : 28131 (java) S 28126 28128 27900 0 -1 64 16840 0 0 0 59 8 0 0 22 0 13 0 96431805 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28132] ppid=28126 vsize=1786512 CPUtime=0.66
/proc/28128/task/28132/stat : 28132 (java) S 28126 28128 27900 0 -1 64 16933 0 0 0 58 8 0 0 23 0 13 0 96431805 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28133] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28133/stat : 28133 (java) S 28126 28128 27900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 96431806 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28134] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28134/stat : 28134 (java) S 28126 28128 27900 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 96431807 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28135] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28135/stat : 28135 (java) S 28126 28128 27900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 96431807 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28136] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28136/stat : 28136 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28137] ppid=28126 vsize=1786512 CPUtime=0.58
/proc/28128/task/28137/stat : 28137 (java) S 28126 28128 27900 0 -1 64 1301 0 0 0 58 0 0 0 17 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28138] ppid=28126 vsize=1786512 CPUtime=0.74
/proc/28128/task/28138/stat : 28138 (java) S 28126 28128 27900 0 -1 64 1417 0 0 0 74 0 0 0 16 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28139] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28139/stat : 28139 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28140] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28140/stat : 28140 (java) S 28126 28128 27900 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28141] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28141/stat : 28141 (java) S 28126 28128 27900 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96432202 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 670.11
Current children cumulated vsize (KiB) 1786512

[startup+669.502 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 28143
/proc/meminfo: memFree=1456224/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1786512 CPUtime=670.91
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 74250 0 1 0 67055 36 0 0 18 0 13 0 96431802 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 446628 70995 1420 9 0 443975 0
[pid=28128/tid=28130] ppid=28126 vsize=1786512 CPUtime=668.22
/proc/28128/task/28130/stat : 28130 (java) R 28126 28128 27900 0 -1 64 37005 0 1 0 66805 17 0 0 25 0 13 0 96431803 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4109536674 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28131] ppid=28126 vsize=1786512 CPUtime=0.67
/proc/28128/task/28131/stat : 28131 (java) S 28126 28128 27900 0 -1 64 16840 0 0 0 59 8 0 0 22 0 13 0 96431805 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28132] ppid=28126 vsize=1786512 CPUtime=0.66
/proc/28128/task/28132/stat : 28132 (java) S 28126 28128 27900 0 -1 64 16933 0 0 0 58 8 0 0 23 0 13 0 96431805 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28133] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28133/stat : 28133 (java) S 28126 28128 27900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 96431806 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28134] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28134/stat : 28134 (java) S 28126 28128 27900 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 96431807 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28135] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28135/stat : 28135 (java) S 28126 28128 27900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 96431807 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28136] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28136/stat : 28136 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28137] ppid=28126 vsize=1786512 CPUtime=0.58
/proc/28128/task/28137/stat : 28137 (java) S 28126 28128 27900 0 -1 64 1301 0 0 0 58 0 0 0 17 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28138] ppid=28126 vsize=1786512 CPUtime=0.74
/proc/28128/task/28138/stat : 28138 (java) S 28126 28128 27900 0 -1 64 1417 0 0 0 74 0 0 0 16 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28139] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28139/stat : 28139 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28140] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28140/stat : 28140 (java) S 28126 28128 27900 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28141] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28141/stat : 28141 (java) S 28126 28128 27900 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96432202 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 670.91
Current children cumulated vsize (KiB) 1786512

[startup+669.906 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 28143
/proc/meminfo: memFree=1456224/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1786512 CPUtime=671.31
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 74250 0 1 0 67095 36 0 0 18 0 13 0 96431802 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 446628 70995 1420 9 0 443975 0
[pid=28128/tid=28130] ppid=28126 vsize=1786512 CPUtime=668.62
/proc/28128/task/28130/stat : 28130 (java) R 28126 28128 27900 0 -1 64 37005 0 1 0 66845 17 0 0 25 0 13 0 96431803 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4109506925 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28131] ppid=28126 vsize=1786512 CPUtime=0.67
/proc/28128/task/28131/stat : 28131 (java) S 28126 28128 27900 0 -1 64 16840 0 0 0 59 8 0 0 22 0 13 0 96431805 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28132] ppid=28126 vsize=1786512 CPUtime=0.66
/proc/28128/task/28132/stat : 28132 (java) S 28126 28128 27900 0 -1 64 16933 0 0 0 58 8 0 0 23 0 13 0 96431805 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28133] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28133/stat : 28133 (java) S 28126 28128 27900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 96431806 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28134] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28134/stat : 28134 (java) S 28126 28128 27900 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 96431807 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28135] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28135/stat : 28135 (java) S 28126 28128 27900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 96431807 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28136] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28136/stat : 28136 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28137] ppid=28126 vsize=1786512 CPUtime=0.58
/proc/28128/task/28137/stat : 28137 (java) S 28126 28128 27900 0 -1 64 1301 0 0 0 58 0 0 0 17 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28138] ppid=28126 vsize=1786512 CPUtime=0.74
/proc/28128/task/28138/stat : 28138 (java) S 28126 28128 27900 0 -1 64 1417 0 0 0 74 0 0 0 16 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28139] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28139/stat : 28139 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28140] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28140/stat : 28140 (java) S 28126 28128 27900 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28141] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28141/stat : 28141 (java) S 28126 28128 27900 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96432202 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 671.31
Current children cumulated vsize (KiB) 1786512

[startup+670.102 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 28143
/proc/meminfo: memFree=1456224/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1786512 CPUtime=671.51
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 74250 0 1 0 67115 36 0 0 18 0 13 0 96431802 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 446628 70995 1420 9 0 443975 0
[pid=28128/tid=28130] ppid=28126 vsize=1786512 CPUtime=668.82
/proc/28128/task/28130/stat : 28130 (java) R 28126 28128 27900 0 -1 64 37005 0 1 0 66865 17 0 0 25 0 13 0 96431803 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4109631127 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28131] ppid=28126 vsize=1786512 CPUtime=0.67
/proc/28128/task/28131/stat : 28131 (java) S 28126 28128 27900 0 -1 64 16840 0 0 0 59 8 0 0 22 0 13 0 96431805 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28132] ppid=28126 vsize=1786512 CPUtime=0.66
/proc/28128/task/28132/stat : 28132 (java) S 28126 28128 27900 0 -1 64 16933 0 0 0 58 8 0 0 23 0 13 0 96431805 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28133] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28133/stat : 28133 (java) S 28126 28128 27900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 96431806 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28134] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28134/stat : 28134 (java) S 28126 28128 27900 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 96431807 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28135] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28135/stat : 28135 (java) S 28126 28128 27900 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 96431807 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28136] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28136/stat : 28136 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28137] ppid=28126 vsize=1786512 CPUtime=0.58
/proc/28128/task/28137/stat : 28137 (java) S 28126 28128 27900 0 -1 64 1301 0 0 0 58 0 0 0 17 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28138] ppid=28126 vsize=1786512 CPUtime=0.74
/proc/28128/task/28138/stat : 28138 (java) S 28126 28128 27900 0 -1 64 1417 0 0 0 74 0 0 0 16 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28139] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28139/stat : 28139 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28140] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28140/stat : 28140 (java) S 28126 28128 27900 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 96431811 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28141] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28141/stat : 28141 (java) S 28126 28128 27900 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 96432202 1829388288 70995 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 671.51
Current children cumulated vsize (KiB) 1786512

[startup+670.202 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 28143
/proc/meminfo: memFree=1456224/2055920 swapFree=4192812/4192956
[pid=28128] ppid=28126 vsize=1786512 CPUtime=671.61
/proc/28128/stat : 28128 (java) S 28126 28128 27900 0 -1 0 74337 0 1 0 67125 36 0 0 18 0 12 0 96431802 1829388288 71054 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28128/statm: 446628 71054 1421 9 0 443975 0
[pid=28128/tid=28130] ppid=28126 vsize=1786512 CPUtime=668.84
/proc/28128/task/28130/stat : 28130 (java) S 28126 28128 27900 0 -1 64 37010 0 1 0 66867 17 0 0 24 0 12 0 96431803 1829388288 71054 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28131] ppid=28126 vsize=1786512 CPUtime=0.67
/proc/28128/task/28131/stat : 28131 (java) S 28126 28128 27900 0 -1 64 16840 0 0 0 59 8 0 0 22 0 12 0 96431805 1829388288 71054 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28132] ppid=28126 vsize=1786512 CPUtime=0.66
/proc/28128/task/28132/stat : 28132 (java) S 28126 28128 27900 0 -1 64 16933 0 0 0 58 8 0 0 23 0 12 0 96431805 1829388288 71054 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28133] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28133/stat : 28133 (java) S 28126 28128 27900 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 96431806 1829388288 71054 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28134] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28134/stat : 28134 (java) S 28126 28128 27900 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 96431807 1829388288 71054 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28135] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28135/stat : 28135 (java) S 28126 28128 27900 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 96431807 1829388288 71054 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28136] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28136/stat : 28136 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 96431811 1829388288 71054 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28137] ppid=28126 vsize=1786512 CPUtime=0.58
/proc/28128/task/28137/stat : 28137 (java) S 28126 28128 27900 0 -1 64 1302 0 0 0 58 0 0 0 16 0 12 0 96431811 1829388288 71054 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28138] ppid=28126 vsize=1786512 CPUtime=0.77
/proc/28128/task/28138/stat : 28138 (java) S 28126 28128 27900 0 -1 64 1495 0 0 0 77 0 0 0 17 0 12 0 96431811 1829388288 71054 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28128/tid=28139] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28139/stat : 28139 (java) S 28126 28128 27900 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 96431811 1829388288 71054 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28128/tid=28140] ppid=28126 vsize=1786512 CPUtime=0
/proc/28128/task/28140/stat : 28140 (java) S 28126 28128 27900 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 96431811 1829388288 71054 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 671.61
Current children cumulated vsize (KiB) 1786512

Child status: 20
Real time (s): 670.278
CPU time (s): 671.667
CPU user time (s): 671.26
CPU system time (s): 0.406938
CPU usage (%): 100.207
Max. virtual memory (cumulated for all children) (KiB): 1786512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 671.26
system time used= 0.406938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74340
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= 13997
involuntary context switches= 5707

runsolver used 0.691894 second user time and 1.80972 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-25 20:27:14
IDJOB=1723193
IDBENCH=71688
IDSOLVER=500
FILE ID=node39/1723193-1240684032
PBS_JOBID= 9186691
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED=865102664

node39.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.281
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.281
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:       1736344 kB
Buffers:         31800 kB
Cached:         211156 kB
SwapCached:        144 kB
Active:         109416 kB
Inactive:       147696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           22472 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            48504 kB
Committed_AS:   432172 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66256 MiB
End job on node39 at 2009-04-25 20:38:24