Trace number 1730005

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 RC1UNSAT 500.259 499.823

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl004.sat05-2716.reshuffled-07.cnf
MD5SUMdd374701f9b3db5a8ac095414c025d77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark64.4682
Satisfiable
(Un)Satisfiability was proved
Number of variables1605
Number of clauses8025
Sum of the clauses size68677
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31142
Number of clauses of size 4106
Number of clauses of size 5888
Number of clauses of size over 55615

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.16	c version 2.1.0.v20090228
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 1651659224
0.09/0.16	c Max memory 1654456320
0.09/0.16	c Total memory 1654456320
0.09/0.16	c Number of processors 2
0.22/0.20	c c --- Begin Solver configuration ---
0.22/0.20	c Stops conflict analysis at the first Unique Implication Point
0.22/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.22/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.22/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.22/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.22/0.20	c Expensive reason simplification
0.22/0.20	c Armin Biere (Picosat) restarts strategy
0.22/0.20	c timeout=2147483647s
0.22/0.20	c DB Simplification allowed=true
0.22/0.20	c --- End Solver configuration ---
0.22/0.20	c solving HOME/instance-1730005-1240755328.cnf
0.22/0.20	c reading problem ... 
0.37/0.38	c ... done. Wall clock time 0.18s.
0.37/0.38	c #vars     1605
0.37/0.38	c #constraints  7886
0.37/0.38	c constraints type 
0.37/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7425
0.37/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 429
500.14/499.73	c starts		: 625
500.14/499.73	c conflicts		: 251338
500.14/499.73	c decisions		: 554263
500.14/499.73	c propagations		: 9029667
500.14/499.73	c inspects		: 1766450679
500.14/499.73	c learnt literals	: 20
500.14/499.73	c learnt binary clauses	: 460
500.14/499.73	c learnt ternary clauses	: 1570
500.14/499.73	c learnt clauses	: 251317
500.14/499.73	c ignored clauses	: 0
500.14/499.73	c root simplifications	: 644
500.14/499.73	c removed literals (reason simplification)	: 2879100
500.14/499.73	c reason swapping (by a shorter reason)	: 0
500.14/499.73	c Calls to reduceDB	: 0
500.14/499.74	c speed (assignments/second)	: 18082.841694202463
500.14/499.74	c non guided choices	79853
500.14/499.76	c learnt constraints type 
500.14/499.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 153
500.14/499.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25611
500.14/499.76	s UNSATISFIABLE
500.14/499.76	c Total wall clock time (in seconds) : 499.531

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730005-1240755328/watcher-1730005-1240755328 -o /tmp/evaluation-result-1730005-1240755328/solver-1730005-1240755328 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1730005-1240755328.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 27490
/proc/meminfo: memFree=1720904/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1612 CPUtime=0
/proc/27490/stat : 27490 (java6) R 27488 27490 27062 0 -1 0 173 0 0 0 0 0 0 0 20 0 1 0 103565725 1650688 146 1992294400 134512640 134550932 4294956160 18446744073709551615 11062080 0 0 4096 0 0 0 0 17 0 0 0
/proc/27490/statm: 411 148 111 9 0 53 0

[startup+0.0200029 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 27490
/proc/meminfo: memFree=1720904/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1773828 CPUtime=0.01
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 1319 0 1 0 0 1 0 0 20 0 2 0 103565725 1816399872 1068 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 443457 1078 406 9 0 441209 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773828

[startup+0.102009 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 27490
/proc/meminfo: memFree=1720904/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1780924 CPUtime=0.09
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 3882 0 1 0 7 2 0 0 20 0 12 0 103565725 1823666176 3625 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 445231 3625 1067 9 0 442578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780924

[startup+0.301077 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 27490
/proc/meminfo: memFree=1720904/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1783308 CPUtime=0.37
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 5333 0 1 0 34 3 0 0 20 0 12 0 103565725 1826107392 5071 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 445827 5071 1367 9 0 443174 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1783308

[startup+0.701117 s]
/proc/loadavg: 1.00 1.00 1.01 3/64 27490
/proc/meminfo: memFree=1720904/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1786468 CPUtime=1.04
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 6992 0 1 0 100 4 0 0 20 0 13 0 103565725 1829343232 6052 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 446617 6052 1402 9 0 443964 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1786468

[startup+1.50215 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 27503
/proc/meminfo: memFree=1701344/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1786468 CPUtime=2
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 7400 0 1 0 196 4 0 0 20 0 13 0 103565725 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 446617 6442 1409 9 0 443964 0
[pid=27490/tid=27492] ppid=27488 vsize=1786468 CPUtime=1.25
/proc/27490/task/27492/stat : 27492 (java) R 27488 27490 27062 0 -1 64 4426 0 1 0 123 2 0 0 23 0 13 0 103565727 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4109516310 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27493/stat : 27493 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 103565728 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27494] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27494/stat : 27494 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103565728 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27495] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27495/stat : 27495 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 103565730 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27496] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27496/stat : 27496 (java) S 27488 27490 27062 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 103565731 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27497] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27497/stat : 27497 (java) S 27488 27490 27062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103565731 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27498] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27498/stat : 27498 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27499] ppid=27488 vsize=1786468 CPUtime=0.4
/proc/27490/task/27499/stat : 27499 (java) S 27488 27490 27062 0 -1 64 860 0 0 0 40 0 0 0 16 0 13 0 103565735 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27500] ppid=27488 vsize=1786468 CPUtime=0.32
/proc/27490/task/27500/stat : 27500 (java) S 27488 27490 27062 0 -1 64 1369 0 0 0 32 0 0 0 16 0 13 0 103565735 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27501] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27501/stat : 27501 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27502] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27502/stat : 27502 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103565735 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27503] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27503/stat : 27503 (java) S 27488 27490 27062 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103565766 1829343232 6442 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1786468

