Trace number 2075607

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 CSP 2.1.1? (TO) 1800.06 1816.06

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-01-16.xml
MD5SUM6522a7124b0545366bf36f7f7553dc57
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.64329
Satisfiable
(Un)Satisfiability was proved
Number of variables9685
Number of constraints65555
Maximum constraint arity39
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65555
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2075607-1247361767.xml
0.18/0.23	c reading problem ... 
0.38/0.50	c reading problem named null
0.38/0.50	c reading domains done.
0.48/0.50	c reading variables done.
2.60/2.66	c reading predicates  done.
3.70/3.74	c reading constraints
1800.01/1816.02	c starts		: 0
1800.01/1816.02	c conflicts		: 0
1800.01/1816.02	c decisions		: 0
1800.01/1816.02	c propagations		: 0
1800.01/1816.02	c inspects		: 0
1800.01/1816.02	c learnt literals	: 0
1800.01/1816.02	c learnt binary clauses	: 0
1800.01/1816.02	c learnt ternary clauses	: 0
1800.01/1816.02	c learnt clauses	: 0
1800.01/1816.02	c ignored clauses	: 0
1800.01/1816.02	c root simplifications	: 0
1800.01/1816.02	c removed literals (reason simplification)	: 0
1800.01/1816.02	c reason swapping (by a shorter reason)	: 0
1800.01/1816.02	c Calls to reduceDB	: 0
1800.01/1816.02	c speed (assignments/second)	: 0.0
1800.01/1816.02	c non guided choices	0
1800.01/1816.02	c learnt constraints type 
1800.01/1816.02	c constraints type 
1800.01/1816.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106327
1800.01/1816.02	c org.sat4j.minisat.constraints.card.AtLeast => 9685
1800.01/1816.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 96300
1800.01/1816.02	s UNKNOWN
1800.01/1816.02	c Total wall clock time (in seconds) : 1815.782

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s 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-2075607-1247361767/watcher-2075607-1247361767 -o /tmp/evaluation-result-2075607-1247361767/solver-2075607-1247361767 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075607-1247361767.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.06 2.00 4/81 20296
/proc/meminfo: memFree=1801744/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=152 CPUtime=0
/proc/20296/stat : 20296 (java) R 20294 20296 17372 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 23244321 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 10924836 0 0 4096 0 0 0 0 17 0 0 0
/proc/20296/statm: 38 26 19 9 0 4 0

[startup+0.0111581 s]
/proc/loadavg: 2.06 2.06 2.00 4/81 20296
/proc/meminfo: memFree=1801744/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=13300 CPUtime=0
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 791 0 0 0 0 0 0 0 18 0 2 0 23244321 13619200 573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 3325 573 255 9 0 1199 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13300

