Trace number 2079633

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.9 1813.08

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-39_ext.xml
MD5SUMed8df54d36902e618bb25f8ef4659cdc
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.0945
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2079633-1247368384.xml
0.18/0.24	c reading problem ... 
0.38/0.49	c reading problem named null
0.38/0.50	c reading domains done.
0.48/0.50	c reading variables done.
0.48/0.51	c reading relations done.
2.26/2.32	c reading constraints
2.96/3.03	c done with constraints.
2.96/3.03	c ... done. Wall clock time 2.792s.
2.96/3.03	c #vars     400
2.96/3.03	c #constraints  300202
2.96/3.03	c constraints type 
2.96/3.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 300182
2.96/3.04	c org.sat4j.minisat.constraints.card.AtLeast => 20
1800.07/1812.51	c starts		: 21
1800.07/1812.51	c conflicts		: 754833
1800.07/1812.51	c decisions		: 1136297
1800.07/1812.51	c propagations		: 32983270
1800.07/1812.51	c inspects		: 5566035733
1800.07/1812.51	c learnt literals	: 3
1800.07/1812.51	c learnt binary clauses	: 62
1800.07/1812.51	c learnt ternary clauses	: 1186
1800.07/1812.51	c learnt clauses	: 754830
1800.07/1812.51	c ignored clauses	: 0
1800.07/1812.51	c root simplifications	: 0
1800.07/1812.51	c removed literals (reason simplification)	: 21150139
1800.07/1812.51	c reason swapping (by a shorter reason)	: 0
1800.07/1812.51	c Calls to reduceDB	: 0
1800.07/1812.51	c speed (assignments/second)	: 18228.05803662714
1800.07/1812.51	c non guided choices	154
1800.70/1812.98	c learnt constraints type 
1800.70/1812.98	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62
1800.70/1812.98	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 754832
1800.70/1812.98	c constraints type 
1800.70/1812.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 300182
1800.70/1812.98	c org.sat4j.minisat.constraints.card.AtLeast => 20
1800.70/1812.98	s UNKNOWN
1800.70/1812.98	c Total wall clock time (in seconds) : 1812.271

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.03 2.04 4/83 21328
/proc/meminfo: memFree=1709536/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=1612 CPUtime=0
/proc/21328/stat : 21328 (java6) D 21326 21328 20495 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 23905055 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/21328/statm: 403 150 114 9 0 45 0

[startup+0.0464319 s]
/proc/loadavg: 1.99 2.03 2.04 4/83 21328
/proc/meminfo: memFree=1709536/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=802032 CPUtime=0.03
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 2543 0 1 0 2 1 0 0 18 0 7 0 23905055 821280768 2290 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/21328/statm: 200508 2290 988 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.102436 s]
/proc/loadavg: 1.99 2.03 2.04 4/83 21328
/proc/meminfo: memFree=1709536/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=804560 CPUtime=0.08
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 3016 0 1 0 6 2 0 0 18 0 12 0 23905055 823869440 2759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21328/statm: 201140 2759 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302457 s]
/proc/loadavg: 1.99 2.03 2.04 4/83 21328
/proc/meminfo: memFree=1709536/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=805628 CPUtime=0.28
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 4308 0 1 0 25 3 0 0 18 0 12 0 23905055 824963072 4045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21328/statm: 201407 4045 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702506 s]
/proc/loadavg: 1.99 2.03 2.04 4/83 21328
/proc/meminfo: memFree=1709536/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=807184 CPUtime=0.67
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 5632 0 1 0 63 4 0 0 18 0 12 0 23905055 826556416 5086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21328/statm: 201796 5086 1398 9 0 199123 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.5016 s]
/proc/loadavg: 1.99 2.03 2.04 4/95 21340
/proc/meminfo: memFree=1692032/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=812848 CPUtime=1.47
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 10677 0 1 0 140 7 0 0 18 0 12 0 23905055 832356352 8732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21328/statm: 203212 8732 1406 9 0 200539 0
[pid=21328/tid=21330] ppid=21326 vsize=812848 CPUtime=0.64
/proc/21328/task/21330/stat : 21330 (java) R 21326 21328 20495 0 -1 64 5988 0 1 0 59 5 0 0 21 0 12 0 23905056 832356352 8732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21331] ppid=21326 vsize=812848 CPUtime=0
/proc/21328/task/21331/stat : 21331 (java) S 21326 21328 20495 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23905057 832356352 8732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21332] ppid=21326 vsize=812848 CPUtime=0
/proc/21328/task/21332/stat : 21332 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23905057 832356352 8732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21333] ppid=21326 vsize=812848 CPUtime=0
/proc/21328/task/21333/stat : 21333 (java) S 21326 21328 20495 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23905059 832356352 8732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21334] ppid=21326 vsize=812848 CPUtime=0
/proc/21328/task/21334/stat : 21334 (java) S 21326 21328 20495 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23905059 832356352 8732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21335] ppid=21326 vsize=812848 CPUtime=0
/proc/21328/task/21335/stat : 21335 (java) S 21326 21328 20495 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23905059 832356352 8732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21336] ppid=21326 vsize=812848 CPUtime=0
/proc/21328/task/21336/stat : 21336 (java) S 21326 21328 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23905064 832356352 8732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21337] ppid=21326 vsize=812848 CPUtime=0
/proc/21328/task/21337/stat : 21337 (java) S 21326 21328 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23905064 832356352 8732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21338] ppid=21326 vsize=812848 CPUtime=0.81
/proc/21328/task/21338/stat : 21338 (java) R 21326 21328 20495 0 -1 64 3936 0 0 0 80 1 0 0 17 0 12 0 23905064 832356352 8732 996147200 134512640 134550932 4294956016 18446744073709551615 104144555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21339] ppid=21326 vsize=812848 CPUtime=0
/proc/21328/task/21339/stat : 21339 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23905064 832356352 8732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21340] ppid=21326 vsize=812848 CPUtime=0
/proc/21328/task/21340/stat : 21340 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23905064 832356352 8732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812848

