Trace number 331675

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, and are wall clock time (not CPU 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 JVM PARAM CHANGED SAT 2007? (TO) 1200.17 1199.3

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-5-15-u.cnf
MD5SUMc438ce1eb243ac0a49869eda1166f28f
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables219756
Number of clauses1008653
Sum of the clauses size2316156
Maximum clause length10
Minimum clause length1
Number of clauses of size 118434
Number of clauses of size 2797195
Number of clauses of size 3151604
Number of clauses of size 44600
Number of clauses of size 518400
Number of clauses of size over 518420

Solver Data (download as text)

0.10/0.58	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.58	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.58	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.59	c version SAT COMPETITION 2007
0.10/0.59	c sun.arch.data.model	32
0.10/0.59	c java.version	1.6.0
0.10/0.59	c os.name	Linux
0.10/0.59	c os.version	2.6.9-22.EL.rootsmp
0.10/0.59	c os.arch	i386
0.10/0.59	c Free memory 1651659224
0.10/0.59	c Max memory 1654456320
0.10/0.59	c Total memory 1654456320
0.10/0.60	c Number of processors 2
0.17/0.65	c --- Begin Solver configuration ---
0.17/0.65	c Stops conflict analysis at the first Unique Implication Point
0.17/0.65	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.17/0.65	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.65	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.65	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.65	c Expensive reason simplification
0.17/0.65	c --- End Solver configuration ---
0.17/0.65	c timeout: 2147483s
0.17/0.65	c solving /tmp/evaluation/331675-1176886790/instance-331675-1176886790.cnf
0.17/0.65	c reading problem ... 
2.98/3.30	c ... done. Wall clock time 2.652s.
2.98/3.30	c CPU time (experimental) 2.75s.
2.98/3.30	c #vars     219756
2.98/3.30	c #constraints  990219
1200.06/1199.21	c starts		: 17
1200.06/1199.21	c conflicts		: 167191
1200.06/1199.21	c decisions		: 249694
1200.06/1199.21	c propagations		: 415505218
1200.06/1199.21	c inspects		: 2554216838
1200.06/1199.21	c learnt literals	: 477
1200.06/1199.21	c learnt binary clauses	: 426
1200.06/1199.21	c learnt ternary clauses	: 420
1200.06/1199.21	c learnt clauses	: 166714
1200.06/1199.21	c root simplifications	: 0
1200.06/1199.21	c removed literals (reason simplification)	: 5784578
1200.06/1199.21	c reason swapping (by a shorter reason)	: 0
1200.06/1199.21	c Calls to reduceDB	: 0
1200.06/1199.21	c speed (decisions/second)	: 208.80218089376507
1200.06/1199.21	c non guided choices	1080
1200.06/1199.21	s UNKNOWN
1200.06/1199.21	c Total wall clock time (in seconds) : 1198.56
1200.06/1199.21	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node63/watcher-331675-1176886790 -o ROOT/results/node63/solver-331675-1176886790 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331675-1176886790/sat4j-sat2007.jar /tmp/evaluation/331675-1176886790/instance-331675-1176886790.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): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25706
/proc/meminfo: memFree=1582988/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=18568 CPUtime=0
/proc/25706/stat : 25706 (runsolver) D 25704 25706 24727 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 164668994 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 247254805799 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25706/statm: 4642 292 257 24 0 2626 0

