Trace number 2062440

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.36 1812.28

General information on the benchmark

Namecsp/pigeons_glb/
normalized-pigeons-40_ext.xml
MD5SUM4d2f128f0883e3ccf59e5ad375805964
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.007998
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Maximum constraint arity40
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.09/0.19	c c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.19	c Expensive reason simplification
0.09/0.19	c MiniSAT restarts strategy
0.09/0.19	c Memory based learned constraints deletion strategy
0.09/0.19	c timeout=2147483s
0.09/0.19	c DB Simplification allowed=false
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving HOME/instance-2062440-1247328831.xml
0.09/0.19	c reading problem ... 
0.37/0.34	c reading problem named null
0.37/0.34	c reading domains done.
0.37/0.34	c reading variables done.
0.37/0.37	c reading constraints
0.71/0.57	c done with constraints.
0.71/0.57	c ... done. Wall clock time 0.377s.
0.71/0.57	c #vars     1560
0.71/0.57	c #constraints  30500
0.71/0.57	c constraints type 
0.71/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.71/0.57	c org.sat4j.minisat.constraints.card.AtLeast => 40
0.71/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 30420
1800.08/1812.01	c starts		: 19
1800.08/1812.01	c conflicts		: 372698
1800.08/1812.01	c decisions		: 393082
1800.08/1812.01	c propagations		: 4972119
1800.08/1812.01	c inspects		: 2153619284
1800.08/1812.01	c learnt literals	: 0
1800.08/1812.01	c learnt binary clauses	: 0
1800.08/1812.01	c learnt ternary clauses	: 0
1800.08/1812.01	c learnt clauses	: 372698
1800.08/1812.01	c ignored clauses	: 0
1800.08/1812.01	c root simplifications	: 0
1800.08/1812.01	c removed literals (reason simplification)	: 2680249
1800.08/1812.01	c reason swapping (by a shorter reason)	: 0
1800.08/1812.01	c Calls to reduceDB	: 0
1800.08/1812.01	c speed (assignments/second)	: 2744.8357526725904
1800.08/1812.01	c non guided choices	2181
1800.19/1812.16	c learnt constraints type 
1800.19/1812.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 372702
1800.19/1812.16	c constraints type 
1800.19/1812.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1800.19/1812.16	c org.sat4j.minisat.constraints.card.AtLeast => 40
1800.19/1812.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 30420
1800.19/1812.16	s UNKNOWN
1800.19/1812.16	c Total wall clock time (in seconds) : 1811.822

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-2062440-1247328831/watcher-2062440-1247328831 -o /tmp/evaluation-result-2062440-1247328831/solver-2062440-1247328831 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2062440-1247328831.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: 0.92 0.98 1.06 2/83 17606
/proc/meminfo: memFree=639720/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=1612 CPUtime=0
/proc/17606/stat : 17606 (java6) R 17604 17606 15943 0 -1 0 151 0 0 0 0 0 0 0 20 0 1 0 19948109 1650688 123 996147200 134512640 134550932 4294956176 18446744073709551615 4160589855 0 0 4096 0 0 0 0 17 1 0 0
/proc/17606/statm: 403 125 89 9 0 45 0

[startup+0.0347001 s]
/proc/loadavg: 0.92 0.98 1.06 2/83 17606
/proc/meminfo: memFree=639720/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=800696 CPUtime=0.02
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 2413 0 1 0 1 1 0 0 18 0 4 0 19948109 819912704 2160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 200174 2160 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101706 s]
/proc/loadavg: 0.92 0.98 1.06 2/83 17606
/proc/meminfo: memFree=639720/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=804560 CPUtime=0.09
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 3078 0 1 0 7 2 0 0 18 0 12 0 19948109 823869440 2821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 201140 2821 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301732 s]
/proc/loadavg: 0.92 0.98 1.06 2/83 17606
/proc/meminfo: memFree=639720/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=808592 CPUtime=0.37
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 5280 0 1 0 34 3 0 0 18 0 12 0 19948109 827998208 4827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 202148 4827 1386 9 0 199475 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 808592

