Trace number 2074397

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.75 1814.7

General information on the benchmark

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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.19/0.25	c c --- Begin Solver configuration ---
0.19/0.25	c Stops conflict analysis at the first Unique Implication Point
0.19/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.25	c Learn all clauses as in MiniSAT
0.19/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.25	c Expensive reason simplification
0.19/0.25	c MiniSAT restarts strategy
0.19/0.25	c Memory based learned constraints deletion strategy
0.19/0.25	c timeout=2147483s
0.19/0.25	c DB Simplification allowed=false
0.19/0.25	c --- End Solver configuration ---
0.19/0.25	c solving HOME/instance-2074397-1247359188.xml
0.19/0.25	c reading problem ... 
0.49/0.50	c reading problem named null
0.49/0.50	c reading domains done.
0.49/0.51	c reading variables done.
0.58/0.69	c reading predicates  done.
0.89/0.92	c reading constraints
56.59/56.92	c done with constraints.
56.59/56.93	c ... done. Wall clock time 56.679s.
56.59/56.93	c #vars     1875
56.59/56.93	c #constraints  271250
56.59/56.93	c constraints type 
56.59/56.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 270625
56.59/56.93	c org.sat4j.minisat.constraints.card.AtLeast => 625
1800.06/1814.01	c starts		: 22
1800.06/1814.01	c conflicts		: 1445178
1800.06/1814.01	c decisions		: 1658187
1800.06/1814.01	c propagations		: 48740983
1800.06/1814.01	c inspects		: 5441075966
1800.06/1814.01	c learnt literals	: 0
1800.06/1814.01	c learnt binary clauses	: 0
1800.06/1814.01	c learnt ternary clauses	: 0
1800.06/1814.01	c learnt clauses	: 1445178
1800.06/1814.01	c ignored clauses	: 0
1800.06/1814.01	c root simplifications	: 0
1800.06/1814.02	c removed literals (reason simplification)	: 7659301
1800.06/1814.02	c reason swapping (by a shorter reason)	: 0
1800.06/1814.02	c Calls to reduceDB	: 0
1800.06/1814.02	c speed (assignments/second)	: 27739.636830938463
1800.06/1814.02	c non guided choices	620
1800.55/1814.56	c learnt constraints type 
1800.55/1814.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1445302
1800.55/1814.56	c constraints type 
1800.55/1814.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 270625
1800.55/1814.56	c org.sat4j.minisat.constraints.card.AtLeast => 625
1800.55/1814.56	s UNKNOWN
1800.55/1814.56	c Total wall clock time (in seconds) : 1813.768

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

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


