Trace number 1717501

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CORE 2.1 RC1? (TO) 1200.26 1199.06

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h33-unknown.cnf
MD5SUM6197e38464facb30636a5a3ad5b2f0b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark77.2523
Satisfiable
(Un)Satisfiability was proved
Number of variables172950
Number of clauses837466
Sum of the clauses size2168190
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2666462
Number of clauses of size 3164950
Number of clauses of size 41526
Number of clauses of size 5129
Number of clauses of size over 54123

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.15	c version 2.1.0.v20090228
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.09/0.19	c c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.09/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.19	c Expensive reason simplification
0.09/0.19	c Armin Biere (Picosat) restarts strategy
0.09/0.19	c timeout=2147483647s
0.09/0.19	c DB Simplification allowed=true
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving HOME/instance-1717501-1240628572.cnf
0.09/0.19	c reading problem ... 
2.59/2.42	c ... done. Wall clock time 2.227s.
2.59/2.42	c #vars     175670
2.59/2.42	c #constraints  837200
2.59/2.42	c constraints type 
2.59/2.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 170716
2.59/2.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 666450
1200.04/1198.92	c starts		: 349
1200.04/1198.92	c conflicts		: 92116
1200.04/1198.92	c decisions		: 228560
1200.04/1198.92	c propagations		: 836435562
1200.04/1198.92	c inspects		: 1906189814
1200.04/1198.92	c learnt literals	: 14
1200.04/1198.92	c learnt binary clauses	: 500
1200.04/1198.92	c learnt ternary clauses	: 3286
1200.04/1198.92	c learnt clauses	: 92102
1200.04/1198.92	c ignored clauses	: 0
1200.04/1198.92	c root simplifications	: 363
1200.04/1198.92	c removed literals (reason simplification)	: 5665911
1200.04/1198.92	c reason swapping (by a shorter reason)	: 0
1200.04/1198.92	c Calls to reduceDB	: 0
1200.04/1198.92	c speed (assignments/second)	: 699073.9729141524
1200.04/1198.92	c non guided choices	6640
1200.04/1198.99	c learnt constraints type 
1200.04/1198.99	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 492
1200.04/1198.99	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91443
1200.04/1198.99	s UNKNOWN
1200.04/1198.99	c Total wall clock time (in seconds) : 1198.722

Verifier Data

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

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14244
/proc/meminfo: memFree=981480/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1612 CPUtime=0
/proc/14244/stat : 14244 (java6) D 14242 14244 13343 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 90884565 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/14244/statm: 403 147 111 9 0 45 0