[startup+0.0441051 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25706
/proc/meminfo: memFree=1582988/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=18568 CPUtime=0
/proc/25706/stat : 25706 (runsolver) D 25704 25706 24727 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 164668994 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 247254805799 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/25706/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.1011 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25706
/proc/meminfo: memFree=1582988/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=152 CPUtime=0
/proc/25706/stat : 25706 (java6) D 25704 25706 24727 0 -1 0 41 0 1 0 0 0 0 0 18 0 1 0 164668994 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2970404 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/25706/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.301126 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25706
/proc/meminfo: memFree=1582988/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=12496 CPUtime=0.02
/proc/25706/stat : 25706 (java) S 25704 25706 24727 0 -1 0 739 0 40 0 0 2 0 0 18 0 2 0 164668994 12795904 561 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/25706/statm: 3124 561 250 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12496

[startup+0.701173 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25706
/proc/meminfo: memFree=1582988/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=1782088 CPUtime=0.29
/proc/25706/stat : 25706 (java) S 25704 25706 24727 0 -1 0 7876 0 102 0 22 7 0 0 18 0 12 0 164668994 1824858112 7715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25706/statm: 445522 7715 1259 9 0 443134 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782088

[startup+1.50225 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 25718
/proc/meminfo: memFree=1536492/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=1782164 CPUtime=1.18
/proc/25706/stat : 25706 (java) S 25704 25706 24727 0 -1 0 18882 0 102 0 106 12 0 0 18 0 12 0 164668994 1824935936 18720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25706/statm: 445541 18720 1290 9 0 443153 0
[pid=25706/tid=25708] ppid=25704 vsize=1782164 CPUtime=0.95
/proc/25706/task/25708/stat : 25708 (java) R 25704 25706 24727 0 -1 64 17628 0 63 0 86 9 0 0 23 0 12 0 164669022 1824935936 18721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516077 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25704 25706 24727 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 164669031 1824935936 18721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25710] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164669031 1824935936 18721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25711] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 164669035 1824935936 18721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25712/stat : 25712 (java) S 25704 25706 24727 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 164669036 1824935936 18721 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25704 25706 24727 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 164669036 1824935936 18722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 164669044 1824935936 18722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25715] ppid=25704 vsize=1782164 CPUtime=0.09
/proc/25706/task/25715/stat : 25715 (java) S 25704 25706 24727 0 -1 64 324 0 0 0 9 0 0 0 16 0 12 0 164669044 1824935936 18722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25716] ppid=25704 vsize=1782164 CPUtime=0.1
/proc/25706/task/25716/stat : 25716 (java) S 25704 25706 24727 0 -1 64 250 0 0 0 10 0 0 0 16 0 12 0 164669044 1824935936 18722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25717] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25717/stat : 25717 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164669044 1824935936 18722 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25718] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25718/stat : 25718 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164669044 1824935936 18723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1782164

[startup+3.10242 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 25718
/proc/meminfo: memFree=1488108/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=1782164 CPUtime=2.78
/proc/25706/stat : 25706 (java) S 25704 25706 24727 0 -1 0 30529 0 102 0 260 18 0 0 18 0 12 0 164668994 1824935936 30367 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25706/statm: 445541 30368 1294 9 0 443153 0
[pid=25706/tid=25708] ppid=25704 vsize=1782164 CPUtime=2.54
/proc/25706/task/25708/stat : 25708 (java) R 25704 25706 24727 0 -1 64 29275 0 63 0 239 15 0 0 25 0 12 0 164669022 1824935936 30368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109523619 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25704 25706 24727 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 164669031 1824935936 30368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25710] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164669031 1824935936 30368 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25711] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 164669035 1824935936 30369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25712] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25712/stat : 25712 (java) S 25704 25706 24727 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 164669036 1824935936 30369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25704 25706 24727 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 164669036 1824935936 30369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 164669044 1824935936 30370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25715] ppid=25704 vsize=1782164 CPUtime=0.09
/proc/25706/task/25715/stat : 25715 (java) S 25704 25706 24727 0 -1 64 324 0 0 0 9 0 0 0 17 0 12 0 164669044 1824935936 30370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25716] ppid=25704 vsize=1782164 CPUtime=0.11
/proc/25706/task/25716/stat : 25716 (java) S 25704 25706 24727 0 -1 64 250 0 0 0 11 0 0 0 16 0 12 0 164669044 1824935936 30370 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25717] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25717/stat : 25717 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164669044 1824935936 30371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25718] ppid=25704 vsize=1782164 CPUtime=0
/proc/25706/task/25718/stat : 25718 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164669044 1824935936 30371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 1782164

