Trace number 1721089

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.34 1200

General information on the benchmark

Namemizh-md5-48-5.cnf
MD5SUM8ab50418497c0326ed1ff5d73a4e24a3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark155.035
Satisfiable
(Un)Satisfiability was proved
Number of variables66892
Number of clauses279256
Sum of the clauses size832648
Maximum clause length4
Minimum clause length1
Number of clauses of size 1201
Number of clauses of size 2120496
Number of clauses of size 342781
Number of clauses of size 4115778
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.16/0.71	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.16/0.71	c This is free software under the dual EPL/GNU LGPL licenses.
0.16/0.71	c See www.sat4j.org for details.
0.16/0.72	c version 2.1.0.v20090228
0.16/0.72	c sun.arch.data.model	32
0.16/0.72	c java.version	1.6.0_12
0.16/0.72	c os.name	Linux
0.16/0.72	c os.version	2.6.9-22.EL.rootsmp
0.16/0.72	c os.arch	i386
0.16/0.72	c Free memory 1651659224
0.16/0.72	c Max memory 1654456320
0.16/0.72	c Total memory 1654456320
0.16/0.72	c Number of processors 2
0.16/0.77	c c --- Begin Solver configuration ---
0.16/0.77	c Stops conflict analysis at the first Unique Implication Point
0.16/0.77	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.16/0.77	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.16/0.77	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.16/0.77	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.16/0.77	c Expensive reason simplification
0.16/0.77	c Armin Biere (Picosat) restarts strategy
0.16/0.77	c timeout=2147483647s
0.16/0.77	c DB Simplification allowed=true
0.16/0.77	c --- End Solver configuration ---
0.16/0.77	c solving HOME/instance-1721089-1240662734.cnf
0.16/0.77	c reading problem ... 
1.10/1.59	c ... done. Wall clock time 0.815s.
1.10/1.59	c #vars     66892
1.10/1.59	c #constraints  245481
1.10/1.59	c constraints type 
1.10/1.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 130404
1.10/1.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 109777
1200.01/1199.81	c starts		: 945
1200.01/1199.81	c conflicts		: 600953
1200.01/1199.81	c decisions		: 3588160
1200.01/1199.81	c propagations		: 459946297
1200.01/1199.81	c inspects		: 3153106783
1200.01/1199.81	c learnt literals	: 299
1200.01/1199.81	c learnt binary clauses	: 6550
1200.01/1199.81	c learnt ternary clauses	: 36746
1200.01/1199.81	c learnt clauses	: 600654
1200.01/1199.81	c ignored clauses	: 0
1200.01/1199.81	c root simplifications	: 1244
1200.01/1199.81	c removed literals (reason simplification)	: 8629161
1200.01/1199.81	c reason swapping (by a shorter reason)	: 0
1200.01/1199.82	c Calls to reduceDB	: 0
1200.01/1199.82	c speed (assignments/second)	: 383855.962184127
1200.01/1199.82	c non guided choices	129693
1200.22/1199.94	c learnt constraints type 
1200.22/1199.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5499
1200.22/1199.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 495882
1200.22/1199.94	s UNKNOWN
1200.22/1199.94	c Total wall clock time (in seconds) : 1199.044

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-1721089-1240662734/watcher-1721089-1240662734 -o /tmp/evaluation-result-1721089-1240662734/solver-1721089-1240662734 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1721089-1240662734.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.97 0.99 3/65 17580
/proc/meminfo: memFree=1852256/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=18576 CPUtime=0
/proc/17580/stat : 17580 (runsolver) D 17578 17580 17183 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 94303600 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 265674091815 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17580/statm: 4644 292 257 26 0 2626 0