[startup+0.013763 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14244
/proc/meminfo: memFree=981480/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=13460 CPUtime=0
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 836 0 0 0 0 0 0 0 18 0 2 0 90884565 13783040 608 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 3376 612 290 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13460

[startup+0.10177 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14244
/proc/meminfo: memFree=981480/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1780924 CPUtime=0.09
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 3921 0 1 0 7 2 0 0 18 0 12 0 90884565 1823666176 3664 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 445231 3664 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780924

[startup+0.301795 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14244
/proc/meminfo: memFree=981480/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1783548 CPUtime=0.37
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 7023 0 1 0 33 4 0 0 18 0 12 0 90884565 1826353152 6761 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 445887 6761 1365 9 0 443234 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1783548

[startup+0.701828 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14244
/proc/meminfo: memFree=981480/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1784948 CPUtime=0.87
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 9908 0 1 0 82 5 0 0 18 0 12 0 90884565 1827786752 9371 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 446237 9371 1374 9 0 443584 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1784948

[startup+1.5029 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 14256
/proc/meminfo: memFree=939336/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1784948 CPUtime=1.67
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 16507 0 1 0 158 9 0 0 18 0 12 0 90884565 1827786752 15969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 446237 15969 1375 9 0 443584 0
[pid=14244/tid=14246] ppid=14242 vsize=1784948 CPUtime=1.39
/proc/14244/task/14246/stat : 14246 (java) R 14242 14244 13343 0 -1 64 14452 0 1 0 131 8 0 0 25 0 12 0 90884566 1827786752 15969 1992294400 134512640 134550932 4294955984 18446744073709551615 4109443380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14247] ppid=14242 vsize=1784948 CPUtime=0
/proc/14244/task/14247/stat : 14247 (java) S 14242 14244 13343 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 90884568 1827786752 15969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14248] ppid=14242 vsize=1784948 CPUtime=0
/proc/14244/task/14248/stat : 14248 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 90884568 1827786752 15969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14249] ppid=14242 vsize=1784948 CPUtime=0
/proc/14244/task/14249/stat : 14249 (java) S 14242 14244 13343 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 90884570 1827786752 15969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14250] ppid=14242 vsize=1784948 CPUtime=0
/proc/14244/task/14250/stat : 14250 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 90884570 1827786752 15969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14251] ppid=14242 vsize=1784948 CPUtime=0
/proc/14244/task/14251/stat : 14251 (java) S 14242 14244 13343 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 90884570 1827786752 15969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14252] ppid=14242 vsize=1784948 CPUtime=0
/proc/14244/task/14252/stat : 14252 (java) S 14242 14244 13343 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 90884574 1827786752 15969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14253] ppid=14242 vsize=1784948 CPUtime=0.14
/proc/14244/task/14253/stat : 14253 (java) S 14242 14244 13343 0 -1 64 622 0 0 0 14 0 0 0 16 0 12 0 90884574 1827786752 15969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14254] ppid=14242 vsize=1784948 CPUtime=0.12
/proc/14244/task/14254/stat : 14254 (java) S 14242 14244 13343 0 -1 64 689 0 0 0 12 0 0 0 15 0 12 0 90884574 1827786752 15969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14255] ppid=14242 vsize=1784948 CPUtime=0
/proc/14244/task/14255/stat : 14255 (java) S 14242 14244 13343 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 90884574 1827786752 15969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14256] ppid=14242 vsize=1784948 CPUtime=0
/proc/14244/task/14256/stat : 14256 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 90884574 1827786752 15969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 1784948

[startup+3.10203 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 14256
/proc/meminfo: memFree=903240/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1785272 CPUtime=3.72
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 27007 0 1 0 358 14 0 0 18 0 13 0 90884565 1828118528 26402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 446318 26402 1404 9 0 443665 0
[pid=14244/tid=14246] ppid=14242 vsize=1785272 CPUtime=2.8
/proc/14244/task/14246/stat : 14246 (java) R 14242 14244 13343 0 -1 64 24766 0 1 0 268 12 0 0 25 0 13 0 90884566 1828118528 26402 1992294400 134512640 134550932 4294955984 18446744073709551615 4109657293 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14247] ppid=14242 vsize=1785272 CPUtime=0
/proc/14244/task/14247/stat : 14247 (java) S 14242 14244 13343 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90884568 1828118528 26402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14248] ppid=14242 vsize=1785272 CPUtime=0
/proc/14244/task/14248/stat : 14248 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 90884568 1828118528 26402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14249] ppid=14242 vsize=1785272 CPUtime=0
/proc/14244/task/14249/stat : 14249 (java) S 14242 14244 13343 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 90884570 1828118528 26402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14250] ppid=14242 vsize=1785272 CPUtime=0
/proc/14244/task/14250/stat : 14250 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90884570 1828118528 26402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14251] ppid=14242 vsize=1785272 CPUtime=0
/proc/14244/task/14251/stat : 14251 (java) S 14242 14244 13343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90884570 1828118528 26402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14252] ppid=14242 vsize=1785272 CPUtime=0
/proc/14244/task/14252/stat : 14252 (java) S 14242 14244 13343 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 90884574 1828118528 26402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14253] ppid=14242 vsize=1785272 CPUtime=0.44
/proc/14244/task/14253/stat : 14253 (java) S 14242 14244 13343 0 -1 64 755 0 0 0 44 0 0 0 16 0 13 0 90884574 1828118528 26402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14254] ppid=14242 vsize=1785272 CPUtime=0.44
/proc/14244/task/14254/stat : 14254 (java) S 14242 14244 13343 0 -1 64 738 0 0 0 44 0 0 0 17 0 13 0 90884574 1828118528 26402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14255] ppid=14242 vsize=1785272 CPUtime=0
/proc/14244/task/14255/stat : 14255 (java) S 14242 14244 13343 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 90884574 1828118528 26402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14256] ppid=14242 vsize=1785272 CPUtime=0
/proc/14244/task/14256/stat : 14256 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 90884574 1828118528 26402 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1785272

