Trace number 1715733

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.31 1199.1

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-5-17-s.cnf
MD5SUMcd6cb5ea01688ce5beec6e625055ac90
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark693.225
Satisfiable
(Un)Satisfiability was proved
Number of variables252328
Number of clauses1189896
Sum of the clauses size2752826
Maximum clause length10
Minimum clause length1
Number of clauses of size 118837
Number of clauses of size 2919648
Number of clauses of size 3204591
Number of clauses of size 45200
Number of clauses of size 520800
Number of clauses of size over 520820

Solver Data

0.11/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.44	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.44	c See www.sat4j.org for details.
0.11/0.45	c version 2.1.0.v20090228
0.11/0.45	c sun.arch.data.model	32
0.11/0.45	c java.version	1.6.0_12
0.11/0.45	c os.name	Linux
0.11/0.45	c os.version	2.6.9-22.EL.rootsmp
0.11/0.45	c os.arch	i386
0.11/0.45	c Free memory 1651659224
0.11/0.45	c Max memory 1654456320
0.11/0.45	c Total memory 1654456320
0.11/0.45	c Number of processors 2
0.23/0.50	c c --- Begin Solver configuration ---
0.23/0.50	c Stops conflict analysis at the first Unique Implication Point
0.23/0.50	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.23/0.50	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.23/0.50	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.23/0.50	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.23/0.50	c Expensive reason simplification
0.23/0.50	c Armin Biere (Picosat) restarts strategy
0.23/0.50	c timeout=2147483647s
0.23/0.50	c DB Simplification allowed=true
0.23/0.50	c --- End Solver configuration ---
0.23/0.50	c solving HOME/instance-1715733-1240606713.cnf
0.23/0.50	c reading problem ... 
3.25/3.41	c ... done. Wall clock time 2.915s.
3.25/3.41	c #vars     252328
3.25/3.41	c #constraints  1179248
3.25/3.41	c constraints type 
3.25/3.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 251281
3.25/3.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 918530
1200.04/1198.92	c starts		: 428
1200.04/1198.92	c conflicts		: 127136
1200.04/1198.92	c decisions		: 1535747
1200.04/1198.92	c propagations		: 466120915
1200.04/1198.92	c inspects		: 1605033737
1200.04/1198.92	c learnt literals	: 241
1200.04/1198.92	c learnt binary clauses	: 2694
1200.04/1198.92	c learnt ternary clauses	: 3579
1200.04/1198.92	c learnt clauses	: 126895
1200.04/1198.92	c ignored clauses	: 0
1200.04/1198.92	c root simplifications	: 669
1200.04/1198.92	c removed literals (reason simplification)	: 6661188
1200.04/1198.92	c reason swapping (by a shorter reason)	: 0
1200.04/1198.92	c Calls to reduceDB	: 0
1200.04/1198.92	c speed (assignments/second)	: 389896.80794379587
1200.04/1198.92	c non guided choices	6266
1200.04/1198.98	c learnt constraints type 
1200.04/1198.98	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2436
1200.04/1198.98	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122716
1200.04/1198.98	s UNKNOWN
1200.04/1198.98	c Total wall clock time (in seconds) : 1198.417

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

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


[startup+0 s]
/proc/loadavg: 0.91 0.93 0.62 3/64 17001
/proc/meminfo: memFree=1875528/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=18576 CPUtime=0
/proc/17001/stat : 17001 (runsolver) D 16999 17001 16907 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 88699310 19021824 292 1992294400 4194304 4302564 548682068400 18446744073709551615 208717540647 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/17001/statm: 4644 292 257 26 0 2626 0

[startup+0.0310031 s]
/proc/loadavg: 0.91 0.93 0.62 3/64 17001
/proc/meminfo: memFree=1875528/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=18576 CPUtime=0
/proc/17001/stat : 17001 (runsolver) D 16999 17001 16907 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 88699310 19021824 292 1992294400 4194304 4302564 548682068400 18446744073709551615 208717540647 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17001/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.102011 s]
/proc/loadavg: 0.91 0.93 0.62 3/64 17001
/proc/meminfo: memFree=1875528/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=1472 CPUtime=0
/proc/17001/stat : 17001 (java6) D 16999 17001 16907 0 -1 0 93 0 5 0 0 0 0 0 18 0 1 0 88699310 1507328 71 1992294400 134512640 134550932 4294956176 18446744073709551615 11331904 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/17001/statm: 368 71 51 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.301037 s]
/proc/loadavg: 0.91 0.93 0.62 3/64 17001
/proc/meminfo: memFree=1875528/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=1778424 CPUtime=0.06
/proc/17001/stat : 17001 (java) S 16999 17001 16907 0 -1 0 3462 0 89 0 3 3 0 0 18 0 7 0 88699310 1821106176 3295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 444606 3296 1019 9 0 441957 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778424

