Trace number 1717241

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.28 1210.07

General information on the benchmark

Nameindustrial/palacios/hard/
safe-50-h49-unsat.cnf
MD5SUMafc9746f162b3434bc79ea21bd1704d5
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 variables615037
Number of clauses2098249
Sum of the clauses size5069473
Maximum clause length101
Minimum clause length1
Number of clauses of size 150
Number of clauses of size 21488062
Number of clauses of size 3602029
Number of clauses of size 4238
Number of clauses of size 5148
Number of clauses of size over 57722

Solver Data

1.03/12.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
1.03/12.09	c This is free software under the dual EPL/GNU LGPL licenses.
1.03/12.09	c See www.sat4j.org for details.
1.09/12.11	c version 2.1.0.v20090228
1.09/12.11	c sun.arch.data.model	32
1.09/12.11	c java.version	1.6.0_12
1.09/12.11	c os.name	Linux
1.09/12.11	c os.version	2.6.9-22.EL.rootsmp
1.09/12.11	c os.arch	i386
1.09/12.11	c Free memory 1651659224
1.09/12.11	c Max memory 1654456320
1.09/12.11	c Total memory 1654456320
1.09/12.11	c Number of processors 2
1.09/12.15	c c --- Begin Solver configuration ---
1.09/12.15	c Stops conflict analysis at the first Unique Implication Point
1.09/12.15	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
1.09/12.15	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
1.09/12.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
1.09/12.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
1.09/12.15	c Expensive reason simplification
1.09/12.15	c Armin Biere (Picosat) restarts strategy
1.09/12.15	c timeout=2147483647s
1.09/12.15	c DB Simplification allowed=true
1.09/12.15	c --- End Solver configuration ---
1.09/12.15	c solving HOME/instance-1717241-1240626061.cnf
1.09/12.15	c reading problem ... 
7.94/18.15	c ... done. Wall clock time 5.991s.
7.94/18.15	c #vars     620037
7.94/18.15	c #constraints  2098149
7.94/18.15	c constraints type 
7.94/18.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 610087
7.94/18.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1488012
1200.05/1209.92	c starts		: 203
1200.05/1209.92	c conflicts		: 39667
1200.05/1209.92	c decisions		: 586335
1200.05/1209.92	c propagations		: 713450053
1200.05/1209.92	c inspects		: 1561665849
1200.05/1209.92	c learnt literals	: 47
1200.05/1209.92	c learnt binary clauses	: 2308
1200.05/1209.92	c learnt ternary clauses	: 4207
1200.05/1209.92	c learnt clauses	: 39619
1200.05/1209.92	c ignored clauses	: 0
1200.05/1209.92	c root simplifications	: 250
1200.05/1209.92	c removed literals (reason simplification)	: 292291
1200.05/1209.92	c reason swapping (by a shorter reason)	: 0
1200.05/1209.92	c Calls to reduceDB	: 0
1200.05/1209.92	c speed (assignments/second)	: 598649.9460883647
1200.05/1209.92	c non guided choices	9116
1200.05/1209.97	c learnt constraints type 
1200.05/1209.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1360
1200.05/1209.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 30725
1200.05/1209.97	s UNKNOWN
1200.05/1209.97	c Total wall clock time (in seconds) : 1197.762

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17659
/proc/meminfo: memFree=1795064/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=18576 CPUtime=0
/proc/17659/stat : 17659 (runsolver) R 17657 17659 16926 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 90639722 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17659/statm: 4644 292 257 26 0 2626 0

