Trace number 1717761

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 360.449 359.505

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h13-unsat.cnf
MD5SUM3a68d904935650d9da7e64e1ee7bae82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark114.303
Satisfiable
(Un)Satisfiability was proved
Number of variables454385
Number of clauses1367522
Sum of the clauses size3191290
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 2911962
Number of clauses of size 3451911
Number of clauses of size 42126
Number of clauses of size 518
Number of clauses of size over 5174

Solver Data

0.13/0.71	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.13/0.71	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.71	c See www.sat4j.org for details.
0.13/0.72	c version 2.1.0.v20090228
0.13/0.72	c sun.arch.data.model	32
0.13/0.72	c java.version	1.6.0_12
0.13/0.72	c os.name	Linux
0.13/0.72	c os.version	2.6.9-22.EL.rootsmp
0.13/0.72	c os.arch	i386
0.13/0.72	c Free memory 1651659224
0.13/0.72	c Max memory 1654456320
0.13/0.72	c Total memory 1654456320
0.13/0.72	c Number of processors 2
0.13/0.76	c c --- Begin Solver configuration ---
0.13/0.76	c Stops conflict analysis at the first Unique Implication Point
0.13/0.76	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.13/0.76	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.13/0.76	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.13/0.76	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.13/0.76	c Expensive reason simplification
0.13/0.76	c Armin Biere (Picosat) restarts strategy
0.13/0.76	c timeout=2147483647s
0.13/0.76	c DB Simplification allowed=true
0.13/0.76	c --- End Solver configuration ---
0.13/0.76	c solving HOME/instance-1717761-1240630331.cnf
0.13/0.76	c reading problem ... 
4.98/4.79	c ... done. Wall clock time 4.028s.
4.98/4.79	c #vars     455627
4.98/4.79	c #constraints  1364860
4.98/4.79	c constraints type 
4.98/4.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 452898
4.98/4.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 910631
360.35/359.44	c starts		: 34
360.35/359.44	c conflicts		: 4185
360.35/359.44	c decisions		: 32419
360.35/359.44	c propagations		: 194936567
360.35/359.44	c inspects		: 422251376
360.35/359.44	c learnt literals	: 23
360.35/359.44	c learnt binary clauses	: 56
360.35/359.44	c learnt ternary clauses	: 110
360.35/359.44	c learnt clauses	: 4161
360.35/359.44	c ignored clauses	: 0
360.35/359.44	c root simplifications	: 56
360.35/359.44	c removed literals (reason simplification)	: 2576657
360.35/359.44	c reason swapping (by a shorter reason)	: 0
360.35/359.44	c Calls to reduceDB	: 0
360.35/359.44	c speed (assignments/second)	: 549671.4066579818
360.35/359.44	c non guided choices	3749
360.35/359.44	c learnt constraints type 
360.35/359.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
360.35/359.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1295
360.35/359.44	s UNSATISFIABLE
360.35/359.44	c Total wall clock time (in seconds) : 358.674

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-1717761-1240630331/watcher-1717761-1240630331 -o /tmp/evaluation-result-1717761-1240630331/solver-1717761-1240630331 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1717761-1240630331.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/65 16606
/proc/meminfo: memFree=1791728/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=18576 CPUtime=0
/proc/16606/stat : 16606 (runsolver) D 16604 16606 15693 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 91063648 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 228043844903 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/16606/statm: 4644 292 257 26 0 2626 0

