Trace number 2084869

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.31

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-5-20.xml
MD5SUM3f7d8b632918dbd93834ae577c4f5998
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.134979
Satisfiable
(Un)Satisfiability was proved
Number of variables186
Number of constraints3973
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3973
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.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2084869-1247379868.xml
0.19/0.23	c reading problem ... 
0.39/0.47	c reading problem named null
0.39/0.47	c reading domains done.
0.39/0.47	c reading variables done.
0.48/0.55	c reading predicates  done.
0.68/0.76	c reading constraints
6.63/6.67	c done with constraints.
6.63/6.67	c ... done. Wall clock time 6.446s.
6.63/6.67	c #vars     3720
6.63/6.67	c #constraints  159292
6.63/6.67	c constraints type 
6.63/6.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 159106
6.63/6.67	c org.sat4j.minisat.constraints.card.AtLeast => 186
1800.03/1808.01	c starts		: 18
1800.03/1808.01	c conflicts		: 267997
1800.03/1808.01	c decisions		: 280256
1800.03/1808.01	c propagations		: 26860675
1800.03/1808.02	c inspects		: 4221006211
1800.03/1808.02	c learnt literals	: 0
1800.03/1808.02	c learnt binary clauses	: 0
1800.03/1808.02	c learnt ternary clauses	: 0
1800.03/1808.02	c learnt clauses	: 267997
1800.03/1808.02	c ignored clauses	: 0
1800.03/1808.02	c root simplifications	: 0
1800.03/1808.02	c removed literals (reason simplification)	: 3078344
1800.03/1808.02	c reason swapping (by a shorter reason)	: 0
1800.03/1808.02	c Calls to reduceDB	: 0
1800.03/1808.02	c speed (assignments/second)	: 14911.496441537967
1800.03/1808.02	c non guided choices	3932
1800.32/1808.21	c learnt constraints type 
1800.32/1808.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 268013
1800.32/1808.21	c constraints type 
1800.32/1808.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 159106
1800.32/1808.21	c org.sat4j.minisat.constraints.card.AtLeast => 186
1800.32/1808.21	s UNKNOWN
1800.32/1808.21	c Total wall clock time (in seconds) : 1807.786

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-2084869-1247379868/watcher-2084869-1247379868 -o /tmp/evaluation-result-2084869-1247379868/solver-2084869-1247379868 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084869-1247379868.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.93 1.98 1.99 3/84 29218
/proc/meminfo: memFree=1698472/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=152 CPUtime=0
/proc/29218/stat : 29218 (java) R 29216 29218 29127 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 25054566 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 5828907 0 0 4096 0 0 0 0 17 0 0 0
/proc/29218/statm: 38 26 19 9 0 4 0

