Trace number 2085122

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.63 1812.51

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15b-13.xml
MD5SUM7561c5d831446f5704571e3b734a1238
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.277957
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8169
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8169
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	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.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2085122-1247381118.xml
0.19/0.23	c reading problem ... 
0.38/0.48	c reading problem named null
0.38/0.48	c reading domains done.
0.38/0.48	c reading variables done.
0.69/0.70	c reading predicates  done.
0.88/0.92	c reading constraints
7.51/7.58	c done with constraints.
7.51/7.58	c ... done. Wall clock time 7.35s.
7.51/7.58	c #vars     5850
7.51/7.58	c #constraints  213294
7.51/7.59	c constraints type 
7.51/7.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 212844
7.51/7.59	c org.sat4j.minisat.constraints.card.AtLeast => 450
1800.06/1812.12	c starts		: 20
1800.06/1812.12	c conflicts		: 556482
1800.06/1812.12	c decisions		: 571827
1800.06/1812.12	c propagations		: 33246421
1800.06/1812.12	c inspects		: 4638856306
1800.06/1812.12	c learnt literals	: 0
1800.06/1812.12	c learnt binary clauses	: 0
1800.06/1812.12	c learnt ternary clauses	: 0
1800.06/1812.12	c learnt clauses	: 556482
1800.06/1812.12	c ignored clauses	: 0
1800.06/1812.12	c root simplifications	: 0
1800.06/1812.12	c removed literals (reason simplification)	: 10355468
1800.06/1812.12	c reason swapping (by a shorter reason)	: 0
1800.06/1812.12	c Calls to reduceDB	: 0
1800.06/1812.12	c speed (assignments/second)	: 18423.86715654492
1800.06/1812.12	c non guided choices	2130
1800.49/1812.44	c learnt constraints type 
1800.49/1812.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 556530
1800.49/1812.44	c constraints type 
1800.49/1812.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 212844
1800.49/1812.44	c org.sat4j.minisat.constraints.card.AtLeast => 450
1800.49/1812.44	s UNKNOWN
1800.49/1812.44	c Total wall clock time (in seconds) : 1811.88

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26029
/proc/meminfo: memFree=1785784/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=1612 CPUtime=0
/proc/26029/stat : 26029 (java6) R 26027 26029 25307 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 25175276 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26029/statm: 403 150 114 9 0 45 0

[startup+0.03025 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26029
/proc/meminfo: memFree=1785784/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=800544 CPUtime=0.01
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 2227 0 1 0 0 1 0 0 18 0 4 0 25175276 819757056 1974 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 200136 1982 872 9 0 197487 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800544

[startup+0.102254 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26029
/proc/meminfo: memFree=1785784/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=804560 CPUtime=0.08
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 3041 0 1 0 6 2 0 0 18 0 12 0 25175276 823869440 2784 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 201140 2786 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302268 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26029
/proc/meminfo: memFree=1785784/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=805896 CPUtime=0.28
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 4391 0 1 0 25 3 0 0 18 0 12 0 25175276 825237504 4128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 201474 4128 1359 9 0 198801 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805896

[startup+0.702294 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 26029
/proc/meminfo: memFree=1785784/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=807176 CPUtime=0.69
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 5759 0 1 0 64 5 0 0 18 0 12 0 25175276 826548224 5217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 201794 5218 1390 9 0 199121 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807176

[startup+1.50135 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 26041
/proc/meminfo: memFree=1766232/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=810584 CPUtime=1.49
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 9108 0 1 0 142 7 0 0 18 0 12 0 25175276 830038016 7450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 202646 7450 1417 9 0 199973 0
[pid=26029/tid=26031] ppid=26027 vsize=810584 CPUtime=0.82
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25307 0 -1 64 5340 0 1 0 78 4 0 0 25 0 12 0 25175277 830038016 7450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26032] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25307 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 25175278 830038016 7450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 25175278 830038016 7450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26034] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25307 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25175280 830038016 7450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25307 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 25175280 830038016 7450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25307 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 25175280 830038016 7450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25307 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25175285 830038016 7450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=810584 CPUtime=0.04
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25307 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 25175285 830038016 7450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26039] ppid=26027 vsize=810584 CPUtime=0.59
/proc/26029/task/26039/stat : 26039 (java) R 26027 26029 25307 0 -1 64 2760 0 0 0 58 1 0 0 17 0 12 0 25175285 830038016 7450 996147200 134512640 134550932 4294956016 18446744073709551615 105702267 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26040] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25175285 830038016 7450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25175285 830038016 7450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 810584

