Trace number 2063947

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.47 1808.16

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-4.xml
MD5SUM4cd54922d836889c49a4e7e21135e1e1
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark132.468
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6186
Maximum constraint arity15
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5307
Global constraints used (with number of constraints)alldifferent(879)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	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.25	c solving HOME/instance-2063947-1247333388.xml
0.19/0.25	c reading problem ... 
0.49/0.50	c reading problem named null
0.49/0.50	c reading domains done.
0.89/0.91	c reading variables done.
1.18/1.22	c reading predicates  done.
1.38/1.44	c reading constraints
139.58/140.73	c done with constraints.
139.58/140.73	c ... done. Wall clock time 140.486s.
139.58/140.73	c #vars     5805
139.58/140.73	c #constraints  1394100
139.58/140.73	c constraints type 
139.58/140.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 198636
139.58/140.73	c org.sat4j.minisat.constraints.cnf.UnitClauses => 57
139.58/140.73	c org.sat4j.minisat.constraints.card.AtLeast => 343
139.58/140.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1195007
1004.31/1011.09	c cleaning 139498 clauses out of 279000
1534.42/1542.18	c cleaning 132743 clauses out of 265502
1800.01/1807.81	c starts		: 20
1800.01/1807.81	c conflicts		: 500391
1800.01/1807.81	c decisions		: 561791
1800.01/1807.81	c propagations		: 72322214
1800.01/1807.81	c inspects		: 3011277387
1800.01/1807.81	c learnt literals	: 0
1800.01/1807.81	c learnt binary clauses	: 0
1800.01/1807.82	c learnt ternary clauses	: 2
1800.01/1807.82	c learnt clauses	: 500391
1800.01/1807.82	c ignored clauses	: 0
1800.01/1807.82	c root simplifications	: 0
1800.01/1807.82	c removed literals (reason simplification)	: 3691176
1800.01/1807.82	c reason swapping (by a shorter reason)	: 0
1800.01/1807.82	c Calls to reduceDB	: 2
1800.01/1807.82	c speed (assignments/second)	: 43382.52167559844
1800.01/1807.82	c non guided choices	3346
1800.13/1807.99	c learnt constraints type 
1800.13/1807.99	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 228182
1800.13/1807.99	c constraints type 
1800.13/1807.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 198636
1800.13/1807.99	c org.sat4j.minisat.constraints.cnf.UnitClauses => 57
1800.13/1807.99	c org.sat4j.minisat.constraints.card.AtLeast => 343
1800.13/1807.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1195007
1800.13/1807.99	s UNKNOWN
1800.13/1807.99	c Total wall clock time (in seconds) : 1807.569

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-2063947-1247333388/watcher-2063947-1247333388 -o /tmp/evaluation-result-2063947-1247333388/solver-2063947-1247333388 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063947-1247333388.xml 

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