[startup+0.0874691 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 29218
/proc/meminfo: memFree=1698472/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=804360 CPUtime=0.07
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 2944 0 1 0 6 1 0 0 18 0 12 0 25054566 823664640 2687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 201090 2687 1058 9 0 198441 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804360

[startup+0.10147 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 29218
/proc/meminfo: memFree=1698472/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=804560 CPUtime=0.09
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 3064 0 1 0 7 2 0 0 18 0 12 0 25054566 823869440 2807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 201140 2807 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301492 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 29218
/proc/meminfo: memFree=1698472/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=805864 CPUtime=0.29
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 4386 0 1 0 26 3 0 0 18 0 12 0 25054566 825204736 4123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 201466 4123 1363 9 0 198793 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805864

[startup+0.701539 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 29218
/proc/meminfo: memFree=1698472/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=807368 CPUtime=0.68
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 6385 0 1 0 63 5 0 0 18 0 12 0 25054566 826744832 5791 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 201842 5791 1387 9 0 199169 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807368

[startup+1.50263 s]
/proc/loadavg: 1.93 1.98 1.99 4/96 29230
/proc/meminfo: memFree=1679176/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=809784 CPUtime=1.49
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 9542 0 1 0 142 7 0 0 18 0 12 0 25054566 829218816 7617 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 202446 7617 1417 9 0 199773 0
[pid=29218/tid=29220] ppid=29216 vsize=809784 CPUtime=0.79
/proc/29218/task/29220/stat : 29220 (java) R 29216 29218 29127 0 -1 64 5669 0 1 0 75 4 0 0 25 0 12 0 25054567 829218816 7617 996147200 134512640 134550932 4294956016 18446744073709551615 4109163000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29221] ppid=29216 vsize=809784 CPUtime=0
/proc/29218/task/29221/stat : 29221 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 25054568 829218816 7618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29222] ppid=29216 vsize=809784 CPUtime=0
/proc/29218/task/29222/stat : 29222 (java) S 29216 29218 29127 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 25054568 829218816 7619 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29223] ppid=29216 vsize=809784 CPUtime=0
/proc/29218/task/29223/stat : 29223 (java) S 29216 29218 29127 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 25054570 829218816 7620 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29224] ppid=29216 vsize=809784 CPUtime=0
/proc/29218/task/29224/stat : 29224 (java) S 29216 29218 29127 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 25054571 829218816 7621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29225] ppid=29216 vsize=809784 CPUtime=0
/proc/29218/task/29225/stat : 29225 (java) S 29216 29218 29127 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 25054571 829218816 7622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29226] ppid=29216 vsize=809784 CPUtime=0
/proc/29218/task/29226/stat : 29226 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25054575 829218816 7623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29227] ppid=29216 vsize=809784 CPUtime=0.04
/proc/29218/task/29227/stat : 29227 (java) S 29216 29218 29127 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 25054575 829218816 7623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29228] ppid=29216 vsize=809784 CPUtime=0.63
/proc/29218/task/29228/stat : 29228 (java) S 29216 29218 29127 0 -1 64 2875 0 0 0 62 1 0 0 17 0 12 0 25054575 829218816 7624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29229] ppid=29216 vsize=809784 CPUtime=0
/proc/29218/task/29229/stat : 29229 (java) S 29216 29218 29127 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25054575 829218816 7625 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29230] ppid=29216 vsize=809784 CPUtime=0
/proc/29218/task/29230/stat : 29230 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25054575 829218816 7626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 809784

[startup+3.10282 s]
/proc/loadavg: 1.93 1.98 1.99 4/96 29230
/proc/meminfo: memFree=1654280/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=809924 CPUtime=3.09
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 22930 0 1 0 296 13 0 0 18 0 12 0 25054566 829362176 20897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 202481 20897 1430 9 0 199808 0
[pid=29218/tid=29220] ppid=29216 vsize=809924 CPUtime=1.86
/proc/29218/task/29220/stat : 29220 (java) R 29216 29218 29127 0 -1 64 17378 0 1 0 176 10 0 0 25 0 12 0 25054567 829362176 20897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29221] ppid=29216 vsize=809924 CPUtime=0.01
/proc/29218/task/29221/stat : 29221 (java) S 29216 29218 29127 0 -1 64 552 0 0 0 1 0 0 0 17 0 12 0 25054568 829362176 20897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29222] ppid=29216 vsize=809924 CPUtime=0.02
/proc/29218/task/29222/stat : 29222 (java) S 29216 29218 29127 0 -1 64 944 0 0 0 2 0 0 0 17 0 12 0 25054568 829362176 20897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29223] ppid=29216 vsize=809924 CPUtime=0
/proc/29218/task/29223/stat : 29223 (java) S 29216 29218 29127 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 25054570 829362176 20897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29224] ppid=29216 vsize=809924 CPUtime=0
/proc/29218/task/29224/stat : 29224 (java) S 29216 29218 29127 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25054571 829362176 20897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29225] ppid=29216 vsize=809924 CPUtime=0
/proc/29218/task/29225/stat : 29225 (java) S 29216 29218 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25054571 829362176 20897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29226] ppid=29216 vsize=809924 CPUtime=0
/proc/29218/task/29226/stat : 29226 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25054575 829362176 20897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29227] ppid=29216 vsize=809924 CPUtime=0.04
/proc/29218/task/29227/stat : 29227 (java) S 29216 29218 29127 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 25054575 829362176 20897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29228] ppid=29216 vsize=809924 CPUtime=1.12
/proc/29218/task/29228/stat : 29228 (java) R 29216 29218 29127 0 -1 64 3046 0 0 0 111 1 0 0 16 0 12 0 25054575 829362176 20897 996147200 134512640 134550932 4294956016 18446744073709551615 105580443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29229] ppid=29216 vsize=809924 CPUtime=0
/proc/29218/task/29229/stat : 29229 (java) S 29216 29218 29127 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25054575 829362176 20897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29230] ppid=29216 vsize=809924 CPUtime=0
/proc/29218/task/29230/stat : 29230 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25054575 829362176 20897 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 809924