[startup+3.10146 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 26041
/proc/meminfo: memFree=1749784/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=810584 CPUtime=3.08
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 16786 0 1 0 297 11 0 0 18 0 12 0 25175276 830038016 14738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 202646 14738 1421 9 0 199973 0
[pid=26029/tid=26031] ppid=26027 vsize=810584 CPUtime=1.62
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25307 0 -1 64 12538 0 1 0 154 8 0 0 25 0 12 0 25175277 830038016 14738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26032] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25307 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 25175278 830038016 14738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 25175278 830038016 14738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26034] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25307 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 25175280 830038016 14738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25307 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 25175280 830038016 14738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25307 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 25175280 830038016 14738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25307 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25175285 830038016 14738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=810584 CPUtime=0.04
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25307 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 25175285 830038016 14738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26039] ppid=26027 vsize=810584 CPUtime=1.39
/proc/26029/task/26039/stat : 26039 (java) R 26027 26029 25307 0 -1 64 3240 0 0 0 137 2 0 0 17 0 12 0 25175285 830038016 14738 996147200 134512640 134550932 4294956016 18446744073709551615 104138172 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26040] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25175285 830038016 14738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=810584 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25175285 830038016 14738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 810584

[startup+6.30267 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 26041
/proc/meminfo: memFree=1693656/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=811636 CPUtime=6.29
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 28368 0 1 0 611 18 0 0 18 0 12 0 25175276 831115264 24707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 202909 24707 1442 9 0 200236 0
[pid=26029/tid=26031] ppid=26027 vsize=811636 CPUtime=3.22
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25307 0 -1 64 17394 0 1 0 311 11 0 0 25 0 12 0 25175277 831115264 24707 996147200 134512640 134550932 4294956016 18446744073709551615 4109145251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26032] ppid=26027 vsize=811636 CPUtime=0.07
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25307 0 -1 64 2732 0 0 0 6 1 0 0 17 0 12 0 25175278 831115264 24707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=811636 CPUtime=0.06
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25307 0 -1 64 2029 0 0 0 5 1 0 0 17 0 12 0 25175278 831115264 24707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26034] ppid=26027 vsize=811636 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25307 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 25175280 831115264 24707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=811636 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25175280 831115264 24707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=811636 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25175280 831115264 24707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=811636 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25307 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25175285 831115264 24707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=811636 CPUtime=0.09
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25307 0 -1 64 269 0 0 0 9 0 0 0 17 0 12 0 25175285 831115264 24707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26039] ppid=26027 vsize=811636 CPUtime=2.8
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25307 0 -1 64 5184 0 0 0 277 3 0 0 19 0 12 0 25175285 831115264 24707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26040] ppid=26027 vsize=811636 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25175285 831115264 24707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=811636 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25175285 831115264 24707 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 811636

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26042
/proc/meminfo: memFree=1677264/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=811928 CPUtime=12.67
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 32345 0 1 0 1247 20 0 0 18 0 13 0 25175276 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 202982 28366 1452 9 0 200309 0
[pid=26029/tid=26031] ppid=26027 vsize=811928 CPUtime=8.39
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25307 0 -1 64 17415 0 1 0 828 11 0 0 25 0 13 0 25175277 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4110443397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26032] ppid=26027 vsize=811928 CPUtime=0.17
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25307 0 -1 64 4469 0 0 0 15 2 0 0 16 0 13 0 25175278 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=811928 CPUtime=0.17
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25307 0 -1 64 4162 0 0 0 16 1 0 0 16 0 13 0 25175278 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26034] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25307 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26035] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25307 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25175285 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=811928 CPUtime=0.84
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25307 0 -1 64 327 0 0 0 84 0 0 0 16 0 13 0 25175285 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=811928 CPUtime=3.05
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25307 0 -1 64 5206 0 0 0 302 3 0 0 16 0 13 0 25175285 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26040] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25175285 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25175285 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26042] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26042/stat : 26042 (java) S 26027 26029 25307 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 25176039 831414272 28366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 811928