[startup+3.10178 s]
/proc/loadavg: 1.99 2.03 2.04 3/95 21340
/proc/meminfo: memFree=1629376/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=813172 CPUtime=3.06
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 24401 0 1 0 293 13 0 0 18 0 13 0 23905055 832688128 22452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21328/statm: 203293 22452 1422 9 0 200620 0
[pid=21328/tid=21330] ppid=21326 vsize=813172 CPUtime=1.67
/proc/21328/task/21330/stat : 21330 (java) R 21326 21328 20495 0 -1 64 16920 0 1 0 157 10 0 0 25 0 13 0 23905056 832688128 22452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21331] ppid=21326 vsize=813172 CPUtime=0.05
/proc/21328/task/21331/stat : 21331 (java) S 21326 21328 20495 0 -1 64 1504 0 0 0 5 0 0 0 16 0 13 0 23905057 832688128 22452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21332] ppid=21326 vsize=813172 CPUtime=0.04
/proc/21328/task/21332/stat : 21332 (java) S 21326 21328 20495 0 -1 64 1163 0 0 0 4 0 0 0 16 0 13 0 23905057 832688128 22452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21333] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21333/stat : 21333 (java) S 21326 21328 20495 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 22452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21334] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21334/stat : 21334 (java) S 21326 21328 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 22452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21335] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21335/stat : 21335 (java) S 21326 21328 20495 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 22452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21336] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21336/stat : 21336 (java) S 21326 21328 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23905064 832688128 22452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21337] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21337/stat : 21337 (java) S 21326 21328 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23905064 832688128 22452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21338] ppid=21326 vsize=813172 CPUtime=1.26
/proc/21328/task/21338/stat : 21338 (java) R 21326 21328 20495 0 -1 64 4037 0 0 0 125 1 0 0 16 0 13 0 23905064 832688128 22452 996147200 134512640 134550932 4294956016 18446744073709551615 105573987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21339] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21339/stat : 21339 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23905064 832688128 22452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21340] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21340/stat : 21340 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23905064 832688128 22452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813172