[startup+6.30119 s]
/proc/loadavg: 2.09 2.02 2.01 3/96 29230
/proc/meminfo: memFree=1608072/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=810016 CPUtime=6.32
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 29451 0 1 0 616 16 0 0 18 0 12 0 25054566 829456384 26019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 202504 26019 1434 9 0 199831 0
[pid=29218/tid=29220] ppid=29216 vsize=810016 CPUtime=3.8
/proc/29218/task/29220/stat : 29220 (java) R 29216 29218 29127 0 -1 64 17394 0 1 0 370 10 0 0 25 0 12 0 25054567 829456384 26019 996147200 134512640 134550932 4294956016 18446744073709551615 4109666251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29221] ppid=29216 vsize=810016 CPUtime=0.07
/proc/29218/task/29221/stat : 29221 (java) S 29216 29218 29127 0 -1 64 2595 0 0 0 6 1 0 0 16 0 12 0 25054568 829456384 26019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29218/tid=29222] ppid=29216 vsize=810016 CPUtime=0.11
/proc/29218/task/29222/stat : 29222 (java) S 29216 29218 29127 0 -1 64 4088 0 0 0 10 1 0 0 16 0 12 0 25054568 829456384 26019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29223] ppid=29216 vsize=810016 CPUtime=0
/proc/29218/task/29223/stat : 29223 (java) S 29216 29218 29127 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 25054570 829456384 26019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29224] ppid=29216 vsize=810016 CPUtime=0
/proc/29218/task/29224/stat : 29224 (java) S 29216 29218 29127 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25054571 829456384 26019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29225] ppid=29216 vsize=810016 CPUtime=0
/proc/29218/task/29225/stat : 29225 (java) S 29216 29218 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25054571 829456384 26019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29226] ppid=29216 vsize=810016 CPUtime=0
/proc/29218/task/29226/stat : 29226 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25054575 829456384 26019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29227] ppid=29216 vsize=810016 CPUtime=0.04
/proc/29218/task/29227/stat : 29227 (java) S 29216 29218 29127 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 25054575 829456384 26019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29228] ppid=29216 vsize=810016 CPUtime=2.25
/proc/29218/task/29228/stat : 29228 (java) S 29216 29218 29127 0 -1 64 4358 0 0 0 223 2 0 0 16 0 12 0 25054575 829456384 26019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29229] ppid=29216 vsize=810016 CPUtime=0
/proc/29218/task/29229/stat : 29229 (java) S 29216 29218 29127 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25054575 829456384 26019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29230] ppid=29216 vsize=810016 CPUtime=0
/proc/29218/task/29230/stat : 29230 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25054575 829456384 26019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 810016