[startup+0.0886521 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17659
/proc/meminfo: memFree=1795064/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=18576 CPUtime=0
/proc/17659/stat : 17659 (runsolver) D 17657 17659 16926 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 90639722 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 217871609127 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/17659/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.102653 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17659
/proc/meminfo: memFree=1795064/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=18576 CPUtime=0
/proc/17659/stat : 17659 (runsolver) D 17657 17659 16926 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 90639722 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 217871609127 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/17659/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.302693 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17659
/proc/meminfo: memFree=1795064/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=18576 CPUtime=0.01
/proc/17659/stat : 17659 (runsolver) D 17657 17659 16926 0 -1 4194368 16 0 0 0 0 1 0 0 18 0 1 0 90639722 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 217871609127 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17659/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18576

[startup+0.70177 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17659
/proc/meminfo: memFree=1795064/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=18576 CPUtime=0.01
/proc/17659/stat : 17659 (runsolver) D 17657 17659 16926 0 -1 4194368 16 0 0 0 0 1 0 0 18 0 1 0 90639722 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 217871609127 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17659/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18576

[startup+1.50193 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17660
/proc/meminfo: memFree=1793712/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=18576 CPUtime=0.05
/proc/17659/stat : 17659 (runsolver) D 17657 17659 16926 0 -1 4194368 16 0 0 0 0 5 0 0 18 0 1 0 90639722 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 217871609127 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17659/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18576

[startup+3.10124 s]
/proc/loadavg: 1.01 1.00 1.00 1/65 17660
/proc/meminfo: memFree=1793584/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=0 CPUtime=0.14
/proc/17659/stat : 17659 (runsolver) R 17657 17659 16926 0 -1 4194368 16 0 0 0 0 14 0 0 18 0 1 0 90639722 0 0 1992294400 0 0 0 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17659/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 0
heavy processes:

[startup+6.30104 s]
/proc/loadavg: 1.01 1.00 1.00 1/65 17660
/proc/meminfo: memFree=1793520/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=272 CPUtime=0.3
/proc/17659/stat : 17659 (java6) D 17657 17659 16926 0 -1 0 47 0 1 0 0 30 0 0 18 0 1 0 90639722 278528 33 1992294400 134512640 134550932 4294956160 18446744073709551615 12596231 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/17659/statm: 68 33 26 9 0 4 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 272
heavy processes:

[startup+12.7023 s]
/proc/loadavg: 1.16 1.03 1.01 1/71 17666
/proc/meminfo: memFree=1774528/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=1784680 CPUtime=1.89
/proc/17659/stat : 17659 (java) S 17657 17659 16926 0 -1 0 13581 0 59 0 94 95 0 0 18 0 12 0 90639722 1827512320 13228 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17659/statm: 446170 13228 1382 9 0 443517 0
[pid=17659/tid=17661] ppid=17657 vsize=1784680 CPUtime=0.64
/proc/17659/task/17661/stat : 17661 (java) R 17657 17659 16926 0 -1 64 11710 0 16 0 57 7 0 0 20 0 12 0 90640894 1827512320 13228 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17662] ppid=17657 vsize=1784680 CPUtime=0
/proc/17659/task/17662/stat : 17662 (java) S 17657 17659 16926 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 90640908 1827512320 13228 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17657 vsize=1784680 CPUtime=0
/proc/17659/task/17663/stat : 17663 (java) S 17657 17659 16926 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 90640908 1827512320 13228 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17657 vsize=1784680 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 90640912 1827512320 13228 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17665] ppid=17657 vsize=1784680 CPUtime=0
/proc/17659/task/17665/stat : 17665 (java) S 17657 17659 16926 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 90640912 1827512320 13228 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17666] ppid=17657 vsize=1784680 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 90640912 1827512320 13228 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1784680
heavy processes:

[startup+25.5018 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 17672
/proc/meminfo: memFree=1502224/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=1785960 CPUtime=15.94
/proc/17659/stat : 17659 (java) S 17657 17659 16926 0 -1 0 74542 0 59 0 1469 125 0 0 18 0 13 0 90639722 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17659/statm: 446490 71563 1411 9 0 443837 0
[pid=17659/tid=17661] ppid=17657 vsize=1785960 CPUtime=12.62
/proc/17659/task/17661/stat : 17661 (java) R 17657 17659 16926 0 -1 64 37550 0 16 0 1241 21 0 0 25 0 13 0 90640894 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4109686153 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17662] ppid=17657 vsize=1785960 CPUtime=0.65
/proc/17659/task/17662/stat : 17662 (java) S 17657 17659 16926 0 -1 64 17575 0 0 0 58 7 0 0 22 0 13 0 90640908 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17657 vsize=1785960 CPUtime=0.64
/proc/17659/task/17663/stat : 17663 (java) S 17657 17659 16926 0 -1 64 15683 0 0 0 58 6 0 0 22 0 13 0 90640908 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17657 vsize=1785960 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17657 17659 16926 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 90640912 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17665] ppid=17657 vsize=1785960 CPUtime=0
/proc/17659/task/17665/stat : 17665 (java) S 17657 17659 16926 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 90640912 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17666] ppid=17657 vsize=1785960 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 90640912 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17667] ppid=17657 vsize=1785960 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 90640924 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17668] ppid=17657 vsize=1785960 CPUtime=0.41
/proc/17659/task/17668/stat : 17668 (java) S 17657 17659 16926 0 -1 64 1604 0 0 0 41 0 0 0 16 0 13 0 90640924 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17669] ppid=17657 vsize=1785960 CPUtime=0.62
/proc/17659/task/17669/stat : 17669 (java) S 17657 17659 16926 0 -1 64 1426 0 0 0 62 0 0 0 16 0 13 0 90640924 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17670] ppid=17657 vsize=1785960 CPUtime=0
/proc/17659/task/17670/stat : 17670 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 90640924 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17671] ppid=17657 vsize=1785960 CPUtime=0
/proc/17659/task/17671/stat : 17671 (java) S 17657 17659 16926 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90640924 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17672] ppid=17657 vsize=1785960 CPUtime=0
/proc/17659/task/17672/stat : 17672 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 90641555 1828823040 71563 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.94
Current children cumulated vsize (KiB) 1785960
heavy processes:

[startup+51.1018 s]
/proc/loadavg: 1.09 1.03 1.01 2/77 17672
/proc/meminfo: memFree=1502544/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=1785520 CPUtime=41.65
/proc/17659/stat : 17659 (java) S 17657 17659 16926 0 -1 0 75081 0 59 0 4040 125 0 0 18 0 13 0 90639722 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17659/statm: 446380 71345 1418 9 0 443727 0
[pid=17659/tid=17661] ppid=17657 vsize=1785520 CPUtime=38.18
/proc/17659/task/17661/stat : 17661 (java) R 17657 17659 16926 0 -1 64 37554 0 16 0 3797 21 0 0 25 0 13 0 90640894 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4109686159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17662] ppid=17657 vsize=1785520 CPUtime=0.65
/proc/17659/task/17662/stat : 17662 (java) S 17657 17659 16926 0 -1 64 17575 0 0 0 58 7 0 0 22 0 13 0 90640908 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17657 vsize=1785520 CPUtime=0.64
/proc/17659/task/17663/stat : 17663 (java) S 17657 17659 16926 0 -1 64 15683 0 0 0 58 6 0 0 22 0 13 0 90640908 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17657 17659 16926 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 90640912 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17665] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17665/stat : 17665 (java) S 17657 17659 16926 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 90640912 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17666] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 90640912 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17667] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 90640924 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17668] ppid=17657 vsize=1785520 CPUtime=0.41
/proc/17659/task/17668/stat : 17668 (java) S 17657 17659 16926 0 -1 64 1604 0 0 0 41 0 0 0 16 0 13 0 90640924 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17669] ppid=17657 vsize=1785520 CPUtime=0.77
/proc/17659/task/17669/stat : 17669 (java) S 17657 17659 16926 0 -1 64 1961 0 0 0 76 1 0 0 15 0 13 0 90640924 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17670] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17670/stat : 17670 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 90640924 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17671] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17671/stat : 17671 (java) S 17657 17659 16926 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90640924 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17672] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17672/stat : 17672 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 90641555 1828372480 71345 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.65
Current children cumulated vsize (KiB) 1785520