[startup+6.30216 s]
/proc/loadavg: 2.07 2.04 2.05 3/96 21341
/proc/meminfo: memFree=1624184/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=813172 CPUtime=6.22
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 24475 0 1 0 609 13 0 0 18 0 13 0 23905055 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21328/statm: 203293 22523 1445 9 0 200620 0
[pid=21328/tid=21330] ppid=21326 vsize=813172 CPUtime=4.18
/proc/21328/task/21330/stat : 21330 (java) R 21326 21328 20495 0 -1 64 16927 0 1 0 408 10 0 0 25 0 13 0 23905056 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4109751110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21331] ppid=21326 vsize=813172 CPUtime=0.05
/proc/21328/task/21331/stat : 21331 (java) S 21326 21328 20495 0 -1 64 1504 0 0 0 5 0 0 0 16 0 13 0 23905057 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21332] ppid=21326 vsize=813172 CPUtime=0.04
/proc/21328/task/21332/stat : 21332 (java) S 21326 21328 20495 0 -1 64 1163 0 0 0 4 0 0 0 16 0 13 0 23905057 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21333] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21333/stat : 21333 (java) S 21326 21328 20495 0 -1 64 20 0 0 0 0 0 0 0 17 0 13 0 23905059 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21334] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21334/stat : 21334 (java) S 21326 21328 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21335] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21335/stat : 21335 (java) S 21326 21328 20495 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21336] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21336/stat : 21336 (java) S 21326 21328 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23905064 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21337] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21337/stat : 21337 (java) S 21326 21328 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23905064 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21338] ppid=21326 vsize=813172 CPUtime=1.91
/proc/21328/task/21338/stat : 21338 (java) S 21326 21328 20495 0 -1 64 4104 0 0 0 190 1 0 0 16 0 13 0 23905064 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21339] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21339/stat : 21339 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23905064 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21340] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21340/stat : 21340 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23905064 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21341] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21341/stat : 21341 (java) S 21326 21328 20495 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 23905359 832688128 22523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 813172

[startup+12.7029 s]
/proc/loadavg: 2.07 2.04 2.05 3/96 21341
/proc/meminfo: memFree=1623992/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=813172 CPUtime=12.56
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 24484 0 1 0 1243 13 0 0 18 0 13 0 23905055 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21328/statm: 203293 22529 1445 9 0 200620 0
[pid=21328/tid=21330] ppid=21326 vsize=813172 CPUtime=10.45
/proc/21328/task/21330/stat : 21330 (java) R 21326 21328 20495 0 -1 64 16932 0 1 0 1035 10 0 0 25 0 13 0 23905056 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4109751369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21331] ppid=21326 vsize=813172 CPUtime=0.05
/proc/21328/task/21331/stat : 21331 (java) S 21326 21328 20495 0 -1 64 1504 0 0 0 5 0 0 0 16 0 13 0 23905057 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21332] ppid=21326 vsize=813172 CPUtime=0.04
/proc/21328/task/21332/stat : 21332 (java) S 21326 21328 20495 0 -1 64 1163 0 0 0 4 0 0 0 16 0 13 0 23905057 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21333] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21333/stat : 21333 (java) S 21326 21328 20495 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21334] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21334/stat : 21334 (java) S 21326 21328 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21335] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21335/stat : 21335 (java) S 21326 21328 20495 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21336] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21336/stat : 21336 (java) S 21326 21328 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23905064 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21337] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21337/stat : 21337 (java) S 21326 21328 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23905064 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21338] ppid=21326 vsize=813172 CPUtime=1.98
/proc/21328/task/21338/stat : 21338 (java) S 21326 21328 20495 0 -1 64 4108 0 0 0 197 1 0 0 17 0 13 0 23905064 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21339] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21339/stat : 21339 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23905064 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21340] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21340/stat : 21340 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23905064 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21341] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21341/stat : 21341 (java) S 21326 21328 20495 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 23905359 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 813172