[startup+6.30176 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 25719
/proc/meminfo: memFree=1439076/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=1784312 CPUtime=6.35
/proc/25706/stat : 25706 (java) S 25704 25706 24727 0 -1 0 35781 0 102 0 614 21 0 0 18 0 13 0 164668994 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25706/statm: 446078 34441 1313 9 0 443690 0
[pid=25706/tid=25708] ppid=25704 vsize=1784312 CPUtime=5.6
/proc/25706/task/25708/stat : 25708 (java) R 25704 25706 24727 0 -1 64 32851 0 63 0 543 17 0 0 25 0 13 0 164669022 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109563170 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25704 25706 24727 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 164669031 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25710] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164669031 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25711] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25704 25706 24727 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164669035 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25712] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25712/stat : 25712 (java) S 25704 25706 24727 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 164669036 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25704 25706 24727 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 164669036 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 164669044 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25715] ppid=25704 vsize=1784312 CPUtime=0.44
/proc/25706/task/25715/stat : 25715 (java) S 25704 25706 24727 0 -1 64 1847 0 0 0 43 1 0 0 16 0 13 0 164669044 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25716] ppid=25704 vsize=1784312 CPUtime=0.28
/proc/25706/task/25716/stat : 25716 (java) S 25704 25706 24727 0 -1 64 398 0 0 0 28 0 0 0 16 0 13 0 164669044 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25717] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25717/stat : 25717 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164669044 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25718] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25718/stat : 25718 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164669044 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25719] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25719/stat : 25719 (java) S 25704 25706 24727 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 164669344 1827135488 34441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 1784312

