Trace number 1724285

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 76.0344 75.6692

General information on the benchmark

Namemanol-pipe-g7nidw.cnf
MD5SUMa0303c742e981cc0d4711ad3ac66f146
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.89895
Satisfiable
(Un)Satisfiability was proved
Number of variables75496
Number of clauses222379
Sum of the clauses size518883
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148252
Number of clauses of size 374126
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.47	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.47	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.47	c See www.sat4j.org for details.
0.11/0.48	c version 2.1.0.v20090228
0.11/0.48	c sun.arch.data.model	32
0.11/0.48	c java.version	1.6.0_12
0.11/0.48	c os.name	Linux
0.11/0.48	c os.version	2.6.9-22.EL.rootsmp
0.11/0.48	c os.arch	i386
0.11/0.48	c Free memory 1651659224
0.11/0.48	c Max memory 1654456320
0.11/0.48	c Total memory 1654456320
0.11/0.48	c Number of processors 2
0.21/0.53	c c --- Begin Solver configuration ---
0.21/0.53	c Stops conflict analysis at the first Unique Implication Point
0.21/0.53	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.21/0.53	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.21/0.53	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.21/0.53	c Expensive reason simplification
0.21/0.53	c Armin Biere (Picosat) restarts strategy
0.21/0.53	c timeout=2147483647s
0.21/0.53	c DB Simplification allowed=true
0.21/0.53	c --- End Solver configuration ---
0.21/0.53	c solving HOME/instance-1724285-1240694357.cnf
0.21/0.53	c reading problem ... 
0.93/1.19	c ... done. Wall clock time 0.661s.
0.93/1.19	c #vars     75496
0.93/1.19	c #constraints  222379
0.93/1.19	c constraints type 
0.93/1.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 74126
0.93/1.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 148252
75.87/75.57	c starts		: 294
75.87/75.57	c conflicts		: 69270
75.87/75.57	c decisions		: 500232
75.87/75.57	c propagations		: 58679833
75.87/75.58	c inspects		: 164400811
75.87/75.58	c learnt literals	: 82
75.87/75.58	c learnt binary clauses	: 1042
75.87/75.58	c learnt ternary clauses	: 2111
75.87/75.58	c learnt clauses	: 69187
75.87/75.58	c ignored clauses	: 0
75.87/75.58	c root simplifications	: 375
75.87/75.58	c removed literals (reason simplification)	: 1021707
75.87/75.58	c reason swapping (by a shorter reason)	: 0
75.87/75.58	c Calls to reduceDB	: 0
75.87/75.58	c speed (assignments/second)	: 788855.8734170409
75.87/75.58	c non guided choices	21065
75.98/75.60	c learnt constraints type 
75.98/75.60	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 865
75.98/75.60	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20552
75.98/75.60	s UNSATISFIABLE
75.98/75.60	c Total wall clock time (in seconds) : 75.048

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26349
/proc/meminfo: memFree=1817856/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=18576 CPUtime=0
/proc/26349/stat : 26349 (runsolver) D 26347 26349 26186 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 97470115 19021824 292 1992294400 4194304 4302564 548682068400 18446744073709551615 268582841639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/26349/statm: 4644 292 257 26 0 2626 0