[startup+3.10231 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 27503
/proc/meminfo: memFree=1699552/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1786468 CPUtime=3.64
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 7830 0 1 0 360 4 0 0 20 0 13 0 103565725 1829343232 6870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 446617 6870 1409 9 0 443964 0
[pid=27490/tid=27492] ppid=27488 vsize=1786468 CPUtime=2.81
/proc/27490/task/27492/stat : 27492 (java) R 27488 27490 27062 0 -1 64 4851 0 1 0 279 2 0 0 25 0 13 0 103565727 1829343232 6870 1992294400 134512640 134550932 4294955984 18446744073709551615 4109516340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27493/stat : 27493 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 103565728 1829343232 6870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27494] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27494/stat : 27494 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103565728 1829343232 6870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27495] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27495/stat : 27495 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 103565730 1829343232 6870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27496] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27496/stat : 27496 (java) S 27488 27490 27062 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 103565731 1829343232 6870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27497] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27497/stat : 27497 (java) S 27488 27490 27062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103565731 1829343232 6870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27498] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27498/stat : 27498 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1829343232 6870 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27499] ppid=27488 vsize=1786468 CPUtime=0.44
/proc/27490/task/27499/stat : 27499 (java) S 27488 27490 27062 0 -1 64 863 0 0 0 44 0 0 0 17 0 13 0 103565735 1829343232 6871 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27500] ppid=27488 vsize=1786468 CPUtime=0.35
/proc/27490/task/27500/stat : 27500 (java) S 27488 27490 27062 0 -1 64 1371 0 0 0 35 0 0 0 17 0 13 0 103565735 1829343232 6871 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27501] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27501/stat : 27501 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1829343232 6871 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27502] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27502/stat : 27502 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103565735 1829343232 6871 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27503] ppid=27488 vsize=1786468 CPUtime=0
/proc/27490/task/27503/stat : 27503 (java) S 27488 27490 27062 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103565766 1829343232 6871 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1786468