[startup+12.7029 s]
/proc/loadavg: 2.08 2.02 2.00 3/97 29231
/proc/meminfo: memFree=1592384/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=811768 CPUtime=12.73
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 31507 0 1 0 1256 17 0 0 18 0 13 0 25054566 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 202942 27726 1443 9 0 200269 0
[pid=29218/tid=29220] ppid=29216 vsize=811768 CPUtime=9.39
/proc/29218/task/29220/stat : 29220 (java) R 29216 29218 29127 0 -1 64 17411 0 1 0 928 11 0 0 25 0 13 0 25054567 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4110278683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29221] ppid=29216 vsize=811768 CPUtime=0.09
/proc/29218/task/29221/stat : 29221 (java) S 29216 29218 29127 0 -1 64 2613 0 0 0 8 1 0 0 17 0 13 0 25054568 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29222] ppid=29216 vsize=811768 CPUtime=0.18
/proc/29218/task/29222/stat : 29222 (java) S 29216 29218 29127 0 -1 64 5376 0 0 0 17 1 0 0 16 0 13 0 25054568 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29223] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29223/stat : 29223 (java) S 29216 29218 29127 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 25054570 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29224] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29224/stat : 29224 (java) S 29216 29218 29127 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25054571 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29225] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29225/stat : 29225 (java) S 29216 29218 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25054571 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29226] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29226/stat : 29226 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25054575 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29227] ppid=29216 vsize=811768 CPUtime=0.04
/proc/29218/task/29227/stat : 29227 (java) S 29216 29218 29127 0 -1 64 257 0 0 0 4 0 0 0 18 0 13 0 25054575 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29228] ppid=29216 vsize=811768 CPUtime=2.99
/proc/29218/task/29228/stat : 29228 (java) S 29216 29218 29127 0 -1 64 5087 0 0 0 297 2 0 0 16 0 13 0 25054575 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29229] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29229/stat : 29229 (java) S 29216 29218 29127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25054575 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29230] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29230/stat : 29230 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25054575 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29231] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29231/stat : 29231 (java) S 29216 29218 29127 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25055236 831250432 27726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 811768

[startup+25.5024 s]
/proc/loadavg: 2.07 2.01 2.00 3/97 29231
/proc/meminfo: memFree=1592320/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=811768 CPUtime=25.52
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 31517 0 1 0 2535 17 0 0 18 0 13 0 25054566 831250432 27734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 202942 27734 1447 9 0 200269 0
[pid=29218/tid=29220] ppid=29216 vsize=811768 CPUtime=22.14
/proc/29218/task/29220/stat : 29220 (java) R 29216 29218 29127 0 -1 64 17414 0 1 0 2203 11 0 0 25 0 13 0 25054567 831250432 27734 996147200 134512640 134550932 4294956016 18446744073709551615 4110243278 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29221] ppid=29216 vsize=811768 CPUtime=0.09
/proc/29218/task/29221/stat : 29221 (java) S 29216 29218 29127 0 -1 64 2613 0 0 0 8 1 0 0 17 0 13 0 25054568 831250432 27734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29222] ppid=29216 vsize=811768 CPUtime=0.18
/proc/29218/task/29222/stat : 29222 (java) S 29216 29218 29127 0 -1 64 5376 0 0 0 17 1 0 0 16 0 13 0 25054568 831250432 27734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29223] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29223/stat : 29223 (java) S 29216 29218 29127 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 25054570 831250432 27734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29224] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29224/stat : 29224 (java) S 29216 29218 29127 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25054571 831250432 27734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29225] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29225/stat : 29225 (java) S 29216 29218 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25054571 831250432 27734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29226] ppid=29216 vsize=811768 CPUtime=0

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

