Trace number 2070646

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.45 1808.73

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-44-10-a3.xml
MD5SUMdd4d223519a83ea5641752c7c726f6c4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1080
Maximum constraint arity3
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1080
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.19/0.24	c c --- Begin Solver configuration ---
0.19/0.24	c Stops conflict analysis at the first Unique Implication Point
0.19/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.24	c Learn all clauses as in MiniSAT
0.19/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.24	c Expensive reason simplification
0.19/0.24	c MiniSAT restarts strategy
0.19/0.24	c Memory based learned constraints deletion strategy
0.19/0.24	c timeout=2147483s
0.19/0.24	c DB Simplification allowed=false
0.19/0.24	c --- End Solver configuration ---
0.19/0.24	c solving HOME/instance-2070646-1247351556.xml
0.19/0.24	c reading problem ... 
0.39/0.50	c reading problem named null
0.39/0.50	c reading domains done.
0.49/0.50	c reading variables done.
0.58/0.63	c reading predicates  done.
0.78/0.86	c reading constraints
18.43/18.01	c done with constraints.
18.43/18.01	c ... done. Wall clock time 17.771s.
18.43/18.01	c #vars     2430
18.43/18.01	c #constraints  3156674
18.43/18.01	c constraints type 
18.43/18.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3156475
18.43/18.01	c org.sat4j.minisat.constraints.card.AtLeast => 55
18.43/18.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
1800.01/1808.42	c starts		: 19
1800.01/1808.42	c conflicts		: 353909
1800.01/1808.42	c decisions		: 1113825
1800.01/1808.42	c propagations		: 68431950
1800.01/1808.42	c inspects		: 4747670258
1800.01/1808.42	c learnt literals	: 1
1800.01/1808.42	c learnt binary clauses	: 19
1800.01/1808.42	c learnt ternary clauses	: 1305
1800.01/1808.42	c learnt clauses	: 353908
1800.01/1808.42	c ignored clauses	: 0
1800.01/1808.42	c root simplifications	: 0
1800.01/1808.42	c removed literals (reason simplification)	: 14308448
1800.01/1808.42	c reason swapping (by a shorter reason)	: 0
1800.01/1808.42	c Calls to reduceDB	: 0
1800.01/1808.42	c speed (assignments/second)	: 38221.577053644934
1800.01/1808.42	c non guided choices	2777
1800.30/1808.61	c learnt constraints type 
1800.30/1808.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.30/1808.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 353912
1800.30/1808.61	c constraints type 
1800.30/1808.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3156475
1800.30/1808.61	c org.sat4j.minisat.constraints.card.AtLeast => 55
1800.30/1808.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
1800.30/1808.61	s UNKNOWN
1800.30/1808.61	c Total wall clock time (in seconds) : 1808.174

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-2070646-1247351556/watcher-2070646-1247351556 -o /tmp/evaluation-result-2070646-1247351556/solver-2070646-1247351556 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070646-1247351556.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.91 2.13 2.20 4/82 15139
/proc/meminfo: memFree=956120/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=152 CPUtime=0
/proc/15139/stat : 15139 (java) R 15137 15139 14651 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 22218169 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 0 0 0
/proc/15139/statm: 38 26 19 9 0 4 0

[startup+0.076738 s]
/proc/loadavg: 1.91 2.13 2.20 4/82 15139
/proc/meminfo: memFree=956120/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=802164 CPUtime=0.06
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 2814 0 1 0 5 1 0 0 18 0 7 0 22218169 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 200541 2559 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102433 s]
/proc/loadavg: 1.91 2.13 2.20 4/82 15139
/proc/meminfo: memFree=956120/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=804560 CPUtime=0.09
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 3041 0 1 0 7 2 0 0 18 0 12 0 22218169 823869440 2784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 201140 2784 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301458 s]
/proc/loadavg: 1.91 2.13 2.20 4/82 15139
/proc/meminfo: memFree=956120/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=805628 CPUtime=0.29
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 4309 0 1 0 25 4 0 0 18 0 12 0 22218169 824963072 4046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 201407 4046 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.702514 s]
/proc/loadavg: 1.91 2.13 2.20 4/82 15139
/proc/meminfo: memFree=956120/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=807320 CPUtime=0.68
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 6303 0 1 0 63 5 0 0 18 0 12 0 22218169 826695680 5328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 201830 5328 1384 9 0 199157 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807320