[startup+0.0990531 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26349
/proc/meminfo: memFree=1817856/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=12740 CPUtime=0
/proc/26349/stat : 26349 (java) D 26347 26349 26186 0 -1 0 334 0 13 0 0 0 0 0 18 0 1 0 97470115 13045760 155 1992294400 134512640 134550932 4294956000 18446744073709551615 2192391 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/26349/statm: 3185 155 118 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12740

[startup+0.103002 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26349
/proc/meminfo: memFree=1817856/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=12740 CPUtime=0
/proc/26349/stat : 26349 (java) R 26347 26349 26186 0 -1 0 336 0 14 0 0 0 0 0 18 0 1 0 97470115 13045760 158 1992294400 134512640 134550932 4294956000 18446744073709551615 2188068 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/26349/statm: 3185 158 120 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12740

[startup+0.302044 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26349
/proc/meminfo: memFree=1817856/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=1777088 CPUtime=0.04
/proc/26349/stat : 26349 (java) S 26347 26349 26186 0 -1 0 3217 0 60 0 0 4 0 0 18 0 4 0 97470115 1819738112 3023 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 444272 3023 937 9 0 441623 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777088

[startup+0.701122 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26349
/proc/meminfo: memFree=1817856/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=1783392 CPUtime=0.49
/proc/26349/stat : 26349 (java) S 26347 26349 26186 0 -1 0 6049 0 60 0 43 6 0 0 18 0 12 0 97470115 1826193408 5818 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 445848 5818 1374 9 0 443195 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1783392

[startup+1.50128 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 26361
/proc/meminfo: memFree=1776224/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=1784160 CPUtime=1.56
/proc/26349/stat : 26349 (java) S 26347 26349 26186 0 -1 0 12647 0 60 0 147 9 0 0 18 0 13 0 97470115 1826979840 12192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 446040 12192 1400 9 0 443387 0
[pid=26349/tid=26351] ppid=26347 vsize=1784160 CPUtime=1.01
/proc/26349/task/26351/stat : 26351 (java) R 26347 26349 26186 0 -1 64 10685 0 13 0 93 8 0 0 18 0 13 0 97470131 1826979840 12192 1992294400 134512640 134550932 4294956000 18446744073709551615 4109162715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26347 26349 26186 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 97470141 1826979840 12192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97470141 1826979840 12192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 97470145 1826979840 12192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26355/stat : 26355 (java) S 26347 26349 26186 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 97470146 1826979840 12192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26356] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 97470146 1826979840 12192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26357] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26347 26349 26186 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 97470154 1826979840 12192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26358] ppid=26347 vsize=1784160 CPUtime=0.33
/proc/26349/task/26358/stat : 26358 (java) R 26347 26349 26186 0 -1 64 638 0 0 0 33 0 0 0 16 0 13 0 97470154 1826979840 12192 1992294400 134512640 134550932 4294956000 18446744073709551615 105388499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26359] ppid=26347 vsize=1784160 CPUtime=0.2
/proc/26349/task/26359/stat : 26359 (java) S 26347 26349 26186 0 -1 64 623 0 0 0 20 0 0 0 16 0 13 0 97470154 1826979840 12192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26360] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26360/stat : 26360 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97470154 1826979840 12192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26361] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26361/stat : 26361 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97470154 1826979840 12192 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 1784160

[startup+3.1026 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 26362
/proc/meminfo: memFree=1762456/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=1784160 CPUtime=3.37
/proc/26349/stat : 26349 (java) S 26347 26349 26186 0 -1 0 12818 0 60 0 327 10 0 0 18 0 13 0 97470115 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 446040 12268 1411 9 0 443387 0
[pid=26349/tid=26351] ppid=26347 vsize=1784160 CPUtime=2.57
/proc/26349/task/26351/stat : 26351 (java) R 26347 26349 26186 0 -1 64 10711 0 13 0 249 8 0 0 23 0 13 0 97470131 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4109521663 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26352] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26347 26349 26186 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 97470141 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97470141 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 97470145 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26355/stat : 26355 (java) S 26347 26349 26186 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 97470146 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26356] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 97470146 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26357] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26347 26349 26186 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 97470154 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26358] ppid=26347 vsize=1784160 CPUtime=0.49
/proc/26349/task/26358/stat : 26358 (java) S 26347 26349 26186 0 -1 64 747 0 0 0 49 0 0 0 17 0 13 0 97470154 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26359] ppid=26347 vsize=1784160 CPUtime=0.28
/proc/26349/task/26359/stat : 26359 (java) S 26347 26349 26186 0 -1 64 659 0 0 0 28 0 0 0 16 0 13 0 97470154 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26360] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26360/stat : 26360 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97470154 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26361] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26361/stat : 26361 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97470154 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26362] ppid=26347 vsize=1784160 CPUtime=0
/proc/26349/task/26362/stat : 26362 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 97470243 1826979840 12268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 1784160