[startup+6.30164 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 27503
/proc/meminfo: memFree=1696992/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1786308 CPUtime=6.84
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 8360 0 1 0 679 5 0 0 20 0 13 0 103565725 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 446577 7335 1409 9 0 443924 0
[pid=27490/tid=27492] ppid=27488 vsize=1786308 CPUtime=6.02
/proc/27490/task/27492/stat : 27492 (java) R 27488 27490 27062 0 -1 64 5381 0 1 0 599 3 0 0 25 0 13 0 103565727 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4109516747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27493/stat : 27493 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 103565728 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27494] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27494/stat : 27494 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103565728 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27495] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27495/stat : 27495 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103565730 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27496] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27496/stat : 27496 (java) S 27488 27490 27062 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 103565731 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27497] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27497/stat : 27497 (java) S 27488 27490 27062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103565731 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27498] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27498/stat : 27498 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27499] ppid=27488 vsize=1786308 CPUtime=0.44
/proc/27490/task/27499/stat : 27499 (java) S 27488 27490 27062 0 -1 64 863 0 0 0 44 0 0 0 17 0 13 0 103565735 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27500] ppid=27488 vsize=1786308 CPUtime=0.35
/proc/27490/task/27500/stat : 27500 (java) S 27488 27490 27062 0 -1 64 1371 0 0 0 35 0 0 0 17 0 13 0 103565735 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27501] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27501/stat : 27501 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27502] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27502/stat : 27502 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103565735 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27503] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27503/stat : 27503 (java) S 27488 27490 27062 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103565766 1829179392 7335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 1786308

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 27503
/proc/meminfo: memFree=1694240/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1786308 CPUtime=13.24
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 8930 0 1 0 1318 6 0 0 20 0 13 0 103565725 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 446577 7905 1409 9 0 443924 0
[pid=27490/tid=27492] ppid=27488 vsize=1786308 CPUtime=12.41
/proc/27490/task/27492/stat : 27492 (java) R 27488 27490 27062 0 -1 64 5950 0 1 0 1237 4 0 0 25 0 13 0 103565727 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4109570617 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27493] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27493/stat : 27493 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 103565728 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27494] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27494/stat : 27494 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103565728 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27495] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27495/stat : 27495 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103565730 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27496] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27496/stat : 27496 (java) S 27488 27490 27062 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 103565731 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27497] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27497/stat : 27497 (java) S 27488 27490 27062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103565731 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27498] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27498/stat : 27498 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27499] ppid=27488 vsize=1786308 CPUtime=0.44
/proc/27490/task/27499/stat : 27499 (java) S 27488 27490 27062 0 -1 64 863 0 0 0 44 0 0 0 17 0 13 0 103565735 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27500] ppid=27488 vsize=1786308 CPUtime=0.36
/proc/27490/task/27500/stat : 27500 (java) S 27488 27490 27062 0 -1 64 1372 0 0 0 36 0 0 0 17 0 13 0 103565735 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27501] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27501/stat : 27501 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27502] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27502/stat : 27502 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103565735 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27503] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27503/stat : 27503 (java) S 27488 27490 27062 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103565766 1829179392 7905 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.24
Current children cumulated vsize (KiB) 1786308

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 27503
/proc/meminfo: memFree=1690464/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1786308 CPUtime=26.02
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 9859 0 1 0 2596 6 0 0 20 0 13 0 103565725 1829179392 8825 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 446577 8825 1409 9 0 443924 0
[pid=27490/tid=27492] ppid=27488 vsize=1786308 CPUtime=25.19
/proc/27490/task/27492/stat : 27492 (java) R 27488 27490 27062 0 -1 64 6879 0 1 0 2515 4 0 0 25 0 13 0 103565727 1829179392 8825 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293314 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27493/stat : 27493 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 103565728 1829179392 8825 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27494] ppid=27488 vsize=1786308 CPUtime=0
/proc/27490/task/27494/stat : 27494 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103565728 1829179392 8825 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/27490/task/27501/stat : 27501 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1827282944 17839 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27502] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27502/stat : 27502 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103565735 1827282944 17839 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27503] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27503/stat : 27503 (java) S 27488 27490 27062 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103565766 1827282944 17839 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 496.34
Current children cumulated vsize (KiB) 1784456

[startup+497.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27503
/proc/meminfo: memFree=1653728/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1784456 CPUtime=497.94
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 19315 0 1 0 49777 17 0 0 20 0 13 0 103565725 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 446114 17849 1409 9 0 443461 0
[pid=27490/tid=27492] ppid=27488 vsize=1784456 CPUtime=497.03
/proc/27490/task/27492/stat : 27492 (java) R 27488 27490 27062 0 -1 64 16329 0 1 0 49688 15 0 0 25 0 13 0 103565727 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4109512191 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27493/stat : 27493 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 103565728 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27494] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27494/stat : 27494 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103565728 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27495] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27495/stat : 27495 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103565730 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27496] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27496/stat : 27496 (java) S 27488 27490 27062 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 103565731 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27497] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27497/stat : 27497 (java) S 27488 27490 27062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103565731 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27498] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27498/stat : 27498 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27499] ppid=27488 vsize=1784456 CPUtime=0.5
/proc/27490/task/27499/stat : 27499 (java) S 27488 27490 27062 0 -1 64 869 0 0 0 50 0 0 0 16 0 13 0 103565735 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27500] ppid=27488 vsize=1784456 CPUtime=0.38
/proc/27490/task/27500/stat : 27500 (java) S 27488 27490 27062 0 -1 64 1372 0 0 0 38 0 0 0 16 0 13 0 103565735 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27501] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27501/stat : 27501 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27502] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27502/stat : 27502 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103565735 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27503] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27503/stat : 27503 (java) S 27488 27490 27062 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103565766 1827282944 17849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 497.94
Current children cumulated vsize (KiB) 1784456