[startup+6.30231 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 14257
/proc/meminfo: memFree=880448/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1785208 CPUtime=7.13
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 27127 0 1 0 699 14 0 0 18 0 13 0 90884565 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 446302 26485 1407 9 0 443649 0
[pid=14244/tid=14246] ppid=14242 vsize=1785208 CPUtime=6.01
/proc/14244/task/14246/stat : 14246 (java) R 14242 14244 13343 0 -1 64 24852 0 1 0 588 13 0 0 25 0 13 0 90884566 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4109613097 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14247] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14247/stat : 14247 (java) S 14242 14244 13343 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90884568 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14248] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14248/stat : 14248 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 90884568 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14249] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14249/stat : 14249 (java) S 14242 14244 13343 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14250] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14250/stat : 14250 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90884570 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14251] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14251/stat : 14251 (java) S 14242 14244 13343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14252] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14252/stat : 14252 (java) S 14242 14244 13343 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 90884574 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14253] ppid=14242 vsize=1785208 CPUtime=0.44
/proc/14244/task/14253/stat : 14253 (java) S 14242 14244 13343 0 -1 64 755 0 0 0 44 0 0 0 16 0 13 0 90884574 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14254] ppid=14242 vsize=1785208 CPUtime=0.65
/proc/14244/task/14254/stat : 14254 (java) S 14242 14244 13343 0 -1 64 772 0 0 0 65 0 0 0 17 0 13 0 90884574 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14255] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14255/stat : 14255 (java) S 14242 14244 13343 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 90884574 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14256] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14256/stat : 14256 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 90884574 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14257] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14257/stat : 14257 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90884819 1828052992 26485 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 1785208