[startup+0 s]
/proc/loadavg: 2.02 2.07 1.91 3/84 16200
/proc/meminfo: memFree=1248496/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=13208 CPUtime=0
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 20404813 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 3302 521 219 9 0 1186 0
[pid=16200/tid=16201] ppid=16198 vsize=13208 CPUtime=0
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 20404814 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 11792344 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.097451 s]
/proc/loadavg: 2.02 2.07 1.91 3/84 16200
/proc/meminfo: memFree=1248496/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=804560 CPUtime=0.09
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 2998 0 1 0 7 2 0 0 18 0 12 0 20404813 823869440 2741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 201140 2741 1080 9 0 198474 0
[pid=16200/tid=16201] ppid=16198 vsize=804560 CPUtime=0.08
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 2245 0 1 0 7 1 0 0 21 0 12 0 20404814 823869440 2741 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.102424 s]
/proc/loadavg: 2.02 2.07 1.91 3/84 16200
/proc/meminfo: memFree=1248496/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=804560 CPUtime=0.09
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 3016 0 1 0 7 2 0 0 18 0 12 0 20404813 823869440 2759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 201140 2759 1082 9 0 198474 0
[pid=16200/tid=16201] ppid=16198 vsize=804560 CPUtime=0.08
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 2263 0 1 0 7 1 0 0 21 0 12 0 20404814 823869440 2759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302437 s]
/proc/loadavg: 2.02 2.07 1.91 3/84 16200
/proc/meminfo: memFree=1248496/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=805628 CPUtime=0.29
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 4304 0 1 0 26 3 0 0 18 0 12 0 20404813 824963072 4041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 201407 4041 1359 9 0 198734 0
[pid=16200/tid=16201] ppid=16198 vsize=805628 CPUtime=0.22
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 3068 0 1 0 20 2 0 0 21 0 12 0 20404814 824963072 4041 996147200 134512640 134550932 4294956016 18446744073709551615 4109098877 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.702487 s]
/proc/loadavg: 2.02 2.07 1.91 3/84 16200
/proc/meminfo: memFree=1248496/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=808408 CPUtime=0.69
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 6242 0 1 0 64 5 0 0 18 0 12 0 20404813 827809792 5211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 202102 5211 1390 9 0 199429 0
[pid=16200/tid=16201] ppid=16198 vsize=808408 CPUtime=0.38
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 3521 0 1 0 35 3 0 0 23 0 12 0 20404814 827809792 5211 996147200 134512640 134550932 4294956016 18446744073709551615 4109125416 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808408

[startup+1.50159 s]
/proc/loadavg: 2.02 2.07 1.91 3/96 16212
/proc/meminfo: memFree=1232464/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=808504 CPUtime=1.48
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 7710 0 1 0 142 6 0 0 18 0 12 0 20404813 827908096 6677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 202126 6677 1399 9 0 199453 0
[pid=16200/tid=16201] ppid=16198 vsize=808504 CPUtime=0.83
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 4924 0 1 0 78 5 0 0 18 0 12 0 20404814 827908096 6677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16203] ppid=16198 vsize=808504 CPUtime=0
/proc/16200/task/16203/stat : 16203 (java) S 16198 16200 13965 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 20404815 827908096 6677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16204] ppid=16198 vsize=808504 CPUtime=0
/proc/16200/task/16204/stat : 16204 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 20404815 827908096 6677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16205] ppid=16198 vsize=808504 CPUtime=0
/proc/16200/task/16205/stat : 16205 (java) S 16198 16200 13965 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20404817 827908096 6677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16206] ppid=16198 vsize=808504 CPUtime=0
/proc/16200/task/16206/stat : 16206 (java) S 16198 16200 13965 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 20404818 827908096 6677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16207] ppid=16198 vsize=808504 CPUtime=0
/proc/16200/task/16207/stat : 16207 (java) S 16198 16200 13965 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20404818 827908096 6677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16208] ppid=16198 vsize=808504 CPUtime=0
/proc/16200/task/16208/stat : 16208 (java) S 16198 16200 13965 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20404822 827908096 6677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16209] ppid=16198 vsize=808504 CPUtime=0
/proc/16200/task/16209/stat : 16209 (java) S 16198 16200 13965 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20404822 827908096 6677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16210] ppid=16198 vsize=808504 CPUtime=0.63
/proc/16200/task/16210/stat : 16210 (java) R 16198 16200 13965 0 -1 64 2032 0 0 0 63 0 0 0 16 0 12 0 20404822 827908096 6677 996147200 134512640 134550932 4294956016 18446744073709551615 106114197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16211] ppid=16198 vsize=808504 CPUtime=0
/proc/16200/task/16211/stat : 16211 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20404822 827908096 6677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16212] ppid=16198 vsize=808504 CPUtime=0
/proc/16200/task/16212/stat : 16212 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20404822 827908096 6677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808504