[startup+0.701081 s]
/proc/loadavg: 0.91 0.93 0.62 3/64 17001
/proc/meminfo: memFree=1875528/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=1784056 CPUtime=0.49
/proc/17001/stat : 17001 (java) S 16999 17001 16907 0 -1 0 9055 0 89 0 43 6 0 0 18 0 12 0 88699310 1826873344 8855 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 446014 8855 1373 9 0 443361 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1784056

[startup+1.50116 s]
/proc/loadavg: 0.91 0.93 0.62 2/76 17013
/proc/meminfo: memFree=1818088/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=1784056 CPUtime=1.31
/proc/17001/stat : 17001 (java) S 16999 17001 16907 0 -1 0 19655 0 89 0 120 11 0 0 18 0 12 0 88699310 1826873344 19454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 446014 19454 1375 9 0 443361 0
[pid=17001/tid=17003] ppid=16999 vsize=1784056 CPUtime=1.1
/proc/17001/task/17003/stat : 17003 (java) R 16999 17001 16907 0 -1 64 18120 0 39 0 100 10 0 0 18 0 12 0 88699329 1826873344 19454 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16907 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 88699335 1826873344 19455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17005] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 88699335 1826873344 19455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16907 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 88699338 1826873344 19455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16907 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 88699339 1826873344 19455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17008] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16907 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 88699339 1826873344 19455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17009] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 88699347 1826873344 19455 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=1784056 CPUtime=0.09
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16907 0 -1 64 280 0 0 0 9 0 0 0 17 0 12 0 88699347 1826873344 19456 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17011] ppid=16999 vsize=1784056 CPUtime=0.09
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16907 0 -1 64 563 0 0 0 9 0 0 0 16 0 12 0 88699347 1826873344 19456 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17012] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 88699347 1826873344 19456 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17013] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 88699347 1826873344 19456 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 1784056

[startup+3.10233 s]
/proc/loadavg: 0.91 0.93 0.62 2/76 17013
/proc/meminfo: memFree=1779176/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=1784056 CPUtime=2.95
/proc/17001/stat : 17001 (java) S 16999 17001 16907 0 -1 0 30111 0 89 0 279 16 0 0 18 0 12 0 88699310 1826873344 29910 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 446014 29910 1382 9 0 443361 0
[pid=17001/tid=17003] ppid=16999 vsize=1784056 CPUtime=2.68
/proc/17001/task/17003/stat : 17003 (java) R 16999 17001 16907 0 -1 64 28570 0 39 0 254 14 0 0 25 0 12 0 88699329 1826873344 29910 1992294400 134512640 134550932 4294956000 18446744073709551615 4109492142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16907 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 88699335 1826873344 29910 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17005] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 88699335 1826873344 29911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16907 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 88699338 1826873344 29911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16907 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 88699339 1826873344 29911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17008] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16907 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 88699339 1826873344 29912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17009] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 88699347 1826873344 29912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=1784056 CPUtime=0.13
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16907 0 -1 64 284 0 0 0 13 0 0 0 16 0 12 0 88699347 1826873344 29912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17011] ppid=16999 vsize=1784056 CPUtime=0.11
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16907 0 -1 64 565 0 0 0 11 0 0 0 16 0 12 0 88699347 1826873344 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17012] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 88699347 1826873344 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17013] ppid=16999 vsize=1784056 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 88699347 1826873344 29914 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1784056