[startup+12.7029 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 14257
/proc/meminfo: memFree=880192/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1785208 CPUtime=13.61
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 27229 0 1 0 1346 15 0 0 18 0 13 0 90884565 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 446302 26583 1411 9 0 443649 0
[pid=14244/tid=14246] ppid=14242 vsize=1785208 CPUtime=12.4
/proc/14244/task/14246/stat : 14246 (java) R 14242 14244 13343 0 -1 64 24945 0 1 0 1227 13 0 0 25 0 13 0 90884566 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4109660159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14247] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14247/stat : 14247 (java) S 14242 14244 13343 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90884568 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14248] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14248/stat : 14248 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 90884568 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14249] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14249/stat : 14249 (java) S 14242 14244 13343 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14250] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14250/stat : 14250 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90884570 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14251] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14251/stat : 14251 (java) S 14242 14244 13343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14252] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14252/stat : 14252 (java) S 14242 14244 13343 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 90884574 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14253] ppid=14242 vsize=1785208 CPUtime=0.44
/proc/14244/task/14253/stat : 14253 (java) S 14242 14244 13343 0 -1 64 755 0 0 0 44 0 0 0 16 0 13 0 90884574 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14254] ppid=14242 vsize=1785208 CPUtime=0.73
/proc/14244/task/14254/stat : 14254 (java) S 14242 14244 13343 0 -1 64 781 0 0 0 73 0 0 0 17 0 13 0 90884574 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14255] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14255/stat : 14255 (java) S 14242 14244 13343 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 90884574 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14256] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14256/stat : 14256 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 90884574 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14257] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14257/stat : 14257 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90884819 1828052992 26583 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.61
Current children cumulated vsize (KiB) 1785208

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 14257
/proc/meminfo: memFree=879744/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1785208 CPUtime=26.42
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 27363 0 1 0 2627 15 0 0 18 0 13 0 90884565 1828052992 26716 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 446302 26716 1411 9 0 443649 0
[pid=14244/tid=14246] ppid=14242 vsize=1785208 CPUtime=25.2
/proc/14244/task/14246/stat : 14246 (java) R 14242 14244 13343 0 -1 64 25078 0 1 0 2507 13 0 0 25 0 13 0 90884566 1828052992 26716 1992294400 134512640 134550932 4294955984 18446744073709551615 4109613006 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14247] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14247/stat : 14247 (java) S 14242 14244 13343 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 90884568 1828052992 26716 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14248] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14248/stat : 14248 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 90884568 1828052992 26716 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14249] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14249/stat : 14249 (java) S 14242 14244 13343 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 26716 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14250] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14250/stat : 14250 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90884570 1828052992 26716 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=14244/tid=14249] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14249/stat : 14249 (java) S 14242 14244 13343 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 38918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14250] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14250/stat : 14250 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 90884570 1828052992 38918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14251] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14251/stat : 14251 (java) S 14242 14244 13343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 38918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14252] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14252/stat : 14252 (java) S 14242 14244 13343 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 90884574 1828052992 38918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14253] ppid=14242 vsize=1785208 CPUtime=0.52
/proc/14244/task/14253/stat : 14253 (java) S 14242 14244 13343 0 -1 64 982 0 0 0 52 0 0 0 16 0 13 0 90884574 1828052992 38918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14254] ppid=14242 vsize=1785208 CPUtime=0.83
/proc/14244/task/14254/stat : 14254 (java) S 14242 14244 13343 0 -1 64 792 0 0 0 83 0 0 0 17 0 13 0 90884574 1828052992 38918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14255] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14255/stat : 14255 (java) S 14242 14244 13343 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 90884574 1828052992 38918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14256] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14256/stat : 14256 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 90884574 1828052992 38918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14257] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14257/stat : 14257 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90884819 1828052992 38918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1003.04
Current children cumulated vsize (KiB) 1785208

[startup+1062.3 s]
/proc/loadavg: 1.07 1.00 1.00 2/77 14257
/proc/meminfo: memFree=706816/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1785208 CPUtime=1063.46
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 75659 0 1 0 106301 45 0 0 18 0 13 0 90884565 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 446302 69849 1420 9 0 443649 0
[pid=14244/tid=14246] ppid=14242 vsize=1785208 CPUtime=1061.18
/proc/14244/task/14246/stat : 14246 (java) R 14242 14244 13343 0 -1 64 37569 0 1 0 106089 29 0 0 25 0 13 0 90884566 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4109613097 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14247] ppid=14242 vsize=1785208 CPUtime=0.44
/proc/14244/task/14247/stat : 14247 (java) S 14242 14244 13343 0 -1 64 17224 0 0 0 37 7 0 0 16 0 13 0 90884568 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14248] ppid=14242 vsize=1785208 CPUtime=0.44
/proc/14244/task/14248/stat : 14248 (java) S 14242 14244 13343 0 -1 64 18337 0 0 0 37 7 0 0 20 0 13 0 90884568 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14249] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14249/stat : 14249 (java) S 14242 14244 13343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14250] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14250/stat : 14250 (java) S 14242 14244 13343 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 90884570 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14251] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14251/stat : 14251 (java) S 14242 14244 13343 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14252] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14252/stat : 14252 (java) S 14242 14244 13343 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 90884574 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14253] ppid=14242 vsize=1785208 CPUtime=0.52
/proc/14244/task/14253/stat : 14253 (java) S 14242 14244 13343 0 -1 64 982 0 0 0 52 0 0 0 16 0 13 0 90884574 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14254] ppid=14242 vsize=1785208 CPUtime=0.83
/proc/14244/task/14254/stat : 14254 (java) S 14242 14244 13343 0 -1 64 792 0 0 0 83 0 0 0 17 0 13 0 90884574 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14255] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14255/stat : 14255 (java) S 14242 14244 13343 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 90884574 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14256] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14256/stat : 14256 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 90884574 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14257] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14257/stat : 14257 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90884819 1828052992 69849 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.46
Current children cumulated vsize (KiB) 1785208