[startup+0 s]
/proc/loadavg: 1.53 1.65 1.85 3/75 17115
/proc/meminfo: memFree=1811280/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=13208 CPUtime=0
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 22985108 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 3302 521 219 9 0 1186 0
[pid=17115/tid=17116] ppid=17113 vsize=13208 CPUtime=0
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 22985109 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4976600 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0910989 s]
/proc/loadavg: 1.53 1.65 1.85 3/75 17115
/proc/meminfo: memFree=1811280/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=802164 CPUtime=0.08
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 2898 0 1 0 6 2 0 0 18 0 7 0 22985108 821415936 2643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 200541 2643 1043 9 0 197892 0
[pid=17115/tid=17116] ppid=17113 vsize=802164 CPUtime=0.07
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 2160 0 1 0 6 1 0 0 17 0 7 0 22985109 821415936 2643 996147200 134512640 134550932 4294956016 18446744073709551615 102554224 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.101099 s]
/proc/loadavg: 1.53 1.65 1.85 3/75 17115
/proc/meminfo: memFree=1811280/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=804560 CPUtime=0.09
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 3011 0 1 0 7 2 0 0 18 0 12 0 22985108 823869440 2754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 201140 2754 1082 9 0 198474 0
[pid=17115/tid=17116] ppid=17113 vsize=804560 CPUtime=0.08
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 2258 0 1 0 7 1 0 0 21 0 12 0 22985109 823869440 2754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301112 s]
/proc/loadavg: 1.53 1.65 1.85 3/75 17115
/proc/meminfo: memFree=1811280/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=805628 CPUtime=0.29
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 4297 0 1 0 25 4 0 0 18 0 12 0 22985108 824963072 4034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 201407 4034 1359 9 0 198734 0
[pid=17115/tid=17116] ppid=17113 vsize=805628 CPUtime=0.22
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 3061 0 1 0 19 3 0 0 21 0 12 0 22985109 824963072 4034 996147200 134512640 134550932 4294956016 18446744073709551615 106549168 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701136 s]
/proc/loadavg: 1.53 1.65 1.85 3/75 17115
/proc/meminfo: memFree=1811280/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=807184 CPUtime=0.68
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 5589 0 1 0 62 6 0 0 18 0 12 0 22985108 826556416 5082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 201796 5082 1389 9 0 199123 0
[pid=17115/tid=17116] ppid=17113 vsize=807184 CPUtime=0.46
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 3701 0 1 0 42 4 0 0 23 0 12 0 22985109 826556416 5082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50119 s]
/proc/loadavg: 1.53 1.65 1.85 4/87 17127
/proc/meminfo: memFree=1792368/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=809616 CPUtime=1.48
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 9019 0 1 0 139 9 0 0 18 0 12 0 22985108 829046784 7347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 202404 7347 1412 9 0 199731 0
[pid=17115/tid=17116] ppid=17113 vsize=809616 CPUtime=0.91
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 5490 0 1 0 85 6 0 0 20 0 12 0 22985109 829046784 7347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17118] ppid=17113 vsize=809616 CPUtime=0
/proc/17115/task/17118/stat : 17118 (java) S 17113 17115 15143 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22985110 829046784 7347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17119] ppid=17113 vsize=809616 CPUtime=0
/proc/17115/task/17119/stat : 17119 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22985110 829046784 7347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17120] ppid=17113 vsize=809616 CPUtime=0
/proc/17115/task/17120/stat : 17120 (java) S 17113 17115 15143 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22985112 829046784 7347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17121] ppid=17113 vsize=809616 CPUtime=0
/proc/17115/task/17121/stat : 17121 (java) S 17113 17115 15143 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 22985113 829046784 7347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17122] ppid=17113 vsize=809616 CPUtime=0
/proc/17115/task/17122/stat : 17122 (java) S 17113 17115 15143 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22985113 829046784 7347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17123] ppid=17113 vsize=809616 CPUtime=0
/proc/17115/task/17123/stat : 17123 (java) S 17113 17115 15143 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22985117 829046784 7347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17124] ppid=17113 vsize=809616 CPUtime=0
/proc/17115/task/17124/stat : 17124 (java) S 17113 17115 15143 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22985117 829046784 7347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17125] ppid=17113 vsize=809616 CPUtime=0.55
/proc/17115/task/17125/stat : 17125 (java) R 17113 17115 15143 0 -1 64 2776 0 0 0 53 2 0 0 16 0 12 0 22985117 829046784 7347 996147200 134512640 134550932 4294956016 18446744073709551615 106810133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17126] ppid=17113 vsize=809616 CPUtime=0
/proc/17115/task/17126/stat : 17126 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22985117 829046784 7347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17127] ppid=17113 vsize=809616 CPUtime=0
/proc/17115/task/17127/stat : 17127 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22985117 829046784 7347 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809616

[startup+3.10229 s]
/proc/loadavg: 1.64 1.68 1.86 4/87 17127
/proc/meminfo: memFree=1777264/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=813664 CPUtime=3.06
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 18749 0 1 0 292 14 0 0 18 0 12 0 22985108 833191936 15721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 203416 15721 1424 9 0 200743 0
[pid=17115/tid=17116] ppid=17113 vsize=813664 CPUtime=1.73
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 12912 0 1 0 163 10 0 0 25 0 12 0 22985109 833191936 15721 996147200 134512640 134550932 4294956016 18446744073709551615 4109170144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17118] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17118/stat : 17118 (java) S 17113 17115 15143 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22985110 833191936 15721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17119] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17119/stat : 17119 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22985110 833191936 15721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17120] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17120/stat : 17120 (java) S 17113 17115 15143 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22985112 833191936 15721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17121] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17121/stat : 17121 (java) S 17113 17115 15143 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 22985113 833191936 15721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17122] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17122/stat : 17122 (java) S 17113 17115 15143 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22985113 833191936 15721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17123] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17123/stat : 17123 (java) S 17113 17115 15143 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22985117 833191936 15721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17124] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17124/stat : 17124 (java) S 17113 17115 15143 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22985117 833191936 15721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17125] ppid=17113 vsize=813664 CPUtime=1.31
/proc/17115/task/17125/stat : 17125 (java) S 17113 17115 15143 0 -1 64 5083 0 0 0 128 3 0 0 17 0 12 0 22985117 833191936 15721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17126] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17126/stat : 17126 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22985117 833191936 15721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17127] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17127/stat : 17127 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22985117 833191936 15721 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813664

