Trace number 1720153

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.39 1199.59

General information on the benchmark

Namemanol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark91.6881
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.17/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.17/0.40	c This is free software under the dual EPL/GNU LGPL licenses.
0.17/0.40	c See www.sat4j.org for details.
0.17/0.41	c version 2.1.0.v20090228
0.17/0.41	c sun.arch.data.model	32
0.17/0.41	c java.version	1.6.0_12
0.17/0.41	c os.name	Linux
0.17/0.41	c os.version	2.6.9-22.EL.rootsmp
0.17/0.42	c os.arch	i386
0.17/0.42	c Free memory 1651659224
0.17/0.42	c Max memory 1654456320
0.17/0.42	c Total memory 1654456320
0.17/0.42	c Number of processors 2
0.17/0.46	c c --- Begin Solver configuration ---
0.17/0.46	c Stops conflict analysis at the first Unique Implication Point
0.17/0.46	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.17/0.46	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.17/0.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.17/0.46	c Expensive reason simplification
0.17/0.46	c Armin Biere (Picosat) restarts strategy
0.17/0.46	c timeout=2147483647s
0.17/0.46	c DB Simplification allowed=true
0.17/0.46	c --- End Solver configuration ---
0.17/0.46	c solving HOME/instance-1720153-1240653093.cnf
0.17/0.46	c reading problem ... 
2.02/2.19	c ... done. Wall clock time 1.726s.
2.02/2.19	c #vars     217725
2.02/2.19	c #constraints  646228
2.02/2.19	c constraints type 
2.02/2.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 215409
2.02/2.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 430818
1200.08/1199.41	c starts		: 735
1200.08/1199.41	c conflicts		: 346353
1200.08/1199.41	c decisions		: 2205955
1200.08/1199.41	c propagations		: 767850553
1200.08/1199.41	c inspects		: 2312014200
1200.08/1199.41	c learnt literals	: 149
1200.08/1199.41	c learnt binary clauses	: 1104
1200.08/1199.41	c learnt ternary clauses	: 4968
1200.08/1199.41	c learnt clauses	: 346204
1200.08/1199.41	c ignored clauses	: 0
1200.08/1199.41	c root simplifications	: 884
1200.08/1199.41	c removed literals (reason simplification)	: 10058923
1200.08/1199.41	c reason swapping (by a shorter reason)	: 0
1200.08/1199.41	c Calls to reduceDB	: 0
1200.08/1199.41	c speed (assignments/second)	: 641362.5861266819
1200.08/1199.41	c non guided choices	135542
1200.29/1199.52	c learnt constraints type 
1200.29/1199.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 936
1200.29/1199.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 334750
1200.29/1199.52	s UNKNOWN
1200.29/1199.52	c Total wall clock time (in seconds) : 1198.949

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-1720153-1240653093/watcher-1720153-1240653093 -o /tmp/evaluation-result-1720153-1240653093/solver-1720153-1240653093 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1720153-1240653093.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.00 1.00 1.00 3/64 18697
/proc/meminfo: memFree=1874424/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=18576 CPUtime=0
/proc/18697/stat : 18697 (runsolver) D 18695 18697 18477 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 93342273 19021824 292 1992294400 4194304 4302564 548682068400 18446744073709551615 233588714791 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18697/statm: 4644 292 257 26 0 2626 0