[startup+0.043348 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 17580
/proc/meminfo: memFree=1852256/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=18576 CPUtime=0
/proc/17580/stat : 17580 (runsolver) D 17578 17580 17183 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 94303600 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 265674091815 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/17580/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101351 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 17580
/proc/meminfo: memFree=1852256/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=18576 CPUtime=0
/proc/17580/stat : 17580 (runsolver) D 17578 17580 17183 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 94303600 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 265674091815 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/17580/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.301377 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 17580
/proc/meminfo: memFree=1852256/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=12928 CPUtime=0.01
/proc/17580/stat : 17580 (java) D 17578 17580 17183 0 -1 0 343 0 14 0 0 1 0 0 18 0 1 0 94303600 13238272 165 1992294400 134512640 134550932 4294955984 18446744073709551615 11772935 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/17580/statm: 3232 165 127 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.701419 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 17580
/proc/meminfo: memFree=1852256/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=1780924 CPUtime=0.16
/proc/17580/stat : 17580 (java) S 17578 17580 17183 0 -1 0 4025 0 64 0 9 7 0 0 18 0 12 0 94303600 1823666176 3831 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 445231 3831 1081 9 0 442578 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 1780924

[startup+1.5025 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 17592
/proc/meminfo: memFree=1820672/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=1783420 CPUtime=1.1
/proc/17580/stat : 17580 (java) S 17578 17580 17183 0 -1 0 10866 0 64 0 100 10 0 0 18 0 12 0 94303600 1826222080 10623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 445855 10623 1372 9 0 443202 0
[pid=17580/tid=17582] ppid=17578 vsize=1783420 CPUtime=0.86
/proc/17580/task/17582/stat : 17582 (java) R 17578 17580 17183 0 -1 64 9299 0 21 0 79 7 0 0 23 0 12 0 94303641 1826222080 10623 1992294400 134512640 134550932 4294955984 18446744073709551615 4109446853 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17583] ppid=17578 vsize=1783420 CPUtime=0
/proc/17580/task/17583/stat : 17583 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 94303652 1826222080 10623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17584] ppid=17578 vsize=1783420 CPUtime=0
/proc/17580/task/17584/stat : 17584 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 94303652 1826222080 10623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17585] ppid=17578 vsize=1783420 CPUtime=0
/proc/17580/task/17585/stat : 17585 (java) S 17578 17580 17183 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 94303656 1826222080 10623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17586] ppid=17578 vsize=1783420 CPUtime=0
/proc/17580/task/17586/stat : 17586 (java) S 17578 17580 17183 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 94303657 1826222080 10623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17587] ppid=17578 vsize=1783420 CPUtime=0
/proc/17580/task/17587/stat : 17587 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 94303657 1826222080 10623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17588] ppid=17578 vsize=1783420 CPUtime=0
/proc/17580/task/17588/stat : 17588 (java) S 17578 17580 17183 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 94303664 1826222080 10623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17589] ppid=17578 vsize=1783420 CPUtime=0.12
/proc/17580/task/17589/stat : 17589 (java) S 17578 17580 17183 0 -1 64 317 0 0 0 12 0 0 0 16 0 12 0 94303664 1826222080 10623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17590] ppid=17578 vsize=1783420 CPUtime=0.08
/proc/17580/task/17590/stat : 17590 (java) S 17578 17580 17183 0 -1 64 550 0 0 0 8 0 0 0 15 0 12 0 94303664 1826222080 10623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17591] ppid=17578 vsize=1783420 CPUtime=0
/proc/17580/task/17591/stat : 17591 (java) S 17578 17580 17183 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 94303664 1826222080 10623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17592] ppid=17578 vsize=1783420 CPUtime=0
/proc/17580/task/17592/stat : 17592 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 94303664 1826222080 10623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1783420

