Trace number 2057523

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.38 1808.76

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-60021_ext.xml
MD5SUM3fac0267769b5685d0439ad78a5552c1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark156.621
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.11/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.23	c See www.sat4j.org for details.
0.11/0.23	c That software uses the Rhino library from the Mozilla project.
0.11/0.24	c version 2.1.1.v20090622
0.11/0.24	c sun.arch.data.model	32
0.11/0.24	c java.version	1.6.0_12
0.11/0.24	c os.name	Linux
0.11/0.24	c os.version	2.6.9-22.EL.rootsmp
0.11/0.24	c os.arch	i386
0.11/0.24	c Free memory 671000808
0.11/0.25	c Max memory 672137216
0.11/0.25	c Total memory 672137216
0.11/0.25	c Number of processors 2
0.21/0.33	c c --- Begin Solver configuration ---
0.21/0.33	c Stops conflict analysis at the first Unique Implication Point
0.21/0.33	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.21/0.33	c Learn all clauses as in MiniSAT
0.21/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.21/0.33	c Expensive reason simplification
0.21/0.33	c MiniSAT restarts strategy
0.21/0.33	c Memory based learned constraints deletion strategy
0.21/0.33	c timeout=2147483s
0.21/0.33	c DB Simplification allowed=false
0.21/0.33	c --- End Solver configuration ---
0.21/0.33	c solving HOME/instance-2057523-1247318189.xml
0.21/0.33	c reading problem ... 
0.47/0.61	c reading problem named null
0.47/0.61	c reading domains done.
0.47/0.62	c reading variables done.
0.47/0.64	c reading relations done.
1.70/1.90	c reading constraints
2.11/2.28	c done with constraints.
2.11/2.28	c ... done. Wall clock time 1.952s.
2.11/2.28	c #vars     729
2.11/2.28	c #constraints  57267
2.11/2.28	c constraints type 
2.11/2.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
2.11/2.29	c org.sat4j.minisat.constraints.card.AtLeast => 27
2.11/2.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57213
1800.03/1808.52	c starts		: 19
1800.03/1808.52	c conflicts		: 311849
1800.03/1808.52	c decisions		: 408181
1800.03/1808.52	c propagations		: 15043323
1800.03/1808.52	c inspects		: 4090408074
1800.03/1808.52	c learnt literals	: 0
1800.03/1808.52	c learnt binary clauses	: 1
1800.03/1808.52	c learnt ternary clauses	: 11
1800.03/1808.52	c learnt clauses	: 311849
1800.03/1808.52	c ignored clauses	: 0
1800.03/1808.52	c root simplifications	: 0
1800.03/1808.52	c removed literals (reason simplification)	: 19089037
1800.03/1808.52	c reason swapping (by a shorter reason)	: 0
1800.03/1808.52	c Calls to reduceDB	: 0
1800.03/1808.52	c speed (assignments/second)	: 8328.55931180567
1800.03/1808.52	c non guided choices	113
1800.15/1808.68	c learnt constraints type 
1800.15/1808.68	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.15/1808.68	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 311865
1800.15/1808.68	c constraints type 
1800.15/1808.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
1800.15/1808.68	c org.sat4j.minisat.constraints.card.AtLeast => 27
1800.15/1808.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57213
1800.15/1808.68	s UNKNOWN
1800.15/1808.68	c Total wall clock time (in seconds) : 1808.188

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-2057523-1247318189/watcher-2057523-1247318189 -o /tmp/evaluation-result-2057523-1247318189/solver-2057523-1247318189 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057523-1247318189.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: 1.99 1.28 0.55 4/73 13232
/proc/meminfo: memFree=984008/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=18576 CPUtime=0
/proc/13232/stat : 13232 (runsolver) R 13230 13232 13006 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 18884202 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13232/statm: 4644 284 249 26 0 2626 0