[startup+0.101827 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 16606
/proc/meminfo: memFree=1791728/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=1472 CPUtime=0
/proc/16606/stat : 16606 (java6) D 16604 16606 15693 0 -1 0 95 0 2 0 0 0 0 0 18 0 1 0 91063648 1507328 70 1992294400 134512640 134550932 4294956160 18446744073709551615 10892224 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/16606/statm: 368 70 50 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.201844 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 16606
/proc/meminfo: memFree=1791728/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=1612 CPUtime=0
/proc/16606/stat : 16606 (java6) D 16604 16606 15693 0 -1 0 148 0 7 0 0 0 0 0 18 0 1 0 91063648 1650688 127 1992294400 134512640 134550932 4294956160 18446744073709551615 10728608 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/16606/statm: 403 127 91 9 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1612

[startup+0.301868 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 16606
/proc/meminfo: memFree=1791728/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=12788 CPUtime=0
/proc/16606/stat : 16606 (java) D 16604 16606 15693 0 -1 0 346 0 11 0 0 0 0 0 18 0 1 0 91063648 13094912 165 1992294400 134512640 134550932 4294955984 18446744073709551615 10425252 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/16606/statm: 3197 165 127 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12788

[startup+0.701952 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 16606
/proc/meminfo: memFree=1791728/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=1780924 CPUtime=0.13
/proc/16606/stat : 16606 (java) S 16604 16606 15693 0 -1 0 4054 0 66 0 9 4 0 0 18 0 12 0 91063648 1823666176 3862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16606/statm: 445231 3862 1081 9 0 442578 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1780924

[startup+1.5021 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 16618
/proc/meminfo: memFree=1742032/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=1784112 CPUtime=1.06
/proc/16606/stat : 16606 (java) S 16604 16606 15693 0 -1 0 15275 0 66 0 96 10 0 0 18 0 12 0 91063648 1826930688 15060 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16606/statm: 446028 15060 1372 9 0 443375 0
[pid=16606/tid=16608] ppid=16604 vsize=1784112 CPUtime=0.85
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 15693 0 -1 64 13670 0 19 0 77 8 0 0 23 0 12 0 91063686 1826930688 15063 1992294400 134512640 134550932 4294955984 18446744073709551615 4109292956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16609] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 15693 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 91063700 1826930688 15064 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16610] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 91063700 1826930688 15064 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 15693 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 91063704 1826930688 15064 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 15693 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 91063704 1826930688 15065 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 15693 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 91063704 1826930688 15065 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 91063712 1826930688 15066 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16615] ppid=16604 vsize=1784112 CPUtime=0.09
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 15693 0 -1 64 254 0 0 0 9 0 0 0 16 0 12 0 91063712 1826930688 15066 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=1784112 CPUtime=0.1
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 15693 0 -1 64 656 0 0 0 10 0 0 0 16 0 12 0 91063712 1826930688 15066 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16617] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16617/stat : 16617 (java) S 16604 16606 15693 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 91063712 1826930688 15067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16618] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 91063712 1826930688 15067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1784112

[startup+3.10241 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 16618
/proc/meminfo: memFree=1699024/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=1784112 CPUtime=2.69
/proc/16606/stat : 16606 (java) S 16604 16606 15693 0 -1 0 30492 0 66 0 252 17 0 0 18 0 12 0 91063648 1826930688 30275 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16606/statm: 446028 30276 1382 9 0 443375 0
[pid=16606/tid=16608] ppid=16604 vsize=1784112 CPUtime=2.42
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 15693 0 -1 64 28878 0 19 0 227 15 0 0 21 0 12 0 91063686 1826930688 30276 1992294400 134512640 134550932 4294955984 18446744073709551615 4109457954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16609] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 15693 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 91063700 1826930688 30276 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16610] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 91063700 1826930688 30277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 15693 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 91063704 1826930688 30277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 15693 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 91063704 1826930688 30277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 15693 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 91063704 1826930688 30278 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 91063712 1826930688 30278 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16615] ppid=16604 vsize=1784112 CPUtime=0.11
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 15693 0 -1 64 255 0 0 0 11 0 0 0 16 0 12 0 91063712 1826930688 30279 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=1784112 CPUtime=0.13
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 15693 0 -1 64 661 0 0 0 13 0 0 0 16 0 12 0 91063712 1826930688 30279 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16617] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16617/stat : 16617 (java) S 16604 16606 15693 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 91063712 1826930688 30279 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16618] ppid=16604 vsize=1784112 CPUtime=0
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 91063712 1826930688 30280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1784112

