Trace number 1071588

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 2008-06-13? (TO) 1800.17 1802.81

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-20-20-3.xml
MD5SUM5b42347ce5ad43fb927c93ef35a48a05
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints36100
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.23	c See www.sat4j.org for details.
0.25/0.23	c That software uses the Rhino library from the Mozilla project.
0.25/0.26	c version 9.9.9.token
0.25/0.26	c sun.arch.data.model	32
0.25/0.26	c java.version	1.6.0_06
0.25/0.26	c os.name	Linux
0.25/0.26	c os.version	2.6.9-22.EL.rootsmp
0.25/0.26	c os.arch	i386
0.25/0.26	c Free memory 669864272
0.25/0.26	c Max memory 672137216
0.25/0.26	c Total memory 672137216
0.25/0.26	c Number of processors 2
0.25/0.29	c c --- Begin Solver configuration ---
0.25/0.29	c Stops conflict analysis at the first Unique Implication Point
0.25/0.29	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.25/0.29	c Learn all clauses as in MiniSAT
0.25/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.25/0.29	c Expensive reason simplification
0.25/0.29	c MiniSAT restarts strategy
0.25/0.29	c timeout=2147483s
0.25/0.29	c DB Simplification allowed=false
0.25/0.29	c --- End Solver configuration ---
0.25/0.29	c solving HOME/instance-1071588-1215169270.xml
0.25/0.29	c reading problem ... 
0.54/0.46	c reading problem named null
0.54/0.46	c reading domains done.
0.54/0.46	c reading variables done.
0.67/0.56	c reading predicates  done.
0.91/0.73	c reading constraints
24.38/21.94	c done with constraints.
24.38/21.94	c ... done. Wall clock time 21.656s.
24.38/21.94	c #vars     1200
24.38/21.94	c #constraints  109100
24.38/21.94	c constraints type 
24.38/21.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108700
24.38/21.94	c org.sat4j.minisat.constraints.card.AtLeast => 400
1800.05/1802.71	c starts		: 22
1800.05/1802.71	c conflicts		: 1307417
1800.05/1802.71	c decisions		: 1539929
1800.05/1802.71	c propagations		: 41727160
1800.05/1802.71	c inspects		: 5484413422
1800.05/1802.71	c learnt literals	: 0
1800.05/1802.71	c learnt binary clauses	: 0
1800.05/1802.71	c learnt ternary clauses	: 0
1800.05/1802.71	c learnt clauses	: 1307417
1800.05/1802.71	c ignored clauses	: 0
1800.05/1802.71	c root simplifications	: 0
1800.05/1802.71	c removed literals (reason simplification)	: 6310032
1800.05/1802.71	c reason swapping (by a shorter reason)	: 0
1800.05/1802.71	c Calls to reduceDB	: 0
1800.05/1802.71	c speed (assignments/second)	: 23432.14099999663
1800.05/1802.71	c non guided choices	649
1800.05/1802.71	s UNKNOWN
1800.05/1802.71	c Total wall clock time (in seconds) : 1802.425

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071588-1215169270/watcher-1071588-1215169270 -o /tmp/evaluation-result-1071588-1215169270/solver-1071588-1215169270 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1071588-1215169270.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23192
/proc/meminfo: memFree=1766008/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=152 CPUtime=0
/proc/23192/stat : 23192 (java6) R 23190 23192 22537 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 1995901672 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 7512363 0 0 4096 0 0 0 0 17 1 0 0
/proc/23192/statm: 38 26 19 9 0 4 0