[startup+0.102913 s]
/proc/loadavg: 1.99 1.28 0.55 4/73 13232
/proc/meminfo: memFree=984008/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=801384 CPUtime=0.05
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 2469 0 30 0 2 3 0 0 19 0 5 0 18884202 820617216 2245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 200346 2245 978 9 0 197697 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801384

[startup+0.201926 s]
/proc/loadavg: 1.99 1.28 0.55 4/73 13232
/proc/meminfo: memFree=984008/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=804592 CPUtime=0.11
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 3063 0 30 0 7 4 0 0 19 0 12 0 18884202 823902208 2835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 201148 2835 1083 9 0 198482 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 804592

[startup+0.301939 s]
/proc/loadavg: 1.99 1.28 0.55 4/73 13232
/proc/meminfo: memFree=984008/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=805504 CPUtime=0.21
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 3840 0 30 0 15 6 0 0 19 0 12 0 18884202 824836096 3607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 201376 3607 1340 9 0 198710 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 805504

[startup+0.701976 s]
/proc/loadavg: 1.99 1.28 0.55 4/73 13232
/proc/meminfo: memFree=984008/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=807184 CPUtime=0.56
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 5512 0 31 0 48 8 0 0 19 0 12 0 18884202 826556416 5035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 201796 5035 1387 9 0 199123 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 807184

[startup+1.50207 s]
/proc/loadavg: 1.99 1.28 0.55 4/85 13244
/proc/meminfo: memFree=957160/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=814072 CPUtime=1.41
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 10756 0 31 0 131 10 0 0 19 0 12 0 18884202 833609728 8607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 203518 8607 1406 9 0 200845 0
[pid=13232/tid=13234] ppid=13230 vsize=814072 CPUtime=0.67
/proc/13232/task/13234/stat : 13234 (java) R 13230 13232 13006 0 -1 64 5781 0 2 0 62 5 0 0 18 0 12 0 18884209 833609728 8607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13235] ppid=13230 vsize=814072 CPUtime=0
/proc/13232/task/13235/stat : 13235 (java) S 13230 13232 13006 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 18884210 833609728 8607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13236] ppid=13230 vsize=814072 CPUtime=0
/proc/13232/task/13236/stat : 13236 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 18884210 833609728 8607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13237] ppid=13230 vsize=814072 CPUtime=0
/proc/13232/task/13237/stat : 13237 (java) S 13230 13232 13006 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 18884212 833609728 8607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13238] ppid=13230 vsize=814072 CPUtime=0
/proc/13232/task/13238/stat : 13238 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 18884213 833609728 8607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13239] ppid=13230 vsize=814072 CPUtime=0
/proc/13232/task/13239/stat : 13239 (java) S 13230 13232 13006 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 18884213 833609728 8607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13240] ppid=13230 vsize=814072 CPUtime=0
/proc/13232/task/13240/stat : 13240 (java) S 13230 13232 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 18884219 833609728 8607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13241] ppid=13230 vsize=814072 CPUtime=0.17
/proc/13232/task/13241/stat : 13241 (java) R 13230 13232 13006 0 -1 64 1897 0 0 0 17 0 0 0 16 0 12 0 18884219 833609728 8607 996147200 134512640 134550932 4294956016 18446744073709551615 106255254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13242] ppid=13230 vsize=814072 CPUtime=0.52
/proc/13232/task/13242/stat : 13242 (java) S 13230 13232 13006 0 -1 64 2367 0 0 0 51 1 0 0 17 0 12 0 18884219 833609728 8607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13243] ppid=13230 vsize=814072 CPUtime=0
/proc/13232/task/13243/stat : 13243 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 18884219 833609728 8607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13244] ppid=13230 vsize=814072 CPUtime=0
/proc/13232/task/13244/stat : 13244 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 18884219 833609728 8607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 814072