[startup+0.701783 s]
/proc/loadavg: 0.92 0.98 1.06 2/83 17606
/proc/meminfo: memFree=639720/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=808724 CPUtime=1.08
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 7198 0 1 0 103 5 0 0 18 0 13 0 19948109 828133376 6007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 202181 6007 1415 9 0 199508 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 808724

[startup+1.50288 s]
/proc/loadavg: 0.93 0.98 1.06 2/96 17619
/proc/meminfo: memFree=619776/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=808724 CPUtime=2.16
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 8192 0 1 0 211 5 0 0 18 0 13 0 19948109 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 202181 6909 1424 9 0 199508 0
[pid=17606/tid=17608] ppid=17604 vsize=808724 CPUtime=1.3
/proc/17606/task/17608/stat : 17608 (java) R 17604 17606 15943 0 -1 64 5181 0 1 0 127 3 0 0 20 0 13 0 19948110 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4109591652 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17609] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17609/stat : 17609 (java) S 17604 17606 15943 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 19948111 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17610] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17610/stat : 17610 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 19948111 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17611] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17611/stat : 17611 (java) S 17604 17606 15943 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 19948113 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17612] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17612/stat : 17612 (java) S 17604 17606 15943 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 19948113 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17613] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17613/stat : 17613 (java) S 17604 17606 15943 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19948113 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17614] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17614/stat : 17614 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17615] ppid=17604 vsize=808724 CPUtime=0.33
/proc/17606/task/17615/stat : 17615 (java) S 17604 17606 15943 0 -1 64 494 0 0 0 33 0 0 0 16 0 13 0 19948117 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17616] ppid=17604 vsize=808724 CPUtime=0.5
/proc/17606/task/17616/stat : 17616 (java) S 17604 17606 15943 0 -1 64 1768 0 0 0 50 0 0 0 16 0 13 0 19948117 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17617] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17617/stat : 17617 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17618] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17618/stat : 17618 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19948117 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17619] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17619/stat : 17619 (java) S 17604 17606 15943 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 19948167 828133376 6909 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 808724

[startup+3.10208 s]
/proc/loadavg: 0.93 0.98 1.06 3/96 17619
/proc/meminfo: memFree=614912/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=808724 CPUtime=3.91
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 10312 0 1 0 385 6 0 0 18 0 13 0 19948109 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 202181 8294 1428 9 0 199508 0
[pid=17606/tid=17608] ppid=17604 vsize=808724 CPUtime=2.89
/proc/17606/task/17608/stat : 17608 (java) R 17604 17606 15943 0 -1 64 6552 0 1 0 285 4 0 0 25 0 13 0 19948110 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4109580923 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17609] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17609/stat : 17609 (java) S 17604 17606 15943 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 19948111 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17610] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17610/stat : 17610 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 19948111 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17611] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17611/stat : 17611 (java) S 17604 17606 15943 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 19948113 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17612] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17612/stat : 17612 (java) S 17604 17606 15943 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 19948113 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17613] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17613/stat : 17613 (java) S 17604 17606 15943 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19948113 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17614] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17614/stat : 17614 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17615] ppid=17604 vsize=808724 CPUtime=0.33
/proc/17606/task/17615/stat : 17615 (java) S 17604 17606 15943 0 -1 64 494 0 0 0 33 0 0 0 16 0 13 0 19948117 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17616] ppid=17604 vsize=808724 CPUtime=0.66
/proc/17606/task/17616/stat : 17616 (java) S 17604 17606 15943 0 -1 64 2517 0 0 0 65 1 0 0 16 0 13 0 19948117 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17617] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17617/stat : 17617 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17618] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17618/stat : 17618 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19948117 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17619] ppid=17604 vsize=808724 CPUtime=0
/proc/17606/task/17619/stat : 17619 (java) S 17604 17606 15943 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 19948167 828133376 8294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 808724