[startup+499.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27503
/proc/meminfo: memFree=1653728/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1784456 CPUtime=499.54
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 19328 0 1 0 49937 17 0 0 20 0 13 0 103565725 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 446114 17862 1409 9 0 443461 0
[pid=27490/tid=27492] ppid=27488 vsize=1784456 CPUtime=498.63
/proc/27490/task/27492/stat : 27492 (java) R 27488 27490 27062 0 -1 64 16342 0 1 0 49848 15 0 0 25 0 13 0 103565727 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4109465387 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27493/stat : 27493 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 103565728 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27494] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27494/stat : 27494 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103565728 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27495] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27495/stat : 27495 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103565730 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27496] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27496/stat : 27496 (java) S 27488 27490 27062 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 103565731 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27497] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27497/stat : 27497 (java) S 27488 27490 27062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103565731 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27498] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27498/stat : 27498 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27499] ppid=27488 vsize=1784456 CPUtime=0.5
/proc/27490/task/27499/stat : 27499 (java) S 27488 27490 27062 0 -1 64 869 0 0 0 50 0 0 0 16 0 13 0 103565735 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27500] ppid=27488 vsize=1784456 CPUtime=0.38
/proc/27490/task/27500/stat : 27500 (java) S 27488 27490 27062 0 -1 64 1372 0 0 0 38 0 0 0 16 0 13 0 103565735 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27501] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27501/stat : 27501 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27502] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27502/stat : 27502 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103565735 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27503] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27503/stat : 27503 (java) S 27488 27490 27062 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103565766 1827282944 17862 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 499.54
Current children cumulated vsize (KiB) 1784456

[startup+499.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27503
/proc/meminfo: memFree=1653664/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1784456 CPUtime=499.94
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 19330 0 1 0 49977 17 0 0 20 0 13 0 103565725 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 446114 17864 1409 9 0 443461 0
[pid=27490/tid=27492] ppid=27488 vsize=1784456 CPUtime=499.03
/proc/27490/task/27492/stat : 27492 (java) R 27488 27490 27062 0 -1 64 16344 0 1 0 49888 15 0 0 25 0 13 0 103565727 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293231 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27493/stat : 27493 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 103565728 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27494] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27494/stat : 27494 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103565728 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27495] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27495/stat : 27495 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103565730 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27496] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27496/stat : 27496 (java) S 27488 27490 27062 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 103565731 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27497] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27497/stat : 27497 (java) S 27488 27490 27062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103565731 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27498] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27498/stat : 27498 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27499] ppid=27488 vsize=1784456 CPUtime=0.5
/proc/27490/task/27499/stat : 27499 (java) S 27488 27490 27062 0 -1 64 869 0 0 0 50 0 0 0 16 0 13 0 103565735 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27500] ppid=27488 vsize=1784456 CPUtime=0.38
/proc/27490/task/27500/stat : 27500 (java) S 27488 27490 27062 0 -1 64 1372 0 0 0 38 0 0 0 16 0 13 0 103565735 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27501] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27501/stat : 27501 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27502] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27502/stat : 27502 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103565735 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27503] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27503/stat : 27503 (java) S 27488 27490 27062 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103565766 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 499.94
Current children cumulated vsize (KiB) 1784456

[startup+499.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27503
/proc/meminfo: memFree=1653664/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1784456 CPUtime=500.14
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 19330 0 1 0 49997 17 0 0 20 0 13 0 103565725 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 446114 17864 1409 9 0 443461 0
[pid=27490/tid=27492] ppid=27488 vsize=1784456 CPUtime=499.23
/proc/27490/task/27492/stat : 27492 (java) R 27488 27490 27062 0 -1 64 16344 0 1 0 49908 15 0 0 25 0 13 0 103565727 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4109684564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27493] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27493/stat : 27493 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 103565728 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27494] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27494/stat : 27494 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 103565728 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27495] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27495/stat : 27495 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103565730 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27496] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27496/stat : 27496 (java) S 27488 27490 27062 0 -1 64 9 0 0 0 0 0 0 0 25 0 13 0 103565731 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27497] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27497/stat : 27497 (java) S 27488 27490 27062 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103565731 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27498] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27498/stat : 27498 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27499] ppid=27488 vsize=1784456 CPUtime=0.5
/proc/27490/task/27499/stat : 27499 (java) S 27488 27490 27062 0 -1 64 869 0 0 0 50 0 0 0 16 0 13 0 103565735 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27500] ppid=27488 vsize=1784456 CPUtime=0.38
/proc/27490/task/27500/stat : 27500 (java) S 27488 27490 27062 0 -1 64 1372 0 0 0 38 0 0 0 16 0 13 0 103565735 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27501] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27501/stat : 27501 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 103565735 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27502] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27502/stat : 27502 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103565735 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27503] ppid=27488 vsize=1784456 CPUtime=0
/proc/27490/task/27503/stat : 27503 (java) S 27488 27490 27062 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 103565766 1827282944 17864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 500.14
Current children cumulated vsize (KiB) 1784456