[startup+0.0464421 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23192
/proc/meminfo: memFree=1766008/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=802080 CPUtime=0.03
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 2532 0 1 0 2 1 0 0 18 0 7 0 1995901672 821329920 2269 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 200520 2269 962 9 0 197903 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802080

[startup+0.101448 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23192
/proc/meminfo: memFree=1766008/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=804612 CPUtime=0.09
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 3007 0 1 0 7 2 0 0 18 0 12 0 1995901672 823922688 2740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301464 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23192
/proc/meminfo: memFree=1766008/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=808752 CPUtime=0.38
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 5375 0 1 0 35 3 0 0 18 0 12 0 1995901672 828162048 4725 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 202188 4725 1319 9 0 199550 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 808752

[startup+0.701503 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 23192
/proc/meminfo: memFree=1766008/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=808752 CPUtime=0.91
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 7254 0 1 0 86 5 0 0 18 0 12 0 1995901672 828162048 6351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 202188 6351 1346 9 0 199550 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 808752

[startup+1.50257 s]
/proc/loadavg: 0.99 0.99 0.99 3/76 23204
/proc/meminfo: memFree=1739096/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=814796 CPUtime=2.25
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 12590 0 1 0 217 8 0 0 18 0 12 0 1995901672 834351104 10023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 203699 10023 1370 9 0 201061 0
[pid=23192/tid=23194] ppid=23190 vsize=814796 CPUtime=1.21
/proc/23192/task/23194/stat : 23194 (java) R 23190 23192 22537 0 -1 64 6956 0 1 0 116 5 0 0 19 0 12 0 1995901674 834351104 10023 996147200 134512640 134550740 4294956016 18446744073709551615 4109210148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23195] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23195/stat : 23195 (java) S 23190 23192 22537 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1995901675 834351104 10023 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23196] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23196/stat : 23196 (java) S 23190 23192 22537 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1995901675 834351104 10024 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23197] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23197/stat : 23197 (java) S 23190 23192 22537 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1995901677 834351104 10024 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23198] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23198/stat : 23198 (java) S 23190 23192 22537 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 1995901677 834351104 10025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23199] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23199/stat : 23199 (java) S 23190 23192 22537 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1995901677 834351104 10026 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23200] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23200/stat : 23200 (java) S 23190 23192 22537 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1995901681 834351104 10026 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23201] ppid=23190 vsize=814796 CPUtime=0.41
/proc/23192/task/23201/stat : 23201 (java) S 23190 23192 22537 0 -1 64 847 0 0 0 41 0 0 0 16 0 12 0 1995901681 834351104 10026 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23202] ppid=23190 vsize=814796 CPUtime=0.61
/proc/23192/task/23202/stat : 23202 (java) R 23190 23192 22537 0 -1 64 4024 0 0 0 59 2 0 0 16 0 12 0 1995901681 834351104 10027 996147200 134512640 134550740 4294956016 18446744073709551615 105562601 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23203] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23203/stat : 23203 (java) S 23190 23192 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995901681 834351104 10027 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23204] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23204/stat : 23204 (java) S 23190 23192 22537 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995901681 834351104 10028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 814796

[startup+3.10271 s]
/proc/loadavg: 0.99 0.99 0.99 4/76 23204
/proc/meminfo: memFree=1716376/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=814796 CPUtime=4.59
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 24832 0 1 0 444 15 0 0 18 0 12 0 1995901672 834351104 21069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 203699 21069 1383 9 0 201061 0
[pid=23192/tid=23194] ppid=23190 vsize=814796 CPUtime=2.45
/proc/23192/task/23194/stat : 23194 (java) R 23190 23192 22537 0 -1 64 17517 0 1 0 234 11 0 0 17 0 12 0 1995901674 834351104 21069 996147200 134512640 134550740 4294956016 18446744073709551615 4109606019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23195] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23195/stat : 23195 (java) S 23190 23192 22537 0 -1 64 218 0 0 0 0 0 0 0 16 0 12 0 1995901675 834351104 21069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23196] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23196/stat : 23196 (java) S 23190 23192 22537 0 -1 64 158 0 0 0 0 0 0 0 17 0 12 0 1995901675 834351104 21069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23197] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23197/stat : 23197 (java) S 23190 23192 22537 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1995901677 834351104 21069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23198] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23198/stat : 23198 (java) S 23190 23192 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995901677 834351104 21069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23199] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23199/stat : 23199 (java) S 23190 23192 22537 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995901677 834351104 21069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23200] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23200/stat : 23200 (java) S 23190 23192 22537 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1995901681 834351104 21069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23201] ppid=23190 vsize=814796 CPUtime=1.01
/proc/23192/task/23201/stat : 23201 (java) S 23190 23192 22537 0 -1 64 1304 0 0 0 101 0 0 0 16 0 12 0 1995901681 834351104 21069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23202] ppid=23190 vsize=814796 CPUtime=1.09
/proc/23192/task/23202/stat : 23202 (java) R 23190 23192 22537 0 -1 64 4842 0 0 0 107 2 0 0 16 0 12 0 1995901681 834351104 21069 996147200 134512640 134550740 4294956016 18446744073709551615 103934151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23203] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23203/stat : 23203 (java) S 23190 23192 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995901681 834351104 21069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23204] ppid=23190 vsize=814796 CPUtime=0
/proc/23192/task/23204/stat : 23204 (java) S 23190 23192 22537 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995901681 834351104 21069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 814796