[startup+25.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26042
/proc/meminfo: memFree=1677200/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=811928 CPUtime=25.34
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 32350 0 1 0 2514 20 0 0 18 0 13 0 25175276 831414272 28369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 202982 28369 1452 9 0 200309 0
[pid=26029/tid=26031] ppid=26027 vsize=811928 CPUtime=20.98
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25307 0 -1 64 17417 0 1 0 2087 11 0 0 25 0 13 0 25175277 831414272 28369 996147200 134512640 134550932 4294956016 18446744073709551615 4109269770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26032] ppid=26027 vsize=811928 CPUtime=0.17
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25307 0 -1 64 4469 0 0 0 15 2 0 0 16 0 13 0 25175278 831414272 28369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=811928 CPUtime=0.17
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25307 0 -1 64 4162 0 0 0 16 1 0 0 16 0 13 0 25175278 831414272 28369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26034] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25307 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 28369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26035] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 28369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 28369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=811928 CPUtime=0

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

[pid=26029/tid=26034] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25307 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25307 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=811928 CPUtime=0.93
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25307 0 -1 64 331 0 0 0 93 0 0 0 17 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=811928 CPUtime=3.05
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25307 0 -1 64 5206 0 0 0 302 3 0 0 16 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26040] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26042] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26042/stat : 26042 (java) S 26027 26029 25307 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 25176039 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.29
Current children cumulated vsize (KiB) 811928

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/97 26123
/proc/meminfo: memFree=1131712/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=811928 CPUtime=1770.27
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 81295 0 1 0 176983 44 0 0 18 0 13 0 25175276 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 202982 74609 1452 9 0 200309 0
[pid=26029/tid=26031] ppid=26027 vsize=811928 CPUtime=1763.62
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25307 0 -1 64 17424 0 1 0 176348 14 0 0 25 0 13 0 25175277 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4110349460 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26032] ppid=26027 vsize=811928 CPUtime=1.29
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25307 0 -1 64 30041 0 0 0 116 13 0 0 16 0 13 0 25175278 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=811928 CPUtime=1.31
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25307 0 -1 64 27527 0 0 0 120 11 0 0 18 0 13 0 25175278 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26034] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25307 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25307 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=811928 CPUtime=0.93
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25307 0 -1 64 331 0 0 0 93 0 0 0 17 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=811928 CPUtime=3.05
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25307 0 -1 64 5206 0 0 0 302 3 0 0 16 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26040] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26042] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26042/stat : 26042 (java) S 26027 26029 25307 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 25176039 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.27
Current children cumulated vsize (KiB) 811928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/97 26123
/proc/meminfo: memFree=1131712/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=811928 CPUtime=1800.06
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 81295 0 1 0 179962 44 0 0 18 0 13 0 25175276 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 202982 74609 1452 9 0 200309 0
[pid=26029/tid=26031] ppid=26027 vsize=811928 CPUtime=1793.41
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25307 0 -1 64 17424 0 1 0 179327 14 0 0 25 0 13 0 25175277 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4110350150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26032] ppid=26027 vsize=811928 CPUtime=1.29
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25307 0 -1 64 30041 0 0 0 116 13 0 0 16 0 13 0 25175278 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=811928 CPUtime=1.31
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25307 0 -1 64 27527 0 0 0 120 11 0 0 18 0 13 0 25175278 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26034] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25307 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25175280 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25307 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26038] ppid=26027 vsize=811928 CPUtime=0.93
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25307 0 -1 64 331 0 0 0 93 0 0 0 17 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=811928 CPUtime=3.05
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25307 0 -1 64 5206 0 0 0 302 3 0 0 16 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26040] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25175285 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26042] ppid=26027 vsize=811928 CPUtime=0
/proc/26029/task/26042/stat : 26042 (java) S 26027 26029 25307 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 25176039 831414272 74609 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 811928

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

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

[startup+1812.22 s]
/proc/loadavg: 2.03 2.03 2.00 3/97 26123
/proc/meminfo: memFree=1131712/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=812576 CPUtime=1800.19
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 81314 0 1 0 179975 44 0 0 16 0 15 0 25175276 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26029/statm: 203144 74628 1452 9 0 200471 0
[pid=26029/tid=26031] ppid=26027 vsize=812576 CPUtime=1793.52
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25307 0 -1 64 17424 0 1 0 179338 14 0 0 25 0 15 0 25175277 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4110349681 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26032] ppid=26027 vsize=812576 CPUtime=1.29
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25307 0 -1 64 30041 0 0 0 116 13 0 0 16 0 15 0 25175278 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=812576 CPUtime=1.31
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25307 0 -1 64 27527 0 0 0 120 11 0 0 18 0 15 0 25175278 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26034] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25307 0 -1 64 20 0 0 0 0 0 0 0 16 0 15 0 25175280 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 25175280 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 25175280 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25307 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 25175285 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26038] ppid=26027 vsize=812576 CPUtime=0.94
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25307 0 -1 64 331 0 0 0 94 0 0 0 16 0 15 0 25175285 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=812576 CPUtime=3.05
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25307 0 -1 64 5206 0 0 0 302 3 0 0 16 0 15 0 25175285 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26040] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 25175285 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 25175285 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26042] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26042/stat : 26042 (java) S 26027 26029 25307 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 25176039 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 812576

