Trace number 1562403

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 1200.07

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_7_4_9_fbc.cnf
MD5SUM4259362ee72589b1a94d1f5c9f846a0b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.38957
Satisfiable
(Un)Satisfiability was proved
Number of variables1677
Number of clauses28863
Sum of the clauses size75955
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217356
Number of clauses of size 38650
Number of clauses of size 4832
Number of clauses of size 51875
Number of clauses of size over 5150

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-1562403-1238774696.cnf
0.09/0.20	c reading problem ... 
0.51/0.41	c ... done. Wall clock time 0.219s.
0.51/0.41	c #vars     1677
0.51/0.41	c #constraints  28863
0.51/0.42	c constraints type 
0.51/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11507
0.51/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17356
1200.07/1199.91	c starts		: 464
1200.07/1199.91	c conflicts		: 149325
1200.07/1199.91	c decisions		: 304304
1200.07/1199.91	c propagations		: 28109337
1200.07/1199.91	c inspects		: 2666238047
1200.07/1199.91	c learnt literals	: 8
1200.07/1199.91	c learnt binary clauses	: 162
1200.07/1199.91	c learnt ternary clauses	: 646
1200.07/1199.91	c learnt clauses	: 147092
1200.07/1199.91	c ignored clauses	: 2225
1200.07/1199.91	c root simplifications	: 472
1200.07/1199.91	c removed literals (reason simplification)	: 4686491
1200.07/1199.91	c reason swapping (by a shorter reason)	: 0
1200.07/1199.91	c Calls to reduceDB	: 0
1200.07/1199.91	c speed (assignments/second)	: 23434.289901758737
1200.07/1199.91	c non guided choices	184
1200.07/1200.00	c learnt constraints type 
1200.07/1200.00	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 161
1200.07/1200.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146936
1200.07/1200.00	s UNKNOWN
1200.07/1200.00	c Total wall clock time (in seconds) : 1199.716

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-1562403-1238774696/watcher-1562403-1238774696 -o /tmp/evaluation-result-1562403-1238774696/solver-1562403-1238774696 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1562403-1238774696.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.08 1.04 1.00 2/72 3337
/proc/meminfo: memFree=1821656/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1520 CPUtime=0
/proc/3337/stat : 3337 (java6) R 3335 3337 2954 0 -1 0 77 0 0 0 0 0 0 0 21 0 1 0 1150130794 1556480 61 1992294400 134512640 134550932 4294956160 18446744073709551615 6854449 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 380 71 55 9 0 10 0

[startup+0.107968 s]
/proc/loadavg: 1.08 1.04 1.00 2/72 3337
/proc/meminfo: memFree=1821656/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1780924 CPUtime=0.09
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 3946 0 1 0 7 2 0 0 18 0 12 0 1150130794 1823666176 3689 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 445231 3689 1070 9 0 442578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780924

[startup+0.202981 s]
/proc/loadavg: 1.08 1.04 1.00 2/72 3337
/proc/meminfo: memFree=1821656/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1783244 CPUtime=0.23
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 5014 0 1 0 20 3 0 0 18 0 12 0 1150130794 1826041856 4751 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 445811 4751 1338 9 0 443158 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1783244

[startup+0.303002 s]
/proc/loadavg: 1.08 1.04 1.00 2/72 3337
/proc/meminfo: memFree=1821656/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1783904 CPUtime=0.37
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 5394 0 1 0 34 3 0 0 18 0 12 0 1150130794 1826717696 5120 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 445976 5120 1367 9 0 443323 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1783904

[startup+0.701074 s]
/proc/loadavg: 1.08 1.04 1.00 2/72 3337
/proc/meminfo: memFree=1821656/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1786400 CPUtime=1.04
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 7053 0 1 0 100 4 0 0 18 0 13 0 1150130794 1829273600 6340 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 446600 6340 1404 9 0 443947 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1786400

[startup+1.50121 s]
/proc/loadavg: 1.08 1.04 1.00 2/85 3350
/proc/meminfo: memFree=1800944/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1786400 CPUtime=2.01
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 7437 0 1 0 197 4 0 0 18 0 13 0 1150130794 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 446600 6709 1411 9 0 443947 0
[pid=3337/tid=3339] ppid=3335 vsize=1786400 CPUtime=1.23
/proc/3337/task/3339/stat : 3339 (java) R 3335 3337 2954 0 -1 64 4754 0 1 0 121 2 0 0 25 0 13 0 1150130795 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4109512441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3340] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1150130797 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1150130797 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1150130799 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 2954 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1150130799 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1150130799 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3345] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1150130803 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=1786400 CPUtime=0.38
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 2954 0 -1 64 704 0 0 0 38 0 0 0 16 0 13 0 1150130803 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=1786400 CPUtime=0.38
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 2954 0 -1 64 1234 0 0 0 38 0 0 0 16 0 13 0 1150130804 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3348] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1150130804 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1150130804 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3350] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1150130837 1829273600 6709 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1786400

