Trace number 1716617

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CORE 2.1 RC1? (TO) 1200.35 1198.79

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.0.v20090228
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.09/0.20	c c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.09/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c timeout=2147483647s
0.09/0.20	c DB Simplification allowed=true
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-1716617-1240618125.cnf
0.09/0.20	c reading problem ... 
2.17/2.05	c ... done. Wall clock time 1.853s.
2.17/2.05	c #vars     164158
2.17/2.05	c #constraints  723689
2.17/2.05	c constraints type 
2.17/2.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 118150
2.17/2.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 599287
1200.09/1198.61	c starts		: 425
1200.09/1198.61	c conflicts		: 124910
1200.09/1198.61	c decisions		: 1020991
1200.09/1198.61	c propagations		: 464942729
1200.09/1198.61	c inspects		: 1713150568
1200.09/1198.61	c learnt literals	: 118
1200.09/1198.61	c learnt binary clauses	: 1090
1200.09/1198.62	c learnt ternary clauses	: 1230
1200.09/1198.62	c learnt clauses	: 124792
1200.09/1198.62	c ignored clauses	: 0
1200.09/1198.62	c root simplifications	: 543
1200.09/1198.62	c removed literals (reason simplification)	: 12731214
1200.09/1198.62	c reason swapping (by a shorter reason)	: 0
1200.09/1198.62	c Calls to reduceDB	: 0
1200.09/1198.62	c speed (assignments/second)	: 388565.624208671
1200.09/1198.62	c non guided choices	1835
1200.09/1198.68	c learnt constraints type 
1200.09/1198.68	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1045
1200.09/1198.68	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123341
1200.09/1198.68	s UNKNOWN
1200.09/1198.68	c Total wall clock time (in seconds) : 1198.419

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1716617-1240618125/watcher-1716617-1240618125 -o /tmp/evaluation-result-1716617-1240618125/solver-1716617-1240618125 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1716617-1240618125.cnf 

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


[startup+0 s]
/proc/loadavg: 1.84 1.94 1.70 1/64 18667
/proc/meminfo: memFree=1530696/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1612 CPUtime=0
/proc/18667/stat : 18667 (java6) R 18665 18667 18128 0 -1 0 176 0 0 0 0 0 0 0 20 0 1 0 89846290 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/18667/statm: 403 147 111 9 0 45 0

[startup+0.0402871 s]
/proc/loadavg: 1.84 1.94 1.70 1/64 18667
/proc/meminfo: memFree=1530696/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1777088 CPUtime=0.03
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 3306 0 1 0 1 2 0 0 20 0 4 0 89846290 1819738112 3053 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 444272 3054 938 9 0 441623 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777088

[startup+0.101292 s]
/proc/loadavg: 1.84 1.94 1.70 1/64 18667
/proc/meminfo: memFree=1530696/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1780924 CPUtime=0.09
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 3895 0 1 0 6 3 0 0 20 0 12 0 89846290 1823666176 3638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 445231 3638 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780924

[startup+0.301325 s]
/proc/loadavg: 1.84 1.94 1.70 1/64 18667
/proc/meminfo: memFree=1530696/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1783520 CPUtime=0.36
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 7244 0 1 0 32 4 0 0 20 0 12 0 89846290 1826324480 6982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 445880 6982 1365 9 0 443227 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1783520

[startup+0.701378 s]
/proc/loadavg: 1.84 1.94 1.70 1/64 18667
/proc/meminfo: memFree=1530696/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1783520 CPUtime=0.82
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 12478 0 1 0 75 7 0 0 20 0 12 0 89846290 1826324480 12216 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 445880 12216 1372 9 0 443227 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1783520