[startup+3.10225 s]
/proc/loadavg: 2.07 1.31 0.56 5/85 13244
/proc/meminfo: memFree=898472/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=814396 CPUtime=3
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 22840 0 31 0 285 15 0 0 19 0 13 0 18884202 833941504 20689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 203599 20689 1441 9 0 200926 0
[pid=13232/tid=13234] ppid=13230 vsize=814396 CPUtime=1.51
/proc/13232/task/13234/stat : 13234 (java) R 13230 13232 13006 0 -1 64 16908 0 2 0 141 10 0 0 25 0 13 0 18884209 833941504 20689 996147200 134512640 134550932 4294956016 18446744073709551615 4109743895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13235] ppid=13230 vsize=814396 CPUtime=0.01
/proc/13232/task/13235/stat : 13235 (java) S 13230 13232 13006 0 -1 64 406 0 0 0 1 0 0 0 17 0 13 0 18884210 833941504 20689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13236] ppid=13230 vsize=814396 CPUtime=0.01
/proc/13232/task/13236/stat : 13236 (java) S 13230 13232 13006 0 -1 64 435 0 0 0 1 0 0 0 17 0 13 0 18884210 833941504 20689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13237] ppid=13230 vsize=814396 CPUtime=0
/proc/13232/task/13237/stat : 13237 (java) S 13230 13232 13006 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18884212 833941504 20689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13238] ppid=13230 vsize=814396 CPUtime=0
/proc/13232/task/13238/stat : 13238 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18884213 833941504 20689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13239] ppid=13230 vsize=814396 CPUtime=0
/proc/13232/task/13239/stat : 13239 (java) S 13230 13232 13006 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18884213 833941504 20689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13240] ppid=13230 vsize=814396 CPUtime=0
/proc/13232/task/13240/stat : 13240 (java) S 13230 13232 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18884219 833941504 20689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13241] ppid=13230 vsize=814396 CPUtime=0.88
/proc/13232/task/13241/stat : 13241 (java) S 13230 13232 13006 0 -1 64 2000 0 0 0 88 0 0 0 16 0 13 0 18884219 833941504 20689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13242] ppid=13230 vsize=814396 CPUtime=0.52
/proc/13232/task/13242/stat : 13242 (java) S 13230 13232 13006 0 -1 64 2367 0 0 0 51 1 0 0 17 0 13 0 18884219 833941504 20689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13243] ppid=13230 vsize=814396 CPUtime=0
/proc/13232/task/13243/stat : 13243 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18884219 833941504 20689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13244] ppid=13230 vsize=814396 CPUtime=0
/proc/13232/task/13244/stat : 13244 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18884219 833941504 20689 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 814396

[startup+6.30262 s]
/proc/loadavg: 2.07 1.31 0.56 3/86 13245
/proc/meminfo: memFree=895648/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=814364 CPUtime=6.18
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 22864 0 31 0 603 15 0 0 19 0 13 0 18884202 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 203591 20709 1445 9 0 200918 0
[pid=13232/tid=13234] ppid=13230 vsize=814364 CPUtime=4.54
/proc/13232/task/13234/stat : 13234 (java) R 13230 13232 13006 0 -1 64 16910 0 2 0 444 10 0 0 25 0 13 0 18884209 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4109738672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13235] ppid=13230 vsize=814364 CPUtime=0.01
/proc/13232/task/13235/stat : 13235 (java) S 13230 13232 13006 0 -1 64 406 0 0 0 1 0 0 0 17 0 13 0 18884210 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13236] ppid=13230 vsize=814364 CPUtime=0.01
/proc/13232/task/13236/stat : 13236 (java) S 13230 13232 13006 0 -1 64 435 0 0 0 1 0 0 0 17 0 13 0 18884210 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13237] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13237/stat : 13237 (java) S 13230 13232 13006 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18884212 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13238] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13238/stat : 13238 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18884213 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13239] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13239/stat : 13239 (java) S 13230 13232 13006 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18884213 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13240] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13240/stat : 13240 (java) S 13230 13232 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18884219 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13241] ppid=13230 vsize=814364 CPUtime=1.04
/proc/13232/task/13241/stat : 13241 (java) S 13230 13232 13006 0 -1 64 2022 0 0 0 104 0 0 0 16 0 13 0 18884219 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13242] ppid=13230 vsize=814364 CPUtime=0.52
/proc/13232/task/13242/stat : 13242 (java) S 13230 13232 13006 0 -1 64 2367 0 0 0 51 1 0 0 17 0 13 0 18884219 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13243] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13243/stat : 13243 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18884219 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13244] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13244/stat : 13244 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18884219 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13245] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13245/stat : 13245 (java) S 13230 13232 13006 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18884432 833908736 20709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 814364