[startup+6.30121 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 26362
/proc/meminfo: memFree=1761816/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=1783920 CPUtime=6.6
/proc/26349/stat : 26349 (java) S 26347 26349 26186 0 -1 0 12889 0 60 0 650 10 0 0 18 0 13 0 97470115 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 445980 12252 1411 9 0 443327 0
[pid=26349/tid=26351] ppid=26347 vsize=1783920 CPUtime=5.74
/proc/26349/task/26351/stat : 26351 (java) R 26347 26349 26186 0 -1 64 10762 0 13 0 566 8 0 0 25 0 13 0 97470131 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4109521663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26347 26349 26186 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 97470141 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97470141 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 97470145 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26355/stat : 26355 (java) S 26347 26349 26186 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 97470146 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26356] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 97470146 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26357] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26347 26349 26186 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 97470154 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26358] ppid=26347 vsize=1783920 CPUtime=0.54
/proc/26349/task/26358/stat : 26358 (java) S 26347 26349 26186 0 -1 64 767 0 0 0 54 0 0 0 17 0 13 0 97470154 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26359] ppid=26347 vsize=1783920 CPUtime=0.28
/proc/26349/task/26359/stat : 26359 (java) S 26347 26349 26186 0 -1 64 659 0 0 0 28 0 0 0 16 0 13 0 97470154 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26360] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26360/stat : 26360 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97470154 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26361] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26361/stat : 26361 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97470154 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26362] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26362/stat : 26362 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 97470243 1826734080 12252 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 1783920

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 26362
/proc/meminfo: memFree=1761752/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=1783920 CPUtime=13
/proc/26349/stat : 26349 (java) S 26347 26349 26186 0 -1 0 13069 0 60 0 1290 10 0 0 18 0 13 0 97470115 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 445980 12362 1411 9 0 443327 0
[pid=26349/tid=26351] ppid=26347 vsize=1783920 CPUtime=12.13
/proc/26349/task/26351/stat : 26351 (java) R 26347 26349 26186 0 -1 64 10941 0 13 0 1205 8 0 0 25 0 13 0 97470131 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4109579571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26347 26349 26186 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 97470141 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97470141 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 97470145 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26355/stat : 26355 (java) S 26347 26349 26186 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 97470146 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26356] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 97470146 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26357] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26347 26349 26186 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 97470154 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26358] ppid=26347 vsize=1783920 CPUtime=0.56
/proc/26349/task/26358/stat : 26358 (java) S 26347 26349 26186 0 -1 64 768 0 0 0 56 0 0 0 16 0 13 0 97470154 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26359] ppid=26347 vsize=1783920 CPUtime=0.28
/proc/26349/task/26359/stat : 26359 (java) S 26347 26349 26186 0 -1 64 659 0 0 0 28 0 0 0 16 0 13 0 97470154 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26360] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26360/stat : 26360 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97470154 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26361] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26361/stat : 26361 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97470154 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26362] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26362/stat : 26362 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 97470243 1826734080 12362 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 1783920

[startup+25.503 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 26362
/proc/meminfo: memFree=1759576/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=1783920 CPUtime=25.88
/proc/26349/stat : 26349 (java) S 26347 26349 26186 0 -1 0 13686 0 60 0 2578 10 0 0 18 0 13 0 97470115 1826734080 12968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 445980 12968 1411 9 0 443327 0
[pid=26349/tid=26351] ppid=26347 vsize=1783920 CPUtime=24.9
/proc/26349/task/26351/stat : 26351 (java) R 26347 26349 26186 0 -1 64 11537 0 13 0 2482 8 0 0 25 0 13 0 97470131 1826734080 12968 1992294400 134512640 134550932 4294956000 18446744073709551615 4109521663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26347 26349 26186 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 97470141 1826734080 12968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97470141 1826734080 12968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 97470145 1826734080 12968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/26349/task/26360/stat : 26360 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97470154 1826734080 15985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26361] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26361/stat : 26361 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97470154 1826734080 15985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26362] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26362/stat : 26362 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 97470243 1826734080 15985 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.69
Current children cumulated vsize (KiB) 1783920

[startup+73.5014 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 26362
/proc/meminfo: memFree=1746776/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=1783920 CPUtime=73.87
/proc/26349/stat : 26349 (java) S 26347 26349 26186 0 -1 0 16928 0 60 0 7372 15 0 0 18 0 13 0 97470115 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 445980 16209 1411 9 0 443327 0
[pid=26349/tid=26351] ppid=26347 vsize=1783920 CPUtime=72.87
/proc/26349/task/26351/stat : 26351 (java) R 26347 26349 26186 0 -1 64 14777 0 13 0 7274 13 0 0 25 0 13 0 97470131 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4109551214 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26347 26349 26186 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 97470141 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97470141 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 97470145 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26355/stat : 26355 (java) S 26347 26349 26186 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 97470146 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26356] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 97470146 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26357] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26347 26349 26186 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 97470154 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26358] ppid=26347 vsize=1783920 CPUtime=0.62
/proc/26349/task/26358/stat : 26358 (java) S 26347 26349 26186 0 -1 64 776 0 0 0 62 0 0 0 17 0 13 0 97470154 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26359] ppid=26347 vsize=1783920 CPUtime=0.36
/proc/26349/task/26359/stat : 26359 (java) S 26347 26349 26186 0 -1 64 674 0 0 0 36 0 0 0 16 0 13 0 97470154 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26360] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26360/stat : 26360 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97470154 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26361] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26361/stat : 26361 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97470154 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26362] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26362/stat : 26362 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 97470243 1826734080 16209 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.87
Current children cumulated vsize (KiB) 1783920