[startup+1.50262 s]
/proc/loadavg: 1.91 2.13 2.20 4/94 15151
/proc/meminfo: memFree=937016/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=810812 CPUtime=1.47
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 9423 0 1 0 140 7 0 0 18 0 12 0 22218169 830271488 7275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 202703 7275 1417 9 0 200030 0
[pid=15139/tid=15141] ppid=15137 vsize=810812 CPUtime=0.75
/proc/15139/task/15141/stat : 15141 (java) R 15137 15139 14651 0 -1 64 5102 0 1 0 70 5 0 0 23 0 12 0 22218170 830271488 7275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15142] ppid=15137 vsize=810812 CPUtime=0
/proc/15139/task/15142/stat : 15142 (java) S 15137 15139 14651 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22218171 830271488 7275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15143] ppid=15137 vsize=810812 CPUtime=0
/proc/15139/task/15143/stat : 15143 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22218171 830271488 7275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15144] ppid=15137 vsize=810812 CPUtime=0
/proc/15139/task/15144/stat : 15144 (java) S 15137 15139 14651 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22218173 830271488 7275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15145] ppid=15137 vsize=810812 CPUtime=0
/proc/15139/task/15145/stat : 15145 (java) S 15137 15139 14651 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 22218173 830271488 7275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15146] ppid=15137 vsize=810812 CPUtime=0
/proc/15139/task/15146/stat : 15146 (java) S 15137 15139 14651 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22218173 830271488 7275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15147] ppid=15137 vsize=810812 CPUtime=0
/proc/15139/task/15147/stat : 15147 (java) S 15137 15139 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22218178 830271488 7275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15148] ppid=15137 vsize=810812 CPUtime=0
/proc/15139/task/15148/stat : 15148 (java) S 15137 15139 14651 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22218178 830271488 7275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15149] ppid=15137 vsize=810812 CPUtime=0.7
/proc/15139/task/15149/stat : 15149 (java) R 15137 15139 14651 0 -1 64 3568 0 0 0 69 1 0 0 17 0 12 0 22218178 830271488 7275 996147200 134512640 134550932 4294956016 18446744073709551615 105873480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15150] ppid=15137 vsize=810812 CPUtime=0
/proc/15139/task/15150/stat : 15150 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22218178 830271488 7275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15151] ppid=15137 vsize=810812 CPUtime=0
/proc/15139/task/15151/stat : 15151 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22218178 830271488 7275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810812

[startup+3.10184 s]
/proc/loadavg: 1.91 2.13 2.20 4/94 15151
/proc/meminfo: memFree=922488/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=811788 CPUtime=3.06
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 24277 0 1 0 290 16 0 0 18 0 12 0 22218169 831270912 21224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 202947 21224 1431 9 0 200274 0
[pid=15139/tid=15141] ppid=15137 vsize=811788 CPUtime=1.77
/proc/15139/task/15141/stat : 15141 (java) R 15137 15139 14651 0 -1 64 17363 0 1 0 165 12 0 0 25 0 12 0 22218170 831270912 21224 996147200 134512640 134550932 4294956016 18446744073709551615 4109642994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15142] ppid=15137 vsize=811788 CPUtime=0.02
/proc/15139/task/15142/stat : 15142 (java) S 15137 15139 14651 0 -1 64 1332 0 0 0 2 0 0 0 17 0 12 0 22218171 831270912 21224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15143] ppid=15137 vsize=811788 CPUtime=0
/proc/15139/task/15143/stat : 15143 (java) S 15137 15139 14651 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 22218171 831270912 21224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15144] ppid=15137 vsize=811788 CPUtime=0
/proc/15139/task/15144/stat : 15144 (java) S 15137 15139 14651 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 22218173 831270912 21224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15145] ppid=15137 vsize=811788 CPUtime=0
/proc/15139/task/15145/stat : 15145 (java) S 15137 15139 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22218173 831270912 21224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15146] ppid=15137 vsize=811788 CPUtime=0
/proc/15139/task/15146/stat : 15146 (java) S 15137 15139 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22218173 831270912 21224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15147] ppid=15137 vsize=811788 CPUtime=0
/proc/15139/task/15147/stat : 15147 (java) S 15137 15139 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22218178 831270912 21224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15148] ppid=15137 vsize=811788 CPUtime=0
/proc/15139/task/15148/stat : 15148 (java) S 15137 15139 14651 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22218178 831270912 21224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15149] ppid=15137 vsize=811788 CPUtime=1.23
/proc/15139/task/15149/stat : 15149 (java) S 15137 15139 14651 0 -1 64 4790 0 0 0 121 2 0 0 16 0 12 0 22218178 831270912 21224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15150] ppid=15137 vsize=811788 CPUtime=0
/proc/15139/task/15150/stat : 15150 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22218178 831270912 21224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15151] ppid=15137 vsize=811788 CPUtime=0
/proc/15139/task/15151/stat : 15151 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22218178 831270912 21224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 811788