[startup+3.10266 s]
/proc/loadavg: 0.91 0.97 0.99 3/78 17593
/proc/meminfo: memFree=1792504/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=1787756 CPUtime=3.2
/proc/17580/stat : 17580 (java) S 17578 17580 17183 0 -1 0 14274 0 64 0 308 12 0 0 18 0 13 0 94303600 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 446939 13553 1409 9 0 444286 0
[pid=17580/tid=17582] ppid=17578 vsize=1787756 CPUtime=2.26
/proc/17580/task/17582/stat : 17582 (java) R 17578 17580 17183 0 -1 64 11327 0 21 0 218 8 0 0 25 0 13 0 94303641 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4109422546 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17583] ppid=17578 vsize=1787756 CPUtime=0
/proc/17580/task/17583/stat : 17583 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 94303652 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17584] ppid=17578 vsize=1787756 CPUtime=0
/proc/17580/task/17584/stat : 17584 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 94303652 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17585] ppid=17578 vsize=1787756 CPUtime=0
/proc/17580/task/17585/stat : 17585 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 94303656 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17586] ppid=17578 vsize=1787756 CPUtime=0
/proc/17580/task/17586/stat : 17586 (java) S 17578 17580 17183 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 94303657 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17587] ppid=17578 vsize=1787756 CPUtime=0
/proc/17580/task/17587/stat : 17587 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 94303657 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17588] ppid=17578 vsize=1787756 CPUtime=0
/proc/17580/task/17588/stat : 17588 (java) S 17578 17580 17183 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 94303664 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17589] ppid=17578 vsize=1787756 CPUtime=0.52
/proc/17580/task/17589/stat : 17589 (java) S 17578 17580 17183 0 -1 64 1329 0 0 0 52 0 0 0 15 0 13 0 94303664 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17590] ppid=17578 vsize=1787756 CPUtime=0.37
/proc/17580/task/17590/stat : 17590 (java) S 17578 17580 17183 0 -1 64 913 0 0 0 37 0 0 0 16 0 13 0 94303664 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17591] ppid=17578 vsize=1787756 CPUtime=0
/proc/17580/task/17591/stat : 17591 (java) S 17578 17580 17183 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 94303664 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17592] ppid=17578 vsize=1787756 CPUtime=0
/proc/17580/task/17592/stat : 17592 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 94303664 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17593] ppid=17578 vsize=1787756 CPUtime=0
/proc/17580/task/17593/stat : 17593 (java) S 17578 17580 17183 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 94303770 1830662144 13553 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 1787756

[startup+6.30199 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 17593
/proc/meminfo: memFree=1790584/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=1787724 CPUtime=6.45
/proc/17580/stat : 17580 (java) S 17578 17580 17183 0 -1 0 14576 0 64 0 633 12 0 0 18 0 13 0 94303600 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 446931 13823 1409 9 0 444278 0
[pid=17580/tid=17582] ppid=17578 vsize=1787724 CPUtime=5.43
/proc/17580/task/17582/stat : 17582 (java) R 17578 17580 17183 0 -1 64 11616 0 21 0 535 8 0 0 25 0 13 0 94303641 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4109561981 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17583] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17583/stat : 17583 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 94303652 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17584] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17584/stat : 17584 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 94303652 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17585] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17585/stat : 17585 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 94303656 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17586] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17586/stat : 17586 (java) S 17578 17580 17183 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 94303657 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17587] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17587/stat : 17587 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 94303657 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17588] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17588/stat : 17588 (java) S 17578 17580 17183 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 94303664 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17589] ppid=17578 vsize=1787724 CPUtime=0.52
/proc/17580/task/17589/stat : 17589 (java) S 17578 17580 17183 0 -1 64 1329 0 0 0 52 0 0 0 15 0 13 0 94303664 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17590] ppid=17578 vsize=1787724 CPUtime=0.45
/proc/17580/task/17590/stat : 17590 (java) S 17578 17580 17183 0 -1 64 926 0 0 0 45 0 0 0 16 0 13 0 94303664 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17591] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17591/stat : 17591 (java) S 17578 17580 17183 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 94303664 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17592] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17592/stat : 17592 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 94303664 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17593] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17593/stat : 17593 (java) S 17578 17580 17183 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 94303770 1830629376 13823 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 1787724

