Trace number 2061098

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.41 1811.28

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-20.xml
MD5SUM145c5c87867fde59caf4355db1528459
Bench CategoryAlldiff (alldiff)
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 variables207
Number of constraints206
Maximum constraint arity20
Maximum domain size38
Number of constraints which are defined in extension0
Number of constraints which are defined in intension188
Global constraints used (with number of constraints)alldifferent(18)

Solver Data

0.05/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.19	c See www.sat4j.org for details.
0.05/0.19	c That software uses the Rhino library from the Mozilla project.
0.15/0.21	c version 2.1.1.v20090622
0.15/0.21	c sun.arch.data.model	32
0.15/0.21	c java.version	1.6.0_12
0.15/0.21	c os.name	Linux
0.15/0.21	c os.version	2.6.9-22.EL.rootsmp
0.15/0.21	c os.arch	i386
0.15/0.21	c Free memory 671000808
0.15/0.21	c Max memory 672137216
0.15/0.21	c Total memory 672137216
0.15/0.21	c Number of processors 2
0.15/0.29	c c --- Begin Solver configuration ---
0.15/0.29	c Stops conflict analysis at the first Unique Implication Point
0.15/0.29	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.15/0.29	c Learn all clauses as in MiniSAT
0.15/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.15/0.29	c Expensive reason simplification
0.15/0.29	c MiniSAT restarts strategy
0.15/0.29	c Memory based learned constraints deletion strategy
0.15/0.29	c timeout=2147483s
0.15/0.29	c DB Simplification allowed=false
0.15/0.29	c --- End Solver configuration ---
0.15/0.29	c solving HOME/instance-2061098-1247326683.xml
0.15/0.29	c reading problem ... 
0.43/0.55	c reading problem named null
0.43/0.55	c reading domains done.
0.43/0.55	c reading variables done.
0.63/0.76	c reading predicates  done.
0.82/0.98	c reading constraints
12.23/12.28	c done with constraints.
12.23/12.28	c ... done. Wall clock time 11.982s.
12.23/12.28	c #vars     7506
12.23/12.28	c #constraints  2824176
12.23/12.28	c constraints type 
12.23/12.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2776887
12.23/12.28	c org.sat4j.minisat.constraints.card.AtLeast => 207
12.23/12.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47082
1800.02/1811.01	c starts		: 20
1800.02/1811.01	c conflicts		: 498901
1800.02/1811.01	c decisions		: 796088
1800.02/1811.01	c propagations		: 426603668
1800.02/1811.01	c inspects		: 5443322693
1800.02/1811.01	c learnt literals	: 0
1800.02/1811.01	c learnt binary clauses	: 2
1800.02/1811.01	c learnt ternary clauses	: 10376
1800.02/1811.01	c learnt clauses	: 498901
1800.02/1811.01	c ignored clauses	: 0
1800.02/1811.01	c root simplifications	: 0
1800.02/1811.01	c removed literals (reason simplification)	: 20175916
1800.02/1811.01	c reason swapping (by a shorter reason)	: 0
1800.02/1811.01	c Calls to reduceDB	: 0
1800.02/1811.02	c speed (assignments/second)	: 237168.64555518675
1800.02/1811.02	c non guided choices	8447
1800.17/1811.17	c learnt constraints type 
1800.17/1811.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.17/1811.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 498930
1800.17/1811.17	c constraints type 
1800.17/1811.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2776887
1800.17/1811.17	c org.sat4j.minisat.constraints.card.AtLeast => 207
1800.17/1811.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47082
1800.17/1811.17	s UNKNOWN
1800.17/1811.17	c Total wall clock time (in seconds) : 1810.72

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-2061098-1247326683/watcher-2061098-1247326683 -o /tmp/evaluation-result-2061098-1247326683/solver-2061098-1247326683 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2061098-1247326683.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: 4.30 5.17 4.28 4/72 14144
/proc/meminfo: memFree=1903040/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=18576 CPUtime=0
/proc/14144/stat : 14144 (runsolver) R 14142 14144 11978 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 19734948 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14144/statm: 4644 284 249 26 0 2626 0