[startup+12.7023 s]
/proc/loadavg: 2.06 1.33 0.58 3/86 13245
/proc/meminfo: memFree=893416/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=814364 CPUtime=12.55
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 22872 0 31 0 1240 15 0 0 19 0 13 0 18884202 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 203591 20715 1445 9 0 200918 0
[pid=13232/tid=13234] ppid=13230 vsize=814364 CPUtime=10.83
/proc/13232/task/13234/stat : 13234 (java) R 13230 13232 13006 0 -1 64 16912 0 2 0 1073 10 0 0 25 0 13 0 18884209 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4109738442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13235] ppid=13230 vsize=814364 CPUtime=0.01
/proc/13232/task/13235/stat : 13235 (java) S 13230 13232 13006 0 -1 64 406 0 0 0 1 0 0 0 17 0 13 0 18884210 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13236] ppid=13230 vsize=814364 CPUtime=0.01
/proc/13232/task/13236/stat : 13236 (java) S 13230 13232 13006 0 -1 64 435 0 0 0 1 0 0 0 17 0 13 0 18884210 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13237] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13237/stat : 13237 (java) S 13230 13232 13006 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18884212 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13238] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13238/stat : 13238 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18884213 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13239] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13239/stat : 13239 (java) S 13230 13232 13006 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 18884213 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13240] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13240/stat : 13240 (java) S 13230 13232 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18884219 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13241] ppid=13230 vsize=814364 CPUtime=1.13
/proc/13232/task/13241/stat : 13241 (java) S 13230 13232 13006 0 -1 64 2028 0 0 0 113 0 0 0 17 0 13 0 18884219 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13242] ppid=13230 vsize=814364 CPUtime=0.52
/proc/13232/task/13242/stat : 13242 (java) S 13230 13232 13006 0 -1 64 2367 0 0 0 51 1 0 0 17 0 13 0 18884219 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13243] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13243/stat : 13243 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18884219 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13244] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13244/stat : 13244 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18884219 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13245] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13245/stat : 13245 (java) S 13230 13232 13006 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18884432 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 814364

[startup+25.5018 s]
/proc/loadavg: 2.05 1.36 0.59 3/86 13245
/proc/meminfo: memFree=888936/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=814364 CPUtime=25.3
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 22872 0 31 0 2515 15 0 0 19 0 13 0 18884202 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 203591 20715 1445 9 0 200918 0
[pid=13232/tid=13234] ppid=13230 vsize=814364 CPUtime=23.57
/proc/13232/task/13234/stat : 13234 (java) R 13230 13232 13006 0 -1 64 16912 0 2 0 2347 10 0 0 25 0 13 0 18884209 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4109269770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13235] ppid=13230 vsize=814364 CPUtime=0.01
/proc/13232/task/13235/stat : 13235 (java) S 13230 13232 13006 0 -1 64 406 0 0 0 1 0 0 0 17 0 13 0 18884210 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13236] ppid=13230 vsize=814364 CPUtime=0.01
/proc/13232/task/13236/stat : 13236 (java) S 13230 13232 13006 0 -1 64 435 0 0 0 1 0 0 0 17 0 13 0 18884210 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13237] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13237/stat : 13237 (java) S 13230 13232 13006 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18884212 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13238] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13238/stat : 13238 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18884213 833908736 20715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13239] ppid=13230 vsize=814364 CPUtime=0

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