[startup+1.50246 s]
/proc/loadavg: 1.84 1.94 1.70 2/76 18679
/proc/meminfo: memFree=1475752/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1783520 CPUtime=1.62
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 18233 0 1 0 153 9 0 0 20 0 12 0 89846290 1826324480 17970 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 445880 17971 1375 9 0 443227 0
[pid=18667/tid=18669] ppid=18665 vsize=1783520 CPUtime=1.39
/proc/18667/task/18669/stat : 18669 (java) R 18665 18667 18128 0 -1 64 16639 0 1 0 131 8 0 0 25 0 12 0 89846291 1826324480 17971 1992294400 134512640 134550932 4294955984 18446744073709551615 4109442404 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18670] ppid=18665 vsize=1783520 CPUtime=0
/proc/18667/task/18670/stat : 18670 (java) S 18665 18667 18128 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 89846293 1826324480 17972 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18671] ppid=18665 vsize=1783520 CPUtime=0
/proc/18667/task/18671/stat : 18671 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 89846293 1826324480 17972 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18672] ppid=18665 vsize=1783520 CPUtime=0
/proc/18667/task/18672/stat : 18672 (java) S 18665 18667 18128 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 89846295 1826324480 17972 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18673] ppid=18665 vsize=1783520 CPUtime=0
/proc/18667/task/18673/stat : 18673 (java) S 18665 18667 18128 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 89846295 1826324480 17973 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18674] ppid=18665 vsize=1783520 CPUtime=0
/proc/18667/task/18674/stat : 18674 (java) S 18665 18667 18128 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 89846295 1826324480 17973 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18675] ppid=18665 vsize=1783520 CPUtime=0
/proc/18667/task/18675/stat : 18675 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 89846300 1826324480 17973 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18676] ppid=18665 vsize=1783520 CPUtime=0.1
/proc/18667/task/18676/stat : 18676 (java) S 18665 18667 18128 0 -1 64 245 0 0 0 10 0 0 0 16 0 12 0 89846300 1826324480 17973 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18677] ppid=18665 vsize=1783520 CPUtime=0.11
/proc/18667/task/18677/stat : 18677 (java) S 18665 18667 18128 0 -1 64 609 0 0 0 11 0 0 0 16 0 12 0 89846300 1826324480 17974 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18678] ppid=18665 vsize=1783520 CPUtime=0
/proc/18667/task/18678/stat : 18678 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 89846300 1826324480 17974 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18679] ppid=18665 vsize=1783520 CPUtime=0
/proc/18667/task/18679/stat : 18679 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 89846300 1826324480 17974 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1783520

[startup+3.10166 s]
/proc/loadavg: 1.85 1.94 1.70 4/76 18679
/proc/meminfo: memFree=1444392/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1788332 CPUtime=3.95
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 27964 0 1 0 380 15 0 0 20 0 13 0 89846290 1831251968 25493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 447083 25493 1407 9 0 444430 0
[pid=18667/tid=18669] ppid=18665 vsize=1788332 CPUtime=2.65
/proc/18667/task/18669/stat : 18669 (java) R 18665 18667 18128 0 -1 64 23104 0 1 0 253 12 0 0 17 0 13 0 89846291 1831251968 25493 1992294400 134512640 134550932 4294955984 18446744073709551615 4109681321 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18670] ppid=18665 vsize=1788332 CPUtime=0
/proc/18667/task/18670/stat : 18670 (java) S 18665 18667 18128 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 89846293 1831251968 25493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18671] ppid=18665 vsize=1788332 CPUtime=0
/proc/18667/task/18671/stat : 18671 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 89846293 1831251968 25493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18672] ppid=18665 vsize=1788332 CPUtime=0
/proc/18667/task/18672/stat : 18672 (java) S 18665 18667 18128 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 89846295 1831251968 25493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18673] ppid=18665 vsize=1788332 CPUtime=0
/proc/18667/task/18673/stat : 18673 (java) S 18665 18667 18128 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 89846295 1831251968 25493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18674] ppid=18665 vsize=1788332 CPUtime=0
/proc/18667/task/18674/stat : 18674 (java) S 18665 18667 18128 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89846295 1831251968 25493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18675] ppid=18665 vsize=1788332 CPUtime=0
/proc/18667/task/18675/stat : 18675 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1831251968 25493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18676] ppid=18665 vsize=1788332 CPUtime=0.61
/proc/18667/task/18676/stat : 18676 (java) S 18665 18667 18128 0 -1 64 1149 0 0 0 61 0 0 0 16 0 13 0 89846300 1831251968 25493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18677] ppid=18665 vsize=1788332 CPUtime=0.65
/proc/18667/task/18677/stat : 18677 (java) S 18665 18667 18128 0 -1 64 2965 0 0 0 64 1 0 0 16 0 13 0 89846300 1831251968 25493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18678] ppid=18665 vsize=1788332 CPUtime=0
/proc/18667/task/18678/stat : 18678 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1831251968 25493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18679] ppid=18665 vsize=1788332 CPUtime=0
/proc/18667/task/18679/stat : 18679 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89846300 1831251968 25493 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 1788332