[startup+12.7014 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 25719
/proc/meminfo: memFree=1439012/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=1784312 CPUtime=12.75
/proc/25706/stat : 25706 (java) S 25704 25706 24727 0 -1 0 35862 0 102 0 1254 21 0 0 18 0 13 0 164668994 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25706/statm: 446078 34522 1313 9 0 443690 0
[pid=25706/tid=25708] ppid=25704 vsize=1784312 CPUtime=11.99
/proc/25706/task/25708/stat : 25708 (java) R 25704 25706 24727 0 -1 64 32932 0 63 0 1182 17 0 0 25 0 13 0 164669022 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109589871 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25704 25706 24727 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 164669031 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25710] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164669031 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25711] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25704 25706 24727 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164669035 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25712] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25712/stat : 25712 (java) S 25704 25706 24727 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 164669036 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25713] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25704 25706 24727 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 164669036 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25714] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 164669044 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25715] ppid=25704 vsize=1784312 CPUtime=0.44
/proc/25706/task/25715/stat : 25715 (java) S 25704 25706 24727 0 -1 64 1847 0 0 0 43 1 0 0 16 0 13 0 164669044 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25716] ppid=25704 vsize=1784312 CPUtime=0.28
/proc/25706/task/25716/stat : 25716 (java) S 25704 25706 24727 0 -1 64 398 0 0 0 28 0 0 0 16 0 13 0 164669044 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25717] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25717/stat : 25717 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164669044 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25718] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25718/stat : 25718 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164669044 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25719] ppid=25704 vsize=1784312 CPUtime=0
/proc/25706/task/25719/stat : 25719 (java) S 25704 25706 24727 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 164669344 1827135488 34522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 1784312

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25719
/proc/meminfo: memFree=1439332/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=1783512 CPUtime=25.59
/proc/25706/stat : 25706 (java) S 25704 25706 24727 0 -1 0 36002 0 102 0 2537 22 0 0 18 0 13 0 164668994 1826316288 34476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25706/statm: 445878 34476 1316 9 0 443490 0
[pid=25706/tid=25708] ppid=25704 vsize=1783512 CPUtime=24.8
/proc/25706/task/25708/stat : 25708 (java) R 25704 25706 24727 0 -1 64 33063 0 63 0 2462 18 0 0 25 0 13 0 164669022 1826316288 34476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555910 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25704 vsize=1783512 CPUtime=0
/proc/25706/task/25709/stat : 25709 (java) S 25704 25706 24727 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 164669031 1826316288 34476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25710] ppid=25704 vsize=1783512 CPUtime=0
/proc/25706/task/25710/stat : 25710 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164669031 1826316288 34476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25711] ppid=25704 vsize=1783512 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25704 25706 24727 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164669035 1826316288 34476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25712] ppid=25704 vsize=1783512 CPUtime=0
/proc/25706/task/25712/stat : 25712 (java) S 25704 25706 24727 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 164669036 1826316288 34476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=25706] ppid=25704 vsize=1794912 CPUtime=1003.21
/proc/25706/stat : 25706 (java) S 25704 25706 24727 0 -1 0 78293 0 102 0 100275 46 0 0 18 0 13 0 164668994 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25706/statm: 448728 71557 1326 9 0 446340 0
[pid=25706/tid=25708] ppid=25704 vsize=1794912 CPUtime=1000.07
/proc/25706/task/25708/stat : 25708 (java) R 25704 25706 24727 0 -1 64 37647 0 63 0 99982 25 0 0 25 0 13 0 164669022 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109556242 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25704 vsize=1794912 CPUtime=1.08
/proc/25706/task/25709/stat : 25709 (java) S 25704 25706 24727 0 -1 64 13511 0 0 0 103 5 0 0 24 0 13 0 164669031 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25710] ppid=25704 vsize=1794912 CPUtime=1.1
/proc/25706/task/25710/stat : 25710 (java) S 25704 25706 24727 0 -1 64 23933 0 0 0 99 11 0 0 25 0 13 0 164669031 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25711] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25704 25706 24727 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164669035 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25712] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25712/stat : 25712 (java) S 25704 25706 24727 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164669036 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25713] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25704 25706 24727 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 164669036 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25714] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25715] ppid=25704 vsize=1794912 CPUtime=0.53
/proc/25706/task/25715/stat : 25715 (java) S 25704 25706 24727 0 -1 64 1862 0 0 0 52 1 0 0 17 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25716] ppid=25704 vsize=1794912 CPUtime=0.37
/proc/25706/task/25716/stat : 25716 (java) S 25704 25706 24727 0 -1 64 648 0 0 0 37 0 0 0 16 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25717] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25717/stat : 25717 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25718] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25718/stat : 25718 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25719] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25719/stat : 25719 (java) S 25704 25706 24727 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 164669344 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1003.21
Current children cumulated vsize (KiB) 1794912

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25917
/proc/meminfo: memFree=1290276/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=1794912 CPUtime=1063.2
/proc/25706/stat : 25706 (java) S 25704 25706 24727 0 -1 0 78293 0 102 0 106274 46 0 0 18 0 13 0 164668994 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25706/statm: 448728 71557 1326 9 0 446340 0
[pid=25706/tid=25708] ppid=25704 vsize=1794912 CPUtime=1060.06
/proc/25706/task/25708/stat : 25708 (java) R 25704 25706 24727 0 -1 64 37647 0 63 0 105981 25 0 0 25 0 13 0 164669022 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109630351 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25704 vsize=1794912 CPUtime=1.08
/proc/25706/task/25709/stat : 25709 (java) S 25704 25706 24727 0 -1 64 13511 0 0 0 103 5 0 0 24 0 13 0 164669031 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25710] ppid=25704 vsize=1794912 CPUtime=1.1
/proc/25706/task/25710/stat : 25710 (java) S 25704 25706 24727 0 -1 64 23933 0 0 0 99 11 0 0 25 0 13 0 164669031 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25711] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25704 25706 24727 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164669035 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25712] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25712/stat : 25712 (java) S 25704 25706 24727 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164669036 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25713] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25704 25706 24727 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 164669036 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25714] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25715] ppid=25704 vsize=1794912 CPUtime=0.53
/proc/25706/task/25715/stat : 25715 (java) S 25704 25706 24727 0 -1 64 1862 0 0 0 52 1 0 0 17 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25716] ppid=25704 vsize=1794912 CPUtime=0.37
/proc/25706/task/25716/stat : 25716 (java) S 25704 25706 24727 0 -1 64 648 0 0 0 37 0 0 0 16 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25717] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25717/stat : 25717 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25718] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25718/stat : 25718 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25719] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25719/stat : 25719 (java) S 25704 25706 24727 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 164669344 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.2
Current children cumulated vsize (KiB) 1794912

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25917
/proc/meminfo: memFree=1290276/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=1794912 CPUtime=1123.18
/proc/25706/stat : 25706 (java) S 25704 25706 24727 0 -1 0 78293 0 102 0 112272 46 0 0 18 0 13 0 164668994 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25706/statm: 448728 71557 1326 9 0 446340 0
[pid=25706/tid=25708] ppid=25704 vsize=1794912 CPUtime=1120.04
/proc/25706/task/25708/stat : 25708 (java) R 25704 25706 24727 0 -1 64 37647 0 63 0 111979 25 0 0 25 0 13 0 164669022 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109344608 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25704 vsize=1794912 CPUtime=1.08
/proc/25706/task/25709/stat : 25709 (java) S 25704 25706 24727 0 -1 64 13511 0 0 0 103 5 0 0 24 0 13 0 164669031 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25710] ppid=25704 vsize=1794912 CPUtime=1.1
/proc/25706/task/25710/stat : 25710 (java) S 25704 25706 24727 0 -1 64 23933 0 0 0 99 11 0 0 25 0 13 0 164669031 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25711] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25704 25706 24727 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164669035 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25712] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25712/stat : 25712 (java) S 25704 25706 24727 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164669036 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25713] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25704 25706 24727 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 164669036 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25714] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25715] ppid=25704 vsize=1794912 CPUtime=0.53
/proc/25706/task/25715/stat : 25715 (java) S 25704 25706 24727 0 -1 64 1862 0 0 0 52 1 0 0 17 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25716] ppid=25704 vsize=1794912 CPUtime=0.37
/proc/25706/task/25716/stat : 25716 (java) S 25704 25706 24727 0 -1 64 648 0 0 0 37 0 0 0 16 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25717] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25717/stat : 25717 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25718] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25718/stat : 25718 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25719] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25719/stat : 25719 (java) S 25704 25706 24727 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 164669344 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.18
Current children cumulated vsize (KiB) 1794912

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25917
/proc/meminfo: memFree=1290212/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=1794912 CPUtime=1183.16
/proc/25706/stat : 25706 (java) S 25704 25706 24727 0 -1 0 78293 0 102 0 118270 46 0 0 18 0 13 0 164668994 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25706/statm: 448728 71557 1326 9 0 446340 0
[pid=25706/tid=25708] ppid=25704 vsize=1794912 CPUtime=1180.02
/proc/25706/task/25708/stat : 25708 (java) R 25704 25706 24727 0 -1 64 37647 0 63 0 117977 25 0 0 25 0 13 0 164669022 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109556242 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25704 vsize=1794912 CPUtime=1.08
/proc/25706/task/25709/stat : 25709 (java) S 25704 25706 24727 0 -1 64 13511 0 0 0 103 5 0 0 24 0 13 0 164669031 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25710] ppid=25704 vsize=1794912 CPUtime=1.1
/proc/25706/task/25710/stat : 25710 (java) S 25704 25706 24727 0 -1 64 23933 0 0 0 99 11 0 0 25 0 13 0 164669031 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25711] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25704 25706 24727 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164669035 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25712] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25712/stat : 25712 (java) S 25704 25706 24727 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164669036 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25713] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25704 25706 24727 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 164669036 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25714] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25715] ppid=25704 vsize=1794912 CPUtime=0.53
/proc/25706/task/25715/stat : 25715 (java) S 25704 25706 24727 0 -1 64 1862 0 0 0 52 1 0 0 17 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25716] ppid=25704 vsize=1794912 CPUtime=0.37
/proc/25706/task/25716/stat : 25716 (java) S 25704 25706 24727 0 -1 64 648 0 0 0 37 0 0 0 16 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25717] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25717/stat : 25717 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25718] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25718/stat : 25718 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25719] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25719/stat : 25719 (java) S 25704 25706 24727 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 164669344 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.16
Current children cumulated vsize (KiB) 1794912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 25917
/proc/meminfo: memFree=1290212/2055920 swapFree=4182612/4192956
[pid=25706] ppid=25704 vsize=1794912 CPUtime=1200.06
/proc/25706/stat : 25706 (java) S 25704 25706 24727 0 -1 0 78293 0 102 0 119960 46 0 0 18 0 13 0 164668994 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25706/statm: 448728 71557 1326 9 0 446340 0
[pid=25706/tid=25708] ppid=25704 vsize=1794912 CPUtime=1196.93
/proc/25706/task/25708/stat : 25708 (java) R 25704 25706 24727 0 -1 64 37647 0 63 0 119668 25 0 0 25 0 13 0 164669022 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555910 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25709] ppid=25704 vsize=1794912 CPUtime=1.08
/proc/25706/task/25709/stat : 25709 (java) S 25704 25706 24727 0 -1 64 13511 0 0 0 103 5 0 0 24 0 13 0 164669031 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25710] ppid=25704 vsize=1794912 CPUtime=1.1
/proc/25706/task/25710/stat : 25710 (java) S 25704 25706 24727 0 -1 64 23933 0 0 0 99 11 0 0 25 0 13 0 164669031 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25711] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25711/stat : 25711 (java) S 25704 25706 24727 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 164669035 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25712] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25712/stat : 25712 (java) S 25704 25706 24727 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164669036 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25713] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25713/stat : 25713 (java) S 25704 25706 24727 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 164669036 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25714] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25714/stat : 25714 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25715] ppid=25704 vsize=1794912 CPUtime=0.53
/proc/25706/task/25715/stat : 25715 (java) S 25704 25706 24727 0 -1 64 1862 0 0 0 52 1 0 0 17 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25716] ppid=25704 vsize=1794912 CPUtime=0.37
/proc/25706/task/25716/stat : 25716 (java) S 25704 25706 24727 0 -1 64 648 0 0 0 37 0 0 0 16 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25706/tid=25717] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25717/stat : 25717 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25718] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25718/stat : 25718 (java) S 25704 25706 24727 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164669044 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25706/tid=25719] ppid=25704 vsize=1794912 CPUtime=0
/proc/25706/task/25719/stat : 25719 (java) S 25704 25706 24727 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 164669344 1837989888 71557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1794912

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

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