[startup+3.1025 s]
/proc/loadavg: 1.08 1.04 1.00 2/85 3350
/proc/meminfo: memFree=1798832/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1786400 CPUtime=3.62
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 7962 0 1 0 358 4 0 0 18 0 13 0 1150130794 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 446600 7233 1411 9 0 443947 0
[pid=3337/tid=3339] ppid=3335 vsize=1786400 CPUtime=2.82
/proc/3337/task/3339/stat : 3339 (java) R 3335 3337 2954 0 -1 64 5278 0 1 0 280 2 0 0 25 0 13 0 1150130795 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4109512327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3340] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1150130797 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1150130797 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1150130799 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 2954 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1150130799 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1150130799 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3345] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1150130803 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=1786400 CPUtime=0.38
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 2954 0 -1 64 704 0 0 0 38 0 0 0 16 0 13 0 1150130803 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=1786400 CPUtime=0.39
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 2954 0 -1 64 1235 0 0 0 39 0 0 0 16 0 13 0 1150130804 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3348] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1150130804 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1150130804 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3350] ppid=3335 vsize=1786400 CPUtime=0
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1150130837 1829273600 7233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 1786400

[startup+6.30108 s]
/proc/loadavg: 1.08 1.04 1.00 2/85 3350
/proc/meminfo: memFree=1796272/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1785584 CPUtime=6.85
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 8673 0 1 0 680 5 0 0 18 0 13 0 1150130794 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 446396 7712 1411 9 0 443743 0
[pid=3337/tid=3339] ppid=3335 vsize=1785584 CPUtime=6.02
/proc/3337/task/3339/stat : 3339 (java) R 3335 3337 2954 0 -1 64 5954 0 1 0 599 3 0 0 25 0 13 0 1150130795 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4109521471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3340] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1150130797 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1150130797 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1150130799 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 2954 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1150130799 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1150130799 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3345] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1150130803 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=1785584 CPUtime=0.4
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 2954 0 -1 64 739 0 0 0 40 0 0 0 16 0 13 0 1150130803 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=1785584 CPUtime=0.4
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 2954 0 -1 64 1235 0 0 0 40 0 0 0 17 0 13 0 1150130804 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3348] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1150130804 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1150130804 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3350] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1150130837 1828438016 7712 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 1785584

[startup+12.7022 s]
/proc/loadavg: 1.06 1.04 1.00 2/85 3350
/proc/meminfo: memFree=1792304/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1785584 CPUtime=13.25
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 9543 0 1 0 1319 6 0 0 18 0 13 0 1150130794 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 446396 8582 1411 9 0 443743 0
[pid=3337/tid=3339] ppid=3335 vsize=1785584 CPUtime=12.41
/proc/3337/task/3339/stat : 3339 (java) R 3335 3337 2954 0 -1 64 6824 0 1 0 1238 3 0 0 25 0 13 0 1150130795 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4109511870 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3340] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1150130797 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1150130797 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1150130799 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 2954 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1150130799 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1150130799 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3345] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1150130803 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=1785584 CPUtime=0.4
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 2954 0 -1 64 739 0 0 0 40 0 0 0 16 0 13 0 1150130803 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=1785584 CPUtime=0.4
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 2954 0 -1 64 1235 0 0 0 40 0 0 0 17 0 13 0 1150130804 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3348] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1150130804 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1150130804 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3350] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1150130837 1828438016 8582 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.25
Current children cumulated vsize (KiB) 1785584