[startup+3.10177 s]
/proc/loadavg: 2.02 2.07 1.91 3/96 16212
/proc/meminfo: memFree=1213336/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=810560 CPUtime=3.07
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 21735 0 1 0 294 13 0 0 18 0 12 0 20404813 830013440 19949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 202640 19949 1423 9 0 199967 0
[pid=16200/tid=16201] ppid=16198 vsize=810560 CPUtime=2.03
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 17202 0 1 0 193 10 0 0 25 0 12 0 20404814 830013440 19949 996147200 134512640 134550932 4294956016 18446744073709551615 4109714811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16203] ppid=16198 vsize=810560 CPUtime=0
/proc/16200/task/16203/stat : 16203 (java) S 16198 16200 13965 0 -1 64 281 0 0 0 0 0 0 0 16 0 12 0 20404815 830013440 19949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16204] ppid=16198 vsize=810560 CPUtime=0
/proc/16200/task/16204/stat : 16204 (java) S 16198 16200 13965 0 -1 64 147 0 0 0 0 0 0 0 17 0 12 0 20404815 830013440 19949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16205] ppid=16198 vsize=810560 CPUtime=0
/proc/16200/task/16205/stat : 16205 (java) S 16198 16200 13965 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 20404817 830013440 19949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16206] ppid=16198 vsize=810560 CPUtime=0
/proc/16200/task/16206/stat : 16206 (java) S 16198 16200 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20404818 830013440 19949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16207] ppid=16198 vsize=810560 CPUtime=0
/proc/16200/task/16207/stat : 16207 (java) S 16198 16200 13965 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20404818 830013440 19949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16208] ppid=16198 vsize=810560 CPUtime=0
/proc/16200/task/16208/stat : 16208 (java) S 16198 16200 13965 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20404822 830013440 19949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16209] ppid=16198 vsize=810560 CPUtime=0
/proc/16200/task/16209/stat : 16209 (java) S 16198 16200 13965 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20404822 830013440 19949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16210] ppid=16198 vsize=810560 CPUtime=0.99
/proc/16200/task/16210/stat : 16210 (java) S 16198 16200 13965 0 -1 64 3340 0 0 0 98 1 0 0 16 0 12 0 20404822 830013440 19949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16211] ppid=16198 vsize=810560 CPUtime=0
/proc/16200/task/16211/stat : 16211 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20404822 830013440 19949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16212] ppid=16198 vsize=810560 CPUtime=0
/proc/16200/task/16212/stat : 16212 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20404822 830013440 19949 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 810560

[startup+6.30216 s]
/proc/loadavg: 2.02 2.07 1.91 3/96 16212
/proc/meminfo: memFree=1171544/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=810304 CPUtime=6.23
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 22795 0 1 0 610 13 0 0 18 0 12 0 20404813 829751296 20942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 202576 20942 1424 9 0 199903 0
[pid=16200/tid=16201] ppid=16198 vsize=810304 CPUtime=5.05
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 17211 0 1 0 495 10 0 0 25 0 12 0 20404814 829751296 20942 996147200 134512640 134550932 4294956016 18446744073709551615 4109630963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16203] ppid=16198 vsize=810304 CPUtime=0.03
/proc/16200/task/16203/stat : 16203 (java) S 16198 16200 13965 0 -1 64 776 0 0 0 3 0 0 0 16 0 12 0 20404815 829751296 20942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16204] ppid=16198 vsize=810304 CPUtime=0.04
/proc/16200/task/16204/stat : 16204 (java) S 16198 16200 13965 0 -1 64 650 0 0 0 4 0 0 0 16 0 12 0 20404815 829751296 20942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16205] ppid=16198 vsize=810304 CPUtime=0
/proc/16200/task/16205/stat : 16205 (java) S 16198 16200 13965 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 20404817 829751296 20942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16206] ppid=16198 vsize=810304 CPUtime=0
/proc/16200/task/16206/stat : 16206 (java) S 16198 16200 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20404818 829751296 20942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16207] ppid=16198 vsize=810304 CPUtime=0
/proc/16200/task/16207/stat : 16207 (java) S 16198 16200 13965 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20404818 829751296 20942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16208] ppid=16198 vsize=810304 CPUtime=0
/proc/16200/task/16208/stat : 16208 (java) S 16198 16200 13965 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20404822 829751296 20942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16209] ppid=16198 vsize=810304 CPUtime=0
/proc/16200/task/16209/stat : 16209 (java) S 16198 16200 13965 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20404822 829751296 20942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16210] ppid=16198 vsize=810304 CPUtime=1.07
/proc/16200/task/16210/stat : 16210 (java) S 16198 16200 13965 0 -1 64 3358 0 0 0 106 1 0 0 16 0 12 0 20404822 829751296 20942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16211] ppid=16198 vsize=810304 CPUtime=0
/proc/16200/task/16211/stat : 16211 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20404822 829751296 20942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16212] ppid=16198 vsize=810304 CPUtime=0
/proc/16200/task/16212/stat : 16212 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20404822 829751296 20942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 810304