[startup+6.30227 s]
/proc/loadavg: 1.91 2.13 2.20 3/94 15151
/proc/meminfo: memFree=856056/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=811436 CPUtime=6.25
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 30860 0 1 0 606 19 0 0 18 0 12 0 22218169 830910464 27507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 202859 27507 1432 9 0 200186 0
[pid=15139/tid=15141] ppid=15137 vsize=811436 CPUtime=4.07
/proc/15139/task/15141/stat : 15141 (java) R 15137 15139 14651 0 -1 64 17381 0 1 0 395 12 0 0 25 0 12 0 22218170 830910464 27507 996147200 134512640 134550932 4294956016 18446744073709551615 103051552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15142] ppid=15137 vsize=811436 CPUtime=0.11
/proc/15139/task/15142/stat : 15142 (java) S 15137 15139 14651 0 -1 64 3983 0 0 0 10 1 0 0 17 0 12 0 22218171 830910464 27507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15143] ppid=15137 vsize=811436 CPUtime=0.07
/proc/15139/task/15143/stat : 15143 (java) S 15137 15139 14651 0 -1 64 3888 0 0 0 6 1 0 0 17 0 12 0 22218171 830910464 27507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15144] ppid=15137 vsize=811436 CPUtime=0
/proc/15139/task/15144/stat : 15144 (java) S 15137 15139 14651 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 22218173 830910464 27507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15145] ppid=15137 vsize=811436 CPUtime=0
/proc/15139/task/15145/stat : 15145 (java) S 15137 15139 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22218173 830910464 27507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15146] ppid=15137 vsize=811436 CPUtime=0
/proc/15139/task/15146/stat : 15146 (java) S 15137 15139 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22218173 830910464 27507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15147] ppid=15137 vsize=811436 CPUtime=0
/proc/15139/task/15147/stat : 15147 (java) S 15137 15139 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22218178 830910464 27507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15148] ppid=15137 vsize=811436 CPUtime=0
/proc/15139/task/15148/stat : 15148 (java) S 15137 15139 14651 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22218178 830910464 27507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15149] ppid=15137 vsize=811436 CPUtime=1.95
/proc/15139/task/15149/stat : 15149 (java) S 15137 15139 14651 0 -1 64 4840 0 0 0 192 3 0 0 17 0 12 0 22218178 830910464 27507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15150] ppid=15137 vsize=811436 CPUtime=0
/proc/15139/task/15150/stat : 15150 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22218178 830910464 27507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15151] ppid=15137 vsize=811436 CPUtime=0
/proc/15139/task/15151/stat : 15151 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22218178 830910464 27507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 811436