[startup+0.0961611 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18697
/proc/meminfo: memFree=1874424/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=12928 CPUtime=0
/proc/18697/stat : 18697 (java) D 18695 18697 18477 0 -1 0 352 0 15 0 0 0 0 0 18 0 1 0 93342273 13238272 174 1992294400 134512640 134550932 4294956000 18446744073709551615 10656632 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/18697/statm: 3232 174 134 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.104045 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18697
/proc/meminfo: memFree=1874424/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=12928 CPUtime=0.01
/proc/18697/stat : 18697 (java) R 18695 18697 18477 0 -1 0 353 0 17 0 0 1 0 0 18 0 1 0 93342273 13238272 177 1992294400 134512640 134550932 4294956000 18446744073709551615 10658079 0 0 4096 0 0 0 0 17 0 0 0
/proc/18697/statm: 3232 177 135 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.301058 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18697
/proc/meminfo: memFree=1874424/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=1778560 CPUtime=0.1
/proc/18697/stat : 18697 (java) S 18695 18697 18477 0 -1 0 3646 0 55 0 4 6 0 0 18 0 7 0 93342273 1821245440 3445 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18697/statm: 444640 3445 1036 9 0 441991 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1778560

[startup+0.701097 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18697
/proc/meminfo: memFree=1874424/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=1783788 CPUtime=0.6
/proc/18697/stat : 18697 (java) S 18695 18697 18477 0 -1 0 7638 0 55 0 51 9 0 0 18 0 12 0 93342273 1826598912 7423 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18697/statm: 445947 7423 1375 9 0 443294 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1783788

[startup+1.50217 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18709
/proc/meminfo: memFree=1826392/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=1783788 CPUtime=1.42
/proc/18697/stat : 18697 (java) S 18695 18697 18477 0 -1 0 15581 0 55 0 129 13 0 0 18 0 12 0 93342273 1826598912 15364 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18697/statm: 445947 15365 1377 9 0 443294 0
[pid=18697/tid=18699] ppid=18695 vsize=1783788 CPUtime=1.15
/proc/18697/task/18699/stat : 18699 (java) R 18695 18697 18477 0 -1 64 14097 0 12 0 106 9 0 0 18 0 12 0 93342288 1826598912 15365 1992294400 134512640 134550932 4294956000 18446744073709551615 4109462425 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18700] ppid=18695 vsize=1783788 CPUtime=0
/proc/18697/task/18700/stat : 18700 (java) S 18695 18697 18477 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 93342294 1826598912 15365 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18701] ppid=18695 vsize=1783788 CPUtime=0
/proc/18697/task/18701/stat : 18701 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 93342294 1826598912 15366 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18702] ppid=18695 vsize=1783788 CPUtime=0
/proc/18697/task/18702/stat : 18702 (java) S 18695 18697 18477 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 93342298 1826598912 15366 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18703] ppid=18695 vsize=1783788 CPUtime=0
/proc/18697/task/18703/stat : 18703 (java) S 18695 18697 18477 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 93342299 1826598912 15367 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18704] ppid=18695 vsize=1783788 CPUtime=0
/proc/18697/task/18704/stat : 18704 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 93342299 1826598912 15367 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18705] ppid=18695 vsize=1783788 CPUtime=0
/proc/18697/task/18705/stat : 18705 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 93342306 1826598912 15367 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18706] ppid=18695 vsize=1783788 CPUtime=0.1
/proc/18697/task/18706/stat : 18706 (java) S 18695 18697 18477 0 -1 64 266 0 0 0 10 0 0 0 16 0 12 0 93342306 1826598912 15368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18707] ppid=18695 vsize=1783788 CPUtime=0.11
/proc/18697/task/18707/stat : 18707 (java) S 18695 18697 18477 0 -1 64 520 0 0 0 11 0 0 0 15 0 12 0 93342306 1826598912 15368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18708] ppid=18695 vsize=1783788 CPUtime=0
/proc/18697/task/18708/stat : 18708 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 93342306 1826598912 15368 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18709] ppid=18695 vsize=1783788 CPUtime=0
/proc/18697/task/18709/stat : 18709 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 93342306 1826598912 15369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 1783788