[startup+25.5024 s]
/proc/loadavg: 2.05 2.04 2.05 3/96 21341
/proc/meminfo: memFree=1623928/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=813172 CPUtime=25.24
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 24485 0 1 0 2510 14 0 0 18 0 13 0 23905055 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21328/statm: 203293 22529 1445 9 0 200620 0
[pid=21328/tid=21330] ppid=21326 vsize=813172 CPUtime=23.12
/proc/21328/task/21330/stat : 21330 (java) R 21326 21328 20495 0 -1 64 16933 0 1 0 2302 10 0 0 25 0 13 0 23905056 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4109794367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21331] ppid=21326 vsize=813172 CPUtime=0.05
/proc/21328/task/21331/stat : 21331 (java) S 21326 21328 20495 0 -1 64 1504 0 0 0 5 0 0 0 16 0 13 0 23905057 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21332] ppid=21326 vsize=813172 CPUtime=0.04
/proc/21328/task/21332/stat : 21332 (java) S 21326 21328 20495 0 -1 64 1163 0 0 0 4 0 0 0 16 0 13 0 23905057 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21333] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21333/stat : 21333 (java) S 21326 21328 20495 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21334] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21334/stat : 21334 (java) S 21326 21328 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 22529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21335] ppid=21326 vsize=813172 CPUtime=0

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

/proc/21328/statm: 203293 60008 1445 9 0 200620 0
[pid=21328/tid=21330] ppid=21326 vsize=813172 CPUtime=1706.32
/proc/21328/task/21330/stat : 21330 (java) R 21326 21328 20495 0 -1 64 16943 0 1 0 170614 18 0 0 25 0 13 0 23905056 832688128 60008 996147200 134512640 134550932 4294956016 18446744073709551615 4109794367 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21331] ppid=21326 vsize=813172 CPUtime=0.86
/proc/21328/task/21331/stat : 21331 (java) S 21326 21328 20495 0 -1 64 20052 0 0 0 77 9 0 0 16 0 13 0 23905057 832688128 60008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21332] ppid=21326 vsize=813172 CPUtime=0.86
/proc/21328/task/21332/stat : 21332 (java) S 21326 21328 20495 0 -1 64 23421 0 0 0 77 9 0 0 18 0 13 0 23905057 832688128 60008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21333] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21333/stat : 21333 (java) S 21326 21328 20495 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 60008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21334] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21334/stat : 21334 (java) S 21326 21328 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 60008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21335] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21335/stat : 21335 (java) S 21326 21328 20495 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 60008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21336] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21336/stat : 21336 (java) S 21326 21328 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23905064 832688128 60008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21337] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21337/stat : 21337 (java) S 21326 21328 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23905064 832688128 60008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21338] ppid=21326 vsize=813172 CPUtime=2.04
/proc/21328/task/21338/stat : 21338 (java) S 21326 21328 20495 0 -1 64 4111 0 0 0 203 1 0 0 17 0 13 0 23905064 832688128 60008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21339] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21339/stat : 21339 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23905064 832688128 60008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21340] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21340/stat : 21340 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23905064 832688128 60008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21341] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21341/stat : 21341 (java) S 21326 21328 20495 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 23905359 832688128 60008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.14
Current children cumulated vsize (KiB) 813172