[startup+6.30303 s]
/proc/loadavg: 1.85 1.94 1.70 2/77 18680
/proc/meminfo: memFree=1432992/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1788268 CPUtime=7.28
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 28141 0 1 0 713 15 0 0 20 0 13 0 89846290 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 447067 25635 1407 9 0 444414 0
[pid=18667/tid=18669] ppid=18665 vsize=1788268 CPUtime=5.85
/proc/18667/task/18669/stat : 18669 (java) R 18665 18667 18128 0 -1 64 23273 0 1 0 573 12 0 0 25 0 13 0 89846291 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4109643736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18670] ppid=18665 vsize=1788268 CPUtime=0
/proc/18667/task/18670/stat : 18670 (java) S 18665 18667 18128 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 89846293 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18671] ppid=18665 vsize=1788268 CPUtime=0
/proc/18667/task/18671/stat : 18671 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 89846293 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18672] ppid=18665 vsize=1788268 CPUtime=0
/proc/18667/task/18672/stat : 18672 (java) S 18665 18667 18128 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 89846295 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18673] ppid=18665 vsize=1788268 CPUtime=0
/proc/18667/task/18673/stat : 18673 (java) S 18665 18667 18128 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 89846295 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18674] ppid=18665 vsize=1788268 CPUtime=0
/proc/18667/task/18674/stat : 18674 (java) S 18665 18667 18128 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89846295 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18675] ppid=18665 vsize=1788268 CPUtime=0
/proc/18667/task/18675/stat : 18675 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18676] ppid=18665 vsize=1788268 CPUtime=0.74
/proc/18667/task/18676/stat : 18676 (java) S 18665 18667 18128 0 -1 64 1157 0 0 0 74 0 0 0 16 0 13 0 89846300 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18677] ppid=18665 vsize=1788268 CPUtime=0.66
/proc/18667/task/18677/stat : 18677 (java) S 18665 18667 18128 0 -1 64 2965 0 0 0 65 1 0 0 17 0 13 0 89846300 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18678] ppid=18665 vsize=1788268 CPUtime=0
/proc/18667/task/18678/stat : 18678 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18679] ppid=18665 vsize=1788268 CPUtime=0
/proc/18667/task/18679/stat : 18679 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89846300 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18680] ppid=18665 vsize=1788268 CPUtime=0
/proc/18667/task/18680/stat : 18680 (java) S 18665 18667 18128 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89846518 1831186432 25635 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1788268

[startup+12.7018 s]
/proc/loadavg: 1.80 1.92 1.70 2/77 18680
/proc/meminfo: memFree=1432736/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1787372 CPUtime=13.77
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 28407 0 1 0 1361 16 0 0 20 0 13 0 89846290 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 446843 25677 1411 9 0 444190 0
[pid=18667/tid=18669] ppid=18665 vsize=1787372 CPUtime=12.23
/proc/18667/task/18669/stat : 18669 (java) R 18665 18667 18128 0 -1 64 23517 0 1 0 1210 13 0 0 25 0 13 0 89846291 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4109812919 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18670] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18670/stat : 18670 (java) S 18665 18667 18128 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 89846293 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18671] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18671/stat : 18671 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 89846293 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18672] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18672/stat : 18672 (java) S 18665 18667 18128 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 89846295 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18673] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18673/stat : 18673 (java) S 18665 18667 18128 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 89846295 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18674] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18674/stat : 18674 (java) S 18665 18667 18128 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89846295 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18675] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18675/stat : 18675 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18676] ppid=18665 vsize=1787372 CPUtime=0.8
/proc/18667/task/18676/stat : 18676 (java) S 18665 18667 18128 0 -1 64 1177 0 0 0 80 0 0 0 16 0 13 0 89846300 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18677] ppid=18665 vsize=1787372 CPUtime=0.71
/proc/18667/task/18677/stat : 18677 (java) S 18665 18667 18128 0 -1 64 2967 0 0 0 70 1 0 0 16 0 13 0 89846300 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18678] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18678/stat : 18678 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18679] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18679/stat : 18679 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89846300 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18680] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18680/stat : 18680 (java) S 18665 18667 18128 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89846518 1830268928 25677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.77
Current children cumulated vsize (KiB) 1787372