[startup+12.7011 s]
/proc/loadavg: 1.92 2.13 2.19 5/94 15151
/proc/meminfo: memFree=733496/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=812720 CPUtime=12.94
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 64196 0 1 0 1262 32 0 0 18 0 12 0 22218169 832225280 60267 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 203180 60268 1436 9 0 200507 0
[pid=15139/tid=15141] ppid=15137 vsize=812720 CPUtime=8.24
/proc/15139/task/15141/stat : 15141 (java) R 15137 15139 14651 0 -1 64 17396 0 1 0 811 13 0 0 18 0 12 0 22218170 832225280 60269 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15139/tid=15142] ppid=15137 vsize=812720 CPUtime=1.41
/proc/15139/task/15142/stat : 15142 (java) R 15137 15139 14651 0 -1 64 23734 0 0 0 132 9 0 0 16 0 12 0 22218171 832225280 60271 996147200 134512640 134550932 4294956016 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15139/tid=15143] ppid=15137 vsize=812720 CPUtime=1.23
/proc/15139/task/15143/stat : 15143 (java) R 15137 15139 14651 0 -1 64 17457 0 0 0 117 6 0 0 15 0 12 0 22218171 832225280 60272 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15139/tid=15144] ppid=15137 vsize=812720 CPUtime=0
/proc/15139/task/15144/stat : 15144 (java) S 15137 15139 14651 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 22218173 832225280 60273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15139/tid=15145] ppid=15137 vsize=812720 CPUtime=0
/proc/15139/task/15145/stat : 15145 (java) S 15137 15139 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22218173 832225280 60275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15146] ppid=15137 vsize=812720 CPUtime=0
/proc/15139/task/15146/stat : 15146 (java) S 15137 15139 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22218173 832225280 60276 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15147] ppid=15137 vsize=812720 CPUtime=0
/proc/15139/task/15147/stat : 15147 (java) S 15137 15139 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22218178 832225280 60278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15148] ppid=15137 vsize=812720 CPUtime=0
/proc/15139/task/15148/stat : 15148 (java) S 15137 15139 14651 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22218178 832225280 60279 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15149] ppid=15137 vsize=812720 CPUtime=2.01
/proc/15139/task/15149/stat : 15149 (java) S 15137 15139 14651 0 -1 64 4846 0 0 0 198 3 0 0 16 0 12 0 22218178 832225280 60281 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15150] ppid=15137 vsize=812720 CPUtime=0
/proc/15139/task/15150/stat : 15150 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22218178 832225280 60282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15151] ppid=15137 vsize=812720 CPUtime=0
/proc/15139/task/15151/stat : 15151 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22218178 832225280 60284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 812720

[startup+25.5029 s]
/proc/loadavg: 1.94 2.12 2.19 3/95 15152
/proc/meminfo: memFree=565360/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=814328 CPUtime=25.98
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 100594 0 1 0 2551 47 0 0 18 0 13 0 22218169 833871872 96460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 203582 96460 1445 9 0 200909 0
[pid=15139/tid=15141] ppid=15137 vsize=814328 CPUtime=18.03
/proc/15139/task/15141/stat : 15141 (java) R 15137 15139 14651 0 -1 64 23570 0 1 0 1787 16 0 0 25 0 13 0 22218170 833871872 96460 996147200 134512640 134550932 4294956016 18446744073709551615 4109897081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15142] ppid=15137 vsize=814328 CPUtime=2.69
/proc/15139/task/15142/stat : 15142 (java) S 15137 15139 14651 0 -1 64 37373 0 0 0 256 13 0 0 17 0 13 0 22218171 833871872 96460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15143] ppid=15137 vsize=814328 CPUtime=2.59
/proc/15139/task/15143/stat : 15143 (java) S 15137 15139 14651 0 -1 64 34022 0 0 0 246 13 0 0 18 0 13 0 22218171 833871872 96460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15144] ppid=15137 vsize=814328 CPUtime=0.01
/proc/15139/task/15144/stat : 15144 (java) S 15137 15139 14651 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 22218173 833871872 96460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15145] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15145/stat : 15145 (java) S 15137 15139 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22218173 833871872 96460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15146] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15146/stat : 15146 (java) S 15137 15139 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22218173 833871872 96460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15147] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15147/stat : 15147 (java) S 15137 15139 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22218178 833871872 96460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15148] ppid=15137 vsize=814328 CPUtime=0

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