[startup+6.3023 s]
/proc/loadavg: 1.64 1.68 1.86 4/88 17128
/proc/meminfo: memFree=1730920/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=813664 CPUtime=6.23
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 24164 0 1 0 606 17 0 0 18 0 12 0 22985108 833191936 21131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 203416 21131 1434 9 0 200743 0
[pid=17115/tid=17116] ppid=17113 vsize=813664 CPUtime=3.65
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 17384 0 1 0 352 13 0 0 25 0 12 0 22985109 833191936 21131 996147200 134512640 134550932 4294956016 18446744073709551615 4109553323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17118] ppid=17113 vsize=813664 CPUtime=0.01
/proc/17115/task/17118/stat : 17118 (java) S 17113 17115 15143 0 -1 64 499 0 0 0 1 0 0 0 17 0 12 0 22985110 833191936 21131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17119] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17119/stat : 17119 (java) S 17113 17115 15143 0 -1 64 227 0 0 0 0 0 0 0 17 0 12 0 22985110 833191936 21131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17120] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17120/stat : 17120 (java) S 17113 17115 15143 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 22985112 833191936 21131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17121] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17121/stat : 17121 (java) S 17113 17115 15143 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22985113 833191936 21131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17122] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17122/stat : 17122 (java) S 17113 17115 15143 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22985113 833191936 21131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17123] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17123/stat : 17123 (java) S 17113 17115 15143 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22985117 833191936 21131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17124] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17124/stat : 17124 (java) S 17113 17115 15143 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22985117 833191936 21131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17125] ppid=17113 vsize=813664 CPUtime=2.53
/proc/17115/task/17125/stat : 17125 (java) S 17113 17115 15143 0 -1 64 5282 0 0 0 250 3 0 0 16 0 12 0 22985117 833191936 21131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17126] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17126/stat : 17126 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22985117 833191936 21131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17127] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17127/stat : 17127 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22985117 833191936 21131 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 813664

[startup+12.7027 s]
/proc/loadavg: 1.70 1.69 1.86 3/88 17128
/proc/meminfo: memFree=1713832/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=813664 CPUtime=12.59
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 28653 0 1 0 1239 20 0 0 18 0 12 0 22985108 833191936 25610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 203416 25610 1444 9 0 200743 0
[pid=17115/tid=17116] ppid=17113 vsize=813664 CPUtime=9.07
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 19062 0 1 0 892 15 0 0 25 0 12 0 22985109 833191936 25610 996147200 134512640 134550932 4294956016 18446744073709551615 4109627288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17118] ppid=17113 vsize=813664 CPUtime=0.08
/proc/17115/task/17118/stat : 17118 (java) S 17113 17115 15143 0 -1 64 1734 0 0 0 8 0 0 0 16 0 12 0 22985110 833191936 25610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17119] ppid=17113 vsize=813664 CPUtime=0.08
/proc/17115/task/17119/stat : 17119 (java) S 17113 17115 15143 0 -1 64 1705 0 0 0 8 0 0 0 16 0 12 0 22985110 833191936 25610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17120] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17120/stat : 17120 (java) S 17113 17115 15143 0 -1 64 48 0 0 0 0 0 0 0 16 0 12 0 22985112 833191936 25610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17121] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17121/stat : 17121 (java) S 17113 17115 15143 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22985113 833191936 25610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17122] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17122/stat : 17122 (java) S 17113 17115 15143 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22985113 833191936 25610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17123] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17123/stat : 17123 (java) S 17113 17115 15143 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22985117 833191936 25610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17124] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17124/stat : 17124 (java) S 17113 17115 15143 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22985117 833191936 25610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17125] ppid=17113 vsize=813664 CPUtime=3.32
/proc/17115/task/17125/stat : 17125 (java) S 17113 17115 15143 0 -1 64 5352 0 0 0 329 3 0 0 16 0 12 0 22985117 833191936 25610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17126] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17126/stat : 17126 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22985117 833191936 25610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17127] ppid=17113 vsize=813664 CPUtime=0
/proc/17115/task/17127/stat : 17127 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22985117 833191936 25610 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 813664