[startup+25.5023 s]
/proc/loadavg: 1.68 1.89 1.69 2/77 18680
/proc/meminfo: memFree=1430752/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1787372 CPUtime=26.57
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 28949 0 1 0 2640 17 0 0 20 0 13 0 89846290 1830268928 26219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 446843 26219 1411 9 0 444190 0
[pid=18667/tid=18669] ppid=18665 vsize=1787372 CPUtime=25.01
/proc/18667/task/18669/stat : 18669 (java) R 18665 18667 18128 0 -1 64 24058 0 1 0 2487 14 0 0 25 0 13 0 89846291 1830268928 26219 1992294400 134512640 134550932 4294955984 18446744073709551615 4109599102 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18670] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18670/stat : 18670 (java) S 18665 18667 18128 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 89846293 1830268928 26219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18671] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18671/stat : 18671 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 89846293 1830268928 26219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18672] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18672/stat : 18672 (java) S 18665 18667 18128 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 89846295 1830268928 26219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18673] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18673/stat : 18673 (java) S 18665 18667 18128 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 89846295 1830268928 26219 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=18667] ppid=18665 vsize=1787372 CPUtime=1063.85
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 127465 0 1 0 106309 76 0 0 20 0 13 0 89846290 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 446843 107570 1420 9 0 444190 0
[pid=18667/tid=18669] ppid=18665 vsize=1787372 CPUtime=1060.58
/proc/18667/task/18669/stat : 18669 (java) R 18665 18667 18128 0 -1 64 37580 0 1 0 106027 31 0 0 25 0 13 0 89846291 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4109514731 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18670] ppid=18665 vsize=1787372 CPUtime=0.76
/proc/18667/task/18670/stat : 18670 (java) S 18665 18667 18128 0 -1 64 35733 0 0 0 57 19 0 0 19 0 13 0 89846293 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18671] ppid=18665 vsize=1787372 CPUtime=0.76
/proc/18667/task/18671/stat : 18671 (java) S 18665 18667 18128 0 -1 64 49242 0 0 0 54 22 0 0 16 0 13 0 89846293 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18672] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18672/stat : 18672 (java) S 18665 18667 18128 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 89846295 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18673] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18673/stat : 18673 (java) S 18665 18667 18128 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 89846295 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18674] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18674/stat : 18674 (java) S 18665 18667 18128 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89846295 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18675] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18675/stat : 18675 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18676] ppid=18665 vsize=1787372 CPUtime=0.87
/proc/18667/task/18676/stat : 18676 (java) S 18665 18667 18128 0 -1 64 1186 0 0 0 87 0 0 0 17 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18677] ppid=18665 vsize=1787372 CPUtime=0.82
/proc/18667/task/18677/stat : 18677 (java) S 18665 18667 18128 0 -1 64 2972 0 0 0 81 1 0 0 16 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18678] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18678/stat : 18678 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18679] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18679/stat : 18679 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18680] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18680/stat : 18680 (java) S 18665 18667 18128 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89846518 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.85
Current children cumulated vsize (KiB) 1787372

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/77 18680
/proc/meminfo: memFree=1104288/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1787372 CPUtime=1123.82
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 127465 0 1 0 112306 76 0 0 20 0 13 0 89846290 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 446843 107570 1420 9 0 444190 0
[pid=18667/tid=18669] ppid=18665 vsize=1787372 CPUtime=1120.55
/proc/18667/task/18669/stat : 18669 (java) R 18665 18667 18128 0 -1 64 37580 0 1 0 112024 31 0 0 25 0 13 0 89846291 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4109643695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18670] ppid=18665 vsize=1787372 CPUtime=0.76
/proc/18667/task/18670/stat : 18670 (java) S 18665 18667 18128 0 -1 64 35733 0 0 0 57 19 0 0 19 0 13 0 89846293 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18671] ppid=18665 vsize=1787372 CPUtime=0.76
/proc/18667/task/18671/stat : 18671 (java) S 18665 18667 18128 0 -1 64 49242 0 0 0 54 22 0 0 16 0 13 0 89846293 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18672] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18672/stat : 18672 (java) S 18665 18667 18128 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 89846295 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18673] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18673/stat : 18673 (java) S 18665 18667 18128 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 89846295 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18674] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18674/stat : 18674 (java) S 18665 18667 18128 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89846295 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18675] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18675/stat : 18675 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18676] ppid=18665 vsize=1787372 CPUtime=0.87
/proc/18667/task/18676/stat : 18676 (java) S 18665 18667 18128 0 -1 64 1186 0 0 0 87 0 0 0 17 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18677] ppid=18665 vsize=1787372 CPUtime=0.82
/proc/18667/task/18677/stat : 18677 (java) S 18665 18667 18128 0 -1 64 2972 0 0 0 81 1 0 0 16 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18678] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18678/stat : 18678 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18679] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18679/stat : 18679 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18680] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18680/stat : 18680 (java) S 18665 18667 18128 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89846518 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.82
Current children cumulated vsize (KiB) 1787372

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/77 18680
/proc/meminfo: memFree=1104224/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1787372 CPUtime=1183.8
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 127465 0 1 0 118304 76 0 0 20 0 13 0 89846290 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 446843 107570 1420 9 0 444190 0
[pid=18667/tid=18669] ppid=18665 vsize=1787372 CPUtime=1180.53
/proc/18667/task/18669/stat : 18669 (java) R 18665 18667 18128 0 -1 64 37580 0 1 0 118022 31 0 0 25 0 13 0 89846291 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4109599027 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18670] ppid=18665 vsize=1787372 CPUtime=0.76
/proc/18667/task/18670/stat : 18670 (java) S 18665 18667 18128 0 -1 64 35733 0 0 0 57 19 0 0 19 0 13 0 89846293 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18671] ppid=18665 vsize=1787372 CPUtime=0.76
/proc/18667/task/18671/stat : 18671 (java) S 18665 18667 18128 0 -1 64 49242 0 0 0 54 22 0 0 16 0 13 0 89846293 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18672] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18672/stat : 18672 (java) S 18665 18667 18128 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 89846295 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18673] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18673/stat : 18673 (java) S 18665 18667 18128 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 89846295 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18674] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18674/stat : 18674 (java) S 18665 18667 18128 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89846295 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18675] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18675/stat : 18675 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18676] ppid=18665 vsize=1787372 CPUtime=0.87
/proc/18667/task/18676/stat : 18676 (java) S 18665 18667 18128 0 -1 64 1186 0 0 0 87 0 0 0 17 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18677] ppid=18665 vsize=1787372 CPUtime=0.82
/proc/18667/task/18677/stat : 18677 (java) S 18665 18667 18128 0 -1 64 2972 0 0 0 81 1 0 0 16 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18678] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18678/stat : 18678 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18679] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18679/stat : 18679 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18680] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18680/stat : 18680 (java) S 18665 18667 18128 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89846518 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.8
Current children cumulated vsize (KiB) 1787372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.6 s]
/proc/loadavg: 1.00 1.01 1.17 2/77 18680
/proc/meminfo: memFree=1104224/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1787372 CPUtime=1200.09
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 127465 0 1 0 119933 76 0 0 20 0 13 0 89846290 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18667/statm: 446843 107570 1420 9 0 444190 0
[pid=18667/tid=18669] ppid=18665 vsize=1787372 CPUtime=1196.82
/proc/18667/task/18669/stat : 18669 (java) R 18665 18667 18128 0 -1 64 37580 0 1 0 119651 31 0 0 25 0 13 0 89846291 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4109643695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18670] ppid=18665 vsize=1787372 CPUtime=0.76
/proc/18667/task/18670/stat : 18670 (java) S 18665 18667 18128 0 -1 64 35733 0 0 0 57 19 0 0 19 0 13 0 89846293 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18671] ppid=18665 vsize=1787372 CPUtime=0.76
/proc/18667/task/18671/stat : 18671 (java) S 18665 18667 18128 0 -1 64 49242 0 0 0 54 22 0 0 16 0 13 0 89846293 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18672] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18672/stat : 18672 (java) S 18665 18667 18128 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 89846295 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18673] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18673/stat : 18673 (java) S 18665 18667 18128 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 89846295 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18674] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18674/stat : 18674 (java) S 18665 18667 18128 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89846295 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18675] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18675/stat : 18675 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18676] ppid=18665 vsize=1787372 CPUtime=0.87
/proc/18667/task/18676/stat : 18676 (java) S 18665 18667 18128 0 -1 64 1186 0 0 0 87 0 0 0 17 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18677] ppid=18665 vsize=1787372 CPUtime=0.82
/proc/18667/task/18677/stat : 18677 (java) S 18665 18667 18128 0 -1 64 2972 0 0 0 81 1 0 0 16 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18678] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18678/stat : 18678 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18679] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18679/stat : 18679 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 89846300 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18680] ppid=18665 vsize=1787372 CPUtime=0
/proc/18667/task/18680/stat : 18680 (java) S 18665 18667 18128 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 89846518 1830268928 107570 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1787372

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

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