[pid=13232] ppid=13230 vsize=814364 CPUtime=1654.45
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 56420 0 31 0 165411 34 0 0 19 0 13 0 18884202 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 203591 48166 1445 9 0 200918 0
[pid=13232/tid=13234] ppid=13230 vsize=814364 CPUtime=1652.08
/proc/13232/task/13234/stat : 13234 (java) R 13230 13232 13006 0 -1 64 16928 0 2 0 165196 12 0 0 25 0 13 0 18884209 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4109907135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13235] ppid=13230 vsize=814364 CPUtime=0.29
/proc/13232/task/13235/stat : 13235 (java) S 13230 13232 13006 0 -1 64 17289 0 0 0 21 8 0 0 18 0 13 0 18884210 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13236] ppid=13230 vsize=814364 CPUtime=0.28
/proc/13232/task/13236/stat : 13236 (java) S 13230 13232 13006 0 -1 64 17079 0 0 0 20 8 0 0 18 0 13 0 18884210 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13237] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13237/stat : 13237 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18884212 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13238] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13238/stat : 13238 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18884213 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13239] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13239/stat : 13239 (java) S 13230 13232 13006 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18884213 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13240] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13240/stat : 13240 (java) S 13230 13232 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18884219 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13241] ppid=13230 vsize=814364 CPUtime=1.2
/proc/13232/task/13241/stat : 13241 (java) S 13230 13232 13006 0 -1 64 2032 0 0 0 120 0 0 0 17 0 13 0 18884219 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13242] ppid=13230 vsize=814364 CPUtime=0.52
/proc/13232/task/13242/stat : 13242 (java) S 13230 13232 13006 0 -1 64 2367 0 0 0 51 1 0 0 17 0 13 0 18884219 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13243] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13243/stat : 13243 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18884219 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13244] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13244/stat : 13244 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18884219 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13245] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13245/stat : 13245 (java) S 13230 13232 13006 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18884432 833908736 48166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.45
Current children cumulated vsize (KiB) 814364

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/98 13375
/proc/meminfo: memFree=690880/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=814364 CPUtime=1714.31
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 71623 0 31 0 171390 41 0 0 19 0 13 0 18884202 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 203591 61169 1445 9 0 200918 0
[pid=13232/tid=13234] ppid=13230 vsize=814364 CPUtime=1711.57
/proc/13232/task/13234/stat : 13234 (java) R 13230 13232 13006 0 -1 64 16929 0 2 0 171145 12 0 0 25 0 13 0 18884209 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4109907135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13235] ppid=13230 vsize=814364 CPUtime=0.48
/proc/13232/task/13235/stat : 13235 (java) S 13230 13232 13006 0 -1 64 24261 0 0 0 37 11 0 0 18 0 13 0 18884210 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13236] ppid=13230 vsize=814364 CPUtime=0.46
/proc/13232/task/13236/stat : 13236 (java) S 13230 13232 13006 0 -1 64 25309 0 0 0 34 12 0 0 18 0 13 0 18884210 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13237] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13237/stat : 13237 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18884212 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13238] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13238/stat : 13238 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18884213 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13239] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13239/stat : 13239 (java) S 13230 13232 13006 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18884213 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13240] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13240/stat : 13240 (java) S 13230 13232 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13241] ppid=13230 vsize=814364 CPUtime=1.21
/proc/13232/task/13241/stat : 13241 (java) S 13230 13232 13006 0 -1 64 2032 0 0 0 121 0 0 0 17 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13242] ppid=13230 vsize=814364 CPUtime=0.52
/proc/13232/task/13242/stat : 13242 (java) S 13230 13232 13006 0 -1 64 2367 0 0 0 51 1 0 0 17 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13243] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13243/stat : 13243 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13244] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13244/stat : 13244 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13245] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13245/stat : 13245 (java) S 13230 13232 13006 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18884432 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.31
Current children cumulated vsize (KiB) 814364

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.74 3/98 13375
/proc/meminfo: memFree=634624/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=814364 CPUtime=1773.95
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 71623 0 31 0 177354 41 0 0 19 0 13 0 18884202 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 203591 61169 1445 9 0 200918 0
[pid=13232/tid=13234] ppid=13230 vsize=814364 CPUtime=1771.21
/proc/13232/task/13234/stat : 13234 (java) R 13230 13232 13006 0 -1 64 16929 0 2 0 177109 12 0 0 25 0 13 0 18884209 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4109907135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13235] ppid=13230 vsize=814364 CPUtime=0.48
/proc/13232/task/13235/stat : 13235 (java) S 13230 13232 13006 0 -1 64 24261 0 0 0 37 11 0 0 18 0 13 0 18884210 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13236] ppid=13230 vsize=814364 CPUtime=0.46
/proc/13232/task/13236/stat : 13236 (java) S 13230 13232 13006 0 -1 64 25309 0 0 0 34 12 0 0 18 0 13 0 18884210 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13237] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13237/stat : 13237 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18884212 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13238] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13238/stat : 13238 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18884213 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13239] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13239/stat : 13239 (java) S 13230 13232 13006 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18884213 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13240] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13240/stat : 13240 (java) S 13230 13232 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13241] ppid=13230 vsize=814364 CPUtime=1.21
/proc/13232/task/13241/stat : 13241 (java) S 13230 13232 13006 0 -1 64 2032 0 0 0 121 0 0 0 17 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13242] ppid=13230 vsize=814364 CPUtime=0.52
/proc/13232/task/13242/stat : 13242 (java) S 13230 13232 13006 0 -1 64 2367 0 0 0 51 1 0 0 17 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13243] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13243/stat : 13243 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13244] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13244/stat : 13244 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13245] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13245/stat : 13245 (java) S 13230 13232 13006 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18884432 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.95
Current children cumulated vsize (KiB) 814364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.51 s]
/proc/loadavg: 2.00 1.97 1.75 3/98 13375
/proc/meminfo: memFree=634624/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=814364 CPUtime=1800.03
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 71623 0 31 0 179962 41 0 0 19 0 13 0 18884202 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 203591 61169 1445 9 0 200918 0
[pid=13232/tid=13234] ppid=13230 vsize=814364 CPUtime=1797.29
/proc/13232/task/13234/stat : 13234 (java) R 13230 13232 13006 0 -1 64 16929 0 2 0 179717 12 0 0 25 0 13 0 18884209 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4109738442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13235] ppid=13230 vsize=814364 CPUtime=0.48
/proc/13232/task/13235/stat : 13235 (java) S 13230 13232 13006 0 -1 64 24261 0 0 0 37 11 0 0 18 0 13 0 18884210 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13236] ppid=13230 vsize=814364 CPUtime=0.46
/proc/13232/task/13236/stat : 13236 (java) S 13230 13232 13006 0 -1 64 25309 0 0 0 34 12 0 0 18 0 13 0 18884210 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13237] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13237/stat : 13237 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18884212 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13238] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13238/stat : 13238 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18884213 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13239] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13239/stat : 13239 (java) S 13230 13232 13006 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18884213 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13240] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13240/stat : 13240 (java) S 13230 13232 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13241] ppid=13230 vsize=814364 CPUtime=1.21
/proc/13232/task/13241/stat : 13241 (java) S 13230 13232 13006 0 -1 64 2032 0 0 0 121 0 0 0 17 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13242] ppid=13230 vsize=814364 CPUtime=0.52
/proc/13232/task/13242/stat : 13242 (java) S 13230 13232 13006 0 -1 64 2367 0 0 0 51 1 0 0 17 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13243] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13243/stat : 13243 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13244] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13244/stat : 13244 (java) R 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18884219 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13245] ppid=13230 vsize=814364 CPUtime=0
/proc/13232/task/13245/stat : 13245 (java) S 13230 13232 13006 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18884432 833908736 61169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 814364

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

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