[startup+6.30204 s]
/proc/loadavg: 1.01 1.00 1.00 4/78 16619
/proc/meminfo: memFree=1496008/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=1785888 CPUtime=7.09
/proc/16606/stat : 16606 (java) S 16604 16606 15693 0 -1 0 76222 0 66 0 670 39 0 0 18 0 13 0 91063648 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16606/statm: 446472 72005 1413 9 0 443819 0
[pid=16606/tid=16608] ppid=16604 vsize=1785888 CPUtime=4.77
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 15693 0 -1 64 37544 0 19 0 456 21 0 0 25 0 13 0 91063686 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4109678820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16609] ppid=16604 vsize=1785888 CPUtime=0.7
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 15693 0 -1 64 22147 0 0 0 61 9 0 0 16 0 13 0 91063700 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16610] ppid=16604 vsize=1785888 CPUtime=0.69
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 15693 0 -1 64 13864 0 0 0 63 6 0 0 16 0 13 0 91063700 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 15693 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91063704 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 15693 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 91063704 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 15693 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 91063704 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 91063712 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16615] ppid=16604 vsize=1785888 CPUtime=0.38
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 15693 0 -1 64 926 0 0 0 38 0 0 0 16 0 13 0 91063712 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16616] ppid=16604 vsize=1785888 CPUtime=0.5
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 15693 0 -1 64 1033 0 0 0 50 0 0 0 16 0 13 0 91063712 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16617/stat : 16617 (java) S 16604 16606 15693 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 91063712 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16618] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 91063712 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16619] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 15693 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 91064144 1828749312 72005 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1785888

[startup+12.7023 s]
/proc/loadavg: 1.17 1.03 1.01 2/78 16619
/proc/meminfo: memFree=1496264/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=1785888 CPUtime=13.58
/proc/16606/stat : 16606 (java) S 16604 16606 15693 0 -1 0 76231 0 66 0 1319 39 0 0 18 0 13 0 91063648 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16606/statm: 446472 72012 1413 9 0 443819 0
[pid=16606/tid=16608] ppid=16604 vsize=1785888 CPUtime=11.16
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 15693 0 -1 64 37547 0 19 0 1095 21 0 0 25 0 13 0 91063686 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4109656064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16609] ppid=16604 vsize=1785888 CPUtime=0.7
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 15693 0 -1 64 22147 0 0 0 61 9 0 0 16 0 13 0 91063700 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16610] ppid=16604 vsize=1785888 CPUtime=0.69
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 15693 0 -1 64 13864 0 0 0 63 6 0 0 16 0 13 0 91063700 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 15693 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91063704 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 15693 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 91063704 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 15693 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 91063704 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 91063712 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16615] ppid=16604 vsize=1785888 CPUtime=0.41
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 15693 0 -1 64 928 0 0 0 41 0 0 0 16 0 13 0 91063712 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=1785888 CPUtime=0.57
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 15693 0 -1 64 1037 0 0 0 57 0 0 0 15 0 13 0 91063712 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16617/stat : 16617 (java) S 16604 16606 15693 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 91063712 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16618] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 91063712 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16619] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 15693 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 91064144 1828749312 72012 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.58
Current children cumulated vsize (KiB) 1785888

[startup+25.5018 s]
/proc/loadavg: 1.43 1.10 1.03 2/78 16619
/proc/meminfo: memFree=1497160/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=1785888 CPUtime=26.44
/proc/16606/stat : 16606 (java) S 16604 16606 15693 0 -1 0 76238 0 66 0 2604 40 0 0 18 0 13 0 91063648 1828749312 72019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16606/statm: 446472 72019 1416 9 0 443819 0
[pid=16606/tid=16608] ppid=16604 vsize=1785888 CPUtime=23.95
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 15693 0 -1 64 37547 0 19 0 2374 21 0 0 25 0 13 0 91063686 1828749312 72019 1992294400 134512640 134550932 4294955984 18446744073709551615 4109703648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16609] ppid=16604 vsize=1785888 CPUtime=0.7
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 15693 0 -1 64 22147 0 0 0 61 9 0 0 16 0 13 0 91063700 1828749312 72019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16610] ppid=16604 vsize=1785888 CPUtime=0.69
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 15693 0 -1 64 13864 0 0 0 63 6 0 0 16 0 13 0 91063700 1828749312 72019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 15693 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91063704 1828749312 72019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=1785888 CPUtime=0
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 15693 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 91063704 1828749312 72019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=16606] ppid=16604 vsize=1786912 CPUtime=356.15
/proc/16606/stat : 16606 (java) S 16604 16606 15693 0 -1 0 76919 0 66 0 35575 40 0 0 18 0 13 0 91063648 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16606/statm: 446728 72213 1420 9 0 444075 0
[pid=16606/tid=16608] ppid=16604 vsize=1786912 CPUtime=353.54
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 15693 0 -1 64 37551 0 19 0 35332 22 0 0 25 0 13 0 91063686 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4109716112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16609] ppid=16604 vsize=1786912 CPUtime=0.7
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 15693 0 -1 64 22147 0 0 0 61 9 0 0 16 0 13 0 91063700 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16610] ppid=16604 vsize=1786912 CPUtime=0.69
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 15693 0 -1 64 13864 0 0 0 63 6 0 0 16 0 13 0 91063700 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 15693 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 15693 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 15693 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16615] ppid=16604 vsize=1786912 CPUtime=0.59
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 15693 0 -1 64 1611 0 0 0 59 0 0 0 16 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=1786912 CPUtime=0.58
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 15693 0 -1 64 1038 0 0 0 58 0 0 0 16 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16617/stat : 16617 (java) S 16604 16606 15693 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16618] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16619] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 15693 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 91064144 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 356.15
Current children cumulated vsize (KiB) 1786912