[startup+6.30198 s]
/proc/loadavg: 1.15 1.02 1.00 4/76 23204
/proc/meminfo: memFree=1683928/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=814572 CPUtime=8.57
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 26502 0 1 0 840 17 0 0 18 0 12 0 1995901672 834121728 21888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 203643 21888 1393 9 0 201005 0
[pid=23192/tid=23194] ppid=23190 vsize=814572 CPUtime=5.23
/proc/23192/task/23194/stat : 23194 (java) R 23190 23192 22537 0 -1 64 17528 0 1 0 512 11 0 0 22 0 12 0 1995901674 834121728 21888 996147200 134512640 134550740 4294956016 18446744073709551615 4109564101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23195] ppid=23190 vsize=814572 CPUtime=0.02
/proc/23192/task/23195/stat : 23195 (java) S 23190 23192 22537 0 -1 64 606 0 0 0 2 0 0 0 16 0 12 0 1995901675 834121728 21888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23196] ppid=23190 vsize=814572 CPUtime=0.02
/proc/23192/task/23196/stat : 23196 (java) S 23190 23192 22537 0 -1 64 497 0 0 0 2 0 0 0 16 0 12 0 1995901675 834121728 21888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23197] ppid=23190 vsize=814572 CPUtime=0
/proc/23192/task/23197/stat : 23197 (java) S 23190 23192 22537 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 1995901677 834121728 21888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23198] ppid=23190 vsize=814572 CPUtime=0
/proc/23192/task/23198/stat : 23198 (java) S 23190 23192 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995901677 834121728 21888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23199] ppid=23190 vsize=814572 CPUtime=0
/proc/23192/task/23199/stat : 23199 (java) S 23190 23192 22537 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995901677 834121728 21888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23200] ppid=23190 vsize=814572 CPUtime=0
/proc/23192/task/23200/stat : 23200 (java) S 23190 23192 22537 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1995901681 834121728 21888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23201] ppid=23190 vsize=814572 CPUtime=1.45
/proc/23192/task/23201/stat : 23201 (java) S 23190 23192 22537 0 -1 64 1649 0 0 0 144 1 0 0 17 0 12 0 1995901681 834121728 21888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23202] ppid=23190 vsize=814572 CPUtime=1.79
/proc/23192/task/23202/stat : 23202 (java) S 23190 23192 22537 0 -1 64 5377 0 0 0 177 2 0 0 16 0 12 0 1995901681 834121728 21888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23203] ppid=23190 vsize=814572 CPUtime=0
/proc/23192/task/23203/stat : 23203 (java) S 23190 23192 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995901681 834121728 21888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23204] ppid=23190 vsize=814572 CPUtime=0
/proc/23192/task/23204/stat : 23204 (java) S 23190 23192 22537 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995901681 834121728 21888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 814572