[startup+6.30148 s]
/proc/loadavg: 0.93 0.98 1.06 2/96 17619
/proc/meminfo: memFree=606656/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=807624 CPUtime=7.11
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 12058 0 1 0 704 7 0 0 18 0 13 0 19948109 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 201906 9763 1428 9 0 199233 0
[pid=17606/tid=17608] ppid=17604 vsize=807624 CPUtime=6.04
/proc/17606/task/17608/stat : 17608 (java) R 17604 17606 15943 0 -1 64 8295 0 1 0 599 5 0 0 25 0 13 0 19948110 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4109580808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17609] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17609/stat : 17609 (java) S 17604 17606 15943 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 19948111 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17610] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17610/stat : 17610 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 19948111 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17611] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17611/stat : 17611 (java) S 17604 17606 15943 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 19948113 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17612] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17612/stat : 17612 (java) S 17604 17606 15943 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 19948113 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17613] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17613/stat : 17613 (java) S 17604 17606 15943 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19948113 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17614] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17614/stat : 17614 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17615] ppid=17604 vsize=807624 CPUtime=0.36
/proc/17606/task/17615/stat : 17615 (java) S 17604 17606 15943 0 -1 64 496 0 0 0 36 0 0 0 16 0 13 0 19948117 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17616] ppid=17604 vsize=807624 CPUtime=0.69
/proc/17606/task/17616/stat : 17616 (java) S 17604 17606 15943 0 -1 64 2518 0 0 0 68 1 0 0 17 0 13 0 19948117 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17617] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17617/stat : 17617 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17618] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17618/stat : 17618 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19948117 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17619] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17619/stat : 17619 (java) S 17604 17606 15943 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 19948167 827006976 9763 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 807624

[startup+12.7023 s]
/proc/loadavg: 0.94 0.98 1.06 2/96 17619
/proc/meminfo: memFree=596184/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=807624 CPUtime=13.46
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 14636 0 1 0 1338 8 0 0 18 0 13 0 19948109 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 201906 12341 1428 9 0 199233 0
[pid=17606/tid=17608] ppid=17604 vsize=807624 CPUtime=12.38
/proc/17606/task/17608/stat : 17608 (java) R 17604 17606 15943 0 -1 64 10873 0 1 0 1232 6 0 0 25 0 13 0 19948110 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4109633794 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17609] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17609/stat : 17609 (java) S 17604 17606 15943 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 19948111 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17610] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17610/stat : 17610 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 19948111 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17611] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17611/stat : 17611 (java) S 17604 17606 15943 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 19948113 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17612] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17612/stat : 17612 (java) S 17604 17606 15943 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 19948113 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17613] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17613/stat : 17613 (java) S 17604 17606 15943 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 19948113 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17614] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17614/stat : 17614 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17615] ppid=17604 vsize=807624 CPUtime=0.36
/proc/17606/task/17615/stat : 17615 (java) S 17604 17606 15943 0 -1 64 496 0 0 0 36 0 0 0 16 0 13 0 19948117 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17616] ppid=17604 vsize=807624 CPUtime=0.69
/proc/17606/task/17616/stat : 17616 (java) S 17604 17606 15943 0 -1 64 2518 0 0 0 68 1 0 0 17 0 13 0 19948117 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17617] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17617/stat : 17617 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17618] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17618/stat : 17618 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19948117 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17619] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17619/stat : 17619 (java) S 17604 17606 15943 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 19948167 827006976 12341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.46
Current children cumulated vsize (KiB) 807624

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 1.06 2/81 17702
/proc/meminfo: memFree=599632/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=807624 CPUtime=26.17
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 17653 0 1 0 2605 12 0 0 18 0 13 0 19948109 827006976 15358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 201906 15358 1428 9 0 199233 0
[pid=17606/tid=17608] ppid=17604 vsize=807624 CPUtime=25.09
/proc/17606/task/17608/stat : 17608 (java) R 17604 17606 15943 0 -1 64 13890 0 1 0 2499 10 0 0 25 0 13 0 19948110 827006976 15358 996147200 134512640 134550932 4294956016 18446744073709551615 4109580810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17609] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17609/stat : 17609 (java) S 17604 17606 15943 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 19948111 827006976 15358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17610] ppid=17604 vsize=807624 CPUtime=0
/proc/17606/task/17610/stat : 17610 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 19948111 827006976 15358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17611] ppid=17604 vsize=807624 CPUtime=0

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