[startup+0.0612231 s]
/proc/loadavg: 4.30 5.17 4.28 4/72 14144
/proc/meminfo: memFree=1903040/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=12928 CPUtime=0.02
/proc/14144/stat : 14144 (java) R 14142 14144 11978 0 -1 0 391 0 25 0 0 2 0 0 18 0 1 0 19734948 13238272 223 996147200 134512640 134550932 4294956016 18446744073709551615 12563242 0 0 4096 0 0 0 0 17 0 0 0
/proc/14144/statm: 3232 223 136 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.102224 s]
/proc/loadavg: 4.30 5.17 4.28 4/72 14144
/proc/meminfo: memFree=1903040/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=801384 CPUtime=0.05
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 2480 0 30 0 2 3 0 0 18 0 5 0 19734948 820617216 2256 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14144/statm: 200346 2257 978 9 0 197697 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801384

[startup+0.301245 s]
/proc/loadavg: 4.30 5.17 4.28 4/72 14144
/proc/meminfo: memFree=1903040/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=805600 CPUtime=0.24
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 3960 0 30 0 19 5 0 0 18 0 12 0 19734948 824934400 3726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14144/statm: 201400 3726 1351 9 0 198734 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 805600

[startup+0.7013 s]
/proc/loadavg: 4.30 5.17 4.28 4/72 14144
/proc/meminfo: memFree=1903040/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=807192 CPUtime=0.63
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 5949 0 30 0 56 7 0 0 18 0 12 0 19734948 826564608 5098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14144/statm: 201798 5098 1384 9 0 199125 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 807192

[startup+1.5024 s]
/proc/loadavg: 4.30 5.17 4.28 3/84 14156
/proc/meminfo: memFree=1876640/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=814452 CPUtime=1.42
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 10873 0 30 0 133 9 0 0 18 0 12 0 19734948 833998848 8168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14144/statm: 203613 8168 1399 9 0 200940 0
[pid=14144/tid=14146] ppid=14142 vsize=814452 CPUtime=0.71
/proc/14144/task/14146/stat : 14146 (java) R 14142 14144 11978 0 -1 64 5204 0 1 0 67 4 0 0 25 0 12 0 19734955 833998848 8168 996147200 134512640 134550932 4294956016 18446744073709551615 4109569377 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 11978 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 19734956 833998848 8169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 19734956 833998848 8169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 11978 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 19734958 833998848 8169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 11978 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 19734959 833998848 8169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 11978 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 19734959 833998848 8169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 19734963 833998848 8169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 11978 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 19734963 833998848 8169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=814452 CPUtime=0.67
/proc/14144/task/14154/stat : 14154 (java) R 14142 14144 11978 0 -1 64 4944 0 0 0 65 2 0 0 18 0 12 0 19734963 833998848 8169 996147200 134512640 134550932 4294956016 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14155] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 19734963 833998848 8169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 19734963 833998848 8169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 814452

[startup+3.10162 s]
/proc/loadavg: 4.30 5.17 4.28 3/84 14156
/proc/meminfo: memFree=1839456/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=814452 CPUtime=3.02
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 28995 0 30 0 285 17 0 0 18 0 12 0 19734948 833998848 26287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14144/statm: 203613 26289 1432 9 0 200940 0
[pid=14144/tid=14146] ppid=14142 vsize=814452 CPUtime=1.86
/proc/14144/task/14146/stat : 14146 (java) R 14142 14144 11978 0 -1 64 17422 0 1 0 178 8 0 0 25 0 12 0 19734955 833998848 26290 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=814452 CPUtime=0.09
/proc/14144/task/14147/stat : 14147 (java) R 14142 14144 11978 0 -1 64 2549 0 0 0 8 1 0 0 17 0 12 0 19734956 833998848 26291 996147200 134512640 134550932 4294956016 18446744073709551615 106195560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=814452 CPUtime=0.13
/proc/14144/task/14148/stat : 14148 (java) R 14142 14144 11978 0 -1 64 3303 0 0 0 12 1 0 0 16 0 12 0 19734956 833998848 26292 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 11978 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 19734958 833998848 26293 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 19734959 833998848 26294 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 11978 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 19734959 833998848 26296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 19734963 833998848 26297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 11978 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 19734963 833998848 26298 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=814452 CPUtime=0.87
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 11978 0 -1 64 4991 0 0 0 85 2 0 0 16 0 12 0 19734963 833998848 26299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14155] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 19734963 833998848 26300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=814452 CPUtime=0
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 19734963 833998848 26301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 814452