[startup+499.803 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 27503
/proc/meminfo: memFree=1653664/2055920 swapFree=4180920/4192956
[pid=27490] ppid=27488 vsize=1784708 CPUtime=500.24
/proc/27490/stat : 27490 (java) S 27488 27490 27062 0 -1 0 19412 0 1 0 50006 18 0 0 20 0 12 0 103565725 1827540992 17919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27490/statm: 446177 17919 1412 9 0 443524 0
[pid=27490/tid=27492] ppid=27488 vsize=1784708 CPUtime=499.26
/proc/27490/task/27492/stat : 27492 (java) S 27488 27490 27062 0 -1 64 16349 0 1 0 49911 15 0 0 24 0 12 0 103565727 1827540992 17919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27493] ppid=27488 vsize=1784708 CPUtime=0
/proc/27490/task/27493/stat : 27493 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 103565728 1827540992 17919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27494] ppid=27488 vsize=1784708 CPUtime=0
/proc/27490/task/27494/stat : 27494 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 103565728 1827540992 17919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27495] ppid=27488 vsize=1784708 CPUtime=0
/proc/27490/task/27495/stat : 27495 (java) S 27488 27490 27062 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 103565730 1827540992 17919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27496] ppid=27488 vsize=1784708 CPUtime=0
/proc/27490/task/27496/stat : 27496 (java) S 27488 27490 27062 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 103565731 1827540992 17919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27497] ppid=27488 vsize=1784708 CPUtime=0
/proc/27490/task/27497/stat : 27497 (java) S 27488 27490 27062 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 103565731 1827540992 17919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27498] ppid=27488 vsize=1784708 CPUtime=0
/proc/27490/task/27498/stat : 27498 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 103565735 1827540992 17919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27499] ppid=27488 vsize=1784708 CPUtime=0.5
/proc/27490/task/27499/stat : 27499 (java) S 27488 27490 27062 0 -1 64 871 0 0 0 50 0 0 0 16 0 12 0 103565735 1827540992 17919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27490/tid=27500] ppid=27488 vsize=1784708 CPUtime=0.4
/proc/27490/task/27500/stat : 27500 (java) S 27488 27490 27062 0 -1 64 1438 0 0 0 40 0 0 0 16 0 12 0 103565735 1827540992 17919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27501] ppid=27488 vsize=1784708 CPUtime=0
/proc/27490/task/27501/stat : 27501 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 103565735 1827540992 17919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27490/tid=27502] ppid=27488 vsize=1784708 CPUtime=0
/proc/27490/task/27502/stat : 27502 (java) S 27488 27490 27062 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 103565735 1827540992 17919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 500.24
Current children cumulated vsize (KiB) 1784708

Child status: 20
Real time (s): 499.823
CPU time (s): 500.259
CPU user time (s): 500.065
CPU system time (s): 0.19397
CPU usage (%): 100.087
Max. virtual memory (cumulated for all children) (KiB): 1786652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 500.065
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19416
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10530
involuntary context switches= 8499

runsolver used 0.52492 second user time and 1.3338 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-26 16:15:28
IDJOB=1730005
IDBENCH=24720
IDSOLVER=500
FILE ID=node27/1730005-1240755328
PBS_JOBID= 9187048
Free space on /tmp= 66248 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl004.sat05-2716.reshuffled-07.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730005-1240755328/watcher-1730005-1240755328 -o /tmp/evaluation-result-1730005-1240755328/solver-1730005-1240755328 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1730005-1240755328.cnf

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

MD5SUM BENCH= dd374701f9b3db5a8ac095414c025d77
RANDOM SEED=1537408737

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1721384 kB
Buffers:         32700 kB
Cached:         222556 kB
SwapCached:       5116 kB
Active:          57332 kB
Inactive:       206064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721384 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:             516 kB
Writeback:           0 kB
Mapped:          14140 kB
Slab:            57060 kB
Committed_AS:   382624 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66248 MiB
End job on node27 at 2009-04-26 16:23:48