[startup+0.102179 s]
/proc/loadavg: 2.06 2.06 2.00 4/81 20296
/proc/meminfo: memFree=1801744/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=804560 CPUtime=0.09
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 3076 0 1 0 7 2 0 0 18 0 12 0 23244321 823869440 2819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 201140 2819 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.30121 s]
/proc/loadavg: 2.06 2.06 2.00 4/81 20296
/proc/meminfo: memFree=1801744/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=805628 CPUtime=0.29
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 4316 0 1 0 25 4 0 0 18 0 12 0 23244321 824963072 4053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 201407 4053 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701273 s]
/proc/loadavg: 2.06 2.06 2.00 4/81 20296
/proc/meminfo: memFree=1801744/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=807184 CPUtime=0.68
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 5426 0 1 0 63 5 0 0 18 0 12 0 23244321 826556416 4917 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 201796 4917 1389 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.5014 s]
/proc/loadavg: 2.06 2.06 2.00 3/93 20308
/proc/meminfo: memFree=1786992/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=810004 CPUtime=1.5
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 7350 0 1 0 145 5 0 0 18 0 12 0 23244321 829444096 5934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 202501 5934 1406 9 0 199828 0
[pid=20296/tid=20298] ppid=20294 vsize=810004 CPUtime=0.79
/proc/20296/task/20298/stat : 20298 (java) R 20294 20296 17372 0 -1 64 3799 0 1 0 75 4 0 0 17 0 12 0 23244322 829444096 5934 996147200 134512640 134550932 4294956016 18446744073709551615 4109124970 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20299] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20299/stat : 20299 (java) S 20294 20296 17372 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 23244323 829444096 5934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20300] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20300/stat : 20300 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23244323 829444096 5934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20301] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20301/stat : 20301 (java) S 20294 20296 17372 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23244325 829444096 5934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20302] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20302/stat : 20302 (java) S 20294 20296 17372 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 23244325 829444096 5934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20303] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20303/stat : 20303 (java) S 20294 20296 17372 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23244325 829444096 5934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20304] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20304/stat : 20304 (java) S 20294 20296 17372 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23244330 829444096 5934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20305] ppid=20294 vsize=810004 CPUtime=0.13
/proc/20296/task/20305/stat : 20305 (java) S 20294 20296 17372 0 -1 64 331 0 0 0 13 0 0 0 17 0 12 0 23244330 829444096 5934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20306] ppid=20294 vsize=810004 CPUtime=0.55
/proc/20296/task/20306/stat : 20306 (java) R 20294 20296 17372 0 -1 64 2479 0 0 0 55 0 0 0 17 0 12 0 23244330 829444096 5934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20307] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20307/stat : 20307 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23244330 829444096 5934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20308] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20308/stat : 20308 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23244330 829444096 5934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 810004

[startup+3.10266 s]
/proc/loadavg: 2.06 2.06 2.00 3/93 20308
/proc/meminfo: memFree=1781808/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=810004 CPUtime=3.1
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 17311 0 1 0 298 12 0 0 18 0 12 0 23244321 829444096 15892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 202501 15892 1422 9 0 199828 0
[pid=20296/tid=20298] ppid=20294 vsize=810004 CPUtime=1.6
/proc/20296/task/20298/stat : 20298 (java) R 20294 20296 17372 0 -1 64 13685 0 1 0 150 10 0 0 19 0 12 0 23244322 829444096 15892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20299] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20299/stat : 20299 (java) S 20294 20296 17372 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 23244323 829444096 15892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20300] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20300/stat : 20300 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23244323 829444096 15892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20301] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20301/stat : 20301 (java) S 20294 20296 17372 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23244325 829444096 15892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20302] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20302/stat : 20302 (java) S 20294 20296 17372 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 23244325 829444096 15892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20303] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20303/stat : 20303 (java) S 20294 20296 17372 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23244325 829444096 15892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20304] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20304/stat : 20304 (java) S 20294 20296 17372 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23244330 829444096 15892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20305] ppid=20294 vsize=810004 CPUtime=0.63
/proc/20296/task/20305/stat : 20305 (java) R 20294 20296 17372 0 -1 64 371 0 0 0 63 0 0 0 16 0 12 0 23244330 829444096 15892 996147200 134512640 134550932 4294956016 18446744073709551615 102517890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20306] ppid=20294 vsize=810004 CPUtime=0.84
/proc/20296/task/20306/stat : 20306 (java) S 20294 20296 17372 0 -1 64 2514 0 0 0 84 0 0 0 18 0 12 0 23244330 829444096 15892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20307] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20307/stat : 20307 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23244330 829444096 15892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20308] ppid=20294 vsize=810004 CPUtime=0
/proc/20296/task/20308/stat : 20308 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23244330 829444096 15892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 810004