[startup+12.7019 s]
/proc/loadavg: 2.02 2.07 1.91 3/96 16212
/proc/meminfo: memFree=1155736/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=810112 CPUtime=12.57
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 26300 0 1 0 1242 15 0 0 18 0 12 0 20404813 829554688 24392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 202528 24392 1425 9 0 199855 0
[pid=16200/tid=16201] ppid=16198 vsize=810112 CPUtime=11.31
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 19813 0 1 0 1119 12 0 0 25 0 12 0 20404814 829554688 24392 996147200 134512640 134550932 4294956016 18446744073709551615 4109630963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16203] ppid=16198 vsize=810112 CPUtime=0.04
/proc/16200/task/16203/stat : 16203 (java) S 16198 16200 13965 0 -1 64 1015 0 0 0 4 0 0 0 16 0 12 0 20404815 829554688 24392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16204] ppid=16198 vsize=810112 CPUtime=0.06
/proc/16200/task/16204/stat : 16204 (java) S 16198 16200 13965 0 -1 64 1310 0 0 0 6 0 0 0 16 0 12 0 20404815 829554688 24392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16205] ppid=16198 vsize=810112 CPUtime=0
/proc/16200/task/16205/stat : 16205 (java) S 16198 16200 13965 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 20404817 829554688 24392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16206] ppid=16198 vsize=810112 CPUtime=0
/proc/16200/task/16206/stat : 16206 (java) S 16198 16200 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20404818 829554688 24392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16207] ppid=16198 vsize=810112 CPUtime=0
/proc/16200/task/16207/stat : 16207 (java) S 16198 16200 13965 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20404818 829554688 24392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16208] ppid=16198 vsize=810112 CPUtime=0
/proc/16200/task/16208/stat : 16208 (java) S 16198 16200 13965 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20404822 829554688 24392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16209] ppid=16198 vsize=810112 CPUtime=0
/proc/16200/task/16209/stat : 16209 (java) S 16198 16200 13965 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20404822 829554688 24392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16210] ppid=16198 vsize=810112 CPUtime=1.12
/proc/16200/task/16210/stat : 16210 (java) S 16198 16200 13965 0 -1 64 3362 0 0 0 111 1 0 0 16 0 12 0 20404822 829554688 24392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16211] ppid=16198 vsize=810112 CPUtime=0
/proc/16200/task/16211/stat : 16211 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20404822 829554688 24392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16212] ppid=16198 vsize=810112 CPUtime=0
/proc/16200/task/16212/stat : 16212 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20404822 829554688 24392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 810112

[startup+25.5025 s]
/proc/loadavg: 2.01 2.07 1.91 3/96 16212
/proc/meminfo: memFree=1079960/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=810112 CPUtime=25.23
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 26983 0 1 0 2507 16 0 0 18 0 12 0 20404813 829554688 25060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 202528 25060 1434 9 0 199855 0
[pid=16200/tid=16201] ppid=16198 vsize=810112 CPUtime=23.5
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 19937 0 1 0 2338 12 0 0 25 0 12 0 20404814 829554688 25060 996147200 134512640 134550932 4294956016 18446744073709551615 4109630963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16203] ppid=16198 vsize=810112 CPUtime=0.06
/proc/16200/task/16203/stat : 16203 (java) S 16198 16200 13965 0 -1 64 1280 0 0 0 6 0 0 0 17 0 12 0 20404815 829554688 25060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16204] ppid=16198 vsize=810112 CPUtime=0.08

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