[startup+6.30185 s]
/proc/loadavg: 4.27 5.15 4.28 5/84 14156
/proc/meminfo: memFree=1734368/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=813812 CPUtime=6.32
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 50327 0 30 0 607 25 0 0 18 0 12 0 19734948 833343488 47206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14144/statm: 203453 47206 1434 9 0 200780 0
[pid=14144/tid=14146] ppid=14142 vsize=813812 CPUtime=3.86
/proc/14144/task/14146/stat : 14146 (java) R 14142 14144 11978 0 -1 64 17428 0 1 0 378 8 0 0 21 0 12 0 19734955 833343488 47206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=813812 CPUtime=0.68
/proc/14144/task/14147/stat : 14147 (java) R 14142 14144 11978 0 -1 64 13596 0 0 0 63 5 0 0 16 0 12 0 19734956 833343488 47206 996147200 134512640 134550932 4294956016 18446744073709551615 106193953 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=813812 CPUtime=0.82
/proc/14144/task/14148/stat : 14148 (java) R 14142 14144 11978 0 -1 64 13575 0 0 0 77 5 0 0 16 0 12 0 19734956 833343488 47206 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=813812 CPUtime=0
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 11978 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 19734958 833343488 47206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=813812 CPUtime=0
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 19734959 833343488 47206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=813812 CPUtime=0
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 11978 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 19734959 833343488 47206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=813812 CPUtime=0
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 19734963 833343488 47206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=813812 CPUtime=0
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 11978 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 19734963 833343488 47206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=813812 CPUtime=0.88
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 11978 0 -1 64 4993 0 0 0 86 2 0 0 16 0 12 0 19734963 833343488 47206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14155] ppid=14142 vsize=813812 CPUtime=0
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 19734963 833343488 47206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=813812 CPUtime=0
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 19734963 833343488 47206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 813812

[startup+12.7027 s]
/proc/loadavg: 4.17 5.11 4.27 4/84 14156
/proc/meminfo: memFree=1589728/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=815548 CPUtime=12.73
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 81779 0 30 0 1238 35 0 0 18 0 13 0 19734948 835121152 77829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14144/statm: 203887 77829 1440 9 0 201214 0
[pid=14144/tid=14146] ppid=14142 vsize=815548 CPUtime=6.8
/proc/14144/task/14146/stat : 14146 (java) R 14142 14144 11978 0 -1 64 17460 0 1 0 671 9 0 0 25 0 13 0 19734955 835121152 77829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=815548 CPUtime=1.84
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 11978 0 -1 64 27064 0 0 0 175 9 0 0 16 0 13 0 19734956 835121152 77829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=815548 CPUtime=2.27
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 11978 0 -1 64 30637 0 0 0 216 11 0 0 16 0 13 0 19734956 835121152 77829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=815548 CPUtime=0
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 11978 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19734958 835121152 77829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=815548 CPUtime=0
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19734959 835121152 77829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=815548 CPUtime=0
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 11978 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19734959 835121152 77829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=815548 CPUtime=0
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19734963 835121152 77829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=815548 CPUtime=0
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 11978 0 -1 64 13 0 0 0 0 0 0 0 25 0 13 0 19734963 835121152 77829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=815548 CPUtime=1.76
/proc/14144/task/14154/stat : 14154 (java) R 14142 14144 11978 0 -1 64 5877 0 0 0 174 2 0 0 18 0 13 0 19734963 835121152 77829 996147200 134512640 134550932 4294956016 18446744073709551615 103861694 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14155] ppid=14142 vsize=815548 CPUtime=0
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19734963 835121152 77829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=815548 CPUtime=0
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 19734963 835121152 77829 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 815548