[startup+6.30268 s]
/proc/loadavg: 1.00 0.95 0.63 2/77 17014
/proc/meminfo: memFree=1720480/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=1785008 CPUtime=6.75
/proc/17001/stat : 17001 (java) S 16999 17001 16907 0 -1 0 37911 0 89 0 655 20 0 0 18 0 13 0 88699310 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 446252 37042 1407 9 0 443599 0
[pid=17001/tid=17003] ppid=16999 vsize=1785008 CPUtime=5.68
/proc/17001/task/17003/stat : 17003 (java) R 16999 17001 16907 0 -1 64 35444 0 39 0 551 17 0 0 19 0 13 0 88699329 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4109635060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17004] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16907 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 88699335 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17005] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 88699335 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16907 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 88699338 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17007] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16907 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 88699339 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17008] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16907 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88699339 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17009] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 88699347 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=1785008 CPUtime=0.44
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16907 0 -1 64 529 0 0 0 44 0 0 0 16 0 13 0 88699347 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17011] ppid=16999 vsize=1785008 CPUtime=0.59
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16907 0 -1 64 1242 0 0 0 59 0 0 0 15 0 13 0 88699347 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17012] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88699347 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17013] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88699347 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17014] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17014/stat : 17014 (java) S 16999 17001 16907 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88699681 1827848192 37042 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 1785008

[startup+12.7023 s]
/proc/loadavg: 1.00 0.95 0.63 2/77 17014
/proc/meminfo: memFree=1719464/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=1785008 CPUtime=13.26
/proc/17001/stat : 17001 (java) S 16999 17001 16907 0 -1 0 38663 0 89 0 1305 21 0 0 18 0 13 0 88699310 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 446252 37361 1411 9 0 443599 0
[pid=17001/tid=17003] ppid=16999 vsize=1785008 CPUtime=12.07
/proc/17001/task/17003/stat : 17003 (java) R 16999 17001 16907 0 -1 64 35649 0 39 0 1189 18 0 0 25 0 13 0 88699329 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4109644628 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16907 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 88699335 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17005] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 88699335 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16907 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 88699338 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17007] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16907 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 88699339 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17008] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16907 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 88699339 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17009] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 88699347 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=1785008 CPUtime=0.55
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16907 0 -1 64 1075 0 0 0 55 0 0 0 16 0 13 0 88699347 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17011] ppid=16999 vsize=1785008 CPUtime=0.6
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16907 0 -1 64 1243 0 0 0 60 0 0 0 16 0 13 0 88699347 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17012] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88699347 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17013] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88699347 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17014] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17014/stat : 17014 (java) S 16999 17001 16907 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88699681 1827848192 37361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.26
Current children cumulated vsize (KiB) 1785008