[startup+12.7016 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 17593
/proc/meminfo: memFree=1787128/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=1787724 CPUtime=12.87
/proc/17580/stat : 17580 (java) S 17578 17580 17183 0 -1 0 15515 0 64 0 1274 13 0 0 18 0 13 0 94303600 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 446931 14760 1409 9 0 444278 0
[pid=17580/tid=17582] ppid=17578 vsize=1787724 CPUtime=11.79
/proc/17580/task/17582/stat : 17582 (java) R 17578 17580 17183 0 -1 64 12549 0 21 0 1170 9 0 0 25 0 13 0 94303641 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4109646380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17583/stat : 17583 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 94303652 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17584] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17584/stat : 17584 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 94303652 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17585] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17585/stat : 17585 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 94303656 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17586] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17586/stat : 17586 (java) S 17578 17580 17183 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 94303657 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17587] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17587/stat : 17587 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 94303657 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17588] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17588/stat : 17588 (java) S 17578 17580 17183 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 94303664 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17589] ppid=17578 vsize=1787724 CPUtime=0.55
/proc/17580/task/17589/stat : 17589 (java) S 17578 17580 17183 0 -1 64 1332 0 0 0 55 0 0 0 16 0 13 0 94303664 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17590] ppid=17578 vsize=1787724 CPUtime=0.48
/proc/17580/task/17590/stat : 17590 (java) S 17578 17580 17183 0 -1 64 929 0 0 0 48 0 0 0 16 0 13 0 94303664 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17591] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17591/stat : 17591 (java) S 17578 17580 17183 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 94303664 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17592] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17592/stat : 17592 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 94303664 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17593] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17593/stat : 17593 (java) S 17578 17580 17183 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 94303770 1830629376 14760 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 1787724

[startup+25.5029 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 17593
/proc/meminfo: memFree=1781240/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=1787724 CPUtime=25.68
/proc/17580/stat : 17580 (java) S 17578 17580 17183 0 -1 0 16899 0 64 0 2553 15 0 0 18 0 13 0 94303600 1830629376 16144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 446931 16144 1409 9 0 444278 0
[pid=17580/tid=17582] ppid=17578 vsize=1787724 CPUtime=24.58
/proc/17580/task/17582/stat : 17582 (java) R 17578 17580 17183 0 -1 64 13933 0 21 0 2447 11 0 0 25 0 13 0 94303641 1830629376 16144 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17583/stat : 17583 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 94303652 1830629376 16144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17584] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17584/stat : 17584 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 94303652 1830629376 16144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17585] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17585/stat : 17585 (java) S 17578 17580 17183 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 94303656 1830629376 16144 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