[startup+74.3026 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 26362
/proc/meminfo: memFree=1746456/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=1783920 CPUtime=74.67
/proc/26349/stat : 26349 (java) S 26347 26349 26186 0 -1 0 16978 0 60 0 7452 15 0 0 18 0 13 0 97470115 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 445980 16259 1411 9 0 443327 0
[pid=26349/tid=26351] ppid=26347 vsize=1783920 CPUtime=73.67
/proc/26349/task/26351/stat : 26351 (java) R 26347 26349 26186 0 -1 64 14827 0 13 0 7354 13 0 0 25 0 13 0 97470131 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4109541131 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26347 26349 26186 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 97470141 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97470141 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 97470145 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26355/stat : 26355 (java) S 26347 26349 26186 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 97470146 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26356] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 97470146 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26357] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26347 26349 26186 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 97470154 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26358] ppid=26347 vsize=1783920 CPUtime=0.62
/proc/26349/task/26358/stat : 26358 (java) S 26347 26349 26186 0 -1 64 776 0 0 0 62 0 0 0 17 0 13 0 97470154 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26359] ppid=26347 vsize=1783920 CPUtime=0.36
/proc/26349/task/26359/stat : 26359 (java) S 26347 26349 26186 0 -1 64 674 0 0 0 36 0 0 0 16 0 13 0 97470154 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26360] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26360/stat : 26360 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97470154 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26361] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26361/stat : 26361 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97470154 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26362] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26362/stat : 26362 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 97470243 1826734080 16259 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.67
Current children cumulated vsize (KiB) 1783920

[startup+75.1027 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 26362
/proc/meminfo: memFree=1746200/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=1783920 CPUtime=75.47
/proc/26349/stat : 26349 (java) S 26347 26349 26186 0 -1 0 17004 0 60 0 7532 15 0 0 18 0 13 0 97470115 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 445980 16285 1411 9 0 443327 0
[pid=26349/tid=26351] ppid=26347 vsize=1783920 CPUtime=74.47
/proc/26349/task/26351/stat : 26351 (java) R 26347 26349 26186 0 -1 64 14853 0 13 0 7434 13 0 0 25 0 13 0 97470131 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4109521663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26347 26349 26186 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 97470141 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97470141 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 97470145 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26355/stat : 26355 (java) S 26347 26349 26186 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 97470146 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26356] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 97470146 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26357] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26347 26349 26186 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 97470154 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26358] ppid=26347 vsize=1783920 CPUtime=0.62
/proc/26349/task/26358/stat : 26358 (java) S 26347 26349 26186 0 -1 64 776 0 0 0 62 0 0 0 17 0 13 0 97470154 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26359] ppid=26347 vsize=1783920 CPUtime=0.36
/proc/26349/task/26359/stat : 26359 (java) S 26347 26349 26186 0 -1 64 674 0 0 0 36 0 0 0 16 0 13 0 97470154 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26360] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26360/stat : 26360 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97470154 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26361] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26361/stat : 26361 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97470154 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26362] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26362/stat : 26362 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 97470243 1826734080 16285 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.47
Current children cumulated vsize (KiB) 1783920