[startup+6.30118 s]
/proc/loadavg: 2.22 2.09 2.01 4/93 20308
/proc/meminfo: memFree=1728112/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=820540 CPUtime=6.39
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 36712 0 1 0 618 21 0 0 18 0 12 0 23244321 840232960 29411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 205135 29411 1444 9 0 202462 0
[pid=20296/tid=20298] ppid=20294 vsize=820540 CPUtime=2.68
/proc/20296/task/20298/stat : 20298 (java) R 20294 20296 17372 0 -1 64 17228 0 1 0 256 12 0 0 25 0 12 0 23244322 840232960 29411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20299] ppid=20294 vsize=820540 CPUtime=0.13
/proc/20296/task/20299/stat : 20299 (java) S 20294 20296 17372 0 -1 64 4157 0 0 0 12 1 0 0 18 0 12 0 23244323 840232960 29411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20300] ppid=20294 vsize=820540 CPUtime=0.14
/proc/20296/task/20300/stat : 20300 (java) S 20294 20296 17372 0 -1 64 3998 0 0 0 13 1 0 0 18 0 12 0 23244323 840232960 29411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20301] ppid=20294 vsize=820540 CPUtime=0
/proc/20296/task/20301/stat : 20301 (java) S 20294 20296 17372 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23244325 840232960 29411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20302] ppid=20294 vsize=820540 CPUtime=0
/proc/20296/task/20302/stat : 20302 (java) S 20294 20296 17372 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23244325 840232960 29411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20303] ppid=20294 vsize=820540 CPUtime=0
/proc/20296/task/20303/stat : 20303 (java) S 20294 20296 17372 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23244325 840232960 29411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20304] ppid=20294 vsize=820540 CPUtime=0
/proc/20296/task/20304/stat : 20304 (java) S 20294 20296 17372 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23244330 840232960 29411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20305] ppid=20294 vsize=820540 CPUtime=0.92
/proc/20296/task/20305/stat : 20305 (java) S 20294 20296 17372 0 -1 64 1353 0 0 0 92 0 0 0 19 0 12 0 23244330 840232960 29411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20306] ppid=20294 vsize=820540 CPUtime=2.44
/proc/20296/task/20306/stat : 20306 (java) R 20294 20296 17372 0 -1 64 9225 0 0 0 241 3 0 0 16 0 12 0 23244330 840232960 29411 996147200 134512640 134550932 4294956016 18446744073709551615 106123196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20307] ppid=20294 vsize=820540 CPUtime=0
/proc/20296/task/20307/stat : 20307 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23244330 840232960 29411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20308] ppid=20294 vsize=820540 CPUtime=0
/proc/20296/task/20308/stat : 20308 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23244330 840232960 29411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 820540

[startup+12.7022 s]
/proc/loadavg: 2.20 2.09 2.01 3/93 20308
/proc/meminfo: memFree=1666672/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=820444 CPUtime=12.73
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 43386 0 1 0 1249 24 0 0 18 0 12 0 23244321 840134656 35157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 205111 35157 1451 9 0 202438 0
[pid=20296/tid=20298] ppid=20294 vsize=820444 CPUtime=7.47
/proc/20296/task/20298/stat : 20298 (java) R 20294 20296 17372 0 -1 64 17254 0 1 0 735 12 0 0 25 0 12 0 23244322 840134656 35157 996147200 134512640 134550932 4294956016 18446744073709551615 4109503031 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20299] ppid=20294 vsize=820444 CPUtime=0.41
/proc/20296/task/20299/stat : 20299 (java) S 20294 20296 17372 0 -1 64 6174 0 0 0 39 2 0 0 16 0 12 0 23244323 840134656 35157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20300] ppid=20294 vsize=820444 CPUtime=0.51
/proc/20296/task/20300/stat : 20300 (java) S 20294 20296 17372 0 -1 64 7603 0 0 0 48 3 0 0 16 0 12 0 23244323 840134656 35157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20301] ppid=20294 vsize=820444 CPUtime=0.01
/proc/20296/task/20301/stat : 20301 (java) S 20294 20296 17372 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 23244325 840134656 35157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20302] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20302/stat : 20302 (java) S 20294 20296 17372 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 35157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20303] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20303/stat : 20303 (java) S 20294 20296 17372 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 35157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20304] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20304/stat : 20304 (java) S 20294 20296 17372 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 35157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20305] ppid=20294 vsize=820444 CPUtime=0.92
/proc/20296/task/20305/stat : 20305 (java) S 20294 20296 17372 0 -1 64 1353 0 0 0 92 0 0 0 19 0 12 0 23244330 840134656 35157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20306] ppid=20294 vsize=820444 CPUtime=3.35
/proc/20296/task/20306/stat : 20306 (java) S 20294 20296 17372 0 -1 64 10249 0 0 0 331 4 0 0 17 0 12 0 23244330 840134656 35157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20307] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20307/stat : 20307 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 35157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20308] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20308/stat : 20308 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23244330 840134656 35157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 820444