[pid=17580] ppid=17578 vsize=1787724 CPUtime=1062.55
/proc/17580/stat : 17580 (java) S 17578 17580 17183 0 -1 0 70664 0 64 0 106201 54 0 0 18 0 13 0 94303600 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 446931 65607 1418 9 0 444278 0
[pid=17580/tid=17582] ppid=17578 vsize=1787724 CPUtime=1060.74
/proc/17580/task/17582/stat : 17582 (java) R 17578 17580 17183 0 -1 64 37553 0 21 0 106038 36 0 0 25 0 13 0 94303641 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4109562956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=1787724 CPUtime=0.33
/proc/17580/task/17583/stat : 17583 (java) S 17578 17580 17183 0 -1 64 11082 0 0 0 29 4 0 0 20 0 13 0 94303652 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17584] ppid=17578 vsize=1787724 CPUtime=0.32
/proc/17580/task/17584/stat : 17584 (java) S 17578 17580 17183 0 -1 64 19057 0 0 0 24 8 0 0 19 0 13 0 94303652 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17585] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17585/stat : 17585 (java) S 17578 17580 17183 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 94303656 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17586] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17586/stat : 17586 (java) S 17578 17580 17183 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 94303657 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17587] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17587/stat : 17587 (java) S 17578 17580 17183 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 94303657 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17588] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17588/stat : 17588 (java) S 17578 17580 17183 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17589] ppid=17578 vsize=1787724 CPUtime=0.6
/proc/17580/task/17589/stat : 17589 (java) S 17578 17580 17183 0 -1 64 1334 0 0 0 60 0 0 0 16 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17590] ppid=17578 vsize=1787724 CPUtime=0.48
/proc/17580/task/17590/stat : 17590 (java) S 17578 17580 17183 0 -1 64 929 0 0 0 48 0 0 0 16 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17591] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17591/stat : 17591 (java) S 17578 17580 17183 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17592] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17592/stat : 17592 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17593] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17593/stat : 17593 (java) S 17578 17580 17183 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 94303770 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.55
Current children cumulated vsize (KiB) 1787724

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17595
/proc/meminfo: memFree=1582136/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=1787724 CPUtime=1122.53
/proc/17580/stat : 17580 (java) S 17578 17580 17183 0 -1 0 70664 0 64 0 112199 54 0 0 18 0 13 0 94303600 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 446931 65607 1418 9 0 444278 0
[pid=17580/tid=17582] ppid=17578 vsize=1787724 CPUtime=1120.72
/proc/17580/task/17582/stat : 17582 (java) R 17578 17580 17183 0 -1 64 37553 0 21 0 112036 36 0 0 25 0 13 0 94303641 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4109597198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=1787724 CPUtime=0.33
/proc/17580/task/17583/stat : 17583 (java) S 17578 17580 17183 0 -1 64 11082 0 0 0 29 4 0 0 20 0 13 0 94303652 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17584] ppid=17578 vsize=1787724 CPUtime=0.32
/proc/17580/task/17584/stat : 17584 (java) S 17578 17580 17183 0 -1 64 19057 0 0 0 24 8 0 0 19 0 13 0 94303652 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17585] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17585/stat : 17585 (java) S 17578 17580 17183 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 94303656 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17586] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17586/stat : 17586 (java) S 17578 17580 17183 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 94303657 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17587] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17587/stat : 17587 (java) S 17578 17580 17183 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 94303657 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17588] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17588/stat : 17588 (java) S 17578 17580 17183 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17589] ppid=17578 vsize=1787724 CPUtime=0.6
/proc/17580/task/17589/stat : 17589 (java) S 17578 17580 17183 0 -1 64 1334 0 0 0 60 0 0 0 16 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17590] ppid=17578 vsize=1787724 CPUtime=0.48
/proc/17580/task/17590/stat : 17590 (java) S 17578 17580 17183 0 -1 64 929 0 0 0 48 0 0 0 16 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17591] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17591/stat : 17591 (java) S 17578 17580 17183 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17592] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17592/stat : 17592 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17593] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17593/stat : 17593 (java) S 17578 17580 17183 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 94303770 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.53
Current children cumulated vsize (KiB) 1787724

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17595
/proc/meminfo: memFree=1582136/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=1787724 CPUtime=1182.51
/proc/17580/stat : 17580 (java) S 17578 17580 17183 0 -1 0 70664 0 64 0 118197 54 0 0 18 0 13 0 94303600 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 446931 65607 1418 9 0 444278 0
[pid=17580/tid=17582] ppid=17578 vsize=1787724 CPUtime=1180.7
/proc/17580/task/17582/stat : 17582 (java) R 17578 17580 17183 0 -1 64 37553 0 21 0 118034 36 0 0 25 0 13 0 94303641 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4109565779 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=1787724 CPUtime=0.33
/proc/17580/task/17583/stat : 17583 (java) S 17578 17580 17183 0 -1 64 11082 0 0 0 29 4 0 0 20 0 13 0 94303652 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17584] ppid=17578 vsize=1787724 CPUtime=0.32
/proc/17580/task/17584/stat : 17584 (java) S 17578 17580 17183 0 -1 64 19057 0 0 0 24 8 0 0 19 0 13 0 94303652 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17585] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17585/stat : 17585 (java) S 17578 17580 17183 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 94303656 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17586] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17586/stat : 17586 (java) S 17578 17580 17183 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 94303657 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17587] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17587/stat : 17587 (java) S 17578 17580 17183 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 94303657 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17588] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17588/stat : 17588 (java) S 17578 17580 17183 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17589] ppid=17578 vsize=1787724 CPUtime=0.6
/proc/17580/task/17589/stat : 17589 (java) S 17578 17580 17183 0 -1 64 1334 0 0 0 60 0 0 0 16 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17590] ppid=17578 vsize=1787724 CPUtime=0.48
/proc/17580/task/17590/stat : 17590 (java) S 17578 17580 17183 0 -1 64 929 0 0 0 48 0 0 0 16 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17591] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17591/stat : 17591 (java) S 17578 17580 17183 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17592] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17592/stat : 17592 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17593] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17593/stat : 17593 (java) S 17578 17580 17183 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 94303770 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.51
Current children cumulated vsize (KiB) 1787724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17595
/proc/meminfo: memFree=1582136/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=1787724 CPUtime=1200.01
/proc/17580/stat : 17580 (java) S 17578 17580 17183 0 -1 0 70664 0 64 0 119947 54 0 0 18 0 13 0 94303600 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 446931 65607 1418 9 0 444278 0
[pid=17580/tid=17582] ppid=17578 vsize=1787724 CPUtime=1198.2
/proc/17580/task/17582/stat : 17582 (java) R 17578 17580 17183 0 -1 64 37553 0 21 0 119784 36 0 0 25 0 13 0 94303641 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4109565350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=1787724 CPUtime=0.33
/proc/17580/task/17583/stat : 17583 (java) S 17578 17580 17183 0 -1 64 11082 0 0 0 29 4 0 0 20 0 13 0 94303652 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17584] ppid=17578 vsize=1787724 CPUtime=0.32
/proc/17580/task/17584/stat : 17584 (java) S 17578 17580 17183 0 -1 64 19057 0 0 0 24 8 0 0 19 0 13 0 94303652 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17585] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17585/stat : 17585 (java) S 17578 17580 17183 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 94303656 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17586] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17586/stat : 17586 (java) S 17578 17580 17183 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 94303657 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17587] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17587/stat : 17587 (java) S 17578 17580 17183 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 94303657 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17588] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17588/stat : 17588 (java) S 17578 17580 17183 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17589] ppid=17578 vsize=1787724 CPUtime=0.6
/proc/17580/task/17589/stat : 17589 (java) S 17578 17580 17183 0 -1 64 1334 0 0 0 60 0 0 0 16 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17590] ppid=17578 vsize=1787724 CPUtime=0.48
/proc/17580/task/17590/stat : 17590 (java) S 17578 17580 17183 0 -1 64 929 0 0 0 48 0 0 0 16 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17591] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17591/stat : 17591 (java) S 17578 17580 17183 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17592] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17592/stat : 17592 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 94303664 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17593] ppid=17578 vsize=1787724 CPUtime=0
/proc/17580/task/17593/stat : 17593 (java) S 17578 17580 17183 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 94303770 1830629376 65607 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1787724

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

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

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17595
/proc/meminfo: memFree=1582136/2055920 swapFree=4192192/4192956
[pid=17580] ppid=17578 vsize=1788372 CPUtime=1200.22
/proc/17580/stat : 17580 (java) S 17578 17580 17183 0 -1 0 70694 0 64 0 119968 54 0 0 16 0 15 0 94303600 1831292928 65637 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17580/statm: 447093 65637 1420 9 0 444440 0
[pid=17580/tid=17582] ppid=17578 vsize=1788372 CPUtime=1198.31
/proc/17580/task/17582/stat : 17582 (java) R 17578 17580 17183 0 -1 64 37553 0 21 0 119795 36 0 0 25 0 15 0 94303641 1831292928 65637 1992294400 134512640 134550932 4294955984 18446744073709551615 4109589167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17583] ppid=17578 vsize=1788372 CPUtime=0.33
/proc/17580/task/17583/stat : 17583 (java) S 17578 17580 17183 0 -1 64 11082 0 0 0 29 4 0 0 20 0 15 0 94303652 1831292928 65637 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17584] ppid=17578 vsize=1788372 CPUtime=0.32
/proc/17580/task/17584/stat : 17584 (java) S 17578 17580 17183 0 -1 64 19057 0 0 0 24 8 0 0 19 0 15 0 94303652 1831292928 65637 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17585] ppid=17578 vsize=1788372 CPUtime=0
/proc/17580/task/17585/stat : 17585 (java) S 17578 17580 17183 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 94303656 1831292928 65637 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17586] ppid=17578 vsize=1788372 CPUtime=0
/proc/17580/task/17586/stat : 17586 (java) S 17578 17580 17183 0 -1 64 11 0 0 0 0 0 0 0 17 0 15 0 94303657 1831292928 65637 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17587] ppid=17578 vsize=1788372 CPUtime=0
/proc/17580/task/17587/stat : 17587 (java) S 17578 17580 17183 0 -1 64 6 0 0 0 0 0 0 0 17 0 15 0 94303657 1831292928 65637 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17588] ppid=17578 vsize=1788372 CPUtime=0
/proc/17580/task/17588/stat : 17588 (java) S 17578 17580 17183 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 94303664 1831292928 65637 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17589] ppid=17578 vsize=1788372 CPUtime=0.63
/proc/17580/task/17589/stat : 17589 (java) S 17578 17580 17183 0 -1 64 1344 0 0 0 63 0 0 0 17 0 15 0 94303664 1831292928 65637 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17590] ppid=17578 vsize=1788372 CPUtime=0.48
/proc/17580/task/17590/stat : 17590 (java) S 17578 17580 17183 0 -1 64 929 0 0 0 48 0 0 0 16 0 15 0 94303664 1831292928 65637 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17580/tid=17591] ppid=17578 vsize=1788372 CPUtime=0
/proc/17580/task/17591/stat : 17591 (java) S 17578 17580 17183 0 -1 64 2 0 0 0 0 0 0 0 23 0 15 0 94303664 1831292928 65637 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17592] ppid=17578 vsize=1788372 CPUtime=0
/proc/17580/task/17592/stat : 17592 (java) S 17578 17580 17183 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 94303664 1831292928 65637 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17580/tid=17593] ppid=17578 vsize=1788372 CPUtime=0
/proc/17580/task/17593/stat : 17593 (java) S 17578 17580 17183 0 -1 64 4 0 0 0 0 0 0 0 25 0 15 0 94303770 1831292928 65637 1992294400 134512640 134550932 4294955984 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) 1788372

Child status: 143
Real time (s): 1200
CPU time (s): 1200.34
CPU user time (s): 1199.76
CPU system time (s): 0.583911
CPU usage (%): 100.029
Max. virtual memory (cumulated for all children) (KiB): 1788372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.76
system time used= 0.583911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70698
page faults= 64
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25054
involuntary context switches= 2462

runsolver used 1.38179 second user time and 3.00454 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-25 14:32:15
IDJOB=1721089
IDBENCH=69651
IDSOLVER=500
FILE ID=node76/1721089-1240662734
PBS_JOBID= 9186550
Free space on /tmp= 66196 MiB

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

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

MD5SUM BENCH= 8ab50418497c0326ed1ff5d73a4e24a3
RANDOM SEED=1294774734

node76.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1852672 kB
Buffers:         12308 kB
Cached:         131368 kB
SwapCached:        620 kB
Active:          46492 kB
Inactive:       111032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852672 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            5728 kB
Writeback:           0 kB
Mapped:          22400 kB
Slab:            31572 kB
Committed_AS:   304760 kB
PageTables:       1432 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= 66196 MiB
End job on node76 at 2009-04-25 14:52:17