[pid=29218] ppid=29216 vsize=811768 CPUtime=1654.38
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 90312 0 1 0 165395 43 0 0 18 0 13 0 25054566 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 202942 84050 1447 9 0 200269 0
[pid=29218/tid=29220] ppid=29216 vsize=811768 CPUtime=1649.39
/proc/29218/task/29220/stat : 29220 (java) R 29216 29218 29127 0 -1 64 17424 0 1 0 164925 14 0 0 25 0 13 0 25054567 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4110278683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29221] ppid=29216 vsize=811768 CPUtime=0.83
/proc/29218/task/29221/stat : 29221 (java) S 29216 29218 29127 0 -1 64 31744 0 0 0 72 11 0 0 16 0 13 0 25054568 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29222] ppid=29216 vsize=811768 CPUtime=0.92
/proc/29218/task/29222/stat : 29222 (java) S 29216 29218 29127 0 -1 64 35022 0 0 0 79 13 0 0 16 0 13 0 25054568 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29218/tid=29223] ppid=29216 vsize=811768 CPUtime=0.01
/proc/29218/task/29223/stat : 29223 (java) S 29216 29218 29127 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 25054570 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29224] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29224/stat : 29224 (java) S 29216 29218 29127 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25054571 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29225] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29225/stat : 29225 (java) S 29216 29218 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25054571 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29226] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29226/stat : 29226 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29227] ppid=29216 vsize=811768 CPUtime=0.04
/proc/29218/task/29227/stat : 29227 (java) S 29216 29218 29127 0 -1 64 257 0 0 0 4 0 0 0 18 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29228] ppid=29216 vsize=811768 CPUtime=3.13
/proc/29218/task/29228/stat : 29228 (java) S 29216 29218 29127 0 -1 64 5102 0 0 0 311 2 0 0 16 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29218/tid=29229] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29229/stat : 29229 (java) S 29216 29218 29127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29230] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29230/stat : 29230 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29231] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29231/stat : 29231 (java) S 29216 29218 29127 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25055236 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.38
Current children cumulated vsize (KiB) 811768