[startup+12.7025 s]
/proc/loadavg: 1.14 1.02 1.00 2/76 23204
/proc/meminfo: memFree=1667360/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=814264 CPUtime=15.11
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 30664 0 1 0 1492 19 0 0 18 0 12 0 1995901672 833806336 25841 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 203566 25841 1393 9 0 200928 0
[pid=23192/tid=23194] ppid=23190 vsize=814264 CPUtime=11.48
/proc/23192/task/23194/stat : 23194 (java) R 23190 23192 22537 0 -1 64 18884 0 1 0 1136 12 0 0 25 0 12 0 1995901674 833806336 25841 996147200 134512640 134550740 4294956016 18446744073709551615 104292325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23195] ppid=23190 vsize=814264 CPUtime=0.11
/proc/23192/task/23195/stat : 23195 (java) S 23190 23192 22537 0 -1 64 1940 0 0 0 10 1 0 0 16 0 12 0 1995901675 833806336 25841 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23196] ppid=23190 vsize=814264 CPUtime=0.11
/proc/23192/task/23196/stat : 23196 (java) S 23190 23192 22537 0 -1 64 1882 0 0 0 11 0 0 0 16 0 12 0 1995901675 833806336 25841 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23197] ppid=23190 vsize=814264 CPUtime=0.01
/proc/23192/task/23197/stat : 23197 (java) S 23190 23192 22537 0 -1 64 164 0 0 0 1 0 0 0 16 0 12 0 1995901677 833806336 25841 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23198] ppid=23190 vsize=814264 CPUtime=0
/proc/23192/task/23198/stat : 23198 (java) S 23190 23192 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1995901677 833806336 25841 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23199] ppid=23190 vsize=814264 CPUtime=0
/proc/23192/task/23199/stat : 23199 (java) S 23190 23192 22537 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995901677 833806336 25841 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23200] ppid=23190 vsize=814264 CPUtime=0
/proc/23192/task/23200/stat : 23200 (java) S 23190 23192 22537 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1995901681 833806336 25841 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23201] ppid=23190 vsize=814264 CPUtime=1.5
/proc/23192/task/23201/stat : 23201 (java) S 23190 23192 22537 0 -1 64 1651 0 0 0 149 1 0 0 16 0 12 0 1995901681 833806336 25841 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23202] ppid=23190 vsize=814264 CPUtime=1.84
/proc/23192/task/23202/stat : 23202 (java) S 23190 23192 22537 0 -1 64 5381 0 0 0 182 2 0 0 16 0 12 0 1995901681 833806336 25841 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23203] ppid=23190 vsize=814264 CPUtime=0
/proc/23192/task/23203/stat : 23203 (java) S 23190 23192 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995901681 833806336 25841 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23204] ppid=23190 vsize=814264 CPUtime=0
/proc/23192/task/23204/stat : 23204 (java) S 23190 23192 22537 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1995901681 833806336 25841 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.11
Current children cumulated vsize (KiB) 814264