Child status: 143
Real time (s): 1199.3
CPU time (s): 1200.17
CPU user time (s): 1199.66
CPU system time (s): 0.507922
CPU usage (%): 100.072
Max. virtual memory (cumulated for all children) (KiB): 1800036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.66
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78313
page faults= 102
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25170
involuntary context switches= 3801

runsolver used 1.42678 second user time and 2.98455 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Wed Apr 18 08:59:51 UTC 2007

IDJOB= 331675
IDBENCH= 20368
IDSOLVER= 141
FILE ID= node63/331675-1176886790

PBS_JOBID= 4595105

Free space on /tmp= 66468 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/total-5-15-u.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331675-1176886790/sat4j-sat2007.jar /tmp/evaluation/331675-1176886790/instance-331675-1176886790.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-331675-1176886790 -o ROOT/results/node63/solver-331675-1176886790 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331675-1176886790/sat4j-sat2007.jar /tmp/evaluation/331675-1176886790/instance-331675-1176886790.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  c438ce1eb243ac0a49869eda1166f28f

RANDOM SEED= 741136799

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.232
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.232
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:       1583396 kB
Buffers:         15780 kB
Cached:         386912 kB
SwapCached:       4016 kB
Active:         103512 kB
Inactive:       329484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1583396 kB
SwapTotal:     4192956 kB
SwapFree:      4182612 kB
Dirty:           19196 kB
Writeback:           0 kB
Mapped:          36056 kB
Slab:            25416 kB
Committed_AS:  1979852 kB
PageTables:       1508 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= 66468 MiB

End job on node63 on Wed Apr 18 09:19:52 UTC 2007