[startup+1722.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/87 29355
/proc/meminfo: memFree=1535640/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=811768 CPUtime=1714.36
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 90312 0 1 0 171393 43 0 0 18 0 13 0 25054566 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 202942 84050 1447 9 0 200269 0
[pid=29218/tid=29220] ppid=29216 vsize=811768 CPUtime=1709.37
/proc/29218/task/29220/stat : 29220 (java) R 29216 29218 29127 0 -1 64 17424 0 1 0 170923 14 0 0 25 0 13 0 25054567 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4110154624 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29221] ppid=29216 vsize=811768 CPUtime=0.83
/proc/29218/task/29221/stat : 29221 (java) S 29216 29218 29127 0 -1 64 31744 0 0 0 72 11 0 0 16 0 13 0 25054568 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29222] ppid=29216 vsize=811768 CPUtime=0.92
/proc/29218/task/29222/stat : 29222 (java) S 29216 29218 29127 0 -1 64 35022 0 0 0 79 13 0 0 16 0 13 0 25054568 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29218/tid=29223] ppid=29216 vsize=811768 CPUtime=0.01
/proc/29218/task/29223/stat : 29223 (java) S 29216 29218 29127 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 25054570 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29224] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29224/stat : 29224 (java) S 29216 29218 29127 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25054571 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29225] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29225/stat : 29225 (java) S 29216 29218 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25054571 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29226] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29226/stat : 29226 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29227] ppid=29216 vsize=811768 CPUtime=0.04
/proc/29218/task/29227/stat : 29227 (java) S 29216 29218 29127 0 -1 64 257 0 0 0 4 0 0 0 18 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29228] ppid=29216 vsize=811768 CPUtime=3.13
/proc/29218/task/29228/stat : 29228 (java) S 29216 29218 29127 0 -1 64 5102 0 0 0 311 2 0 0 16 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29218/tid=29229] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29229/stat : 29229 (java) S 29216 29218 29127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29230] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29230/stat : 29230 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29231] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29231/stat : 29231 (java) S 29216 29218 29127 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25055236 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.36
Current children cumulated vsize (KiB) 811768

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 29355
/proc/meminfo: memFree=1535576/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=811768 CPUtime=1774.34
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 90312 0 1 0 177391 43 0 0 18 0 13 0 25054566 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 202942 84050 1447 9 0 200269 0
[pid=29218/tid=29220] ppid=29216 vsize=811768 CPUtime=1769.35
/proc/29218/task/29220/stat : 29220 (java) R 29216 29218 29127 0 -1 64 17424 0 1 0 176921 14 0 0 25 0 13 0 25054567 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4110154553 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29221] ppid=29216 vsize=811768 CPUtime=0.83
/proc/29218/task/29221/stat : 29221 (java) S 29216 29218 29127 0 -1 64 31744 0 0 0 72 11 0 0 16 0 13 0 25054568 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29222] ppid=29216 vsize=811768 CPUtime=0.92
/proc/29218/task/29222/stat : 29222 (java) S 29216 29218 29127 0 -1 64 35022 0 0 0 79 13 0 0 16 0 13 0 25054568 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29218/tid=29223] ppid=29216 vsize=811768 CPUtime=0.01
/proc/29218/task/29223/stat : 29223 (java) S 29216 29218 29127 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 25054570 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29224] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29224/stat : 29224 (java) S 29216 29218 29127 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25054571 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29225] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29225/stat : 29225 (java) S 29216 29218 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25054571 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29226] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29226/stat : 29226 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29227] ppid=29216 vsize=811768 CPUtime=0.04
/proc/29218/task/29227/stat : 29227 (java) S 29216 29218 29127 0 -1 64 257 0 0 0 4 0 0 0 18 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29228] ppid=29216 vsize=811768 CPUtime=3.13
/proc/29218/task/29228/stat : 29228 (java) S 29216 29218 29127 0 -1 64 5102 0 0 0 311 2 0 0 16 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29218/tid=29229] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29229/stat : 29229 (java) S 29216 29218 29127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29230] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29230/stat : 29230 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29231] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29231/stat : 29231 (java) S 29216 29218 29127 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25055236 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.34
Current children cumulated vsize (KiB) 811768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 29355
/proc/meminfo: memFree=1535576/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=811768 CPUtime=1800.03
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 90312 0 1 0 179960 43 0 0 18 0 13 0 25054566 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29218/statm: 202942 84050 1447 9 0 200269 0
[pid=29218/tid=29220] ppid=29216 vsize=811768 CPUtime=1795.04
/proc/29218/task/29220/stat : 29220 (java) R 29216 29218 29127 0 -1 64 17424 0 1 0 179490 14 0 0 25 0 13 0 25054567 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4110202623 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29221] ppid=29216 vsize=811768 CPUtime=0.83
/proc/29218/task/29221/stat : 29221 (java) S 29216 29218 29127 0 -1 64 31744 0 0 0 72 11 0 0 16 0 13 0 25054568 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29222] ppid=29216 vsize=811768 CPUtime=0.92
/proc/29218/task/29222/stat : 29222 (java) S 29216 29218 29127 0 -1 64 35022 0 0 0 79 13 0 0 16 0 13 0 25054568 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29218/tid=29223] ppid=29216 vsize=811768 CPUtime=0.01
/proc/29218/task/29223/stat : 29223 (java) S 29216 29218 29127 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 25054570 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29224] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29224/stat : 29224 (java) S 29216 29218 29127 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25054571 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29225] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29225/stat : 29225 (java) S 29216 29218 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25054571 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29226] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29226/stat : 29226 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29227] ppid=29216 vsize=811768 CPUtime=0.04
/proc/29218/task/29227/stat : 29227 (java) S 29216 29218 29127 0 -1 64 257 0 0 0 4 0 0 0 18 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29228] ppid=29216 vsize=811768 CPUtime=3.13
/proc/29218/task/29228/stat : 29228 (java) S 29216 29218 29127 0 -1 64 5102 0 0 0 311 2 0 0 16 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29218/tid=29229] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29229/stat : 29229 (java) S 29216 29218 29127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29230] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29230/stat : 29230 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25054575 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29231] ppid=29216 vsize=811768 CPUtime=0
/proc/29218/task/29231/stat : 29231 (java) S 29216 29218 29127 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25055236 831250432 84050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 811768

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

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