[startup+25.5026 s]
/proc/loadavg: 1.11 1.02 1.00 2/77 23205
/proc/meminfo: memFree=1659480/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=814588 CPUtime=28.52
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 32889 0 1 0 2832 20 0 0 18 0 13 0 1995901672 834138112 27837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 203647 27837 1402 9 0 201009 0
[pid=23192/tid=23194] ppid=23190 vsize=814588 CPUtime=24.09
/proc/23192/task/23194/stat : 23194 (java) R 23190 23192 22537 0 -1 64 18911 0 1 0 2396 13 0 0 25 0 13 0 1995901674 834138112 27837 996147200 134512640 134550740 4294956016 18446744073709551615 4110050885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23195] ppid=23190 vsize=814588 CPUtime=0.18
/proc/23192/task/23195/stat : 23195 (java) S 23190 23192 22537 0 -1 64 3034 0 0 0 17 1 0 0 16 0 13 0 1995901675 834138112 27837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23196] ppid=23190 vsize=814588 CPUtime=0.18
/proc/23192/task/23196/stat : 23196 (java) S 23190 23192 22537 0 -1 64 2931 0 0 0 17 1 0 0 16 0 13 0 1995901675 834138112 27837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23197] ppid=23190 vsize=814588 CPUtime=0.01
/proc/23192/task/23197/stat : 23197 (java) S 23190 23192 22537 0 -1 64 164 0 0 0 1 0 0 0 16 0 13 0 1995901677 834138112 27837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23198] ppid=23190 vsize=814588 CPUtime=0
/proc/23192/task/23198/stat : 23198 (java) S 23190 23192 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995901677 834138112 27837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23199] ppid=23190 vsize=814588 CPUtime=0
/proc/23192/task/23199/stat : 23199 (java) S 23190 23192 22537 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1995901677 834138112 27837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23200] ppid=23190 vsize=814588 CPUtime=0
/proc/23192/task/23200/stat : 23200 (java) S 23190 23192 22537 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1995901681 834138112 27837 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=23192] ppid=23190 vsize=819716 CPUtime=1660.1
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 112774 0 1 0 165944 66 0 0 18 0 13 0 1995901672 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 204929 100909 1402 9 0 202291 0
[pid=23192/tid=23194] ppid=23190 vsize=819716 CPUtime=1651.31
/proc/23192/task/23194/stat : 23194 (java) R 23190 23192 22537 0 -1 64 18923 0 1 0 165108 23 0 0 25 0 13 0 1995901674 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4110050623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23195] ppid=23190 vsize=819716 CPUtime=2.34
/proc/23192/task/23195/stat : 23195 (java) S 23190 23192 22537 0 -1 64 41996 0 0 0 215 19 0 0 18 0 13 0 1995901675 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23196] ppid=23190 vsize=819716 CPUtime=2.33
/proc/23192/task/23196/stat : 23196 (java) S 23190 23192 22537 0 -1 64 43841 0 0 0 215 18 0 0 16 0 13 0 1995901675 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23197] ppid=23190 vsize=819716 CPUtime=0.02
/proc/23192/task/23197/stat : 23197 (java) S 23190 23192 22537 0 -1 64 164 0 0 0 2 0 0 0 16 0 13 0 1995901677 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23198] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23198/stat : 23198 (java) S 23190 23192 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995901677 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23199] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23199/stat : 23199 (java) S 23190 23192 22537 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1995901677 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23200] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23200/stat : 23200 (java) S 23190 23192 22537 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1995901681 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23201] ppid=23190 vsize=819716 CPUtime=1.87
/proc/23192/task/23201/stat : 23201 (java) S 23190 23192 22537 0 -1 64 1682 0 0 0 186 1 0 0 16 0 13 0 1995901681 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23202] ppid=23190 vsize=819716 CPUtime=2.18
/proc/23192/task/23202/stat : 23202 (java) S 23190 23192 22537 0 -1 64 5402 0 0 0 216 2 0 0 16 0 13 0 1995901681 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23203] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23203/stat : 23203 (java) S 23190 23192 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1995901681 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23204] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23204/stat : 23204 (java) S 23190 23192 22537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1995901681 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23205] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23205/stat : 23205 (java) S 23190 23192 22537 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1995903868 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.1
Current children cumulated vsize (KiB) 819716

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/94 23587
/proc/meminfo: memFree=636160/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=819716 CPUtime=1719.82
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 112774 0 1 0 171916 66 0 0 18 0 13 0 1995901672 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 204929 100909 1402 9 0 202291 0
[pid=23192/tid=23194] ppid=23190 vsize=819716 CPUtime=1711.02
/proc/23192/task/23194/stat : 23194 (java) R 23190 23192 22537 0 -1 64 18923 0 1 0 171079 23 0 0 25 0 13 0 1995901674 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4110050623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23195] ppid=23190 vsize=819716 CPUtime=2.34
/proc/23192/task/23195/stat : 23195 (java) S 23190 23192 22537 0 -1 64 41996 0 0 0 215 19 0 0 18 0 13 0 1995901675 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23196] ppid=23190 vsize=819716 CPUtime=2.33
/proc/23192/task/23196/stat : 23196 (java) S 23190 23192 22537 0 -1 64 43841 0 0 0 215 18 0 0 16 0 13 0 1995901675 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23197] ppid=23190 vsize=819716 CPUtime=0.02
/proc/23192/task/23197/stat : 23197 (java) S 23190 23192 22537 0 -1 64 164 0 0 0 2 0 0 0 16 0 13 0 1995901677 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23198] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23198/stat : 23198 (java) S 23190 23192 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995901677 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23199] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23199/stat : 23199 (java) S 23190 23192 22537 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1995901677 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23200] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23200/stat : 23200 (java) S 23190 23192 22537 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1995901681 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23201] ppid=23190 vsize=819716 CPUtime=1.87
/proc/23192/task/23201/stat : 23201 (java) S 23190 23192 22537 0 -1 64 1682 0 0 0 186 1 0 0 16 0 13 0 1995901681 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23202] ppid=23190 vsize=819716 CPUtime=2.18
/proc/23192/task/23202/stat : 23202 (java) S 23190 23192 22537 0 -1 64 5402 0 0 0 216 2 0 0 16 0 13 0 1995901681 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23203] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23203/stat : 23203 (java) S 23190 23192 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1995901681 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23204] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23204/stat : 23204 (java) R 23190 23192 22537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1995901681 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23205] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23205/stat : 23205 (java) S 23190 23192 22537 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1995903868 839389184 100909 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.82
Current children cumulated vsize (KiB) 819716

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 1.79 3/94 23587
/proc/meminfo: memFree=611968/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=819716 CPUtime=1779.75
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 120123 0 1 0 177905 70 0 0 18 0 13 0 1995901672 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 204929 106920 1402 9 0 202291 0
[pid=23192/tid=23194] ppid=23190 vsize=819716 CPUtime=1770.44
/proc/23192/task/23194/stat : 23194 (java) R 23190 23192 22537 0 -1 64 18924 0 1 0 177021 23 0 0 25 0 13 0 1995901674 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4109341088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23195] ppid=23190 vsize=819716 CPUtime=2.59
/proc/23192/task/23195/stat : 23195 (java) S 23190 23192 22537 0 -1 64 45936 0 0 0 238 21 0 0 19 0 13 0 1995901675 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23196] ppid=23190 vsize=819716 CPUtime=2.59
/proc/23192/task/23196/stat : 23196 (java) S 23190 23192 22537 0 -1 64 47249 0 0 0 240 19 0 0 19 0 13 0 1995901675 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23197] ppid=23190 vsize=819716 CPUtime=0.02
/proc/23192/task/23197/stat : 23197 (java) S 23190 23192 22537 0 -1 64 164 0 0 0 2 0 0 0 16 0 13 0 1995901677 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23198] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23198/stat : 23198 (java) S 23190 23192 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995901677 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23199] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23199/stat : 23199 (java) S 23190 23192 22537 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1995901677 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23200] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23200/stat : 23200 (java) S 23190 23192 22537 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23201] ppid=23190 vsize=819716 CPUtime=1.87
/proc/23192/task/23201/stat : 23201 (java) S 23190 23192 22537 0 -1 64 1682 0 0 0 186 1 0 0 16 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23202] ppid=23190 vsize=819716 CPUtime=2.18
/proc/23192/task/23202/stat : 23202 (java) S 23190 23192 22537 0 -1 64 5402 0 0 0 216 2 0 0 16 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23203] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23203/stat : 23203 (java) S 23190 23192 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23204] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23204/stat : 23204 (java) S 23190 23192 22537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23205] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23205/stat : 23205 (java) S 23190 23192 22537 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1995903868 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.75
Current children cumulated vsize (KiB) 819716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.7 s]
/proc/loadavg: 2.06 2.03 1.79 3/94 23587
/proc/meminfo: memFree=611968/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=819716 CPUtime=1800.05
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 120123 0 1 0 179935 70 0 0 18 0 13 0 1995901672 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 204929 106920 1402 9 0 202291 0
[pid=23192/tid=23194] ppid=23190 vsize=819716 CPUtime=1790.74
/proc/23192/task/23194/stat : 23194 (java) R 23190 23192 22537 0 -1 64 18924 0 1 0 179051 23 0 0 25 0 13 0 1995901674 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4110050623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23195] ppid=23190 vsize=819716 CPUtime=2.59
/proc/23192/task/23195/stat : 23195 (java) S 23190 23192 22537 0 -1 64 45936 0 0 0 238 21 0 0 19 0 13 0 1995901675 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23196] ppid=23190 vsize=819716 CPUtime=2.59
/proc/23192/task/23196/stat : 23196 (java) S 23190 23192 22537 0 -1 64 47249 0 0 0 240 19 0 0 19 0 13 0 1995901675 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23197] ppid=23190 vsize=819716 CPUtime=0.02
/proc/23192/task/23197/stat : 23197 (java) S 23190 23192 22537 0 -1 64 164 0 0 0 2 0 0 0 16 0 13 0 1995901677 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23198] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23198/stat : 23198 (java) S 23190 23192 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995901677 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23199] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23199/stat : 23199 (java) S 23190 23192 22537 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1995901677 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23200] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23200/stat : 23200 (java) S 23190 23192 22537 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23201] ppid=23190 vsize=819716 CPUtime=1.87
/proc/23192/task/23201/stat : 23201 (java) S 23190 23192 22537 0 -1 64 1682 0 0 0 186 1 0 0 16 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23202] ppid=23190 vsize=819716 CPUtime=2.18
/proc/23192/task/23202/stat : 23202 (java) S 23190 23192 22537 0 -1 64 5402 0 0 0 216 2 0 0 16 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23203] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23203/stat : 23203 (java) S 23190 23192 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23204] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23204/stat : 23204 (java) S 23190 23192 22537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23205] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23205/stat : 23205 (java) S 23190 23192 22537 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1995903868 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 819716

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

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