[pid=16200/tid=16205] ppid=16198 vsize=812564 CPUtime=4.15
/proc/16200/task/16205/stat : 16205 (java) S 16198 16200 13965 0 -1 64 50 0 0 0 413 2 0 0 16 0 13 0 20404817 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16206] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16206/stat : 16206 (java) S 16198 16200 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20404818 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16207] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16207/stat : 16207 (java) S 16198 16200 13965 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20404818 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16208] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16208/stat : 16208 (java) S 16198 16200 13965 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16209] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16209/stat : 16209 (java) S 16198 16200 13965 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16210] ppid=16198 vsize=812564 CPUtime=4.12
/proc/16200/task/16210/stat : 16210 (java) S 16198 16200 13965 0 -1 64 4924 0 0 0 410 2 0 0 16 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16211] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16211/stat : 16211 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16212] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16212/stat : 16212 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16213] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16213/stat : 16213 (java) S 16198 16200 13965 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 20418891 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.57
Current children cumulated vsize (KiB) 812564

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/87 16266
/proc/meminfo: memFree=15264/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=812564 CPUtime=1714.54
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 176570 0 1 0 171362 92 0 0 18 0 13 0 20404813 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 203141 167781 1460 9 0 200468 0
[pid=16200/tid=16201] ppid=16198 vsize=812564 CPUtime=1701.27
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 20193 0 1 0 170108 19 0 0 25 0 13 0 20404814 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4110279132 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16203] ppid=16198 vsize=812564 CPUtime=2.4
/proc/16200/task/16203/stat : 16203 (java) S 16198 16200 13965 0 -1 64 67122 0 0 0 211 29 0 0 17 0 13 0 20404815 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16204] ppid=16198 vsize=812564 CPUtime=2.55
/proc/16200/task/16204/stat : 16204 (java) S 16198 16200 13965 0 -1 64 83524 0 0 0 218 37 0 0 17 0 13 0 20404815 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16205] ppid=16198 vsize=812564 CPUtime=4.15
/proc/16200/task/16205/stat : 16205 (java) S 16198 16200 13965 0 -1 64 50 0 0 0 413 2 0 0 16 0 13 0 20404817 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16206] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16206/stat : 16206 (java) S 16198 16200 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20404818 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16207] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16207/stat : 16207 (java) S 16198 16200 13965 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20404818 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16208] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16208/stat : 16208 (java) S 16198 16200 13965 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16209] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16209/stat : 16209 (java) S 16198 16200 13965 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16210] ppid=16198 vsize=812564 CPUtime=4.12
/proc/16200/task/16210/stat : 16210 (java) S 16198 16200 13965 0 -1 64 4924 0 0 0 410 2 0 0 16 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16211] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16211/stat : 16211 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16212] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16212/stat : 16212 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16213] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16213/stat : 16213 (java) S 16198 16200 13965 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 20418891 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.54
Current children cumulated vsize (KiB) 812564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/87 16266
/proc/meminfo: memFree=15968/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=812564 CPUtime=1774.52
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 176571 0 1 0 177360 92 0 0 18 0 13 0 20404813 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 203141 167781 1460 9 0 200468 0
[pid=16200/tid=16201] ppid=16198 vsize=812564 CPUtime=1761.12
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 20194 0 1 0 176093 19 0 0 25 0 13 0 20404814 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4109269770 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16203] ppid=16198 vsize=812564 CPUtime=2.46
/proc/16200/task/16203/stat : 16203 (java) S 16198 16200 13965 0 -1 64 67122 0 0 0 217 29 0 0 17 0 13 0 20404815 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16204] ppid=16198 vsize=812564 CPUtime=2.62
/proc/16200/task/16204/stat : 16204 (java) S 16198 16200 13965 0 -1 64 83524 0 0 0 225 37 0 0 17 0 13 0 20404815 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16205] ppid=16198 vsize=812564 CPUtime=4.15
/proc/16200/task/16205/stat : 16205 (java) S 16198 16200 13965 0 -1 64 50 0 0 0 413 2 0 0 16 0 13 0 20404817 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16206] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16206/stat : 16206 (java) S 16198 16200 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20404818 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16207] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16207/stat : 16207 (java) S 16198 16200 13965 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20404818 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16208] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16208/stat : 16208 (java) S 16198 16200 13965 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16209] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16209/stat : 16209 (java) S 16198 16200 13965 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16210] ppid=16198 vsize=812564 CPUtime=4.12
/proc/16200/task/16210/stat : 16210 (java) S 16198 16200 13965 0 -1 64 4924 0 0 0 410 2 0 0 16 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16211] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16211/stat : 16211 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16212] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16212/stat : 16212 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16213] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16213/stat : 16213 (java) S 16198 16200 13965 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 20418891 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.52
Current children cumulated vsize (KiB) 812564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.00 2.01 1.94 3/87 16266
/proc/meminfo: memFree=14880/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=812564 CPUtime=1800.01
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 176571 0 1 0 179909 92 0 0 18 0 13 0 20404813 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 203141 167781 1460 9 0 200468 0
[pid=16200/tid=16201] ppid=16198 vsize=812564 CPUtime=1786.62
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 20194 0 1 0 178643 19 0 0 25 0 13 0 20404814 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4110208095 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16203] ppid=16198 vsize=812564 CPUtime=2.46
/proc/16200/task/16203/stat : 16203 (java) S 16198 16200 13965 0 -1 64 67122 0 0 0 217 29 0 0 17 0 13 0 20404815 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16204] ppid=16198 vsize=812564 CPUtime=2.62
/proc/16200/task/16204/stat : 16204 (java) S 16198 16200 13965 0 -1 64 83524 0 0 0 225 37 0 0 17 0 13 0 20404815 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16205] ppid=16198 vsize=812564 CPUtime=4.15
/proc/16200/task/16205/stat : 16205 (java) S 16198 16200 13965 0 -1 64 50 0 0 0 413 2 0 0 16 0 13 0 20404817 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16206] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16206/stat : 16206 (java) S 16198 16200 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20404818 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16207] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16207/stat : 16207 (java) S 16198 16200 13965 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20404818 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16208] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16208/stat : 16208 (java) S 16198 16200 13965 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16209] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16209/stat : 16209 (java) S 16198 16200 13965 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16210] ppid=16198 vsize=812564 CPUtime=4.12
/proc/16200/task/16210/stat : 16210 (java) S 16198 16200 13965 0 -1 64 4924 0 0 0 410 2 0 0 16 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16211] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16211/stat : 16211 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16212] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16212/stat : 16212 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20404822 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16213] ppid=16198 vsize=812564 CPUtime=0
/proc/16200/task/16213/stat : 16213 (java) S 16198 16200 13965 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 20418891 832065536 167781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 812564

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

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