[startup+25.5017 s]
/proc/loadavg: 1.00 0.95 0.63 2/77 17014
/proc/meminfo: memFree=1718568/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=1785008 CPUtime=26.04
/proc/17001/stat : 17001 (java) S 16999 17001 16907 0 -1 0 38933 0 89 0 2583 21 0 0 18 0 13 0 88699310 1827848192 37631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 446252 37631 1411 9 0 443599 0
[pid=17001/tid=17003] ppid=16999 vsize=1785008 CPUtime=24.85
/proc/17001/task/17003/stat : 17003 (java) R 16999 17001 16907 0 -1 64 35919 0 39 0 2467 18 0 0 25 0 13 0 88699329 1827848192 37631 1992294400 134512640 134550932 4294956000 18446744073709551615 4109635241 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16907 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 88699335 1827848192 37631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17005] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 88699335 1827848192 37631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16907 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 88699338 1827848192 37631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17007] ppid=16999 vsize=1785008 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16907 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 88699339 1827848192 37631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=17001] ppid=16999 vsize=1784592 CPUtime=1063.5
/proc/17001/stat : 17001 (java) S 16999 17001 16907 0 -1 0 115550 0 89 0 106289 61 0 0 18 0 13 0 88699310 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 446148 102890 1420 9 0 443495 0
[pid=17001/tid=17003] ppid=16999 vsize=1784592 CPUtime=1060.29
/proc/17001/task/17003/stat : 17003 (java) R 16999 17001 16907 0 -1 64 37534 0 39 0 106006 23 0 0 25 0 13 0 88699329 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4109527280 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=1784592 CPUtime=0.9
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16907 0 -1 64 30840 0 0 0 74 16 0 0 16 0 13 0 88699335 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17005] ppid=16999 vsize=1784592 CPUtime=0.9
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16907 0 -1 64 44093 0 0 0 71 19 0 0 16 0 13 0 88699335 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16907 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 88699338 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16907 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 88699339 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17008] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16907 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 88699339 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17009] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=1784592 CPUtime=0.65
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16907 0 -1 64 1098 0 0 0 65 0 0 0 16 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17011] ppid=16999 vsize=1784592 CPUtime=0.7
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16907 0 -1 64 1282 0 0 0 70 0 0 0 16 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17012] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17013] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17014] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17014/stat : 17014 (java) S 16999 17001 16907 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88699681 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.5
Current children cumulated vsize (KiB) 1784592

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.85 2/77 17020
/proc/meminfo: memFree=1456424/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=1784592 CPUtime=1123.47
/proc/17001/stat : 17001 (java) S 16999 17001 16907 0 -1 0 115550 0 89 0 112286 61 0 0 18 0 13 0 88699310 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 446148 102890 1420 9 0 443495 0
[pid=17001/tid=17003] ppid=16999 vsize=1784592 CPUtime=1120.26
/proc/17001/task/17003/stat : 17003 (java) R 16999 17001 16907 0 -1 64 37534 0 39 0 112003 23 0 0 25 0 13 0 88699329 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4109554727 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=1784592 CPUtime=0.9
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16907 0 -1 64 30840 0 0 0 74 16 0 0 16 0 13 0 88699335 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17005] ppid=16999 vsize=1784592 CPUtime=0.9
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16907 0 -1 64 44093 0 0 0 71 19 0 0 16 0 13 0 88699335 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16907 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 88699338 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16907 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 88699339 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17008] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16907 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 88699339 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17009] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=1784592 CPUtime=0.65
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16907 0 -1 64 1098 0 0 0 65 0 0 0 16 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17011] ppid=16999 vsize=1784592 CPUtime=0.7
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16907 0 -1 64 1282 0 0 0 70 0 0 0 16 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17012] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17013] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17014] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17014/stat : 17014 (java) S 16999 17001 16907 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88699681 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.47
Current children cumulated vsize (KiB) 1784592

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.85 2/77 17020
/proc/meminfo: memFree=1456424/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=1784592 CPUtime=1183.45
/proc/17001/stat : 17001 (java) S 16999 17001 16907 0 -1 0 115550 0 89 0 118284 61 0 0 18 0 13 0 88699310 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 446148 102890 1420 9 0 443495 0
[pid=17001/tid=17003] ppid=16999 vsize=1784592 CPUtime=1180.23
/proc/17001/task/17003/stat : 17003 (java) R 16999 17001 16907 0 -1 64 37534 0 39 0 118000 23 0 0 25 0 13 0 88699329 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4109527283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=1784592 CPUtime=0.9
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16907 0 -1 64 30840 0 0 0 74 16 0 0 16 0 13 0 88699335 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17005] ppid=16999 vsize=1784592 CPUtime=0.9
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16907 0 -1 64 44093 0 0 0 71 19 0 0 16 0 13 0 88699335 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16907 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 88699338 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16907 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 88699339 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17008] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16907 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 88699339 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17009] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=1784592 CPUtime=0.65
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16907 0 -1 64 1098 0 0 0 65 0 0 0 16 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17011] ppid=16999 vsize=1784592 CPUtime=0.7
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16907 0 -1 64 1282 0 0 0 70 0 0 0 16 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17012] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17013] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17014] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17014/stat : 17014 (java) S 16999 17001 16907 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88699681 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.45
Current children cumulated vsize (KiB) 1784592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.9 s]
/proc/loadavg: 1.00 0.97 0.86 2/77 17020
/proc/meminfo: memFree=1456360/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=1784592 CPUtime=1200.04
/proc/17001/stat : 17001 (java) S 16999 17001 16907 0 -1 0 115550 0 89 0 119943 61 0 0 18 0 13 0 88699310 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 446148 102890 1420 9 0 443495 0
[pid=17001/tid=17003] ppid=16999 vsize=1784592 CPUtime=1196.83
/proc/17001/task/17003/stat : 17003 (java) R 16999 17001 16907 0 -1 64 37534 0 39 0 119660 23 0 0 25 0 13 0 88699329 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4109674206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=1784592 CPUtime=0.9
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16907 0 -1 64 30840 0 0 0 74 16 0 0 16 0 13 0 88699335 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17005] ppid=16999 vsize=1784592 CPUtime=0.9
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16907 0 -1 64 44093 0 0 0 71 19 0 0 16 0 13 0 88699335 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16907 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 88699338 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16907 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 88699339 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17008] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16907 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 88699339 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17009] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17010] ppid=16999 vsize=1784592 CPUtime=0.65
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16907 0 -1 64 1098 0 0 0 65 0 0 0 16 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17011] ppid=16999 vsize=1784592 CPUtime=0.7
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16907 0 -1 64 1282 0 0 0 70 0 0 0 16 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17012] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17013] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 88699347 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17014] ppid=16999 vsize=1784592 CPUtime=0
/proc/17001/task/17014/stat : 17014 (java) S 16999 17001 16907 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 88699681 1827422208 102890 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1784592

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

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