[startup+25.5024 s]
/proc/loadavg: 3.69 4.96 4.24 3/85 14157
/proc/meminfo: memFree=1578456/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=814876 CPUtime=25.4
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 85307 0 30 0 2502 38 0 0 18 0 13 0 19734948 834433024 80625 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14144/statm: 203719 80625 1445 9 0 201046 0
[pid=14144/tid=14146] ppid=14142 vsize=814876 CPUtime=18.51
/proc/14144/task/14146/stat : 14146 (java) R 14142 14144 11978 0 -1 64 17467 0 1 0 1842 9 0 0 25 0 13 0 19734955 834433024 80625 996147200 134512640 134550932 4294956016 18446744073709551615 4109925727 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=814876 CPUtime=2.02
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 11978 0 -1 64 28842 0 0 0 192 10 0 0 17 0 13 0 19734956 834433024 80625 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=814876 CPUtime=2.43
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 11978 0 -1 64 31773 0 0 0 232 11 0 0 17 0 13 0 19734956 834433024 80625 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 11978 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19734958 834433024 80625 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19734959 834433024 80625 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 11978 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19734959 834433024 80625 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19734963 834433024 80625 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=814876 CPUtime=0

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

[pid=14144] ppid=14142 vsize=814876 CPUtime=1711.39
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 111808 0 30 0 171053 86 0 0 18 0 13 0 19734948 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14144/statm: 203719 106421 1445 9 0 201046 0
[pid=14144/tid=14146] ppid=14142 vsize=814876 CPUtime=1702.62
/proc/14144/task/14146/stat : 14146 (java) R 14142 14144 11978 0 -1 64 17473 0 1 0 170245 17 0 0 25 0 13 0 19734955 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4109941571 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=814876 CPUtime=2.76
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 11978 0 -1 64 42492 0 0 0 261 15 0 0 18 0 13 0 19734956 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=814876 CPUtime=3.11
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 11978 0 -1 64 44617 0 0 0 294 17 0 0 18 0 13 0 19734956 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=814876 CPUtime=0.02
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 11978 0 -1 64 12 0 0 0 1 1 0 0 16 0 13 0 19734958 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19734959 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 11978 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19734959 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 11978 0 -1 64 13 0 0 0 0 0 0 0 25 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=814876 CPUtime=2.39
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 11978 0 -1 64 6485 0 0 0 236 3 0 0 17 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14144/tid=14155] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=814876 CPUtime=0.4
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 12 28 0 0 15 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14157] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14157/stat : 14157 (java) S 14142 14144 11978 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 19736184 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.39
Current children cumulated vsize (KiB) 814876

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.32 3/87 14255
/proc/meminfo: memFree=1423104/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=814876 CPUtime=1771.33
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 111808 0 30 0 177047 86 0 0 18 0 13 0 19734948 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14144/statm: 203719 106421 1445 9 0 201046 0
[pid=14144/tid=14146] ppid=14142 vsize=814876 CPUtime=1762.56
/proc/14144/task/14146/stat : 14146 (java) R 14142 14144 11978 0 -1 64 17473 0 1 0 176239 17 0 0 25 0 13 0 19734955 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4109953249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=814876 CPUtime=2.76
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 11978 0 -1 64 42492 0 0 0 261 15 0 0 18 0 13 0 19734956 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=814876 CPUtime=3.11
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 11978 0 -1 64 44617 0 0 0 294 17 0 0 18 0 13 0 19734956 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=814876 CPUtime=0.02
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 11978 0 -1 64 12 0 0 0 1 1 0 0 16 0 13 0 19734958 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19734959 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 11978 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19734959 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 11978 0 -1 64 13 0 0 0 0 0 0 0 25 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=814876 CPUtime=2.39
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 11978 0 -1 64 6485 0 0 0 236 3 0 0 17 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14144/tid=14155] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=814876 CPUtime=0.41
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 12 29 0 0 15 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14157] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14157/stat : 14157 (java) S 14142 14144 11978 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 19736184 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.33
Current children cumulated vsize (KiB) 814876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.00 2.00 2.31 3/87 14255
/proc/meminfo: memFree=1420032/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=814876 CPUtime=1800.02
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 111808 0 30 0 179916 86 0 0 18 0 13 0 19734948 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14144/statm: 203719 106421 1445 9 0 201046 0
[pid=14144/tid=14146] ppid=14142 vsize=814876 CPUtime=1791.25
/proc/14144/task/14146/stat : 14146 (java) R 14142 14144 11978 0 -1 64 17473 0 1 0 179108 17 0 0 25 0 13 0 19734955 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4110094824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=814876 CPUtime=2.76
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 11978 0 -1 64 42492 0 0 0 261 15 0 0 18 0 13 0 19734956 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=814876 CPUtime=3.11
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 11978 0 -1 64 44617 0 0 0 294 17 0 0 18 0 13 0 19734956 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=814876 CPUtime=0.02
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 11978 0 -1 64 12 0 0 0 1 1 0 0 16 0 13 0 19734958 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 19734959 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 11978 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 19734959 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14153] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 11978 0 -1 64 13 0 0 0 0 0 0 0 25 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=814876 CPUtime=2.39
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 11978 0 -1 64 6485 0 0 0 236 3 0 0 17 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14144/tid=14155] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=814876 CPUtime=0.41
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 12 29 0 0 15 0 13 0 19734963 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14157] ppid=14142 vsize=814876 CPUtime=0
/proc/14144/task/14157/stat : 14157 (java) S 14142 14144 11978 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 19736184 834433024 106421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 814876

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

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