[startup+1808 s]
/proc/loadavg: 2.00 2.01 1.94 3/87 16266
/proc/meminfo: memFree=14880/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=813212 CPUtime=1800.31
/proc/16200/stat : 16200 (java) S 16198 16200 13965 0 -1 0 176592 0 1 0 179938 93 0 0 16 0 14 0 20404813 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16200/statm: 203303 167802 1461 9 0 200630 0
[pid=16200/tid=16201] ppid=16198 vsize=813212 CPUtime=1786.81
/proc/16200/task/16201/stat : 16201 (java) R 16198 16200 13965 0 -1 64 20194 0 1 0 178662 19 0 0 25 0 14 0 20404814 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4110279130 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16203] ppid=16198 vsize=813212 CPUtime=2.46
/proc/16200/task/16203/stat : 16203 (java) S 16198 16200 13965 0 -1 64 67122 0 0 0 217 29 0 0 17 0 14 0 20404815 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16204] ppid=16198 vsize=813212 CPUtime=2.62
/proc/16200/task/16204/stat : 16204 (java) S 16198 16200 13965 0 -1 64 83524 0 0 0 225 37 0 0 17 0 14 0 20404815 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16205] ppid=16198 vsize=813212 CPUtime=4.15
/proc/16200/task/16205/stat : 16205 (java) S 16198 16200 13965 0 -1 64 50 0 0 0 413 2 0 0 16 0 14 0 20404817 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16200/tid=16206] ppid=16198 vsize=813212 CPUtime=0
/proc/16200/task/16206/stat : 16206 (java) S 16198 16200 13965 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 20404818 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16207] ppid=16198 vsize=813212 CPUtime=0
/proc/16200/task/16207/stat : 16207 (java) S 16198 16200 13965 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 20404818 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16208] ppid=16198 vsize=813212 CPUtime=0
/proc/16200/task/16208/stat : 16208 (java) S 16198 16200 13965 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 20404822 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16209] ppid=16198 vsize=813212 CPUtime=0
/proc/16200/task/16209/stat : 16209 (java) S 16198 16200 13965 0 -1 64 13 0 0 0 0 0 0 0 19 0 14 0 20404822 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16210] ppid=16198 vsize=813212 CPUtime=4.15
/proc/16200/task/16210/stat : 16210 (java) S 16198 16200 13965 0 -1 64 4924 0 0 0 413 2 0 0 16 0 14 0 20404822 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16211] ppid=16198 vsize=813212 CPUtime=0
/proc/16200/task/16211/stat : 16211 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 20404822 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16212] ppid=16198 vsize=813212 CPUtime=0
/proc/16200/task/16212/stat : 16212 (java) S 16198 16200 13965 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 20404822 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16200/tid=16213] ppid=16198 vsize=813212 CPUtime=0
/proc/16200/task/16213/stat : 16213 (java) S 16198 16200 13965 0 -1 64 5 0 0 0 0 0 0 0 25 0 14 0 20418891 832729088 167802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 813212