[startup+3.10234 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18709
/proc/meminfo: memFree=1784344/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=1785648 CPUtime=3.42
/proc/18697/stat : 18697 (java) S 18695 18697 18477 0 -1 0 27137 0 55 0 324 18 0 0 18 0 13 0 93342273 1828503552 25945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18697/statm: 446412 25945 1404 9 0 443759 0
[pid=18697/tid=18699] ppid=18695 vsize=1785648 CPUtime=2.61
/proc/18697/task/18699/stat : 18699 (java) R 18695 18697 18477 0 -1 64 24239 0 12 0 248 13 0 0 20 0 13 0 93342288 1828503552 25945 1992294400 134512640 134550932 4294956000 18446744073709551615 4109577471 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18700] ppid=18695 vsize=1785648 CPUtime=0
/proc/18697/task/18700/stat : 18700 (java) S 18695 18697 18477 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 93342294 1828503552 25945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18701] ppid=18695 vsize=1785648 CPUtime=0
/proc/18697/task/18701/stat : 18701 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 93342294 1828503552 25945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18702] ppid=18695 vsize=1785648 CPUtime=0
/proc/18697/task/18702/stat : 18702 (java) S 18695 18697 18477 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 93342298 1828503552 25945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18703] ppid=18695 vsize=1785648 CPUtime=0
/proc/18697/task/18703/stat : 18703 (java) S 18695 18697 18477 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 93342299 1828503552 25945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18704] ppid=18695 vsize=1785648 CPUtime=0
/proc/18697/task/18704/stat : 18704 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 93342299 1828503552 25945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18705] ppid=18695 vsize=1785648 CPUtime=0
/proc/18697/task/18705/stat : 18705 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 93342306 1828503552 25945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18706] ppid=18695 vsize=1785648 CPUtime=0.35
/proc/18697/task/18706/stat : 18706 (java) S 18695 18697 18477 0 -1 64 1252 0 0 0 35 0 0 0 17 0 13 0 93342306 1828503552 25945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18707] ppid=18695 vsize=1785648 CPUtime=0.39
/proc/18697/task/18707/stat : 18707 (java) S 18695 18697 18477 0 -1 64 943 0 0 0 39 0 0 0 16 0 13 0 93342306 1828503552 25945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18708] ppid=18695 vsize=1785648 CPUtime=0
/proc/18697/task/18708/stat : 18708 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 93342306 1828503552 25945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18709] ppid=18695 vsize=1785648 CPUtime=0
/proc/18697/task/18709/stat : 18709 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93342306 1828503552 25945 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 1785648