[startup+25.5013 s]
/proc/loadavg: 2.15 2.09 2.01 3/93 20308
/proc/meminfo: memFree=1658672/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=820444 CPUtime=25.4
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 45379 0 1 0 2515 25 0 0 18 0 12 0 23244321 840134656 37122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 205111 37122 1451 9 0 202438 0
[pid=20296/tid=20298] ppid=20294 vsize=820444 CPUtime=19.88
/proc/20296/task/20298/stat : 20298 (java) R 20294 20296 17372 0 -1 64 17282 0 1 0 1976 12 0 0 25 0 12 0 23244322 840134656 37122 996147200 134512640 134550932 4294956016 18446744073709551615 4109497273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20299] ppid=20294 vsize=820444 CPUtime=0.53
/proc/20296/task/20299/stat : 20299 (java) S 20294 20296 17372 0 -1 64 7309 0 0 0 51 2 0 0 16 0 12 0 23244323 840134656 37122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20300] ppid=20294 vsize=820444 CPUtime=0.63
/proc/20296/task/20300/stat : 20300 (java) S 20294 20296 17372 0 -1 64 8433 0 0 0 60 3 0 0 16 0 12 0 23244323 840134656 37122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20301] ppid=20294 vsize=820444 CPUtime=0.01
/proc/20296/task/20301/stat : 20301 (java) S 20294 20296 17372 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 23244325 840134656 37122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20302] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20302/stat : 20302 (java) S 20294 20296 17372 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 37122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20303] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20303/stat : 20303 (java) S 20294 20296 17372 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 37122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20304] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20304/stat : 20304 (java) S 20294 20296 17372 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 37122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20305] ppid=20294 vsize=820444 CPUtime=0.92

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