[startup+25.5026 s]
/proc/loadavg: 1.05 1.04 1.00 2/85 3350
/proc/meminfo: memFree=1787376/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1785584 CPUtime=26.05
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 10718 0 1 0 2598 7 0 0 18 0 13 0 1150130794 1828438016 9757 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 446396 9757 1411 9 0 443743 0
[pid=3337/tid=3339] ppid=3335 vsize=1785584 CPUtime=25.2
/proc/3337/task/3339/stat : 3339 (java) R 3335 3337 2954 0 -1 64 7999 0 1 0 2516 4 0 0 25 0 13 0 1150130795 1828438016 9757 1992294400 134512640 134550932 4294955984 18446744073709551615 4109511883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3340] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1150130797 1828438016 9757 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1150130797 1828438016 9757 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=3337] ppid=3335 vsize=1785584 CPUtime=1062.52
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 34771 0 1 0 106222 30 0 0 18 0 13 0 1150130794 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 446396 33809 1411 9 0 443743 0
[pid=3337/tid=3339] ppid=3335 vsize=1785584 CPUtime=1061.65
/proc/3337/task/3339/stat : 3339 (java) R 3335 3337 2954 0 -1 64 32051 0 1 0 106138 27 0 0 25 0 13 0 1150130795 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4109511891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3340] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1150130797 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1150130797 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1150130799 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 2954 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1150130799 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1150130799 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3345] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1150130803 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=1785584 CPUtime=0.42
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 2954 0 -1 64 740 0 0 0 42 0 0 0 16 0 13 0 1150130803 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=1785584 CPUtime=0.4
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 2954 0 -1 64 1235 0 0 0 40 0 0 0 17 0 13 0 1150130804 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3348] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1150130804 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1150130804 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3350] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1150130837 1828438016 33809 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.52
Current children cumulated vsize (KiB) 1785584

[startup+1122.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/85 3350
/proc/meminfo: memFree=1686648/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1785584 CPUtime=1122.5
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 35610 0 1 0 112220 30 0 0 18 0 13 0 1150130794 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 446396 34648 1411 9 0 443743 0
[pid=3337/tid=3339] ppid=3335 vsize=1785584 CPUtime=1121.64
/proc/3337/task/3339/stat : 3339 (java) R 3335 3337 2954 0 -1 64 32890 0 1 0 112136 28 0 0 25 0 13 0 1150130795 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4109498186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3340] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1150130797 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1150130797 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1150130799 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 2954 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1150130799 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1150130799 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3345] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1150130803 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=1785584 CPUtime=0.42
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 2954 0 -1 64 740 0 0 0 42 0 0 0 16 0 13 0 1150130803 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=1785584 CPUtime=0.4
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 2954 0 -1 64 1235 0 0 0 40 0 0 0 17 0 13 0 1150130804 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3348] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1150130804 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1150130804 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3350] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1150130837 1828438016 34648 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.5
Current children cumulated vsize (KiB) 1785584

[startup+1182.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/85 3350
/proc/meminfo: memFree=1682104/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1785584 CPUtime=1182.48
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 36745 0 1 0 118217 31 0 0 18 0 13 0 1150130794 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 446396 35783 1411 9 0 443743 0
[pid=3337/tid=3339] ppid=3335 vsize=1785584 CPUtime=1181.62
/proc/3337/task/3339/stat : 3339 (java) R 3335 3337 2954 0 -1 64 34025 0 1 0 118133 29 0 0 25 0 13 0 1150130795 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4109511891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3340] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1150130797 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1150130797 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1150130799 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 2954 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1150130799 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1150130799 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3345] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1150130803 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=1785584 CPUtime=0.42
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 2954 0 -1 64 740 0 0 0 42 0 0 0 16 0 13 0 1150130803 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=1785584 CPUtime=0.4
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 2954 0 -1 64 1235 0 0 0 40 0 0 0 17 0 13 0 1150130804 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3348] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1150130804 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1150130804 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3350] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1150130837 1828438016 35783 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.48
Current children cumulated vsize (KiB) 1785584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.01 1.01 1.00 2/85 3350
/proc/meminfo: memFree=1680376/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1785584 CPUtime=1200.07
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 37163 0 1 0 119976 31 0 0 18 0 13 0 1150130794 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3337/statm: 446396 36201 1411 9 0 443743 0
[pid=3337/tid=3339] ppid=3335 vsize=1785584 CPUtime=1199.22
/proc/3337/task/3339/stat : 3339 (java) R 3335 3337 2954 0 -1 64 34443 0 1 0 119893 29 0 0 25 0 13 0 1150130795 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4109521471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3340] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1150130797 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1150130797 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1150130799 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 2954 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 1150130799 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 1150130799 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3345] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 1150130803 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=1785584 CPUtime=0.42
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 2954 0 -1 64 740 0 0 0 42 0 0 0 16 0 13 0 1150130803 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=1785584 CPUtime=0.4
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 2954 0 -1 64 1235 0 0 0 40 0 0 0 17 0 13 0 1150130804 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3348] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1150130804 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1150130804 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3350] ppid=3335 vsize=1785584 CPUtime=0
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1150130837 1828438016 36201 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1785584

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

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