[startup+102.307 s]
/proc/loadavg: 1.03 1.02 1.00 2/77 17672
/proc/meminfo: memFree=1503120/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=1785520 CPUtime=92.84
/proc/17659/stat : 17659 (java) S 17657 17659 16926 0 -1 0 75084 0 59 0 9159 125 0 0 18 0 13 0 90639722 1828372480 71347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17659/statm: 446380 71347 1418 9 0 443727 0
[pid=17659/tid=17661] ppid=17657 vsize=1785520 CPUtime=89.36
/proc/17659/task/17661/stat : 17661 (java) R 17657 17659 16926 0 -1 64 37556 0 16 0 8915 21 0 0 25 0 13 0 90640894 1828372480 71347 1992294400 134512640 134550932 4294955984 18446744073709551615 4109609166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17662] ppid=17657 vsize=1785520 CPUtime=0.65
/proc/17659/task/17662/stat : 17662 (java) S 17657 17659 16926 0 -1 64 17575 0 0 0 58 7 0 0 22 0 13 0 90640908 1828372480 71347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17657 vsize=1785520 CPUtime=0.64
/proc/17659/task/17663/stat : 17663 (java) S 17657 17659 16926 0 -1 64 15683 0 0 0 58 6 0 0 22 0 13 0 90640908 1828372480 71347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17657 17659 16926 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 90640912 1828372480 71347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17665] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17665/stat : 17665 (java) S 17657 17659 16926 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 90640912 1828372480 71347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17666] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 90640912 1828372480 71347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17667] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 90640924 1828372480 71347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17668] ppid=17657 vsize=1785520 CPUtime=0.43
/proc/17659/task/17668/stat : 17668 (java) S 17657 17659 16926 0 -1 64 1605 0 0 0 43 0 0 0 15 0 13 0 90640924 1828372480 71347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17669] ppid=17657 vsize=1785520 CPUtime=0.77
/proc/17659/task/17669/stat : 17669 (java) S 17657 17659 16926 0 -1 64 1961 0 0 0 76 1 0 0 15 0 13 0 90640924 1828372480 71347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17670] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17670/stat : 17670 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 90640924 1828372480 71347 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=17659] ppid=17657 vsize=1785728 CPUtime=1052.49
/proc/17659/stat : 17659 (java) S 17657 17659 16926 0 -1 0 75184 0 59 0 105122 127 0 0 18 0 13 0 90639722 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17659/statm: 446432 71400 1418 9 0 443779 0
[pid=17659/tid=17661] ppid=17657 vsize=1785728 CPUtime=1048.85
/proc/17659/task/17661/stat : 17661 (java) R 17657 17659 16926 0 -1 64 37557 0 16 0 104862 23 0 0 25 0 13 0 90640894 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4109686543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17662] ppid=17657 vsize=1785728 CPUtime=0.65
/proc/17659/task/17662/stat : 17662 (java) S 17657 17659 16926 0 -1 64 17575 0 0 0 58 7 0 0 22 0 13 0 90640908 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17657 vsize=1785728 CPUtime=0.64
/proc/17659/task/17663/stat : 17663 (java) S 17657 17659 16926 0 -1 64 15683 0 0 0 58 6 0 0 22 0 13 0 90640908 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17657 vsize=1785728 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17657 17659 16926 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 90640912 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17665] ppid=17657 vsize=1785728 CPUtime=0
/proc/17659/task/17665/stat : 17665 (java) S 17657 17659 16926 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 90640912 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17666] ppid=17657 vsize=1785728 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 90640912 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17667] ppid=17657 vsize=1785728 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 90640924 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17668] ppid=17657 vsize=1785728 CPUtime=0.54
/proc/17659/task/17668/stat : 17668 (java) S 17657 17659 16926 0 -1 64 1693 0 0 0 54 0 0 0 16 0 13 0 90640924 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17669] ppid=17657 vsize=1785728 CPUtime=0.81
/proc/17659/task/17669/stat : 17669 (java) S 17657 17659 16926 0 -1 64 1972 0 0 0 80 1 0 0 16 0 13 0 90640924 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17670] ppid=17657 vsize=1785728 CPUtime=0
/proc/17659/task/17670/stat : 17670 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 90640924 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17671] ppid=17657 vsize=1785728 CPUtime=0
/proc/17659/task/17671/stat : 17671 (java) S 17657 17659 16926 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90640924 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17672] ppid=17657 vsize=1785728 CPUtime=0
/proc/17659/task/17672/stat : 17672 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 90641555 1828585472 71400 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1052.49
Current children cumulated vsize (KiB) 1785728