[startup+1198.71 s]
/proc/loadavg: 1.00 1.01 1.17 2/77 18680
/proc/meminfo: memFree=1104224/2055920 swapFree=4192812/4192956
[pid=18667] ppid=18665 vsize=1788020 CPUtime=1200.26
/proc/18667/stat : 18667 (java) S 18665 18667 18128 0 -1 0 127488 0 1 0 119950 76 0 0 16 0 14 0 89846290 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18667/statm: 447005 107593 1421 9 0 444352 0
[pid=18667/tid=18669] ppid=18665 vsize=1788020 CPUtime=1196.93
/proc/18667/task/18669/stat : 18669 (java) R 18665 18667 18128 0 -1 64 37580 0 1 0 119662 31 0 0 25 0 14 0 89846291 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4109669150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18670] ppid=18665 vsize=1788020 CPUtime=0.76
/proc/18667/task/18670/stat : 18670 (java) S 18665 18667 18128 0 -1 64 35733 0 0 0 57 19 0 0 19 0 14 0 89846293 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18671] ppid=18665 vsize=1788020 CPUtime=0.76
/proc/18667/task/18671/stat : 18671 (java) S 18665 18667 18128 0 -1 64 49242 0 0 0 54 22 0 0 16 0 14 0 89846293 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18672] ppid=18665 vsize=1788020 CPUtime=0
/proc/18667/task/18672/stat : 18672 (java) S 18665 18667 18128 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 89846295 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18673] ppid=18665 vsize=1788020 CPUtime=0
/proc/18667/task/18673/stat : 18673 (java) S 18665 18667 18128 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 89846295 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18674] ppid=18665 vsize=1788020 CPUtime=0
/proc/18667/task/18674/stat : 18674 (java) S 18665 18667 18128 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 89846295 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18675] ppid=18665 vsize=1788020 CPUtime=0
/proc/18667/task/18675/stat : 18675 (java) S 18665 18667 18128 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 89846300 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18676] ppid=18665 vsize=1788020 CPUtime=0.87
/proc/18667/task/18676/stat : 18676 (java) S 18665 18667 18128 0 -1 64 1186 0 0 0 87 0 0 0 17 0 14 0 89846300 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18677] ppid=18665 vsize=1788020 CPUtime=0.85
/proc/18667/task/18677/stat : 18677 (java) S 18665 18667 18128 0 -1 64 2974 0 0 0 84 1 0 0 17 0 14 0 89846300 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18667/tid=18678] ppid=18665 vsize=1788020 CPUtime=0
/proc/18667/task/18678/stat : 18678 (java) S 18665 18667 18128 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 89846300 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18679] ppid=18665 vsize=1788020 CPUtime=0
/proc/18667/task/18679/stat : 18679 (java) S 18665 18667 18128 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 89846300 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18667/tid=18680] ppid=18665 vsize=1788020 CPUtime=0
/proc/18667/task/18680/stat : 18680 (java) S 18665 18667 18128 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 89846518 1830932480 107593 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.26
Current children cumulated vsize (KiB) 1788020

Child status: 143
Real time (s): 1198.79
CPU time (s): 1200.35
CPU user time (s): 1199.51
CPU system time (s): 0.832873
CPU usage (%): 100.13
Max. virtual memory (cumulated for all children) (KiB): 1788516

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

runsolver used 1.25281 second user time and 3.18851 second system time

The end

Launcher Data

Begin job on node11 at 2009-04-25 02:08:46
IDJOB=1716617
IDBENCH=20386
IDSOLVER=500
FILE ID=node11/1716617-1240618125
PBS_JOBID= 9186303
Free space on /tmp= 66064 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716617-1240618125/watcher-1716617-1240618125 -o /tmp/evaluation-result-1716617-1240618125/solver-1716617-1240618125 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1716617-1240618125.cnf

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=1172891732

node11.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.214
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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1531112 kB
Buffers:         52708 kB
Cached:         391052 kB
SwapCached:        144 kB
Active:         144728 kB
Inactive:       313104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12808 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            52872 kB
Committed_AS:   293016 kB
PageTables:       1464 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= 66064 MiB
End job on node11 at 2009-04-25 02:28:47