[startup+1199.02 s]
/proc/loadavg: 1.00 0.97 0.86 2/77 17020
/proc/meminfo: memFree=1456360/2055920 swapFree=4181276/4192956
[pid=17001] ppid=16999 vsize=1785240 CPUtime=1200.22
/proc/17001/stat : 17001 (java) S 16999 17001 16907 0 -1 0 115729 0 89 0 119960 62 0 0 16 0 14 0 88699310 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17001/statm: 446310 103041 1421 9 0 443657 0
[pid=17001/tid=17003] ppid=16999 vsize=1785240 CPUtime=1196.94
/proc/17001/task/17003/stat : 17003 (java) R 16999 17001 16907 0 -1 64 37534 0 39 0 119671 23 0 0 25 0 14 0 88699329 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4109635241 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17004] ppid=16999 vsize=1785240 CPUtime=0.9
/proc/17001/task/17004/stat : 17004 (java) S 16999 17001 16907 0 -1 64 30840 0 0 0 74 16 0 0 16 0 14 0 88699335 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17005] ppid=16999 vsize=1785240 CPUtime=0.9
/proc/17001/task/17005/stat : 17005 (java) S 16999 17001 16907 0 -1 64 44093 0 0 0 71 19 0 0 16 0 14 0 88699335 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17006] ppid=16999 vsize=1785240 CPUtime=0
/proc/17001/task/17006/stat : 17006 (java) S 16999 17001 16907 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 88699338 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17007] ppid=16999 vsize=1785240 CPUtime=0
/proc/17001/task/17007/stat : 17007 (java) S 16999 17001 16907 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 88699339 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17008] ppid=16999 vsize=1785240 CPUtime=0
/proc/17001/task/17008/stat : 17008 (java) S 16999 17001 16907 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 88699339 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17009] ppid=16999 vsize=1785240 CPUtime=0
/proc/17001/task/17009/stat : 17009 (java) S 16999 17001 16907 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 88699347 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17010] ppid=16999 vsize=1785240 CPUtime=0.68
/proc/17001/task/17010/stat : 17010 (java) S 16999 17001 16907 0 -1 64 1256 0 0 0 68 0 0 0 17 0 14 0 88699347 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17011] ppid=16999 vsize=1785240 CPUtime=0.7
/proc/17001/task/17011/stat : 17011 (java) S 16999 17001 16907 0 -1 64 1282 0 0 0 70 0 0 0 16 0 14 0 88699347 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17001/tid=17012] ppid=16999 vsize=1785240 CPUtime=0
/proc/17001/task/17012/stat : 17012 (java) S 16999 17001 16907 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 88699347 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17013] ppid=16999 vsize=1785240 CPUtime=0
/proc/17001/task/17013/stat : 17013 (java) S 16999 17001 16907 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 88699347 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17001/tid=17014] ppid=16999 vsize=1785240 CPUtime=0
/proc/17001/task/17014/stat : 17014 (java) S 16999 17001 16907 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 88699681 1828085760 103041 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.22
Current children cumulated vsize (KiB) 1785240

Child status: 143
Real time (s): 1199.1
CPU time (s): 1200.31
CPU user time (s): 1199.62
CPU system time (s): 0.684895
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 1785240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.62
system time used= 0.684895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115730
page faults= 89
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25148
involuntary context switches= 26817

runsolver used 1.3028 second user time and 3.15752 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-24 22:58:35
IDJOB=1715733
IDBENCH=20348
IDSOLVER=500
FILE ID=node47/1715733-1240606713
PBS_JOBID= 9186270
Free space on /tmp= 66268 MiB

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

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

MD5SUM BENCH= cd6cb5ea01688ce5beec6e625055ac90
RANDOM SEED=361832338

node47.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.212
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.212
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:       1876008 kB
Buffers:         33212 kB
Cached:          97900 kB
SwapCached:       6384 kB
Active:          88876 kB
Inactive:        51024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876008 kB
SwapTotal:     4192956 kB
SwapFree:      4181276 kB
Dirty:           21720 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            26084 kB
Committed_AS:   304004 kB
PageTables:       1444 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= 66268 MiB
End job on node47 at 2009-04-24 23:18:36