[startup+1808.7 s]
/proc/loadavg: 2.00 1.97 1.75 3/98 13375
/proc/meminfo: memFree=634624/2055920 swapFree=4192948/4192956
[pid=13232] ppid=13230 vsize=815012 CPUtime=1800.31
/proc/13232/stat : 13232 (java) S 13230 13232 13006 0 -1 0 71645 0 31 0 179990 41 0 0 16 0 14 0 18884202 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13232/statm: 203753 61191 1446 9 0 201080 0
[pid=13232/tid=13234] ppid=13230 vsize=815012 CPUtime=1797.48
/proc/13232/task/13234/stat : 13234 (java) R 13230 13232 13006 0 -1 64 16929 0 2 0 179736 12 0 0 25 0 14 0 18884209 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4109907135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13235] ppid=13230 vsize=815012 CPUtime=0.48
/proc/13232/task/13235/stat : 13235 (java) S 13230 13232 13006 0 -1 64 24261 0 0 0 37 11 0 0 18 0 14 0 18884210 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13236] ppid=13230 vsize=815012 CPUtime=0.46
/proc/13232/task/13236/stat : 13236 (java) S 13230 13232 13006 0 -1 64 25309 0 0 0 34 12 0 0 18 0 14 0 18884210 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13237] ppid=13230 vsize=815012 CPUtime=0
/proc/13232/task/13237/stat : 13237 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 18884212 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13238] ppid=13230 vsize=815012 CPUtime=0
/proc/13232/task/13238/stat : 13238 (java) S 13230 13232 13006 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 18884213 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13239] ppid=13230 vsize=815012 CPUtime=0
/proc/13232/task/13239/stat : 13239 (java) S 13230 13232 13006 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 18884213 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13232/tid=13240] ppid=13230 vsize=815012 CPUtime=0
/proc/13232/task/13240/stat : 13240 (java) S 13230 13232 13006 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 18884219 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13241] ppid=13230 vsize=815012 CPUtime=1.23
/proc/13232/task/13241/stat : 13241 (java) S 13230 13232 13006 0 -1 64 2034 0 0 0 123 0 0 0 16 0 14 0 18884219 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13242] ppid=13230 vsize=815012 CPUtime=0.52
/proc/13232/task/13242/stat : 13242 (java) S 13230 13232 13006 0 -1 64 2367 0 0 0 51 1 0 0 17 0 14 0 18884219 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13243] ppid=13230 vsize=815012 CPUtime=0
/proc/13232/task/13243/stat : 13243 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 18884219 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13244] ppid=13230 vsize=815012 CPUtime=0
/proc/13232/task/13244/stat : 13244 (java) S 13230 13232 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 18884219 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13232/tid=13245] ppid=13230 vsize=815012 CPUtime=0
/proc/13232/task/13245/stat : 13245 (java) S 13230 13232 13006 0 -1 64 5 0 0 0 0 0 0 0 24 0 14 0 18884432 834572288 61191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 815012