[pid=15139/tid=15144] ppid=15137 vsize=814328 CPUtime=0.01
/proc/15139/task/15144/stat : 15144 (java) S 15137 15139 14651 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 22218173 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15145] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15145/stat : 15145 (java) S 15137 15139 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22218173 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15146] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15146/stat : 15146 (java) S 15137 15139 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22218173 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15147] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15147/stat : 15147 (java) S 15137 15139 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15148] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15148/stat : 15148 (java) S 15137 15139 14651 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15149] ppid=15137 vsize=814328 CPUtime=2.72
/proc/15139/task/15149/stat : 15149 (java) S 15137 15139 14651 0 -1 64 4856 0 0 0 269 3 0 0 16 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15139/tid=15150] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15150/stat : 15150 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15151] ppid=15137 vsize=814328 CPUtime=0.03
/proc/15139/task/15151/stat : 15151 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 1 2 0 0 15 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15152] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15152/stat : 15152 (java) S 15137 15139 14651 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 22219972 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.98
Current children cumulated vsize (KiB) 814328

[startup+1722.3 s]
/proc/loadavg: 2.02 2.05 2.04 3/95 15211
/proc/meminfo: memFree=383528/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=814328 CPUtime=1713.94
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 119037 0 1 0 171330 64 0 0 18 0 13 0 22218169 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 203582 114748 1445 9 0 200909 0
[pid=15139/tid=15141] ppid=15137 vsize=814328 CPUtime=1704.63
/proc/15139/task/15141/stat : 15141 (java) R 15137 15139 14651 0 -1 64 23582 0 1 0 170442 21 0 0 25 0 13 0 22218170 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4109896902 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15139/tid=15142] ppid=15137 vsize=814328 CPUtime=3.17
/proc/15139/task/15142/stat : 15142 (java) S 15137 15139 14651 0 -1 64 46348 0 0 0 300 17 0 0 18 0 13 0 22218171 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15143] ppid=15137 vsize=814328 CPUtime=3.32
/proc/15139/task/15143/stat : 15143 (java) S 15137 15139 14651 0 -1 64 43477 0 0 0 314 18 0 0 19 0 13 0 22218171 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15144] ppid=15137 vsize=814328 CPUtime=0.01
/proc/15139/task/15144/stat : 15144 (java) S 15137 15139 14651 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 22218173 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15145] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15145/stat : 15145 (java) S 15137 15139 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22218173 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15146] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15146/stat : 15146 (java) S 15137 15139 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22218173 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15147] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15147/stat : 15147 (java) S 15137 15139 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15148] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15148/stat : 15148 (java) S 15137 15139 14651 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15149] ppid=15137 vsize=814328 CPUtime=2.72
/proc/15139/task/15149/stat : 15149 (java) S 15137 15139 14651 0 -1 64 4856 0 0 0 269 3 0 0 16 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15139/tid=15150] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15150/stat : 15150 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15151] ppid=15137 vsize=814328 CPUtime=0.03
/proc/15139/task/15151/stat : 15151 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 1 2 0 0 15 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15152] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15152/stat : 15152 (java) S 15137 15139 14651 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 22219972 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.94
Current children cumulated vsize (KiB) 814328

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.03 3/87 15213
/proc/meminfo: memFree=523432/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=814328 CPUtime=1773.91
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 119037 0 1 0 177327 64 0 0 18 0 13 0 22218169 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 203582 114748 1445 9 0 200909 0
[pid=15139/tid=15141] ppid=15137 vsize=814328 CPUtime=1764.61
/proc/15139/task/15141/stat : 15141 (java) R 15137 15139 14651 0 -1 64 23582 0 1 0 176439 22 0 0 25 0 13 0 22218170 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4109897119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15139/tid=15142] ppid=15137 vsize=814328 CPUtime=3.17
/proc/15139/task/15142/stat : 15142 (java) S 15137 15139 14651 0 -1 64 46348 0 0 0 300 17 0 0 18 0 13 0 22218171 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15143] ppid=15137 vsize=814328 CPUtime=3.32
/proc/15139/task/15143/stat : 15143 (java) S 15137 15139 14651 0 -1 64 43477 0 0 0 314 18 0 0 19 0 13 0 22218171 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15144] ppid=15137 vsize=814328 CPUtime=0.01
/proc/15139/task/15144/stat : 15144 (java) S 15137 15139 14651 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 22218173 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15145] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15145/stat : 15145 (java) S 15137 15139 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22218173 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15146] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15146/stat : 15146 (java) S 15137 15139 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22218173 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15147] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15147/stat : 15147 (java) S 15137 15139 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15148] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15148/stat : 15148 (java) S 15137 15139 14651 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15149] ppid=15137 vsize=814328 CPUtime=2.72
/proc/15139/task/15149/stat : 15149 (java) S 15137 15139 14651 0 -1 64 4856 0 0 0 269 3 0 0 16 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15139/tid=15150] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15150/stat : 15150 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15151] ppid=15137 vsize=814328 CPUtime=0.03
/proc/15139/task/15151/stat : 15151 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 1 2 0 0 15 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15152] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15152/stat : 15152 (java) S 15137 15139 14651 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 22219972 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.91
Current children cumulated vsize (KiB) 814328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.41 s]
/proc/loadavg: 2.00 2.03 2.03 3/87 15213
/proc/meminfo: memFree=459368/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=814328 CPUtime=1800.01
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 119037 0 1 0 179937 64 0 0 18 0 13 0 22218169 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 203582 114748 1445 9 0 200909 0
[pid=15139/tid=15141] ppid=15137 vsize=814328 CPUtime=1790.71
/proc/15139/task/15141/stat : 15141 (java) R 15137 15139 14651 0 -1 64 23582 0 1 0 179049 22 0 0 25 0 13 0 22218170 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4109897280 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15139/tid=15142] ppid=15137 vsize=814328 CPUtime=3.17
/proc/15139/task/15142/stat : 15142 (java) S 15137 15139 14651 0 -1 64 46348 0 0 0 300 17 0 0 18 0 13 0 22218171 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15143] ppid=15137 vsize=814328 CPUtime=3.32
/proc/15139/task/15143/stat : 15143 (java) S 15137 15139 14651 0 -1 64 43477 0 0 0 314 18 0 0 19 0 13 0 22218171 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15144] ppid=15137 vsize=814328 CPUtime=0.01
/proc/15139/task/15144/stat : 15144 (java) S 15137 15139 14651 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 22218173 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15145] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15145/stat : 15145 (java) S 15137 15139 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22218173 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15146] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15146/stat : 15146 (java) S 15137 15139 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22218173 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15147] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15147/stat : 15147 (java) S 15137 15139 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15148] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15148/stat : 15148 (java) S 15137 15139 14651 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15149] ppid=15137 vsize=814328 CPUtime=2.72
/proc/15139/task/15149/stat : 15149 (java) S 15137 15139 14651 0 -1 64 4856 0 0 0 269 3 0 0 16 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15139/tid=15150] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15150/stat : 15150 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15151] ppid=15137 vsize=814328 CPUtime=0.03
/proc/15139/task/15151/stat : 15151 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 1 2 0 0 15 0 13 0 22218178 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15152] ppid=15137 vsize=814328 CPUtime=0
/proc/15139/task/15152/stat : 15152 (java) S 15137 15139 14651 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 22219972 833871872 114748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 814328

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

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