[startup+25.5025 s]
/proc/loadavg: 1.74 1.70 1.86 3/88 17128
/proc/meminfo: memFree=1704936/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=813664 CPUtime=25.34
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 30948 0 1 0 2513 21 0 0 18 0 12 0 22985108 833191936 27889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 203416 27889 1444 9 0 200743 0
[pid=17115/tid=17116] ppid=17113 vsize=813664 CPUtime=21.65
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 19078 0 1 0 2150 15 0 0 25 0 12 0 22985109 833191936 27889 996147200 134512640 134550932 4294956016 18446744073709551615 4109566208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17118] ppid=17113 vsize=813664 CPUtime=0.15
/proc/17115/task/17118/stat : 17118 (java) S 17113 17115 15143 0 -1 64 2964 0 0 0 15 0 0 0 16 0 12 0 22985110 833191936 27889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17119] ppid=17113 vsize=813664 CPUtime=0.15

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

[pid=17115] ppid=17113 vsize=813988 CPUtime=1709.29
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 126650 0 1 0 170853 76 0 0 18 0 13 0 22985108 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 203497 118463 1454 9 0 200824 0
[pid=17115/tid=17116] ppid=17113 vsize=813988 CPUtime=1701.12
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 19143 0 1 0 170084 28 0 0 25 0 13 0 22985109 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4110370489 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17118] ppid=17113 vsize=813988 CPUtime=2.13
/proc/17115/task/17118/stat : 17118 (java) S 17113 17115 15143 0 -1 64 53363 0 0 0 194 19 0 0 17 0 13 0 22985110 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17119] ppid=17113 vsize=813988 CPUtime=1.99
/proc/17115/task/17119/stat : 17119 (java) S 17113 17115 15143 0 -1 64 47945 0 0 0 177 22 0 0 17 0 13 0 22985110 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17120] ppid=17113 vsize=813988 CPUtime=0.04
/proc/17115/task/17120/stat : 17120 (java) S 17113 17115 15143 0 -1 64 48 0 0 0 3 1 0 0 16 0 13 0 22985112 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17121] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17121/stat : 17121 (java) S 17113 17115 15143 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22985113 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17122] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17122/stat : 17122 (java) S 17113 17115 15143 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22985113 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17123] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17123/stat : 17123 (java) S 17113 17115 15143 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17124] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17124/stat : 17124 (java) S 17113 17115 15143 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17125] ppid=17113 vsize=813988 CPUtime=3.96
/proc/17115/task/17125/stat : 17125 (java) S 17113 17115 15143 0 -1 64 5394 0 0 0 393 3 0 0 16 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17126] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17126/stat : 17126 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17127] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17127/stat : 17127 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17129] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17129/stat : 17129 (java) S 17113 17115 15143 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 22990802 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.29
Current children cumulated vsize (KiB) 813988

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 17259
/proc/meminfo: memFree=1338848/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=813988 CPUtime=1768.68
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 126650 0 1 0 176792 76 0 0 18 0 13 0 22985108 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 203497 118463 1454 9 0 200824 0
[pid=17115/tid=17116] ppid=17113 vsize=813988 CPUtime=1760.5
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 19143 0 1 0 176022 28 0 0 25 0 13 0 22985109 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4109806655 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17118] ppid=17113 vsize=813988 CPUtime=2.13
/proc/17115/task/17118/stat : 17118 (java) S 17113 17115 15143 0 -1 64 53363 0 0 0 194 19 0 0 17 0 13 0 22985110 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17119] ppid=17113 vsize=813988 CPUtime=1.99
/proc/17115/task/17119/stat : 17119 (java) S 17113 17115 15143 0 -1 64 47945 0 0 0 177 22 0 0 17 0 13 0 22985110 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17120] ppid=17113 vsize=813988 CPUtime=0.04
/proc/17115/task/17120/stat : 17120 (java) S 17113 17115 15143 0 -1 64 48 0 0 0 3 1 0 0 16 0 13 0 22985112 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17121] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17121/stat : 17121 (java) S 17113 17115 15143 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22985113 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17122] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17122/stat : 17122 (java) S 17113 17115 15143 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22985113 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17123] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17123/stat : 17123 (java) S 17113 17115 15143 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17124] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17124/stat : 17124 (java) S 17113 17115 15143 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17125] ppid=17113 vsize=813988 CPUtime=3.96
/proc/17115/task/17125/stat : 17125 (java) S 17113 17115 15143 0 -1 64 5394 0 0 0 393 3 0 0 16 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17126] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17126/stat : 17126 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17127] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17127/stat : 17127 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17129] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17129/stat : 17129 (java) S 17113 17115 15143 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 22990802 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.68
Current children cumulated vsize (KiB) 813988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 17259
/proc/meminfo: memFree=1338848/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=813988 CPUtime=1800.06
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 126650 0 1 0 179929 77 0 0 18 0 13 0 22985108 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17115/statm: 203497 118463 1454 9 0 200824 0
[pid=17115/tid=17116] ppid=17113 vsize=813988 CPUtime=1791.89
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 19143 0 1 0 179160 29 0 0 25 0 13 0 22985109 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4110201982 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17118] ppid=17113 vsize=813988 CPUtime=2.13
/proc/17115/task/17118/stat : 17118 (java) S 17113 17115 15143 0 -1 64 53363 0 0 0 194 19 0 0 17 0 13 0 22985110 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17119] ppid=17113 vsize=813988 CPUtime=1.99
/proc/17115/task/17119/stat : 17119 (java) S 17113 17115 15143 0 -1 64 47945 0 0 0 177 22 0 0 17 0 13 0 22985110 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17120] ppid=17113 vsize=813988 CPUtime=0.04
/proc/17115/task/17120/stat : 17120 (java) S 17113 17115 15143 0 -1 64 48 0 0 0 3 1 0 0 16 0 13 0 22985112 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17121] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17121/stat : 17121 (java) S 17113 17115 15143 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22985113 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17122] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17122/stat : 17122 (java) S 17113 17115 15143 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22985113 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17123] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17123/stat : 17123 (java) S 17113 17115 15143 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17124] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17124/stat : 17124 (java) S 17113 17115 15143 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17125] ppid=17113 vsize=813988 CPUtime=3.96
/proc/17115/task/17125/stat : 17125 (java) S 17113 17115 15143 0 -1 64 5394 0 0 0 393 3 0 0 16 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17126] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17126/stat : 17126 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17127] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17127/stat : 17127 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22985117 833523712 118463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17129] ppid=17113 vsize=813988 CPUtime=0
/proc/17115/task/17129/stat : 17129 (java) S 17113 17115 15143 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 22990802 833523712 118463 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) 813988

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

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