[startup+1782.3 s]
/proc/loadavg: 2.06 2.16 2.10 3/86 21597
/proc/meminfo: memFree=1554704/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=813172 CPUtime=1770.01
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 71164 0 1 0 176958 43 0 0 18 0 13 0 23905055 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21328/statm: 203293 65661 1445 9 0 200620 0
[pid=21328/tid=21330] ppid=21326 vsize=813172 CPUtime=1765.8
/proc/21328/task/21330/stat : 21330 (java) R 21326 21328 20495 0 -1 64 16944 0 1 0 176562 18 0 0 25 0 13 0 23905056 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4109794340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21331] ppid=21326 vsize=813172 CPUtime=1.04
/proc/21328/task/21331/stat : 21331 (java) S 21326 21328 20495 0 -1 64 22455 0 0 0 94 10 0 0 16 0 13 0 23905057 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21332] ppid=21326 vsize=813172 CPUtime=1.08
/proc/21328/task/21332/stat : 21332 (java) S 21326 21328 20495 0 -1 64 26876 0 0 0 97 11 0 0 18 0 13 0 23905057 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21333] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21333/stat : 21333 (java) S 21326 21328 20495 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21334] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21334/stat : 21334 (java) S 21326 21328 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21335] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21335/stat : 21335 (java) S 21326 21328 20495 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21336] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21336/stat : 21336 (java) S 21326 21328 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23905064 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21337] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21337/stat : 21337 (java) S 21326 21328 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23905064 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21338] ppid=21326 vsize=813172 CPUtime=2.04
/proc/21328/task/21338/stat : 21338 (java) S 21326 21328 20495 0 -1 64 4111 0 0 0 203 1 0 0 17 0 13 0 23905064 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21339] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21339/stat : 21339 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23905064 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21340] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21340/stat : 21340 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23905064 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21341] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21341/stat : 21341 (java) S 21326 21328 20495 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 23905359 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.01
Current children cumulated vsize (KiB) 813172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.5 s]
/proc/loadavg: 2.03 2.14 2.10 3/86 21597
/proc/meminfo: memFree=1554704/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=813172 CPUtime=1800.07
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 71164 0 1 0 179964 43 0 0 18 0 13 0 23905055 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21328/statm: 203293 65661 1445 9 0 200620 0
[pid=21328/tid=21330] ppid=21326 vsize=813172 CPUtime=1795.86
/proc/21328/task/21330/stat : 21330 (java) R 21326 21328 20495 0 -1 64 16944 0 1 0 179568 18 0 0 25 0 13 0 23905056 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4109794367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21331] ppid=21326 vsize=813172 CPUtime=1.04
/proc/21328/task/21331/stat : 21331 (java) S 21326 21328 20495 0 -1 64 22455 0 0 0 94 10 0 0 16 0 13 0 23905057 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21332] ppid=21326 vsize=813172 CPUtime=1.08
/proc/21328/task/21332/stat : 21332 (java) S 21326 21328 20495 0 -1 64 26876 0 0 0 97 11 0 0 18 0 13 0 23905057 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21333] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21333/stat : 21333 (java) S 21326 21328 20495 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21334] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21334/stat : 21334 (java) S 21326 21328 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21335] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21335/stat : 21335 (java) S 21326 21328 20495 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23905059 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21336] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21336/stat : 21336 (java) S 21326 21328 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23905064 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21337] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21337/stat : 21337 (java) S 21326 21328 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23905064 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21338] ppid=21326 vsize=813172 CPUtime=2.04
/proc/21328/task/21338/stat : 21338 (java) S 21326 21328 20495 0 -1 64 4111 0 0 0 203 1 0 0 17 0 13 0 23905064 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21339] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21339/stat : 21339 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23905064 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21340] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21340/stat : 21340 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23905064 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21341] ppid=21326 vsize=813172 CPUtime=0
/proc/21328/task/21341/stat : 21341 (java) S 21326 21328 20495 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 23905359 832688128 65661 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 813172

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

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

[startup+1812.61 s]
/proc/loadavg: 2.03 2.14 2.10 3/86 21597
/proc/meminfo: memFree=1554704/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=813820 CPUtime=1800.26
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 71182 0 1 0 179983 43 0 0 16 0 15 0 23905055 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21328/statm: 203455 65679 1445 9 0 200782 0
[pid=21328/tid=21330] ppid=21326 vsize=813820 CPUtime=1795.97
/proc/21328/task/21330/stat : 21330 (java) R 21326 21328 20495 0 -1 64 16944 0 1 0 179579 18 0 0 25 0 15 0 23905056 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4109751433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21331] ppid=21326 vsize=813820 CPUtime=1.04
/proc/21328/task/21331/stat : 21331 (java) S 21326 21328 20495 0 -1 64 22455 0 0 0 94 10 0 0 16 0 15 0 23905057 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21332] ppid=21326 vsize=813820 CPUtime=1.08
/proc/21328/task/21332/stat : 21332 (java) S 21326 21328 20495 0 -1 64 26876 0 0 0 97 11 0 0 18 0 15 0 23905057 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21333] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21333/stat : 21333 (java) S 21326 21328 20495 0 -1 64 21 0 0 0 0 0 0 0 16 0 15 0 23905059 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21334] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21334/stat : 21334 (java) S 21326 21328 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 23905059 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21335] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21335/stat : 21335 (java) S 21326 21328 20495 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 23905059 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21336] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21336/stat : 21336 (java) S 21326 21328 20495 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 23905064 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21337] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21337/stat : 21337 (java) S 21326 21328 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 15 0 23905064 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21338] ppid=21326 vsize=813820 CPUtime=2.07
/proc/21328/task/21338/stat : 21338 (java) S 21326 21328 20495 0 -1 64 4111 0 0 0 206 1 0 0 16 0 15 0 23905064 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21339] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21339/stat : 21339 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 15 0 23905064 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21340] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21340/stat : 21340 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 23905064 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21341] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21341/stat : 21341 (java) S 21326 21328 20495 0 -1 64 4 0 0 0 0 0 0 0 25 0 15 0 23905359 833351680 65679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 813820