[startup+1811.11 s]
/proc/loadavg: 2.00 2.00 2.31 3/87 14255
/proc/meminfo: memFree=1420032/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=815524 CPUtime=1800.17
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 111825 0 30 0 179931 86 0 0 16 0 15 0 19734948 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14144/statm: 203881 106438 1445 9 0 201208 0
[pid=14144/tid=14146] ppid=14142 vsize=815524 CPUtime=1791.36
/proc/14144/task/14146/stat : 14146 (java) R 14142 14144 11978 0 -1 64 17473 0 1 0 179119 17 0 0 25 0 15 0 19734955 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4109925727 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=815524 CPUtime=2.76
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 11978 0 -1 64 42492 0 0 0 261 15 0 0 18 0 15 0 19734956 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=815524 CPUtime=3.11
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 11978 0 -1 64 44617 0 0 0 294 17 0 0 18 0 15 0 19734956 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=815524 CPUtime=0.02
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 11978 0 -1 64 12 0 0 0 1 1 0 0 16 0 15 0 19734958 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=815524 CPUtime=0
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 19734959 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=815524 CPUtime=0
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 11978 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 19734959 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=815524 CPUtime=0
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 11978 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 19734963 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14144/tid=14153] ppid=14142 vsize=815524 CPUtime=0
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 11978 0 -1 64 13 0 0 0 0 0 0 0 25 0 15 0 19734963 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=815524 CPUtime=2.4
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 11978 0 -1 64 6485 0 0 0 237 3 0 0 16 0 15 0 19734963 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14144/tid=14155] ppid=14142 vsize=815524 CPUtime=0
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 19734963 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=815524 CPUtime=0.41
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 12 29 0 0 15 0 15 0 19734963 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14157] ppid=14142 vsize=815524 CPUtime=0
/proc/14144/task/14157/stat : 14157 (java) S 14142 14144 11978 0 -1 64 6 0 0 0 0 0 0 0 25 0 15 0 19736184 835096576 106438 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 815524