[startup+1808.6 s]
/proc/loadavg: 2.00 2.03 2.03 3/87 15213
/proc/meminfo: memFree=459368/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=814976 CPUtime=1800.3
/proc/15139/stat : 15139 (java) S 15137 15139 14651 0 -1 0 119056 0 1 0 179966 64 0 0 16 0 15 0 22218169 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15139/statm: 203744 114767 1445 9 0 201071 0
[pid=15139/tid=15141] ppid=15137 vsize=814976 CPUtime=1790.9
/proc/15139/task/15141/stat : 15141 (java) R 15137 15139 14651 0 -1 64 23582 0 1 0 179068 22 0 0 25 0 15 0 22218170 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4109897650 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15139/tid=15142] ppid=15137 vsize=814976 CPUtime=3.17
/proc/15139/task/15142/stat : 15142 (java) S 15137 15139 14651 0 -1 64 46348 0 0 0 300 17 0 0 18 0 15 0 22218171 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15143] ppid=15137 vsize=814976 CPUtime=3.32
/proc/15139/task/15143/stat : 15143 (java) S 15137 15139 14651 0 -1 64 43477 0 0 0 314 18 0 0 19 0 15 0 22218171 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15144] ppid=15137 vsize=814976 CPUtime=0.01
/proc/15139/task/15144/stat : 15144 (java) S 15137 15139 14651 0 -1 64 16 0 0 0 1 0 0 0 16 0 15 0 22218173 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15145] ppid=15137 vsize=814976 CPUtime=0
/proc/15139/task/15145/stat : 15145 (java) S 15137 15139 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 22218173 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15146] ppid=15137 vsize=814976 CPUtime=0
/proc/15139/task/15146/stat : 15146 (java) S 15137 15139 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 22218173 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15147] ppid=15137 vsize=814976 CPUtime=0
/proc/15139/task/15147/stat : 15147 (java) S 15137 15139 14651 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 22218178 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15148] ppid=15137 vsize=814976 CPUtime=0
/proc/15139/task/15148/stat : 15148 (java) S 15137 15139 14651 0 -1 64 13 0 0 0 0 0 0 0 19 0 15 0 22218178 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15149] ppid=15137 vsize=814976 CPUtime=2.74
/proc/15139/task/15149/stat : 15149 (java) S 15137 15139 14651 0 -1 64 4858 0 0 0 271 3 0 0 16 0 15 0 22218178 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15150] ppid=15137 vsize=814976 CPUtime=0
/proc/15139/task/15150/stat : 15150 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 15 0 22218178 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15151] ppid=15137 vsize=814976 CPUtime=0.03
/proc/15139/task/15151/stat : 15151 (java) S 15137 15139 14651 0 -1 64 0 0 0 0 1 2 0 0 15 0 15 0 22218178 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15139/tid=15152] ppid=15137 vsize=814976 CPUtime=0
/proc/15139/task/15152/stat : 15152 (java) S 15137 15139 14651 0 -1 64 6 0 0 0 0 0 0 0 23 0 15 0 22219972 834535424 114767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 814976