[pid=17606/tid=17611] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17611/stat : 17611 (java) S 17604 17606 15943 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 134350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17612] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17612/stat : 17612 (java) S 17604 17606 15943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 134350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17613] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17613/stat : 17613 (java) S 17604 17606 15943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 134350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17614] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17614/stat : 17614 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 826482688 134350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17615] ppid=17604 vsize=807112 CPUtime=0.39
/proc/17606/task/17615/stat : 17615 (java) S 17604 17606 15943 0 -1 64 497 0 0 0 39 0 0 0 17 0 13 0 19948117 826482688 134350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17616] ppid=17604 vsize=807112 CPUtime=0.69
/proc/17606/task/17616/stat : 17616 (java) S 17604 17606 15943 0 -1 64 2518 0 0 0 68 1 0 0 17 0 13 0 19948117 826482688 134350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17617] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17617/stat : 17617 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 826482688 134350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17618] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17618/stat : 17618 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19948117 826482688 134350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17619] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17619/stat : 17619 (java) S 17604 17606 15943 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 19948167 826482688 134350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.32
Current children cumulated vsize (KiB) 807112

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/98 17856
/proc/meminfo: memFree=16144/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=807112 CPUtime=1651.82
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 157064 0 1 0 165103 79 0 0 18 0 13 0 19948109 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 201778 141575 1437 9 0 199105 0
[pid=17606/tid=17608] ppid=17604 vsize=807112 CPUtime=1648.23
/proc/17606/task/17608/stat : 17608 (java) R 17604 17606 15943 0 -1 64 16989 0 1 0 164808 15 0 0 25 0 13 0 19948110 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4109580810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17609] ppid=17604 vsize=807112 CPUtime=1.21
/proc/17606/task/17609/stat : 17609 (java) S 17604 17606 15943 0 -1 64 68690 0 0 0 92 29 0 0 17 0 13 0 19948111 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17610] ppid=17604 vsize=807112 CPUtime=1.25
/proc/17606/task/17610/stat : 17610 (java) S 17604 17606 15943 0 -1 64 67613 0 0 0 94 31 0 0 17 0 13 0 19948111 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17611] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17611/stat : 17611 (java) S 17604 17606 15943 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17612] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17612/stat : 17612 (java) S 17604 17606 15943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17613] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17613/stat : 17613 (java) S 17604 17606 15943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17614] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17614/stat : 17614 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17615] ppid=17604 vsize=807112 CPUtime=0.39
/proc/17606/task/17615/stat : 17615 (java) S 17604 17606 15943 0 -1 64 497 0 0 0 39 0 0 0 17 0 13 0 19948117 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17616] ppid=17604 vsize=807112 CPUtime=0.69
/proc/17606/task/17616/stat : 17616 (java) S 17604 17606 15943 0 -1 64 2518 0 0 0 68 1 0 0 17 0 13 0 19948117 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17617] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17617/stat : 17617 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17618] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17618/stat : 17618 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19948117 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17619] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17619/stat : 17619 (java) S 17604 17606 15943 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 19948167 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.82
Current children cumulated vsize (KiB) 807112

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.81 3/98 17856
/proc/meminfo: memFree=16144/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=807112 CPUtime=1711.25
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 157064 0 1 0 171046 79 0 0 18 0 13 0 19948109 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 201778 141575 1437 9 0 199105 0
[pid=17606/tid=17608] ppid=17604 vsize=807112 CPUtime=1707.66
/proc/17606/task/17608/stat : 17608 (java) R 17604 17606 15943 0 -1 64 16989 0 1 0 170751 15 0 0 25 0 13 0 19948110 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4109580810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17609] ppid=17604 vsize=807112 CPUtime=1.21
/proc/17606/task/17609/stat : 17609 (java) S 17604 17606 15943 0 -1 64 68690 0 0 0 92 29 0 0 17 0 13 0 19948111 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17610] ppid=17604 vsize=807112 CPUtime=1.25
/proc/17606/task/17610/stat : 17610 (java) S 17604 17606 15943 0 -1 64 67613 0 0 0 94 31 0 0 17 0 13 0 19948111 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17611] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17611/stat : 17611 (java) S 17604 17606 15943 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17612] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17612/stat : 17612 (java) S 17604 17606 15943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17613] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17613/stat : 17613 (java) S 17604 17606 15943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17614] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17614/stat : 17614 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17615] ppid=17604 vsize=807112 CPUtime=0.39
/proc/17606/task/17615/stat : 17615 (java) S 17604 17606 15943 0 -1 64 497 0 0 0 39 0 0 0 17 0 13 0 19948117 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17616] ppid=17604 vsize=807112 CPUtime=0.69
/proc/17606/task/17616/stat : 17616 (java) S 17604 17606 15943 0 -1 64 2518 0 0 0 68 1 0 0 17 0 13 0 19948117 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17617] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17617/stat : 17617 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17618] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17618/stat : 17618 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19948117 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17619] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17619/stat : 17619 (java) S 17604 17606 15943 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 19948167 826482688 141575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.25
Current children cumulated vsize (KiB) 807112

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/98 17856
/proc/meminfo: memFree=16336/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=807112 CPUtime=1770.67
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 164285 0 1 0 176984 83 0 0 18 0 13 0 19948109 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 201778 148795 1437 9 0 199105 0
[pid=17606/tid=17608] ppid=17604 vsize=807112 CPUtime=1766.91
/proc/17606/task/17608/stat : 17608 (java) R 17604 17606 15943 0 -1 64 16990 0 1 0 176676 15 0 0 25 0 13 0 19948110 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4109580923 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17609] ppid=17604 vsize=807112 CPUtime=1.29
/proc/17606/task/17609/stat : 17609 (java) S 17604 17606 15943 0 -1 64 72089 0 0 0 98 31 0 0 17 0 13 0 19948111 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17610] ppid=17604 vsize=807112 CPUtime=1.34
/proc/17606/task/17610/stat : 17610 (java) S 17604 17606 15943 0 -1 64 71434 0 0 0 101 33 0 0 17 0 13 0 19948111 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17611] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17611/stat : 17611 (java) S 17604 17606 15943 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17612] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17612/stat : 17612 (java) S 17604 17606 15943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17613] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17613/stat : 17613 (java) S 17604 17606 15943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17614] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17614/stat : 17614 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17615] ppid=17604 vsize=807112 CPUtime=0.39
/proc/17606/task/17615/stat : 17615 (java) S 17604 17606 15943 0 -1 64 497 0 0 0 39 0 0 0 17 0 13 0 19948117 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17616] ppid=17604 vsize=807112 CPUtime=0.69
/proc/17606/task/17616/stat : 17616 (java) S 17604 17606 15943 0 -1 64 2518 0 0 0 68 1 0 0 17 0 13 0 19948117 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17617] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17617/stat : 17617 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17618] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17618/stat : 17618 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19948117 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17619] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17619/stat : 17619 (java) S 17604 17606 15943 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 19948167 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.67
Current children cumulated vsize (KiB) 807112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812 s]
/proc/loadavg: 1.99 1.97 1.82 3/98 17856
/proc/meminfo: memFree=16336/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=807112 CPUtime=1800.08
/proc/17606/stat : 17606 (java) S 17604 17606 15943 0 -1 0 164285 0 1 0 179925 83 0 0 18 0 13 0 19948109 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17606/statm: 201778 148795 1437 9 0 199105 0
[pid=17606/tid=17608] ppid=17604 vsize=807112 CPUtime=1796.32
/proc/17606/task/17608/stat : 17608 (java) R 17604 17606 15943 0 -1 64 16990 0 1 0 179617 15 0 0 25 0 13 0 19948110 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4109580839 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17609] ppid=17604 vsize=807112 CPUtime=1.29
/proc/17606/task/17609/stat : 17609 (java) S 17604 17606 15943 0 -1 64 72089 0 0 0 98 31 0 0 17 0 13 0 19948111 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17610] ppid=17604 vsize=807112 CPUtime=1.34
/proc/17606/task/17610/stat : 17610 (java) S 17604 17606 15943 0 -1 64 71434 0 0 0 101 33 0 0 17 0 13 0 19948111 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17611] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17611/stat : 17611 (java) S 17604 17606 15943 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17612] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17612/stat : 17612 (java) S 17604 17606 15943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17613] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17613/stat : 17613 (java) S 17604 17606 15943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19948113 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17614] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17614/stat : 17614 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17615] ppid=17604 vsize=807112 CPUtime=0.39
/proc/17606/task/17615/stat : 17615 (java) S 17604 17606 15943 0 -1 64 497 0 0 0 39 0 0 0 17 0 13 0 19948117 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17616] ppid=17604 vsize=807112 CPUtime=0.69
/proc/17606/task/17616/stat : 17616 (java) S 17604 17606 15943 0 -1 64 2518 0 0 0 68 1 0 0 17 0 13 0 19948117 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17617] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17617/stat : 17617 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19948117 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17606/tid=17618] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17618/stat : 17618 (java) S 17604 17606 15943 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19948117 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17606/tid=17619] ppid=17604 vsize=807112 CPUtime=0
/proc/17606/task/17619/stat : 17619 (java) S 17604 17606 15943 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 19948167 826482688 148795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 807112

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

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