[startup+1122.3 s]
/proc/loadavg: 1.07 1.08 1.03 2/77 17674
/proc/meminfo: memFree=1502800/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=1785520 CPUtime=1112.49
/proc/17659/stat : 17659 (java) S 17657 17659 16926 0 -1 0 75184 0 59 0 111122 127 0 0 18 0 13 0 90639722 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17659/statm: 446380 71359 1418 9 0 443727 0
[pid=17659/tid=17661] ppid=17657 vsize=1785520 CPUtime=1108.83
/proc/17659/task/17661/stat : 17661 (java) R 17657 17659 16926 0 -1 64 37557 0 16 0 110860 23 0 0 25 0 13 0 90640894 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4109602601 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17662] ppid=17657 vsize=1785520 CPUtime=0.65
/proc/17659/task/17662/stat : 17662 (java) S 17657 17659 16926 0 -1 64 17575 0 0 0 58 7 0 0 22 0 13 0 90640908 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17657 vsize=1785520 CPUtime=0.64
/proc/17659/task/17663/stat : 17663 (java) S 17657 17659 16926 0 -1 64 15683 0 0 0 58 6 0 0 22 0 13 0 90640908 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17657 17659 16926 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 90640912 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17665] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17665/stat : 17665 (java) S 17657 17659 16926 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 90640912 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17666] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 90640912 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17667] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17668] ppid=17657 vsize=1785520 CPUtime=0.54
/proc/17659/task/17668/stat : 17668 (java) S 17657 17659 16926 0 -1 64 1693 0 0 0 54 0 0 0 16 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17669] ppid=17657 vsize=1785520 CPUtime=0.83
/proc/17659/task/17669/stat : 17669 (java) S 17657 17659 16926 0 -1 64 1972 0 0 0 82 1 0 0 16 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17670] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17670/stat : 17670 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17671] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17671/stat : 17671 (java) S 17657 17659 16926 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17672] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17672/stat : 17672 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 90641555 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1112.49
Current children cumulated vsize (KiB) 1785520