[startup+75.5028 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 26362
/proc/meminfo: memFree=1746200/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=1783920 CPUtime=75.87
/proc/26349/stat : 26349 (java) S 26347 26349 26186 0 -1 0 17028 0 60 0 7572 15 0 0 18 0 13 0 97470115 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 445980 16309 1411 9 0 443327 0
[pid=26349/tid=26351] ppid=26347 vsize=1783920 CPUtime=74.87
/proc/26349/task/26351/stat : 26351 (java) R 26347 26349 26186 0 -1 64 14877 0 13 0 7474 13 0 0 25 0 13 0 97470131 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4109521663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26352] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26347 26349 26186 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 97470141 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97470141 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 97470145 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26355/stat : 26355 (java) S 26347 26349 26186 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 97470146 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26356] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 97470146 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26357] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26347 26349 26186 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 97470154 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26358] ppid=26347 vsize=1783920 CPUtime=0.62
/proc/26349/task/26358/stat : 26358 (java) S 26347 26349 26186 0 -1 64 776 0 0 0 62 0 0 0 17 0 13 0 97470154 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26359] ppid=26347 vsize=1783920 CPUtime=0.36
/proc/26349/task/26359/stat : 26359 (java) S 26347 26349 26186 0 -1 64 674 0 0 0 36 0 0 0 16 0 13 0 97470154 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26360] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26360/stat : 26360 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97470154 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26361] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26361/stat : 26361 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97470154 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26362] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26362/stat : 26362 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 97470243 1826734080 16309 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.87
Current children cumulated vsize (KiB) 1783920

[startup+75.6028 s]
/proc/loadavg: 0.97 0.98 0.99 2/77 26362
/proc/meminfo: memFree=1746200/2055924 swapFree=4180784/4192956
[pid=26349] ppid=26347 vsize=1783920 CPUtime=75.98
/proc/26349/stat : 26349 (java) S 26347 26349 26186 0 -1 0 17039 0 60 0 7583 15 0 0 18 0 13 0 97470115 1826734080 16320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26349/statm: 445980 16320 1412 9 0 443327 0
[pid=26349/tid=26351] ppid=26347 vsize=1783920 CPUtime=74.94
/proc/26349/task/26351/stat : 26351 (java) S 26347 26349 26186 0 -1 64 14881 0 13 0 7481 13 0 0 25 0 13 0 97470131 1826734080 16320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26352] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26352/stat : 26352 (java) S 26347 26349 26186 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 97470141 1826734080 16320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26353] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26353/stat : 26353 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97470141 1826734080 16320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26354] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26354/stat : 26354 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 97470145 1826734080 16320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26355] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26355/stat : 26355 (java) S 26347 26349 26186 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 97470146 1826734080 16320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26356] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26356/stat : 26356 (java) S 26347 26349 26186 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 97470146 1826734080 16320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26357] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26357/stat : 26357 (java) S 26347 26349 26186 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 97470154 1826734080 16320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26358] ppid=26347 vsize=1783920 CPUtime=0.62
/proc/26349/task/26358/stat : 26358 (java) R 26347 26349 26186 0 -1 64 776 0 0 0 62 0 0 0 17 0 13 0 97470154 1826734080 16320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26359] ppid=26347 vsize=1783920 CPUtime=0.36
/proc/26349/task/26359/stat : 26359 (java) R 26347 26349 26186 0 -1 64 674 0 0 0 36 0 0 0 16 0 13 0 97470154 1826734080 16320 1992294400 134512640 134550932 4294956000 18446744073709551615 105797304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26349/tid=26360] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26360/stat : 26360 (java) S 26347 26349 26186 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97470154 1826734080 16320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26349/tid=26361] ppid=26347 vsize=1783920 CPUtime=0
/proc/26349/task/26361/stat : 26361 (java) S 26347 26349 26186 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 97470154 1826734080 16320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.98
Current children cumulated vsize (KiB) 1783920

Child status: 20
Real time (s): 75.6692
CPU time (s): 76.0344
CPU user time (s): 75.8685
CPU system time (s): 0.165974
CPU usage (%): 100.483
Max. virtual memory (cumulated for all children) (KiB): 1784160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.8685
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17244
page faults= 60
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2309
involuntary context switches= 1968

runsolver used 0.089986 second user time and 0.197969 second system time

The end

Launcher Data

Begin job on node6 at 2009-04-25 23:19:18
IDJOB=1724285
IDBENCH=71767
IDSOLVER=500
FILE ID=node6/1724285-1240694357
PBS_JOBID= 9186718
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= a0303c742e981cc0d4711ad3ac66f146
RANDOM SEED=890855815

node6.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:      2055924 kB
MemFree:       1818336 kB
Buffers:         26932 kB
Cached:         139832 kB
SwapCached:       5956 kB
Active:          41244 kB
Inactive:       133868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1818336 kB
SwapTotal:     4192956 kB
SwapFree:      4180784 kB
Dirty:            3804 kB
Writeback:           0 kB
Mapped:          14012 kB
Slab:            48456 kB
Committed_AS:   391932 kB
PageTables:       1452 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= 66332 MiB
End job on node6 at 2009-04-25 23:20:33