[startup+1813 s]
/proc/loadavg: 2.03 2.14 2.10 4/89 21600
/proc/meminfo: memFree=1554616/2055920 swapFree=4192812/4192956
[pid=21328] ppid=21326 vsize=813820 CPUtime=1800.82
/proc/21328/stat : 21328 (java) S 21326 21328 20495 0 -1 0 71185 0 1 0 180039 43 0 0 16 0 14 0 23905055 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21328/statm: 203455 65682 1446 9 0 200782 0
[pid=21328/tid=21330] ppid=21326 vsize=813820 CPUtime=1796.35
/proc/21328/task/21330/stat : 21330 (java) R 21326 21328 20495 0 -1 64 16944 0 1 0 179617 18 0 0 25 0 14 0 23905056 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4109751372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21331] ppid=21326 vsize=813820 CPUtime=1.04
/proc/21328/task/21331/stat : 21331 (java) S 21326 21328 20495 0 -1 64 22455 0 0 0 94 10 0 0 16 0 14 0 23905057 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21332] ppid=21326 vsize=813820 CPUtime=1.08
/proc/21328/task/21332/stat : 21332 (java) S 21326 21328 20495 0 -1 64 26876 0 0 0 97 11 0 0 18 0 14 0 23905057 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21333] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21333/stat : 21333 (java) S 21326 21328 20495 0 -1 64 21 0 0 0 0 0 0 0 16 0 14 0 23905059 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21334] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21334/stat : 21334 (java) S 21326 21328 20495 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 23905059 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21335] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21335/stat : 21335 (java) S 21326 21328 20495 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 23905059 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21336] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21336/stat : 21336 (java) S 21326 21328 20495 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 23905064 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21337] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21337/stat : 21337 (java) S 21326 21328 20495 0 -1 64 13 0 0 0 0 0 0 0 19 0 14 0 23905064 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21338] ppid=21326 vsize=813820 CPUtime=2.07
/proc/21328/task/21338/stat : 21338 (java) S 21326 21328 20495 0 -1 64 4111 0 0 0 206 1 0 0 16 0 14 0 23905064 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21339] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21339/stat : 21339 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 23905064 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21340] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21340/stat : 21340 (java) S 21326 21328 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 23905064 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21328/tid=21341] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21341/stat : 21341 (java) S 21326 21328 20495 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 23905359 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21328/tid=21599] ppid=21326 vsize=813820 CPUtime=0
/proc/21328/task/21599/stat : 21599 (java) S 21326 21328 20495 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 24086306 833351680 65682 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.82
Current children cumulated vsize (KiB) 813820

Child status: 143
Real time (s): 1813.08
CPU time (s): 1800.9
CPU user time (s): 1800.42
CPU system time (s): 0.474927
CPU usage (%): 99.3282
Max. virtual memory (cumulated for all children) (KiB): 813820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.42
system time used= 0.474927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71185
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= 37596
involuntary context switches= 67643

runsolver used 2.44663 second user time and 5.8841 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 05:13:05
IDJOB=2079633
IDBENCH=56928
IDSOLVER=731
FILE ID=node20/2079633-1247368384
PBS_JOBID= 9507133
Free space on /tmp= 66304 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-39_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079633-1247368384/watcher-2079633-1247368384 -o /tmp/evaluation-result-2079633-1247368384/solver-2079633-1247368384 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079633-1247368384.xml

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

MD5SUM BENCH= ed8df54d36902e618bb25f8ef4659cdc
RANDOM SEED=2075008863

node20.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.236
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.236
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:       1710016 kB
Buffers:         19600 kB
Cached:         134556 kB
SwapCached:          0 kB
Active:         231704 kB
Inactive:        60916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2580 kB
Writeback:           0 kB
Mapped:         154148 kB
Slab:            38412 kB
Committed_AS:   877112 kB
PageTables:       2028 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= 66300 MiB
End job on node20 at 2009-07-12 05:43:19