[startup+1811.2 s]
/proc/loadavg: 2.00 2.00 2.31 3/87 14255
/proc/meminfo: memFree=1420032/2055920 swapFree=4192812/4192956
[pid=14144] ppid=14142 vsize=815524 CPUtime=1800.32
/proc/14144/stat : 14144 (java) S 14142 14144 11978 0 -1 0 111828 0 30 0 179946 86 0 0 16 0 14 0 19734948 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14144/statm: 203881 106441 1446 9 0 201208 0
[pid=14144/tid=14146] ppid=14142 vsize=815524 CPUtime=1791.44
/proc/14144/task/14146/stat : 14146 (java) R 14142 14144 11978 0 -1 64 17473 0 1 0 179127 17 0 0 25 0 14 0 19734955 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4110094266 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14147] ppid=14142 vsize=815524 CPUtime=2.76
/proc/14144/task/14147/stat : 14147 (java) S 14142 14144 11978 0 -1 64 42492 0 0 0 261 15 0 0 18 0 14 0 19734956 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14148] ppid=14142 vsize=815524 CPUtime=3.11
/proc/14144/task/14148/stat : 14148 (java) S 14142 14144 11978 0 -1 64 44617 0 0 0 294 17 0 0 18 0 14 0 19734956 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14149] ppid=14142 vsize=815524 CPUtime=0.02
/proc/14144/task/14149/stat : 14149 (java) S 14142 14144 11978 0 -1 64 12 0 0 0 1 1 0 0 16 0 14 0 19734958 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14150] ppid=14142 vsize=815524 CPUtime=0
/proc/14144/task/14150/stat : 14150 (java) S 14142 14144 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 19734959 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14151] ppid=14142 vsize=815524 CPUtime=0
/proc/14144/task/14151/stat : 14151 (java) S 14142 14144 11978 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 19734959 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14152] ppid=14142 vsize=815524 CPUtime=0
/proc/14144/task/14152/stat : 14152 (java) S 14142 14144 11978 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 19734963 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14144/tid=14153] ppid=14142 vsize=815524 CPUtime=0
/proc/14144/task/14153/stat : 14153 (java) S 14142 14144 11978 0 -1 64 13 0 0 0 0 0 0 0 25 0 14 0 19734963 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14154] ppid=14142 vsize=815524 CPUtime=2.4
/proc/14144/task/14154/stat : 14154 (java) S 14142 14144 11978 0 -1 64 6485 0 0 0 237 3 0 0 16 0 14 0 19734963 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14144/tid=14155] ppid=14142 vsize=815524 CPUtime=0
/proc/14144/task/14155/stat : 14155 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 19734963 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14156] ppid=14142 vsize=815524 CPUtime=0.41
/proc/14144/task/14156/stat : 14156 (java) S 14142 14144 11978 0 -1 64 0 0 0 0 12 29 0 0 15 0 14 0 19734963 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14144/tid=14157] ppid=14142 vsize=815524 CPUtime=0
/proc/14144/task/14157/stat : 14157 (java) S 14142 14144 11978 0 -1 64 6 0 0 0 0 0 0 0 25 0 14 0 19736184 835096576 106441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 815524

Child status: 143
Real time (s): 1811.28
CPU time (s): 1800.41
CPU user time (s): 1799.48
CPU system time (s): 0.929858
CPU usage (%): 99.3999
Max. virtual memory (cumulated for all children) (KiB): 816256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.929858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111829
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37927
involuntary context switches= 55585

runsolver used 2.19367 second user time and 6.22805 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-11 17:38:03
IDJOB=2061098
IDBENCH=53778
IDSOLVER=731
FILE ID=node28/2061098-1247326683
PBS_JOBID= 9506571
Free space on /tmp= 66096 MiB

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

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

MD5SUM BENCH= 145c5c87867fde59caf4355db1528459
RANDOM SEED=1976929466

node28.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.230
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.230
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:       1903520 kB
Buffers:          3992 kB
Cached:          45648 kB
SwapCached:          0 kB
Active:          84684 kB
Inactive:        18032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3172 kB
Writeback:           0 kB
Mapped:          61232 kB
Slab:            34888 kB
Committed_AS:   158140 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66084 MiB
End job on node28 at 2009-07-11 18:08:16