[startup+1200.01 s]
/proc/loadavg: 1.01 1.01 1.00 2/85 3350
/proc/meminfo: memFree=1680376/2055920 swapFree=4174696/4192956
[pid=3337] ppid=3335 vsize=1786232 CPUtime=1200.28
/proc/3337/stat : 3337 (java) S 3335 3337 2954 0 -1 0 37197 0 1 0 119996 32 0 0 16 0 14 0 1150130794 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3337/statm: 446558 36235 1412 9 0 443905 0
[pid=3337/tid=3339] ppid=3335 vsize=1786232 CPUtime=1199.32
/proc/3337/task/3339/stat : 3339 (java) R 3335 3337 2954 0 -1 64 34445 0 1 0 119903 29 0 0 25 0 14 0 1150130795 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4109512445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3340] ppid=3335 vsize=1786232 CPUtime=0
/proc/3337/task/3340/stat : 3340 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 19 0 14 0 1150130797 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3341] ppid=3335 vsize=1786232 CPUtime=0
/proc/3337/task/3341/stat : 3341 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 1150130797 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3342] ppid=3335 vsize=1786232 CPUtime=0
/proc/3337/task/3342/stat : 3342 (java) S 3335 3337 2954 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 1150130799 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3343] ppid=3335 vsize=1786232 CPUtime=0
/proc/3337/task/3343/stat : 3343 (java) S 3335 3337 2954 0 -1 64 10 0 0 0 0 0 0 0 22 0 14 0 1150130799 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3344] ppid=3335 vsize=1786232 CPUtime=0
/proc/3337/task/3344/stat : 3344 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 1150130799 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3345] ppid=3335 vsize=1786232 CPUtime=0
/proc/3337/task/3345/stat : 3345 (java) S 3335 3337 2954 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 1150130803 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3346] ppid=3335 vsize=1786232 CPUtime=0.45
/proc/3337/task/3346/stat : 3346 (java) S 3335 3337 2954 0 -1 64 743 0 0 0 45 0 0 0 16 0 14 0 1150130803 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3347] ppid=3335 vsize=1786232 CPUtime=0.4
/proc/3337/task/3347/stat : 3347 (java) S 3335 3337 2954 0 -1 64 1235 0 0 0 40 0 0 0 17 0 14 0 1150130804 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3348] ppid=3335 vsize=1786232 CPUtime=0
/proc/3337/task/3348/stat : 3348 (java) S 3335 3337 2954 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 1150130804 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3337/tid=3349] ppid=3335 vsize=1786232 CPUtime=0
/proc/3337/task/3349/stat : 3349 (java) S 3335 3337 2954 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 1150130804 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3337/tid=3350] ppid=3335 vsize=1786232 CPUtime=0
/proc/3337/task/3350/stat : 3350 (java) S 3335 3337 2954 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 1150130837 1829101568 36235 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.28
Current children cumulated vsize (KiB) 1786232

Child status: 143
Real time (s): 1200.07
CPU time (s): 1200.35
CPU user time (s): 1200
CPU system time (s): 0.344947
CPU usage (%): 100.023
Max. virtual memory (cumulated for all children) (KiB): 1786400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37197
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= 24670
involuntary context switches= 24785

runsolver used 1.64575 second user time and 3.82342 second system time

The end

Launcher Data

Begin job on node67 at 2009-04-03 18:04:57
IDJOB=1562403
IDBENCH=70934
IDSOLVER=500
FILE ID=node67/1562403-1238774696
PBS_JOBID= 9085523
Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/edgematching/fbcolors/em_7_4_9_fbc.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562403-1238774696/watcher-1562403-1238774696 -o /tmp/evaluation-result-1562403-1238774696/solver-1562403-1238774696 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1562403-1238774696.cnf

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

MD5SUM BENCH= 4259362ee72589b1a94d1f5c9f846a0b
RANDOM SEED=379220007

node67.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.265
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.265
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:       1822136 kB
Buffers:         20288 kB
Cached:         133128 kB
SwapCached:       9784 kB
Active:          33048 kB
Inactive:       131636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822136 kB
SwapTotal:     4192956 kB
SwapFree:      4174696 kB
Dirty:             620 kB
Writeback:           0 kB
Mapped:          16876 kB
Slab:            54204 kB
Committed_AS:  3491780 kB
PageTables:       2052 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= 66560 MiB
End job on node67 at 2009-04-03 18:24:59