[startup+1812.4 s]
/proc/loadavg: 2.03 2.03 2.00 3/97 26123
/proc/meminfo: memFree=1131712/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=812576 CPUtime=1800.49
/proc/26029/stat : 26029 (java) S 26027 26029 25307 0 -1 0 81314 0 1 0 180005 44 0 0 16 0 15 0 25175276 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26029/statm: 203144 74628 1452 9 0 200471 0
[pid=26029/tid=26031] ppid=26027 vsize=812576 CPUtime=1793.71
/proc/26029/task/26031/stat : 26031 (java) R 26027 26029 25307 0 -1 64 17424 0 1 0 179357 14 0 0 25 0 15 0 25175277 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4110350150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26032] ppid=26027 vsize=812576 CPUtime=1.29
/proc/26029/task/26032/stat : 26032 (java) S 26027 26029 25307 0 -1 64 30041 0 0 0 116 13 0 0 16 0 15 0 25175278 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26033] ppid=26027 vsize=812576 CPUtime=1.31
/proc/26029/task/26033/stat : 26033 (java) S 26027 26029 25307 0 -1 64 27527 0 0 0 120 11 0 0 18 0 15 0 25175278 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26034] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26034/stat : 26034 (java) S 26027 26029 25307 0 -1 64 20 0 0 0 0 0 0 0 16 0 15 0 25175280 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26035] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26035/stat : 26035 (java) S 26027 26029 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 25175280 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26036] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26036/stat : 26036 (java) S 26027 26029 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 25175280 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26037] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26037/stat : 26037 (java) S 26027 26029 25307 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 25175285 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26038] ppid=26027 vsize=812576 CPUtime=0.96
/proc/26029/task/26038/stat : 26038 (java) S 26027 26029 25307 0 -1 64 331 0 0 0 96 0 0 0 16 0 15 0 25175285 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26039] ppid=26027 vsize=812576 CPUtime=3.05
/proc/26029/task/26039/stat : 26039 (java) S 26027 26029 25307 0 -1 64 5206 0 0 0 302 3 0 0 16 0 15 0 25175285 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26029/tid=26040] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26040/stat : 26040 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 25175285 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26041] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26041/stat : 26041 (java) S 26027 26029 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 25175285 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26029/tid=26042] ppid=26027 vsize=812576 CPUtime=0
/proc/26029/task/26042/stat : 26042 (java) S 26027 26029 25307 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 25176039 832077824 74628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 812576

[startup+1812.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/97 26123
/proc/meminfo: memFree=1131712/2055920 swapFree=4192812/4192956
[pid=26029] ppid=26027 vsize=0 CPUtime=1800.6
/proc/26029/stat : 26029 (java) Z 26027 26029 25307 0 -1 1036 81317 0 1 0 180013 47 0 0 16 0 2 0 25175276 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26029/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1812.51
CPU time (s): 1800.63
CPU user time (s): 1800.14
CPU system time (s): 0.490925
CPU usage (%): 99.3443
Max. virtual memory (cumulated for all children) (KiB): 812576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.14
system time used= 0.490925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81317
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= 38102
involuntary context switches= 53653

runsolver used 2.25666 second user time and 6.48301 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 08:45:18
IDJOB=2085122
IDBENCH=58291
IDSOLVER=731
FILE ID=node52/2085122-1247381118
PBS_JOBID= 9507187
Free space on /tmp= 66136 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15b-13.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085122-1247381118/watcher-2085122-1247381118 -o /tmp/evaluation-result-2085122-1247381118/solver-2085122-1247381118 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2085122-1247381118.xml

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

MD5SUM BENCH= 7561c5d831446f5704571e3b734a1238
RANDOM SEED=1302772611

node52.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:       1786264 kB
Buffers:          8148 kB
Cached:          76240 kB
SwapCached:          0 kB
Active:         195448 kB
Inactive:        25132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:         147404 kB
Slab:            33876 kB
Committed_AS:   309312 kB
PageTables:       2172 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= 66144 MiB
End job on node52 at 2009-07-12 09:15:32