[startup+1802.7 s]
/proc/loadavg: 2.06 2.03 1.79 3/94 23587
/proc/meminfo: memFree=611968/2055920 swapFree=4180972/4192956
[pid=23192] ppid=23190 vsize=819716 CPUtime=1800.05
/proc/23192/stat : 23192 (java) S 23190 23192 22537 0 -1 0 120123 0 1 0 179935 70 0 0 18 0 13 0 1995901672 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23192/statm: 204929 106920 1402 9 0 202291 0
[pid=23192/tid=23194] ppid=23190 vsize=819716 CPUtime=1790.74
/proc/23192/task/23194/stat : 23194 (java) R 23190 23192 22537 0 -1 64 18924 0 1 0 179051 23 0 0 25 0 13 0 1995901674 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4110050623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23195] ppid=23190 vsize=819716 CPUtime=2.59
/proc/23192/task/23195/stat : 23195 (java) S 23190 23192 22537 0 -1 64 45936 0 0 0 238 21 0 0 19 0 13 0 1995901675 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23196] ppid=23190 vsize=819716 CPUtime=2.59
/proc/23192/task/23196/stat : 23196 (java) S 23190 23192 22537 0 -1 64 47249 0 0 0 240 19 0 0 19 0 13 0 1995901675 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23197] ppid=23190 vsize=819716 CPUtime=0.02
/proc/23192/task/23197/stat : 23197 (java) S 23190 23192 22537 0 -1 64 164 0 0 0 2 0 0 0 16 0 13 0 1995901677 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23198] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23198/stat : 23198 (java) S 23190 23192 22537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1995901677 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23199] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23199/stat : 23199 (java) S 23190 23192 22537 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1995901677 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23200] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23200/stat : 23200 (java) S 23190 23192 22537 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23201] ppid=23190 vsize=819716 CPUtime=1.87
/proc/23192/task/23201/stat : 23201 (java) S 23190 23192 22537 0 -1 64 1682 0 0 0 186 1 0 0 16 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23202] ppid=23190 vsize=819716 CPUtime=2.18
/proc/23192/task/23202/stat : 23202 (java) S 23190 23192 22537 0 -1 64 5402 0 0 0 216 2 0 0 16 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23203] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23203/stat : 23203 (java) S 23190 23192 22537 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23204] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23204/stat : 23204 (java) S 23190 23192 22537 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1995901681 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23205] ppid=23190 vsize=819716 CPUtime=0
/proc/23192/task/23205/stat : 23205 (java) S 23190 23192 22537 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1995903868 839389184 106920 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 819716

Child status: 143
Real time (s): 1802.81
CPU time (s): 1800.17
CPU user time (s): 1799.4
CPU system time (s): 0.768883
CPU usage (%): 99.8531
Max. virtual memory (cumulated for all children) (KiB): 819716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.768883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120142
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= 37728
involuntary context switches= 58850

runsolver used 2.05769 second user time and 5.86811 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 13:01:10
IDJOB=1071588
IDBENCH=56098
IDSOLVER=344
FILE ID=node15/1071588-1215169270
PBS_JOBID= 7881479
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-20-20-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071588-1215169270/watcher-1071588-1215169270 -o /tmp/evaluation-result-1071588-1215169270/solver-1071588-1215169270 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1071588-1215169270.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b42347ce5ad43fb927c93ef35a48a05
RANDOM SEED=2096308310

node15.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:       1766488 kB
Buffers:         46148 kB
Cached:         174340 kB
SwapCached:       6020 kB
Active:         160124 kB
Inactive:        69032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766488 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            7500 kB
Writeback:           0 kB
Mapped:          14468 kB
Slab:            46168 kB
Committed_AS:  3477140 kB
PageTables:       1508 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= 66524 MiB
End job on node15 at 2008-07-04 13:31:15