[startup+1808.7 s]
/proc/loadavg: 2.00 2.03 2.03 3/87 15213
/proc/meminfo: memFree=459368/2055920 swapFree=4192952/4192956
[pid=15139] ppid=15137 vsize=0 CPUtime=1800.41
/proc/15139/stat : 15139 (java) Z 15137 15139 14651 0 -1 1036 119059 0 1 0 179973 68 0 0 15 0 2 0 22218169 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15139/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1808.73
CPU time (s): 1800.45
CPU user time (s): 1799.73
CPU system time (s): 0.713891
CPU usage (%): 99.5422
Max. virtual memory (cumulated for all children) (KiB): 814976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.713891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119059
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= 38004
involuntary context switches= 41873

runsolver used 2.66359 second user time and 6.46002 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 00:32:36
IDJOB=2070646
IDBENCH=55377
IDSOLVER=731
FILE ID=node71/2070646-1247351556
PBS_JOBID= 9506915
Free space on /tmp= 66328 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-44-10-a3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070646-1247351556/watcher-2070646-1247351556 -o /tmp/evaluation-result-2070646-1247351556/solver-2070646-1247351556 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070646-1247351556.xml

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

MD5SUM BENCH= dd4d223519a83ea5641752c7c726f6c4
RANDOM SEED=514414508

node71.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.222
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.222
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:        956600 kB
Buffers:         60908 kB
Cached:         847704 kB
SwapCached:          4 kB
Active:         272856 kB
Inactive:       772620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        956600 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           12560 kB
Writeback:           0 kB
Mapped:         158188 kB
Slab:            38780 kB
Committed_AS:   306880 kB
PageTables:       2240 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= 66272 MiB
End job on node71 at 2009-07-12 01:02:46