[startup+356.803 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 16619
/proc/meminfo: memFree=1496520/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=1786912 CPUtime=357.75
/proc/16606/stat : 16606 (java) S 16604 16606 15693 0 -1 0 76919 0 66 0 35735 40 0 0 18 0 13 0 91063648 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16606/statm: 446728 72213 1420 9 0 444075 0
[pid=16606/tid=16608] ppid=16604 vsize=1786912 CPUtime=355.14
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 15693 0 -1 64 37551 0 19 0 35492 22 0 0 25 0 13 0 91063686 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4109667070 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16609] ppid=16604 vsize=1786912 CPUtime=0.7
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 15693 0 -1 64 22147 0 0 0 61 9 0 0 16 0 13 0 91063700 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16610] ppid=16604 vsize=1786912 CPUtime=0.69
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 15693 0 -1 64 13864 0 0 0 63 6 0 0 16 0 13 0 91063700 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 15693 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 15693 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 15693 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16615] ppid=16604 vsize=1786912 CPUtime=0.59
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 15693 0 -1 64 1611 0 0 0 59 0 0 0 16 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=1786912 CPUtime=0.58
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 15693 0 -1 64 1038 0 0 0 58 0 0 0 16 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16617/stat : 16617 (java) S 16604 16606 15693 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16618] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16619] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 15693 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 91064144 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 357.75
Current children cumulated vsize (KiB) 1786912

[startup+358.402 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 16619
/proc/meminfo: memFree=1496520/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=1786912 CPUtime=359.35
/proc/16606/stat : 16606 (java) S 16604 16606 15693 0 -1 0 76919 0 66 0 35895 40 0 0 18 0 13 0 91063648 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16606/statm: 446728 72213 1420 9 0 444075 0
[pid=16606/tid=16608] ppid=16604 vsize=1786912 CPUtime=356.74
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 15693 0 -1 64 37551 0 19 0 35652 22 0 0 25 0 13 0 91063686 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4109670002 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16609] ppid=16604 vsize=1786912 CPUtime=0.7
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 15693 0 -1 64 22147 0 0 0 61 9 0 0 16 0 13 0 91063700 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16610] ppid=16604 vsize=1786912 CPUtime=0.69
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 15693 0 -1 64 13864 0 0 0 63 6 0 0 16 0 13 0 91063700 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 15693 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 15693 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 15693 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16615] ppid=16604 vsize=1786912 CPUtime=0.59
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 15693 0 -1 64 1611 0 0 0 59 0 0 0 16 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=1786912 CPUtime=0.58
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 15693 0 -1 64 1038 0 0 0 58 0 0 0 16 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16617/stat : 16617 (java) S 16604 16606 15693 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16618] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16619] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 15693 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 91064144 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 359.35
Current children cumulated vsize (KiB) 1786912

[startup+359.202 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 16619
/proc/meminfo: memFree=1496520/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=1786912 CPUtime=360.15
/proc/16606/stat : 16606 (java) S 16604 16606 15693 0 -1 0 76919 0 66 0 35975 40 0 0 18 0 13 0 91063648 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16606/statm: 446728 72213 1420 9 0 444075 0
[pid=16606/tid=16608] ppid=16604 vsize=1786912 CPUtime=357.54
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 15693 0 -1 64 37551 0 19 0 35732 22 0 0 25 0 13 0 91063686 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4109521683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16609] ppid=16604 vsize=1786912 CPUtime=0.7
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 15693 0 -1 64 22147 0 0 0 61 9 0 0 16 0 13 0 91063700 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16610] ppid=16604 vsize=1786912 CPUtime=0.69
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 15693 0 -1 64 13864 0 0 0 63 6 0 0 16 0 13 0 91063700 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 15693 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 15693 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 15693 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16615] ppid=16604 vsize=1786912 CPUtime=0.59
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 15693 0 -1 64 1611 0 0 0 59 0 0 0 16 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=1786912 CPUtime=0.58
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 15693 0 -1 64 1038 0 0 0 58 0 0 0 16 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16617/stat : 16617 (java) S 16604 16606 15693 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16618] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16619] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 15693 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 91064144 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 360.15
Current children cumulated vsize (KiB) 1786912