[startup+1182.3 s]
/proc/loadavg: 1.07 1.08 1.03 2/77 17674
/proc/meminfo: memFree=1502800/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=1785520 CPUtime=1172.46
/proc/17659/stat : 17659 (java) S 17657 17659 16926 0 -1 0 75184 0 59 0 117119 127 0 0 18 0 13 0 90639722 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17659/statm: 446380 71359 1418 9 0 443727 0
[pid=17659/tid=17661] ppid=17657 vsize=1785520 CPUtime=1168.8
/proc/17659/task/17661/stat : 17661 (java) R 17657 17659 16926 0 -1 64 37557 0 16 0 116857 23 0 0 25 0 13 0 90640894 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4109686655 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17662] ppid=17657 vsize=1785520 CPUtime=0.65
/proc/17659/task/17662/stat : 17662 (java) S 17657 17659 16926 0 -1 64 17575 0 0 0 58 7 0 0 22 0 13 0 90640908 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17657 vsize=1785520 CPUtime=0.64
/proc/17659/task/17663/stat : 17663 (java) S 17657 17659 16926 0 -1 64 15683 0 0 0 58 6 0 0 22 0 13 0 90640908 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17657 17659 16926 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 90640912 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17665] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17665/stat : 17665 (java) S 17657 17659 16926 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 90640912 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17666] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 90640912 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17667] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17668] ppid=17657 vsize=1785520 CPUtime=0.54
/proc/17659/task/17668/stat : 17668 (java) S 17657 17659 16926 0 -1 64 1693 0 0 0 54 0 0 0 16 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17669] ppid=17657 vsize=1785520 CPUtime=0.83
/proc/17659/task/17669/stat : 17669 (java) S 17657 17659 16926 0 -1 64 1972 0 0 0 82 1 0 0 16 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17670] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17670/stat : 17670 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17671] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17671/stat : 17671 (java) S 17657 17659 16926 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17672] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17672/stat : 17672 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 90641555 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1172.46
Current children cumulated vsize (KiB) 1785520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1209.9 s]
/proc/loadavg: 1.11 1.09 1.03 2/77 17674
/proc/meminfo: memFree=1502736/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=1785520 CPUtime=1200.05
/proc/17659/stat : 17659 (java) S 17657 17659 16926 0 -1 0 75184 0 59 0 119878 127 0 0 18 0 13 0 90639722 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17659/statm: 446380 71359 1418 9 0 443727 0
[pid=17659/tid=17661] ppid=17657 vsize=1785520 CPUtime=1196.39
/proc/17659/task/17661/stat : 17661 (java) R 17657 17659 16926 0 -1 64 37557 0 16 0 119616 23 0 0 25 0 13 0 90640894 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4109612416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17662] ppid=17657 vsize=1785520 CPUtime=0.65
/proc/17659/task/17662/stat : 17662 (java) S 17657 17659 16926 0 -1 64 17575 0 0 0 58 7 0 0 22 0 13 0 90640908 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17657 vsize=1785520 CPUtime=0.64
/proc/17659/task/17663/stat : 17663 (java) S 17657 17659 16926 0 -1 64 15683 0 0 0 58 6 0 0 22 0 13 0 90640908 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17657 17659 16926 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 90640912 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17665] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17665/stat : 17665 (java) S 17657 17659 16926 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 90640912 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17666] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 90640912 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17667] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17668] ppid=17657 vsize=1785520 CPUtime=0.54
/proc/17659/task/17668/stat : 17668 (java) S 17657 17659 16926 0 -1 64 1693 0 0 0 54 0 0 0 16 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17669] ppid=17657 vsize=1785520 CPUtime=0.83
/proc/17659/task/17669/stat : 17669 (java) S 17657 17659 16926 0 -1 64 1972 0 0 0 82 1 0 0 16 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17670] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17670/stat : 17670 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17671] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17671/stat : 17671 (java) S 17657 17659 16926 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 90640924 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17672] ppid=17657 vsize=1785520 CPUtime=0
/proc/17659/task/17672/stat : 17672 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 90641555 1828372480 71359 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1785520

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

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