[pid=20296/tid=20307] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20307/stat : 20307 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 40116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20308] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20308/stat : 20308 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23244330 840134656 40116 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.68
Current children cumulated vsize (KiB) 820444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.07 2.08 3/94 21426
/proc/meminfo: memFree=1331824/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=820444 CPUtime=1587.39
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 50999 0 1 0 158649 90 0 0 18 0 12 0 23244321 840134656 40150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 205111 40150 1451 9 0 202438 0
[pid=20296/tid=20298] ppid=20294 vsize=820444 CPUtime=1569.77
/proc/20296/task/20298/stat : 20298 (java) R 20294 20296 17372 0 -1 64 19941 0 1 0 156934 43 0 0 25 0 12 0 23244322 840134656 40150 996147200 134512640 134550932 4294956016 18446744073709551615 4110199418 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20299] ppid=20294 vsize=820444 CPUtime=5.9
/proc/20296/task/20299/stat : 20299 (java) S 20294 20296 17372 0 -1 64 8624 0 0 0 581 9 0 0 16 0 12 0 23244323 840134656 40150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20300] ppid=20294 vsize=820444 CPUtime=6.02
/proc/20296/task/20300/stat : 20300 (java) S 20294 20296 17372 0 -1 64 10062 0 0 0 592 10 0 0 16 0 12 0 23244323 840134656 40150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20301] ppid=20294 vsize=820444 CPUtime=0.69
/proc/20296/task/20301/stat : 20301 (java) S 20294 20296 17372 0 -1 64 14 0 0 0 49 20 0 0 15 0 12 0 23244325 840134656 40150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20302] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20302/stat : 20302 (java) S 20294 20296 17372 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 40150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20303] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20303/stat : 20303 (java) S 20294 20296 17372 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 40150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20304] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20304/stat : 20304 (java) S 20294 20296 17372 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 40150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20305] ppid=20294 vsize=820444 CPUtime=0.92
/proc/20296/task/20305/stat : 20305 (java) S 20294 20296 17372 0 -1 64 1353 0 0 0 92 0 0 0 19 0 12 0 23244330 840134656 40150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20306] ppid=20294 vsize=820444 CPUtime=4.02
/proc/20296/task/20306/stat : 20306 (java) S 20294 20296 17372 0 -1 64 10266 0 0 0 398 4 0 0 16 0 12 0 23244330 840134656 40150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20307] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20307/stat : 20307 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 40150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20308] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20308/stat : 20308 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23244330 840134656 40150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.39
Current children cumulated vsize (KiB) 820444

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/94 21428
/proc/meminfo: memFree=1324208/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=820444 CPUtime=1647.08
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 51141 0 1 0 164617 91 0 0 18 0 12 0 23244321 840134656 40186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 205111 40186 1451 9 0 202438 0
[pid=20296/tid=20298] ppid=20294 vsize=820444 CPUtime=1629.02
/proc/20296/task/20298/stat : 20298 (java) R 20294 20296 17372 0 -1 64 20047 0 1 0 162859 43 0 0 25 0 12 0 23244322 840134656 40186 996147200 134512640 134550932 4294956016 18446744073709551615 4110442142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20299] ppid=20294 vsize=820444 CPUtime=6.1
/proc/20296/task/20299/stat : 20299 (java) S 20294 20296 17372 0 -1 64 8643 0 0 0 601 9 0 0 16 0 12 0 23244323 840134656 40186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20300] ppid=20294 vsize=820444 CPUtime=6.23
/proc/20296/task/20300/stat : 20300 (java) S 20294 20296 17372 0 -1 64 10079 0 0 0 613 10 0 0 15 0 12 0 23244323 840134656 40186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20301] ppid=20294 vsize=820444 CPUtime=0.72
/proc/20296/task/20301/stat : 20301 (java) S 20294 20296 17372 0 -1 64 14 0 0 0 51 21 0 0 15 0 12 0 23244325 840134656 40186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20302] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20302/stat : 20302 (java) S 20294 20296 17372 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 40186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20303] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20303/stat : 20303 (java) S 20294 20296 17372 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 40186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20304] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20304/stat : 20304 (java) S 20294 20296 17372 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 40186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20305] ppid=20294 vsize=820444 CPUtime=0.92
/proc/20296/task/20305/stat : 20305 (java) S 20294 20296 17372 0 -1 64 1353 0 0 0 92 0 0 0 19 0 12 0 23244330 840134656 40186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20306] ppid=20294 vsize=820444 CPUtime=4.02
/proc/20296/task/20306/stat : 20306 (java) S 20294 20296 17372 0 -1 64 10266 0 0 0 398 4 0 0 16 0 12 0 23244330 840134656 40186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20307] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20307/stat : 20307 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 40186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20308] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20308/stat : 20308 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23244330 840134656 40186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.08
Current children cumulated vsize (KiB) 820444

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/94 21428
/proc/meminfo: memFree=1315248/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=820444 CPUtime=1706.78
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 51274 0 1 0 170586 92 0 0 18 0 12 0 23244321 840134656 40218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 205111 40218 1451 9 0 202438 0
[pid=20296/tid=20298] ppid=20294 vsize=820444 CPUtime=1688.3
/proc/20296/task/20298/stat : 20298 (java) R 20294 20296 17372 0 -1 64 20148 0 1 0 168786 44 0 0 25 0 12 0 23244322 840134656 40218 996147200 134512640 134550932 4294956016 18446744073709551615 4110293413 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20299] ppid=20294 vsize=820444 CPUtime=6.3
/proc/20296/task/20299/stat : 20299 (java) S 20294 20296 17372 0 -1 64 8659 0 0 0 621 9 0 0 16 0 12 0 23244323 840134656 40218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20300] ppid=20294 vsize=820444 CPUtime=6.43
/proc/20296/task/20300/stat : 20300 (java) S 20294 20296 17372 0 -1 64 10095 0 0 0 633 10 0 0 15 0 12 0 23244323 840134656 40218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20301] ppid=20294 vsize=820444 CPUtime=0.74
/proc/20296/task/20301/stat : 20301 (java) S 20294 20296 17372 0 -1 64 14 0 0 0 53 21 0 0 15 0 12 0 23244325 840134656 40218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20302] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20302/stat : 20302 (java) S 20294 20296 17372 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 40218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20303] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20303/stat : 20303 (java) S 20294 20296 17372 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 40218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20304] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20304/stat : 20304 (java) S 20294 20296 17372 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 40218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20305] ppid=20294 vsize=820444 CPUtime=0.92
/proc/20296/task/20305/stat : 20305 (java) S 20294 20296 17372 0 -1 64 1353 0 0 0 92 0 0 0 19 0 12 0 23244330 840134656 40218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20306] ppid=20294 vsize=820444 CPUtime=4.02
/proc/20296/task/20306/stat : 20306 (java) S 20294 20296 17372 0 -1 64 10266 0 0 0 398 4 0 0 16 0 12 0 23244330 840134656 40218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20307] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20307/stat : 20307 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 40218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20308] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20308/stat : 20308 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23244330 840134656 40218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.78
Current children cumulated vsize (KiB) 820444

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/94 21428
/proc/meminfo: memFree=1311408/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=820444 CPUtime=1766.48
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 51410 0 1 0 176554 94 0 0 18 0 12 0 23244321 840134656 40252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 205111 40252 1451 9 0 202438 0
[pid=20296/tid=20298] ppid=20294 vsize=820444 CPUtime=1747.57
/proc/20296/task/20298/stat : 20298 (java) R 20294 20296 17372 0 -1 64 20250 0 1 0 174713 44 0 0 25 0 12 0 23244322 840134656 40252 996147200 134512640 134550932 4294956016 18446744073709551615 4110529856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20299] ppid=20294 vsize=820444 CPUtime=6.52
/proc/20296/task/20299/stat : 20299 (java) S 20294 20296 17372 0 -1 64 8676 0 0 0 642 10 0 0 16 0 12 0 23244323 840134656 40252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20300] ppid=20294 vsize=820444 CPUtime=6.62
/proc/20296/task/20300/stat : 20300 (java) S 20294 20296 17372 0 -1 64 10112 0 0 0 652 10 0 0 15 0 12 0 23244323 840134656 40252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20301] ppid=20294 vsize=820444 CPUtime=0.77
/proc/20296/task/20301/stat : 20301 (java) S 20294 20296 17372 0 -1 64 14 0 0 0 55 22 0 0 15 0 12 0 23244325 840134656 40252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20302] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20302/stat : 20302 (java) S 20294 20296 17372 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 40252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20303] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20303/stat : 20303 (java) S 20294 20296 17372 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 40252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20304] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20304/stat : 20304 (java) S 20294 20296 17372 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 40252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20305] ppid=20294 vsize=820444 CPUtime=0.92
/proc/20296/task/20305/stat : 20305 (java) S 20294 20296 17372 0 -1 64 1353 0 0 0 92 0 0 0 19 0 12 0 23244330 840134656 40252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20306] ppid=20294 vsize=820444 CPUtime=4.02
/proc/20296/task/20306/stat : 20306 (java) S 20294 20296 17372 0 -1 64 10266 0 0 0 398 4 0 0 16 0 12 0 23244330 840134656 40252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20307] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20307/stat : 20307 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 40252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20308] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20308/stat : 20308 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23244330 840134656 40252 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.48
Current children cumulated vsize (KiB) 820444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816 s]
/proc/loadavg: 2.00 2.03 2.05 3/94 21428
/proc/meminfo: memFree=1287024/2055920 swapFree=4192812/4192956
[pid=20296] ppid=20294 vsize=820444 CPUtime=1800.01
/proc/20296/stat : 20296 (java) S 20294 20296 17372 0 -1 0 51493 0 1 0 179905 96 0 0 18 0 12 0 23244321 840134656 40275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20296/statm: 205111 40275 1451 9 0 202438 0
[pid=20296/tid=20298] ppid=20294 vsize=820444 CPUtime=1780.84
/proc/20296/task/20298/stat : 20298 (java) R 20294 20296 17372 0 -1 64 20310 0 1 0 178039 45 0 0 25 0 12 0 23244322 840134656 40275 996147200 134512640 134550932 4294956016 18446744073709551615 4110293394 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20299] ppid=20294 vsize=820444 CPUtime=6.63
/proc/20296/task/20299/stat : 20299 (java) S 20294 20296 17372 0 -1 64 8683 0 0 0 653 10 0 0 15 0 12 0 23244323 840134656 40275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20300] ppid=20294 vsize=820444 CPUtime=6.74
/proc/20296/task/20300/stat : 20300 (java) S 20294 20296 17372 0 -1 64 10128 0 0 0 664 10 0 0 16 0 12 0 23244323 840134656 40275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20301] ppid=20294 vsize=820444 CPUtime=0.79
/proc/20296/task/20301/stat : 20301 (java) S 20294 20296 17372 0 -1 64 14 0 0 0 56 23 0 0 15 0 12 0 23244325 840134656 40275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20302] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20302/stat : 20302 (java) S 20294 20296 17372 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 40275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20303] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20303/stat : 20303 (java) S 20294 20296 17372 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23244325 840134656 40275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20296/tid=20304] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20304/stat : 20304 (java) S 20294 20296 17372 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 40275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20305] ppid=20294 vsize=820444 CPUtime=0.92
/proc/20296/task/20305/stat : 20305 (java) S 20294 20296 17372 0 -1 64 1353 0 0 0 92 0 0 0 19 0 12 0 23244330 840134656 40275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20306] ppid=20294 vsize=820444 CPUtime=4.02
/proc/20296/task/20306/stat : 20306 (java) S 20294 20296 17372 0 -1 64 10266 0 0 0 398 4 0 0 16 0 12 0 23244330 840134656 40275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20307] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20307/stat : 20307 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23244330 840134656 40275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20296/tid=20308] ppid=20294 vsize=820444 CPUtime=0
/proc/20296/task/20308/stat : 20308 (java) S 20294 20296 17372 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23244330 840134656 40275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 820444

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

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