[startup+1812.2 s]
/proc/loadavg: 1.99 1.97 1.82 3/98 17856
/proc/meminfo: memFree=16336/2055920 swapFree=4192956/4192956
[pid=17606] ppid=17604 vsize=0 CPUtime=1800.28
/proc/17606/stat : 17606 (java) Z 17604 17606 15943 0 -1 1036 164411 0 1 0 179944 84 0 0 15 0 2 0 19948109 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17606/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1812.28
CPU time (s): 1800.36
CPU user time (s): 1799.44
CPU system time (s): 0.91586
CPU usage (%): 99.3423
Max. virtual memory (cumulated for all children) (KiB): 808824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.91586
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164411
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= 37209
involuntary context switches= 63244

runsolver used 2.25966 second user time and 5.99709 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-11 18:13:51
IDJOB=2062440
IDBENCH=53900
IDSOLVER=731
FILE ID=node92/2062440-1247328831
PBS_JOBID= 9506451
Free space on /tmp= 66276 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pigeons_glb/normalized-pigeons-40_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2062440-1247328831/watcher-2062440-1247328831 -o /tmp/evaluation-result-2062440-1247328831/solver-2062440-1247328831 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2062440-1247328831.xml

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

MD5SUM BENCH= 4d2f128f0883e3ccf59e5ad375805964
RANDOM SEED=46893921

node92.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        640136 kB
Buffers:         74052 kB
Cached:        1226448 kB
SwapCached:          0 kB
Active:         529604 kB
Inactive:       804992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        640136 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:          47636 kB
Slab:            66284 kB
Committed_AS:   174024 kB
PageTables:       1968 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66272 MiB
End job on node92 at 2009-07-11 18:44:05