Child status: 143
Real time (s): 1808.76
CPU time (s): 1800.38
CPU user time (s): 1799.93
CPU system time (s): 0.45493
CPU usage (%): 99.5368
Max. virtual memory (cumulated for all children) (KiB): 815012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.45493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71645
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37945
involuntary context switches= 68785

runsolver used 2.25066 second user time and 5.97009 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-11 15:16:29
IDJOB=2057523
IDBENCH=53378
IDSOLVER=731
FILE ID=node85/2057523-1247318189
PBS_JOBID= 9506466
Free space on /tmp= 126304 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-60021_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057523-1247318189/watcher-2057523-1247318189 -o /tmp/evaluation-result-2057523-1247318189/solver-2057523-1247318189 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057523-1247318189.xml

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

MD5SUM BENCH= 3fac0267769b5685d0439ad78a5552c1
RANDOM SEED=1946562013

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        984424 kB
Buffers:         48168 kB
Cached:         926604 kB
SwapCached:          8 kB
Active:         285768 kB
Inactive:       707848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        984424 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:           55512 kB
Writeback:           0 kB
Mapped:          29356 kB
Slab:            63280 kB
Committed_AS:   188036 kB
PageTables:       1720 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= 126476 MiB
End job on node85 at 2009-07-11 15:46:39