[startup+1122.3 s]
/proc/loadavg: 1.09 1.02 1.00 2/77 14257
/proc/meminfo: memFree=706752/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1785208 CPUtime=1123.45
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 75674 0 1 0 112299 46 0 0 18 0 13 0 90884565 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 446302 69864 1420 9 0 443649 0
[pid=14244/tid=14246] ppid=14242 vsize=1785208 CPUtime=1121.15
/proc/14244/task/14246/stat : 14246 (java) R 14242 14244 13343 0 -1 64 37576 0 1 0 112086 29 0 0 25 0 13 0 90884566 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4109660159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14247] ppid=14242 vsize=1785208 CPUtime=0.44
/proc/14244/task/14247/stat : 14247 (java) S 14242 14244 13343 0 -1 64 17224 0 0 0 37 7 0 0 16 0 13 0 90884568 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14248] ppid=14242 vsize=1785208 CPUtime=0.44
/proc/14244/task/14248/stat : 14248 (java) S 14242 14244 13343 0 -1 64 18337 0 0 0 37 7 0 0 20 0 13 0 90884568 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14249] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14249/stat : 14249 (java) S 14242 14244 13343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14250] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14250/stat : 14250 (java) S 14242 14244 13343 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 90884570 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14251] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14251/stat : 14251 (java) S 14242 14244 13343 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14252] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14252/stat : 14252 (java) S 14242 14244 13343 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14253] ppid=14242 vsize=1785208 CPUtime=0.53
/proc/14244/task/14253/stat : 14253 (java) S 14242 14244 13343 0 -1 64 990 0 0 0 53 0 0 0 16 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14254] ppid=14242 vsize=1785208 CPUtime=0.83
/proc/14244/task/14254/stat : 14254 (java) S 14242 14244 13343 0 -1 64 792 0 0 0 83 0 0 0 17 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14255] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14255/stat : 14255 (java) S 14242 14244 13343 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14256] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14256/stat : 14256 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14257] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14257/stat : 14257 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90884819 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.45
Current children cumulated vsize (KiB) 1785208