Child status: 143
Real time (s): 1816.06
CPU time (s): 1800.06
CPU user time (s): 1799.07
CPU system time (s): 0.990849
CPU usage (%): 99.1192
Max. virtual memory (cumulated for all children) (KiB): 821428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 0.990849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51515
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= 85159
involuntary context switches= 84663

runsolver used 2.24866 second user time and 6.15206 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 03:22:47
IDJOB=2075607
IDBENCH=56327
IDSOLVER=731
FILE ID=node3/2075607-1247361767
PBS_JOBID= 9506917
Free space on /tmp= 66372 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-01-16.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075607-1247361767/watcher-2075607-1247361767 -o /tmp/evaluation-result-2075607-1247361767/solver-2075607-1247361767 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075607-1247361767.xml

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

MD5SUM BENCH= 6522a7124b0545366bf36f7f7553dc57
RANDOM SEED=1994813933

node3.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.259
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.259
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:       1802224 kB
Buffers:         36488 kB
Cached:         114132 kB
SwapCached:          0 kB
Active:         147548 kB
Inactive:        55484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10468 kB
Writeback:           0 kB
Mapped:          72820 kB
Slab:            35764 kB
Committed_AS:   237744 kB
PageTables:       1876 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= 66312 MiB
End job on node3 at 2009-07-12 03:53:06