[startup+359.402 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 16619
/proc/meminfo: memFree=1496520/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=1786912 CPUtime=360.35
/proc/16606/stat : 16606 (java) S 16604 16606 15693 0 -1 0 76919 0 66 0 35995 40 0 0 18 0 13 0 91063648 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16606/statm: 446728 72213 1420 9 0 444075 0
[pid=16606/tid=16608] ppid=16604 vsize=1786912 CPUtime=357.74
/proc/16606/task/16608/stat : 16608 (java) R 16604 16606 15693 0 -1 64 37551 0 19 0 35752 22 0 0 25 0 13 0 91063686 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4109594253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16609] ppid=16604 vsize=1786912 CPUtime=0.7
/proc/16606/task/16609/stat : 16609 (java) S 16604 16606 15693 0 -1 64 22147 0 0 0 61 9 0 0 16 0 13 0 91063700 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16610] ppid=16604 vsize=1786912 CPUtime=0.69
/proc/16606/task/16610/stat : 16610 (java) S 16604 16606 15693 0 -1 64 13864 0 0 0 63 6 0 0 16 0 13 0 91063700 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16611] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16611/stat : 16611 (java) S 16604 16606 15693 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16612] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16612/stat : 16612 (java) S 16604 16606 15693 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16613] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16613/stat : 16613 (java) S 16604 16606 15693 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 91063704 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16614] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16614/stat : 16614 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16615] ppid=16604 vsize=1786912 CPUtime=0.59
/proc/16606/task/16615/stat : 16615 (java) S 16604 16606 15693 0 -1 64 1611 0 0 0 59 0 0 0 16 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16616] ppid=16604 vsize=1786912 CPUtime=0.58
/proc/16606/task/16616/stat : 16616 (java) S 16604 16606 15693 0 -1 64 1038 0 0 0 58 0 0 0 16 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16606/tid=16617] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16617/stat : 16617 (java) S 16604 16606 15693 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16618] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16618/stat : 16618 (java) S 16604 16606 15693 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 91063712 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16606/tid=16619] ppid=16604 vsize=1786912 CPUtime=0
/proc/16606/task/16619/stat : 16619 (java) S 16604 16606 15693 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 91064144 1829797888 72213 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 360.35
Current children cumulated vsize (KiB) 1786912

[startup+359.503 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 16619
/proc/meminfo: memFree=1496520/2055920 swapFree=4181392/4192956
[pid=16606] ppid=16604 vsize=0 CPUtime=360.44
/proc/16606/stat : 16606 (java) Z 16604 16606 15693 0 -1 1036 76932 0 66 0 35999 45 0 0 16 0 2 0 91063648 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16606/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 360.44
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 359.505
CPU time (s): 360.449
CPU user time (s): 359.993
CPU system time (s): 0.45593
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 1788088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 359.993
system time used= 0.45593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76932
page faults= 66
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8079
involuntary context switches= 7697

runsolver used 0.439933 second user time and 0.878866 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-25 05:32:13
IDJOB=1717761
IDBENCH=20424
IDSOLVER=500
FILE ID=node77/1717761-1240630331
PBS_JOBID= 9186337
Free space on /tmp= 66172 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h13-unsat.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717761-1240630331/watcher-1717761-1240630331 -o /tmp/evaluation-result-1717761-1240630331/solver-1717761-1240630331 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1717761-1240630331.cnf

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

MD5SUM BENCH= 3a68d904935650d9da7e64e1ee7bae82
RANDOM SEED=1600847431

node77.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.270
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.270
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1792208 kB
Buffers:         29664 kB
Cached:         163296 kB
SwapCached:       6144 kB
Active:          76316 kB
Inactive:       125208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792208 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:           24684 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            48148 kB
Committed_AS:   377712 kB
PageTables:       1372 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= 66172 MiB
End job on node77 at 2009-04-25 05:38:12