[startup+1182.3 s]
/proc/loadavg: 1.40 1.12 1.04 2/77 14257
/proc/meminfo: memFree=706688/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1785208 CPUtime=1183.43
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 75674 0 1 0 118297 46 0 0 18 0 13 0 90884565 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 446302 69864 1420 9 0 443649 0
[pid=14244/tid=14246] ppid=14242 vsize=1785208 CPUtime=1181.13
/proc/14244/task/14246/stat : 14246 (java) R 14242 14244 13343 0 -1 64 37576 0 1 0 118084 29 0 0 25 0 13 0 90884566 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4109610435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14247] ppid=14242 vsize=1785208 CPUtime=0.44
/proc/14244/task/14247/stat : 14247 (java) S 14242 14244 13343 0 -1 64 17224 0 0 0 37 7 0 0 16 0 13 0 90884568 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14248] ppid=14242 vsize=1785208 CPUtime=0.44
/proc/14244/task/14248/stat : 14248 (java) S 14242 14244 13343 0 -1 64 18337 0 0 0 37 7 0 0 20 0 13 0 90884568 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14249] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14249/stat : 14249 (java) S 14242 14244 13343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14250] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14250/stat : 14250 (java) S 14242 14244 13343 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 90884570 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14251] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14251/stat : 14251 (java) S 14242 14244 13343 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14252] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14252/stat : 14252 (java) S 14242 14244 13343 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14253] ppid=14242 vsize=1785208 CPUtime=0.53
/proc/14244/task/14253/stat : 14253 (java) S 14242 14244 13343 0 -1 64 990 0 0 0 53 0 0 0 16 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14254] ppid=14242 vsize=1785208 CPUtime=0.83
/proc/14244/task/14254/stat : 14254 (java) S 14242 14244 13343 0 -1 64 792 0 0 0 83 0 0 0 17 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14255] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14255/stat : 14255 (java) S 14242 14244 13343 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14256] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14256/stat : 14256 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14257] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14257/stat : 14257 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90884819 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.43
Current children cumulated vsize (KiB) 1785208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.9 s]
/proc/loadavg: 1.29 1.11 1.03 2/77 14257
/proc/meminfo: memFree=706688/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=1785208 CPUtime=1200.04
/proc/14244/stat : 14244 (java) S 14242 14244 13343 0 -1 0 75674 0 1 0 119958 46 0 0 18 0 13 0 90884565 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14244/statm: 446302 69864 1420 9 0 443649 0
[pid=14244/tid=14246] ppid=14242 vsize=1785208 CPUtime=1197.74
/proc/14244/task/14246/stat : 14246 (java) R 14242 14244 13343 0 -1 64 37576 0 1 0 119745 29 0 0 25 0 13 0 90884566 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4109660044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14247] ppid=14242 vsize=1785208 CPUtime=0.44
/proc/14244/task/14247/stat : 14247 (java) S 14242 14244 13343 0 -1 64 17224 0 0 0 37 7 0 0 16 0 13 0 90884568 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14248] ppid=14242 vsize=1785208 CPUtime=0.44
/proc/14244/task/14248/stat : 14248 (java) S 14242 14244 13343 0 -1 64 18337 0 0 0 37 7 0 0 20 0 13 0 90884568 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14249] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14249/stat : 14249 (java) S 14242 14244 13343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14250] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14250/stat : 14250 (java) S 14242 14244 13343 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 90884570 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14251] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14251/stat : 14251 (java) S 14242 14244 13343 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 90884570 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14252] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14252/stat : 14252 (java) S 14242 14244 13343 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14253] ppid=14242 vsize=1785208 CPUtime=0.53
/proc/14244/task/14253/stat : 14253 (java) S 14242 14244 13343 0 -1 64 990 0 0 0 53 0 0 0 16 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14254] ppid=14242 vsize=1785208 CPUtime=0.83
/proc/14244/task/14254/stat : 14254 (java) S 14242 14244 13343 0 -1 64 792 0 0 0 83 0 0 0 17 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14244/tid=14255] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14255/stat : 14255 (java) S 14242 14244 13343 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14256] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14256/stat : 14256 (java) S 14242 14244 13343 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 90884574 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14244/tid=14257] ppid=14242 vsize=1785208 CPUtime=0
/proc/14244/task/14257/stat : 14257 (java) S 14242 14244 13343 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 90884819 1828052992 69864 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1785208

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

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

[startup+1199.02 s]
/proc/loadavg: 1.29 1.11 1.03 2/77 14257
/proc/meminfo: memFree=706688/2055920 swapFree=4192956/4192956
[pid=14244] ppid=14242 vsize=0 CPUtime=1200.21
/proc/14244/stat : 14244 (java) Z 14242 14244 13343 0 -1 1036 75985 0 1 0 119975 46 0 0 15 0 2 0 90884565 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14244/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1199.06
CPU time (s): 1200.26
CPU user time (s): 1199.76
CPU system time (s): 0.507922
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 1785272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.76
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= 75985
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= 24733
involuntary context switches= 14846

runsolver used 1.41179 second user time and 3.04754 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-25 05:02:53
IDJOB=1717501
IDBENCH=20418
IDSOLVER=500
FILE ID=node58/1717501-1240628572
PBS_JOBID= 9186314
Free space on /tmp= 66228 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h33-unknown.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717501-1240628572/watcher-1717501-1240628572 -o /tmp/evaluation-result-1717501-1240628572/solver-1717501-1240628572 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1717501-1240628572.cnf

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

MD5SUM BENCH= 6197e38464facb30636a5a3ad5b2f0b5
RANDOM SEED=1832410366

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.233
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.233
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:        981960 kB
Buffers:         90928 kB
Cached:         875828 kB
SwapCached:          0 kB
Active:         129176 kB
Inactive:       851500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        981960 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           15356 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            79324 kB
Committed_AS:   295192 kB
PageTables:       1356 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= 66228 MiB
End job on node58 at 2009-04-25 05:22:54