[startup+1814.2 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 17259
/proc/meminfo: memFree=1338848/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=814636 CPUtime=1800.25
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 126668 0 1 0 179948 77 0 0 16 0 15 0 22985108 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17115/statm: 203659 118481 1454 9 0 200986 0
[pid=17115/tid=17116] ppid=17113 vsize=814636 CPUtime=1791.95
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 19143 0 1 0 179166 29 0 0 25 0 15 0 22985109 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4110370489 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17118] ppid=17113 vsize=814636 CPUtime=2.13
/proc/17115/task/17118/stat : 17118 (java) S 17113 17115 15143 0 -1 64 53363 0 0 0 194 19 0 0 17 0 15 0 22985110 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17119] ppid=17113 vsize=814636 CPUtime=1.99
/proc/17115/task/17119/stat : 17119 (java) S 17113 17115 15143 0 -1 64 47945 0 0 0 177 22 0 0 17 0 15 0 22985110 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17120] ppid=17113 vsize=814636 CPUtime=0.04
/proc/17115/task/17120/stat : 17120 (java) S 17113 17115 15143 0 -1 64 48 0 0 0 3 1 0 0 16 0 15 0 22985112 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17121] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17121/stat : 17121 (java) S 17113 17115 15143 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 22985113 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17122] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17122/stat : 17122 (java) S 17113 17115 15143 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 22985113 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17123] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17123/stat : 17123 (java) S 17113 17115 15143 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 22985117 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17124] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17124/stat : 17124 (java) S 17113 17115 15143 0 -1 64 13 0 0 0 0 0 0 0 19 0 15 0 22985117 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17125] ppid=17113 vsize=814636 CPUtime=3.98
/proc/17115/task/17125/stat : 17125 (java) S 17113 17115 15143 0 -1 64 5394 0 0 0 395 3 0 0 16 0 15 0 22985117 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17126] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17126/stat : 17126 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 20 0 15 0 22985117 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17127] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17127/stat : 17127 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 22985117 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17129] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17129/stat : 17129 (java) S 17113 17115 15143 0 -1 64 5 0 0 0 0 0 0 0 22 0 15 0 22990802 834187264 118481 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 814636