[startup+6.30266 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18710
/proc/meminfo: memFree=1763664/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=1785244 CPUtime=6.71
/proc/18697/stat : 18697 (java) S 18695 18697 18477 0 -1 0 27231 0 55 0 653 18 0 0 18 0 13 0 93342273 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18697/statm: 446311 25883 1404 9 0 443658 0
[pid=18697/tid=18699] ppid=18695 vsize=1785244 CPUtime=5.79
/proc/18697/task/18699/stat : 18699 (java) R 18695 18697 18477 0 -1 64 24273 0 12 0 565 14 0 0 24 0 13 0 93342288 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4109589798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18700] ppid=18695 vsize=1785244 CPUtime=0
/proc/18697/task/18700/stat : 18700 (java) S 18695 18697 18477 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 93342294 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18701] ppid=18695 vsize=1785244 CPUtime=0
/proc/18697/task/18701/stat : 18701 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 93342294 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18702] ppid=18695 vsize=1785244 CPUtime=0
/proc/18697/task/18702/stat : 18702 (java) S 18695 18697 18477 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 93342298 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18703] ppid=18695 vsize=1785244 CPUtime=0
/proc/18697/task/18703/stat : 18703 (java) S 18695 18697 18477 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 93342299 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18704] ppid=18695 vsize=1785244 CPUtime=0
/proc/18697/task/18704/stat : 18704 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 93342299 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18705] ppid=18695 vsize=1785244 CPUtime=0
/proc/18697/task/18705/stat : 18705 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 93342306 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18706] ppid=18695 vsize=1785244 CPUtime=0.46
/proc/18697/task/18706/stat : 18706 (java) S 18695 18697 18477 0 -1 64 1311 0 0 0 46 0 0 0 15 0 13 0 93342306 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18707] ppid=18695 vsize=1785244 CPUtime=0.41
/proc/18697/task/18707/stat : 18707 (java) S 18695 18697 18477 0 -1 64 944 0 0 0 41 0 0 0 17 0 13 0 93342306 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18708] ppid=18695 vsize=1785244 CPUtime=0
/proc/18697/task/18708/stat : 18708 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 93342306 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18709] ppid=18695 vsize=1785244 CPUtime=0
/proc/18697/task/18709/stat : 18709 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93342306 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18710] ppid=18695 vsize=1785244 CPUtime=0
/proc/18697/task/18710/stat : 18710 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 93342505 1828089856 25883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 1785244

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18710
/proc/meminfo: memFree=1763928/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=1785212 CPUtime=13.2
/proc/18697/stat : 18697 (java) S 18695 18697 18477 0 -1 0 27292 0 55 0 1302 18 0 0 18 0 13 0 93342273 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18697/statm: 446303 25935 1411 9 0 443650 0
[pid=18697/tid=18699] ppid=18695 vsize=1785212 CPUtime=12.18
/proc/18697/task/18699/stat : 18699 (java) R 18695 18697 18477 0 -1 64 24320 0 12 0 1204 14 0 0 25 0 13 0 93342288 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4109474764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18700] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18700/stat : 18700 (java) S 18695 18697 18477 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 93342294 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18701] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18701/stat : 18701 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 93342294 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18702] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18702/stat : 18702 (java) S 18695 18697 18477 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 93342298 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18703] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18703/stat : 18703 (java) S 18695 18697 18477 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 93342299 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18704] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18704/stat : 18704 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 93342299 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18705] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18705/stat : 18705 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 93342306 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18706] ppid=18695 vsize=1785212 CPUtime=0.51
/proc/18697/task/18706/stat : 18706 (java) S 18695 18697 18477 0 -1 64 1322 0 0 0 51 0 0 0 16 0 13 0 93342306 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18707] ppid=18695 vsize=1785212 CPUtime=0.46
/proc/18697/task/18707/stat : 18707 (java) S 18695 18697 18477 0 -1 64 947 0 0 0 46 0 0 0 16 0 13 0 93342306 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18708] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18708/stat : 18708 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 93342306 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18709] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18709/stat : 18709 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93342306 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18710] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18710/stat : 18710 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 93342505 1828057088 25935 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.2
Current children cumulated vsize (KiB) 1785212

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18710
/proc/meminfo: memFree=1763608/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=1785212 CPUtime=26
/proc/18697/stat : 18697 (java) S 18695 18697 18477 0 -1 0 27413 0 55 0 2582 18 0 0 18 0 13 0 93342273 1828057088 26056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18697/statm: 446303 26056 1411 9 0 443650 0
[pid=18697/tid=18699] ppid=18695 vsize=1785212 CPUtime=24.98
/proc/18697/task/18699/stat : 18699 (java) R 18695 18697 18477 0 -1 64 24441 0 12 0 2484 14 0 0 25 0 13 0 93342288 1828057088 26056 1992294400 134512640 134550932 4294956000 18446744073709551615 4109559334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18700] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18700/stat : 18700 (java) S 18695 18697 18477 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 93342294 1828057088 26056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18701] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18701/stat : 18701 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 93342294 1828057088 26056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18702] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18702/stat : 18702 (java) S 18695 18697 18477 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 93342298 1828057088 26056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18703] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18703/stat : 18703 (java) S 18695 18697 18477 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 93342299 1828057088 26056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=18697] ppid=18695 vsize=1785212 CPUtime=1063.02
/proc/18697/stat : 18697 (java) S 18695 18697 18477 0 -1 0 72489 0 55 0 106253 49 0 0 18 0 13 0 93342273 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18697/statm: 446303 67646 1418 9 0 443650 0
[pid=18697/tid=18699] ppid=18695 vsize=1785212 CPUtime=1060.88
/proc/18697/task/18699/stat : 18699 (java) R 18695 18697 18477 0 -1 64 37550 0 12 0 106058 30 0 0 25 0 13 0 93342288 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4109582274 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18700] ppid=18695 vsize=1785212 CPUtime=0.47
/proc/18697/task/18700/stat : 18700 (java) S 18695 18697 18477 0 -1 64 15900 0 0 0 41 6 0 0 20 0 13 0 93342294 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18701] ppid=18695 vsize=1785212 CPUtime=0.47
/proc/18697/task/18701/stat : 18701 (java) S 18695 18697 18477 0 -1 64 16049 0 0 0 39 8 0 0 21 0 13 0 93342294 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18702] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18702/stat : 18702 (java) S 18695 18697 18477 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 93342298 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18703] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18703/stat : 18703 (java) S 18695 18697 18477 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 93342299 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18704] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18704/stat : 18704 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 93342299 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18705] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18705/stat : 18705 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18706] ppid=18695 vsize=1785212 CPUtime=0.55
/proc/18697/task/18706/stat : 18706 (java) S 18695 18697 18477 0 -1 64 1327 0 0 0 55 0 0 0 16 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18707] ppid=18695 vsize=1785212 CPUtime=0.57
/proc/18697/task/18707/stat : 18707 (java) S 18695 18697 18477 0 -1 64 956 0 0 0 57 0 0 0 17 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18708] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18708/stat : 18708 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18709] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18709/stat : 18709 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18710] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18710/stat : 18710 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 93342505 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.02
Current children cumulated vsize (KiB) 1785212

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18716
/proc/meminfo: memFree=1596184/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=1785212 CPUtime=1123
/proc/18697/stat : 18697 (java) S 18695 18697 18477 0 -1 0 72489 0 55 0 112251 49 0 0 18 0 13 0 93342273 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18697/statm: 446303 67646 1418 9 0 443650 0
[pid=18697/tid=18699] ppid=18695 vsize=1785212 CPUtime=1120.87
/proc/18697/task/18699/stat : 18699 (java) R 18695 18697 18477 0 -1 64 37550 0 12 0 112057 30 0 0 25 0 13 0 93342288 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4109582208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18700] ppid=18695 vsize=1785212 CPUtime=0.47
/proc/18697/task/18700/stat : 18700 (java) S 18695 18697 18477 0 -1 64 15900 0 0 0 41 6 0 0 20 0 13 0 93342294 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18701] ppid=18695 vsize=1785212 CPUtime=0.47
/proc/18697/task/18701/stat : 18701 (java) S 18695 18697 18477 0 -1 64 16049 0 0 0 39 8 0 0 21 0 13 0 93342294 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18702] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18702/stat : 18702 (java) S 18695 18697 18477 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 93342298 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18703] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18703/stat : 18703 (java) S 18695 18697 18477 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 93342299 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18704] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18704/stat : 18704 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 93342299 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18705] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18705/stat : 18705 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18706] ppid=18695 vsize=1785212 CPUtime=0.55
/proc/18697/task/18706/stat : 18706 (java) S 18695 18697 18477 0 -1 64 1327 0 0 0 55 0 0 0 16 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18707] ppid=18695 vsize=1785212 CPUtime=0.57
/proc/18697/task/18707/stat : 18707 (java) S 18695 18697 18477 0 -1 64 956 0 0 0 57 0 0 0 17 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18708] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18708/stat : 18708 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18709] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18709/stat : 18709 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18710] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18710/stat : 18710 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 93342505 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123
Current children cumulated vsize (KiB) 1785212

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18716
/proc/meminfo: memFree=1596184/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=1785212 CPUtime=1182.98
/proc/18697/stat : 18697 (java) S 18695 18697 18477 0 -1 0 72489 0 55 0 118249 49 0 0 18 0 13 0 93342273 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18697/statm: 446303 67646 1418 9 0 443650 0
[pid=18697/tid=18699] ppid=18695 vsize=1785212 CPUtime=1180.85
/proc/18697/task/18699/stat : 18699 (java) R 18695 18697 18477 0 -1 64 37550 0 12 0 118055 30 0 0 25 0 13 0 93342288 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4109582563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18700] ppid=18695 vsize=1785212 CPUtime=0.47
/proc/18697/task/18700/stat : 18700 (java) S 18695 18697 18477 0 -1 64 15900 0 0 0 41 6 0 0 20 0 13 0 93342294 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18701] ppid=18695 vsize=1785212 CPUtime=0.47
/proc/18697/task/18701/stat : 18701 (java) S 18695 18697 18477 0 -1 64 16049 0 0 0 39 8 0 0 21 0 13 0 93342294 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18702] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18702/stat : 18702 (java) S 18695 18697 18477 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 93342298 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18703] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18703/stat : 18703 (java) S 18695 18697 18477 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 93342299 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18704] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18704/stat : 18704 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 93342299 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18705] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18705/stat : 18705 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18706] ppid=18695 vsize=1785212 CPUtime=0.55
/proc/18697/task/18706/stat : 18706 (java) S 18695 18697 18477 0 -1 64 1327 0 0 0 55 0 0 0 16 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18707] ppid=18695 vsize=1785212 CPUtime=0.57
/proc/18697/task/18707/stat : 18707 (java) S 18695 18697 18477 0 -1 64 956 0 0 0 57 0 0 0 17 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18708] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18708/stat : 18708 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18709] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18709/stat : 18709 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18710] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18710/stat : 18710 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 93342505 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.98
Current children cumulated vsize (KiB) 1785212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18716
/proc/meminfo: memFree=1596184/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=1785212 CPUtime=1200.08
/proc/18697/stat : 18697 (java) S 18695 18697 18477 0 -1 0 72489 0 55 0 119959 49 0 0 18 0 13 0 93342273 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18697/statm: 446303 67646 1418 9 0 443650 0
[pid=18697/tid=18699] ppid=18695 vsize=1785212 CPUtime=1197.95
/proc/18697/task/18699/stat : 18699 (java) R 18695 18697 18477 0 -1 64 37550 0 12 0 119765 30 0 0 25 0 13 0 93342288 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4109639270 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18700] ppid=18695 vsize=1785212 CPUtime=0.47
/proc/18697/task/18700/stat : 18700 (java) S 18695 18697 18477 0 -1 64 15900 0 0 0 41 6 0 0 20 0 13 0 93342294 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18701] ppid=18695 vsize=1785212 CPUtime=0.47
/proc/18697/task/18701/stat : 18701 (java) S 18695 18697 18477 0 -1 64 16049 0 0 0 39 8 0 0 21 0 13 0 93342294 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18702] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18702/stat : 18702 (java) S 18695 18697 18477 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 93342298 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18703] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18703/stat : 18703 (java) S 18695 18697 18477 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 93342299 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18704] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18704/stat : 18704 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 93342299 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18705] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18705/stat : 18705 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18706] ppid=18695 vsize=1785212 CPUtime=0.55
/proc/18697/task/18706/stat : 18706 (java) S 18695 18697 18477 0 -1 64 1327 0 0 0 55 0 0 0 16 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18707] ppid=18695 vsize=1785212 CPUtime=0.57
/proc/18697/task/18707/stat : 18707 (java) S 18695 18697 18477 0 -1 64 956 0 0 0 57 0 0 0 17 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18708] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18708/stat : 18708 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18709] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18709/stat : 18709 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 93342306 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18710] ppid=18695 vsize=1785212 CPUtime=0
/proc/18697/task/18710/stat : 18710 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 93342505 1828057088 67646 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1785212

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

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