[startup+1210.02 s]
/proc/loadavg: 1.11 1.09 1.03 2/77 17674
/proc/meminfo: memFree=1502736/2055920 swapFree=4180180/4192956
[pid=17659] ppid=17657 vsize=1786168 CPUtime=1200.22
/proc/17659/stat : 17659 (java) S 17657 17659 16926 0 -1 0 75208 0 59 0 119895 127 0 0 16 0 14 0 90639722 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17659/statm: 446542 71383 1419 9 0 443889 0
[pid=17659/tid=17661] ppid=17657 vsize=1786168 CPUtime=1196.5
/proc/17659/task/17661/stat : 17661 (java) R 17657 17659 16926 0 -1 64 37557 0 16 0 119627 23 0 0 25 0 14 0 90640894 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4109686655 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17662] ppid=17657 vsize=1786168 CPUtime=0.65
/proc/17659/task/17662/stat : 17662 (java) S 17657 17659 16926 0 -1 64 17575 0 0 0 58 7 0 0 22 0 14 0 90640908 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17663] ppid=17657 vsize=1786168 CPUtime=0.64
/proc/17659/task/17663/stat : 17663 (java) S 17657 17659 16926 0 -1 64 15683 0 0 0 58 6 0 0 22 0 14 0 90640908 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17664] ppid=17657 vsize=1786168 CPUtime=0
/proc/17659/task/17664/stat : 17664 (java) S 17657 17659 16926 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 90640912 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17665] ppid=17657 vsize=1786168 CPUtime=0
/proc/17659/task/17665/stat : 17665 (java) S 17657 17659 16926 0 -1 64 9 0 0 0 0 0 0 0 21 0 14 0 90640912 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17666] ppid=17657 vsize=1786168 CPUtime=0
/proc/17659/task/17666/stat : 17666 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 22 0 14 0 90640912 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17667] ppid=17657 vsize=1786168 CPUtime=0
/proc/17659/task/17667/stat : 17667 (java) S 17657 17659 16926 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 90640924 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17668] ppid=17657 vsize=1786168 CPUtime=0.54
/proc/17659/task/17668/stat : 17668 (java) S 17657 17659 16926 0 -1 64 1693 0 0 0 54 0 0 0 16 0 14 0 90640924 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17669] ppid=17657 vsize=1786168 CPUtime=0.87
/proc/17659/task/17669/stat : 17669 (java) S 17657 17659 16926 0 -1 64 1974 0 0 0 86 1 0 0 17 0 14 0 90640924 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17659/tid=17670] ppid=17657 vsize=1786168 CPUtime=0
/proc/17659/task/17670/stat : 17670 (java) S 17657 17659 16926 0 -1 64 1 0 0 0 0 0 0 0 21 0 14 0 90640924 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17671] ppid=17657 vsize=1786168 CPUtime=0
/proc/17659/task/17671/stat : 17671 (java) S 17657 17659 16926 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 90640924 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17659/tid=17672] ppid=17657 vsize=1786168 CPUtime=0
/proc/17659/task/17672/stat : 17672 (java) S 17657 17659 16926 0 -1 64 4 0 0 0 0 0 0 0 16 0 14 0 90641555 1829036032 71383 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.22
Current children cumulated vsize (KiB) 1786168

Child status: 143
Real time (s): 1210.07
CPU time (s): 1200.28
CPU user time (s): 1198.96
CPU system time (s): 1.3198
CPU usage (%): 99.1911
Max. virtual memory (cumulated for all children) (KiB): 1788044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.96
system time used= 1.3198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75208
page faults= 59
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25141
involuntary context switches= 26083

runsolver used 1.49477 second user time and 3.14652 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-25 04:21:04
IDJOB=1717241
IDBENCH=20408
IDSOLVER=500
FILE ID=node28/1717241-1240626061
PBS_JOBID= 9186331
Free space on /tmp= 66208 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/palacios/hard/safe-50-h49-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-1717241-1240626061/watcher-1717241-1240626061 -o /tmp/evaluation-result-1717241-1240626061/solver-1717241-1240626061 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1717241-1240626061.cnf

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

MD5SUM BENCH= afc9746f162b3434bc79ea21bd1704d5
RANDOM SEED=343509130

node28.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.261
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.261
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:       1795544 kB
Buffers:         41564 kB
Cached:         162632 kB
SwapCached:       6604 kB
Active:          77860 kB
Inactive:       135496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795544 kB
SwapTotal:     4192956 kB
SwapFree:      4180180 kB
Dirty:           39280 kB
Writeback:           0 kB
Mapped:          13748 kB
Slab:            32876 kB
Committed_AS:   352104 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node28 at 2009-04-25 04:41:16