[startup+1808.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 29355
/proc/meminfo: memFree=1535576/2055920 swapFree=4192812/4192956
[pid=29218] ppid=29216 vsize=812416 CPUtime=1800.32
/proc/29218/stat : 29218 (java) S 29216 29218 29127 0 -1 0 90330 0 1 0 179989 43 0 0 16 0 15 0 25054566 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29218/statm: 203104 84068 1447 9 0 200431 0
[pid=29218/tid=29220] ppid=29216 vsize=812416 CPUtime=1795.24
/proc/29218/task/29220/stat : 29220 (java) R 29216 29218 29127 0 -1 64 17424 0 1 0 179510 14 0 0 25 0 15 0 25054567 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4110278683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29221] ppid=29216 vsize=812416 CPUtime=0.83
/proc/29218/task/29221/stat : 29221 (java) S 29216 29218 29127 0 -1 64 31744 0 0 0 72 11 0 0 16 0 15 0 25054568 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29222] ppid=29216 vsize=812416 CPUtime=0.92
/proc/29218/task/29222/stat : 29222 (java) S 29216 29218 29127 0 -1 64 35022 0 0 0 79 13 0 0 16 0 15 0 25054568 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29218/tid=29223] ppid=29216 vsize=812416 CPUtime=0.01
/proc/29218/task/29223/stat : 29223 (java) S 29216 29218 29127 0 -1 64 18 0 0 0 1 0 0 0 16 0 15 0 25054570 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29224] ppid=29216 vsize=812416 CPUtime=0
/proc/29218/task/29224/stat : 29224 (java) S 29216 29218 29127 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 25054571 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29225] ppid=29216 vsize=812416 CPUtime=0
/proc/29218/task/29225/stat : 29225 (java) S 29216 29218 29127 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 25054571 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29226] ppid=29216 vsize=812416 CPUtime=0
/proc/29218/task/29226/stat : 29226 (java) S 29216 29218 29127 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 25054575 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29218/tid=29227] ppid=29216 vsize=812416 CPUtime=0.04
/proc/29218/task/29227/stat : 29227 (java) S 29216 29218 29127 0 -1 64 257 0 0 0 4 0 0 0 18 0 15 0 25054575 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29228] ppid=29216 vsize=812416 CPUtime=3.17
/proc/29218/task/29228/stat : 29228 (java) S 29216 29218 29127 0 -1 64 5102 0 0 0 315 2 0 0 16 0 15 0 25054575 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29218/tid=29229] ppid=29216 vsize=812416 CPUtime=0
/proc/29218/task/29229/stat : 29229 (java) S 29216 29218 29127 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 25054575 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29230] ppid=29216 vsize=812416 CPUtime=0
/proc/29218/task/29230/stat : 29230 (java) S 29216 29218 29127 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 25054575 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29218/tid=29231] ppid=29216 vsize=812416 CPUtime=0
/proc/29218/task/29231/stat : 29231 (java) S 29216 29218 29127 0 -1 64 4 0 0 0 0 0 0 0 23 0 15 0 25055236 831913984 84068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 812416

Child status: 143
Real time (s): 1808.31
CPU time (s): 1800.45
CPU user time (s): 1799.96
CPU system time (s): 0.487925
CPU usage (%): 99.5655
Max. virtual memory (cumulated for all children) (KiB): 812416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90334
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= 37772
involuntary context switches= 45992

runsolver used 2.12468 second user time and 6.16706 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 08:24:28
IDJOB=2084869
IDBENCH=58206
IDSOLVER=731
FILE ID=node1/2084869-1247379868
PBS_JOBID= 9507246
Free space on /tmp= 66384 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-5-20.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084869-1247379868/watcher-2084869-1247379868 -o /tmp/evaluation-result-2084869-1247379868/solver-2084869-1247379868 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084869-1247379868.xml

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

MD5SUM BENCH= 3f7d8b632918dbd93834ae577c4f5998
RANDOM SEED=334043115

node1.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.216
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.216
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:       1698952 kB
Buffers:          8644 kB
Cached:          65476 kB
SwapCached:          0 kB
Active:         275240 kB
Inactive:        30448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:         247284 kB
Slab:            36072 kB
Committed_AS:   898544 kB
PageTables:       2244 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= 66372 MiB
End job on node1 at 2009-07-12 08:54:38