[startup+1814.6 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 17259
/proc/meminfo: memFree=1338848/2055920 swapFree=4191900/4192956
[pid=17115] ppid=17113 vsize=814636 CPUtime=1800.65
/proc/17115/stat : 17115 (java) S 17113 17115 15143 0 -1 0 126671 0 1 0 179988 77 0 0 16 0 14 0 22985108 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17115/statm: 203659 118484 1455 9 0 200986 0
[pid=17115/tid=17116] ppid=17113 vsize=814636 CPUtime=1792.19
/proc/17115/task/17116/stat : 17116 (java) R 17113 17115 15143 0 -1 64 19143 0 1 0 179190 29 0 0 25 0 14 0 22985109 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4109806655 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17118] ppid=17113 vsize=814636 CPUtime=2.13
/proc/17115/task/17118/stat : 17118 (java) S 17113 17115 15143 0 -1 64 53363 0 0 0 194 19 0 0 17 0 14 0 22985110 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17119] ppid=17113 vsize=814636 CPUtime=1.99
/proc/17115/task/17119/stat : 17119 (java) S 17113 17115 15143 0 -1 64 47945 0 0 0 177 22 0 0 17 0 14 0 22985110 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17120] ppid=17113 vsize=814636 CPUtime=0.04
/proc/17115/task/17120/stat : 17120 (java) S 17113 17115 15143 0 -1 64 48 0 0 0 3 1 0 0 16 0 14 0 22985112 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17121] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17121/stat : 17121 (java) S 17113 17115 15143 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 22985113 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17122] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17122/stat : 17122 (java) S 17113 17115 15143 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 22985113 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17123] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17123/stat : 17123 (java) S 17113 17115 15143 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 22985117 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17124] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17124/stat : 17124 (java) S 17113 17115 15143 0 -1 64 13 0 0 0 0 0 0 0 19 0 14 0 22985117 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17125] ppid=17113 vsize=814636 CPUtime=3.98
/proc/17115/task/17125/stat : 17125 (java) S 17113 17115 15143 0 -1 64 5394 0 0 0 395 3 0 0 16 0 14 0 22985117 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17115/tid=17126] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17126/stat : 17126 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 22985117 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17127] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17127/stat : 17127 (java) S 17113 17115 15143 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 22985117 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17115/tid=17129] ppid=17113 vsize=814636 CPUtime=0
/proc/17115/task/17129/stat : 17129 (java) S 17113 17115 15143 0 -1 64 5 0 0 0 0 0 0 0 22 0 14 0 22990802 834187264 118484 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 814636

Child status: 143
Real time (s): 1814.7
CPU time (s): 1800.75
CPU user time (s): 1799.9
CPU system time (s): 0.845871
CPU usage (%): 99.2315
Max. virtual memory (cumulated for all children) (KiB): 814636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.845871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126671
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= 39222
involuntary context switches= 40155

runsolver used 1.9687 second user time and 6.34703 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 02:39:50
IDJOB=2074397
IDBENCH=56097
IDSOLVER=731
FILE ID=node29/2074397-1247359188
PBS_JOBID= 9506921
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= b0a7ced6452a110d2bda0f89526bf56f
RANDOM SEED=1214246466

node29.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.225
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.225
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:       1811760 kB
Buffers:         22032 kB
Cached:          94332 kB
SwapCached:        392 kB
Active:         157168 kB
Inactive:        36872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811760 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           17188 kB
Writeback:           0 kB
Mapped:          87696 kB
Slab:            35160 kB
Committed_AS:   290568 kB
PageTables:       2044 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= 66312 MiB
End job on node29 at 2009-07-12 03:10:06