[startup+1808.1 s]
/proc/loadavg: 2.00 2.01 1.94 3/87 16266
/proc/meminfo: memFree=14880/2055920 swapFree=4192812/4192956
[pid=16200] ppid=16198 vsize=0 CPUtime=1800.4
/proc/16200/stat : 16200 (java) Z 16198 16200 13965 0 -1 1036 176592 0 1 0 179942 98 0 0 15 0 2 0 20404813 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16200/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1808.16
CPU time (s): 1800.47
CPU user time (s): 1799.43
CPU system time (s): 1.03784
CPU usage (%): 99.5747
Max. virtual memory (cumulated for all children) (KiB): 813212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 1.03784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176592
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= 40612
involuntary context switches= 45061

runsolver used 2.36764 second user time and 5.95609 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-11 19:29:48
IDJOB=2063947
IDBENCH=54109
IDSOLVER=731
FILE ID=node33/2063947-1247333388
PBS_JOBID= 9506562
Free space on /tmp= 66432 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063947-1247333388/watcher-2063947-1247333388 -o /tmp/evaluation-result-2063947-1247333388/solver-2063947-1247333388 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063947-1247333388.xml

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

MD5SUM BENCH= 4cd54922d836889c49a4e7e21135e1e1
RANDOM SEED=1040393571

node33.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.229
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.229
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:       1248976 kB
Buffers:         60072 kB
Cached:         521184 kB
SwapCached:        144 kB
Active:         244036 kB
Inactive:       499948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1248976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2360 kB
Writeback:           0 kB
Mapped:         178300 kB
Slab:            47968 kB
Committed_AS:   855144 kB
PageTables:       2048 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= 66216 MiB
End job on node33 at 2009-07-11 19:59:58