[startup+1199.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18716
/proc/meminfo: memFree=1596184/2055920 swapFree=4180920/4192956
[pid=18697] ppid=18695 vsize=1785860 CPUtime=1200.29
/proc/18697/stat : 18697 (java) S 18695 18697 18477 0 -1 0 72510 0 55 0 119980 49 0 0 16 0 15 0 93342273 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18697/statm: 446465 67667 1418 9 0 443812 0
[pid=18697/tid=18699] ppid=18695 vsize=1785860 CPUtime=1198.06
/proc/18697/task/18699/stat : 18699 (java) R 18695 18697 18477 0 -1 64 37550 0 12 0 119776 30 0 0 25 0 15 0 93342288 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4109577471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18697/tid=18700] ppid=18695 vsize=1785860 CPUtime=0.47
/proc/18697/task/18700/stat : 18700 (java) S 18695 18697 18477 0 -1 64 15900 0 0 0 41 6 0 0 20 0 15 0 93342294 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18701] ppid=18695 vsize=1785860 CPUtime=0.47
/proc/18697/task/18701/stat : 18701 (java) S 18695 18697 18477 0 -1 64 16049 0 0 0 39 8 0 0 21 0 15 0 93342294 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18702] ppid=18695 vsize=1785860 CPUtime=0
/proc/18697/task/18702/stat : 18702 (java) S 18695 18697 18477 0 -1 64 8 0 0 0 0 0 0 0 16 0 15 0 93342298 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18703] ppid=18695 vsize=1785860 CPUtime=0
/proc/18697/task/18703/stat : 18703 (java) S 18695 18697 18477 0 -1 64 11 0 0 0 0 0 0 0 17 0 15 0 93342299 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18704] ppid=18695 vsize=1785860 CPUtime=0
/proc/18697/task/18704/stat : 18704 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 22 0 15 0 93342299 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18705] ppid=18695 vsize=1785860 CPUtime=0
/proc/18697/task/18705/stat : 18705 (java) S 18695 18697 18477 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 93342306 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18706] ppid=18695 vsize=1785860 CPUtime=0.55
/proc/18697/task/18706/stat : 18706 (java) S 18695 18697 18477 0 -1 64 1327 0 0 0 55 0 0 0 16 0 15 0 93342306 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18707] ppid=18695 vsize=1785860 CPUtime=0.61
/proc/18697/task/18707/stat : 18707 (java) S 18695 18697 18477 0 -1 64 959 0 0 0 61 0 0 0 17 0 15 0 93342306 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18708] ppid=18695 vsize=1785860 CPUtime=0
/proc/18697/task/18708/stat : 18708 (java) S 18695 18697 18477 0 -1 64 1 0 0 0 0 0 0 0 23 0 15 0 93342306 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18709] ppid=18695 vsize=1785860 CPUtime=0
/proc/18697/task/18709/stat : 18709 (java) S 18695 18697 18477 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 93342306 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18697/tid=18710] ppid=18695 vsize=1785860 CPUtime=0
/proc/18697/task/18710/stat : 18710 (java) S 18695 18697 18477 0 -1 64 4 0 0 0 0 0 0 0 18 0 15 0 93342505 1828720640 67667 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.29
Current children cumulated vsize (KiB) 1785860

Child status: 143
Real time (s): 1199.59
CPU time (s): 1200.39
CPU user time (s): 1199.85
CPU system time (s): 0.542917
CPU usage (%): 100.067
Max. virtual memory (cumulated for all children) (KiB): 1786012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.85
system time used= 0.542917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72513
page faults= 55
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25018
involuntary context switches= 24124

runsolver used 1.24681 second user time and 3.18651 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-25 11:51:34
IDJOB=1720153
IDBENCH=69595
IDSOLVER=500
FILE ID=node27/1720153-1240653093
PBS_JOBID= 9186488
Free space on /tmp= 66184 MiB

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

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

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED=1156593985

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1874840 kB
Buffers:         11248 kB
Cached:         104060 kB
SwapCached:       4848 kB
Active:          40080 kB
Inactive:        83128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874840 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:           11604 kB
Writeback:           0 kB
Mapped:          14096 kB
Slab:            43736 kB
Committed_AS:   308620 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66184 MiB
End job on node27 at 2009-04-25 12:11:35