Trace number 2075101

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.39 1810.96

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-41_ext.xml
MD5SUM0f43e4f562ecd636043bcca7dfaf8fa5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark164.482
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
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.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2075101-1247359754.xml
0.18/0.23	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.47	c reading variables done.
0.38/0.48	c reading relations done.
3.08/3.11	c reading constraints
4.40/4.33	c done with constraints.
4.40/4.33	c ... done. Wall clock time 4.101s.
4.40/4.33	c #vars     576
4.40/4.33	c #constraints  663984
4.40/4.33	c constraints type 
4.40/4.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 663960
4.40/4.33	c org.sat4j.minisat.constraints.card.AtLeast => 24
1800.04/1810.62	c starts		: 21
1800.04/1810.62	c conflicts		: 831607
1800.04/1810.62	c decisions		: 1363482
1800.04/1810.62	c propagations		: 52913023
1800.04/1810.62	c inspects		: 5601470195
1800.04/1810.62	c learnt literals	: 0
1800.04/1810.62	c learnt binary clauses	: 0
1800.04/1810.62	c learnt ternary clauses	: 800
1800.04/1810.62	c learnt clauses	: 831607
1800.04/1810.62	c ignored clauses	: 0
1800.04/1810.62	c root simplifications	: 0
1800.04/1810.62	c removed literals (reason simplification)	: 30381727
1800.04/1810.62	c reason swapping (by a shorter reason)	: 0
1800.04/1810.62	c Calls to reduceDB	: 0
1800.04/1810.62	c speed (assignments/second)	: 29293.726042079576
1800.04/1810.62	c non guided choices	215
1800.23/1810.85	c learnt constraints type 
1800.23/1810.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 831640
1800.23/1810.85	c constraints type 
1800.23/1810.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 663960
1800.23/1810.85	c org.sat4j.minisat.constraints.card.AtLeast => 24
1800.23/1810.85	s UNKNOWN
1800.23/1810.85	c Total wall clock time (in seconds) : 1810.394

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-2075101-1247359754/watcher-2075101-1247359754 -o /tmp/evaluation-result-2075101-1247359754/solver-2075101-1247359754 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075101-1247359754.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.86 1.97 1.99 4/81 19570
/proc/meminfo: memFree=1616736/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=1612 CPUtime=0
/proc/19570/stat : 19570 (java6) R 19568 19570 18481 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 23038603 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/19570/statm: 0 0 0 0 0 0 0

[startup+0.0949271 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 19570
/proc/meminfo: memFree=1616736/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=804560 CPUtime=0.08
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 3010 0 1 0 6 2 0 0 18 0 12 0 23038603 823869440 2753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19570/statm: 201140 2753 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.101925 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 19570
/proc/meminfo: memFree=1616736/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=804560 CPUtime=0.08
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 3062 0 1 0 6 2 0 0 18 0 12 0 23038603 823869440 2805 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19570/statm: 201140 2805 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301945 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 19570
/proc/meminfo: memFree=1616736/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=805916 CPUtime=0.28
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 4396 0 1 0 25 3 0 0 18 0 12 0 23038603 825257984 4133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19570/statm: 201479 4133 1363 9 0 198806 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805916

[startup+0.701979 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 19570
/proc/meminfo: memFree=1616736/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=807216 CPUtime=0.68
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 5882 0 1 0 63 5 0 0 18 0 12 0 23038603 826589184 5338 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19570/statm: 201804 5338 1398 9 0 199131 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807216

[startup+1.50105 s]
/proc/loadavg: 1.86 1.97 1.99 4/93 19582
/proc/meminfo: memFree=1593984/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=812844 CPUtime=1.47
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 13527 0 1 0 139 8 0 0 18 0 12 0 23038603 832352256 11625 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19570/statm: 203211 11631 1408 9 0 200538 0
[pid=19570/tid=19572] ppid=19568 vsize=812844 CPUtime=0.65
/proc/19570/task/19572/stat : 19572 (java) R 19568 19570 18481 0 -1 64 8887 0 1 0 59 6 0 0 25 0 12 0 23038605 832352256 11634 996147200 134512640 134550932 4294956016 18446744073709551615 4109574612 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19573] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19573/stat : 19573 (java) S 19568 19570 18481 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 23038606 832352256 11639 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19574] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19574/stat : 19574 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23038606 832352256 11643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19575] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19575/stat : 19575 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 23038607 832352256 11647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19576] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19576/stat : 19576 (java) S 19568 19570 18481 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 23038608 832352256 11651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19577] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19577/stat : 19577 (java) S 19568 19570 18481 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23038608 832352256 11655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19578] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19578/stat : 19578 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23038612 832352256 11659 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19579] ppid=19568 vsize=812844 CPUtime=0.04
/proc/19570/task/19579/stat : 19579 (java) S 19568 19570 18481 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23038612 832352256 11663 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19580] ppid=19568 vsize=812844 CPUtime=0.76
/proc/19570/task/19580/stat : 19580 (java) S 19568 19570 18481 0 -1 64 3654 0 0 0 75 1 0 0 16 0 12 0 23038612 832352256 11667 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19581] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19581/stat : 19581 (java) S 19568 19570 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23038612 832352256 11670 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19582] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19582/stat : 19582 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23038612 832352256 11674 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812844

[startup+3.10219 s]
/proc/loadavg: 1.86 1.97 1.99 3/93 19582
/proc/meminfo: memFree=1532864/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=812844 CPUtime=3.08
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 26505 0 1 0 294 14 0 0 18 0 12 0 23038603 832352256 24597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19570/statm: 203211 24597 1420 9 0 200538 0
[pid=19570/tid=19572] ppid=19568 vsize=812844 CPUtime=1.98
/proc/19570/task/19572/stat : 19572 (java) R 19568 19570 18481 0 -1 64 16914 0 1 0 189 9 0 0 25 0 12 0 23038605 832352256 24597 996147200 134512640 134550932 4294956016 18446744073709551615 4109600329 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19573] ppid=19568 vsize=812844 CPUtime=0.13
/proc/19570/task/19573/stat : 19573 (java) S 19568 19570 18481 0 -1 64 2741 0 0 0 13 0 0 0 16 0 12 0 23038606 832352256 24597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19574] ppid=19568 vsize=812844 CPUtime=0.11
/proc/19570/task/19574/stat : 19574 (java) S 19568 19570 18481 0 -1 64 2169 0 0 0 11 0 0 0 16 0 12 0 23038606 832352256 24597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19575] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19575/stat : 19575 (java) S 19568 19570 18481 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 23038607 832352256 24597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19576] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19576/stat : 19576 (java) S 19568 19570 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23038608 832352256 24597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19577] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19577/stat : 19577 (java) S 19568 19570 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23038608 832352256 24597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19578] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19578/stat : 19578 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23038612 832352256 24597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19579] ppid=19568 vsize=812844 CPUtime=0.04
/proc/19570/task/19579/stat : 19579 (java) S 19568 19570 18481 0 -1 64 255 0 0 0 4 0 0 0 18 0 12 0 23038612 832352256 24597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19580] ppid=19568 vsize=812844 CPUtime=0.76
/proc/19570/task/19580/stat : 19580 (java) S 19568 19570 18481 0 -1 64 3654 0 0 0 75 1 0 0 16 0 12 0 23038612 832352256 24597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19581] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19581/stat : 19581 (java) S 19568 19570 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23038612 832352256 24597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19582] ppid=19568 vsize=812844 CPUtime=0
/proc/19570/task/19582/stat : 19582 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23038612 832352256 24597 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) 812844

[startup+6.30247 s]
/proc/loadavg: 1.87 1.97 1.99 3/94 19583
/proc/meminfo: memFree=1517112/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=813168 CPUtime=6.39
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 36171 0 1 0 621 18 0 0 18 0 13 0 23038603 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19570/statm: 203292 32708 1441 9 0 200619 0
[pid=19570/tid=19572] ppid=19568 vsize=813168 CPUtime=4
/proc/19570/task/19572/stat : 19572 (java) R 19568 19570 18481 0 -1 64 16937 0 1 0 390 10 0 0 25 0 13 0 23038605 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4109797055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19573] ppid=19568 vsize=813168 CPUtime=0.37
/proc/19570/task/19573/stat : 19573 (java) S 19568 19570 18481 0 -1 64 8176 0 0 0 35 2 0 0 16 0 13 0 23038606 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19574] ppid=19568 vsize=813168 CPUtime=0.36
/proc/19570/task/19574/stat : 19574 (java) S 19568 19570 18481 0 -1 64 6195 0 0 0 34 2 0 0 16 0 13 0 23038606 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19575] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19575/stat : 19575 (java) S 19568 19570 18481 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 23038607 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19576] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19576/stat : 19576 (java) S 19568 19570 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23038608 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19577] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19577/stat : 19577 (java) S 19568 19570 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23038608 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19578] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19578/stat : 19578 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23038612 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19579] ppid=19568 vsize=813168 CPUtime=0.34
/proc/19570/task/19579/stat : 19579 (java) S 19568 19570 18481 0 -1 64 281 0 0 0 34 0 0 0 16 0 13 0 23038612 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19580] ppid=19568 vsize=813168 CPUtime=1.27
/proc/19570/task/19580/stat : 19580 (java) S 19568 19570 18481 0 -1 64 3806 0 0 0 125 2 0 0 16 0 13 0 23038612 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19581] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19581/stat : 19581 (java) S 19568 19570 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23038612 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19582] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19582/stat : 19582 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23038612 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19583] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19583/stat : 19583 (java) S 19568 19570 18481 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 23039037 832684032 32708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 813168

[startup+12.702 s]
/proc/loadavg: 1.96 1.98 1.99 3/94 19583
/proc/meminfo: memFree=1517048/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=813168 CPUtime=12.73
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 36192 0 1 0 1255 18 0 0 18 0 13 0 23038603 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19570/statm: 203292 32726 1445 9 0 200619 0
[pid=19570/tid=19572] ppid=19568 vsize=813168 CPUtime=10.15
/proc/19570/task/19572/stat : 19572 (java) R 19568 19570 18481 0 -1 64 16940 0 1 0 1005 10 0 0 25 0 13 0 23038605 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4109797055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19573] ppid=19568 vsize=813168 CPUtime=0.37
/proc/19570/task/19573/stat : 19573 (java) S 19568 19570 18481 0 -1 64 8176 0 0 0 35 2 0 0 16 0 13 0 23038606 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19574] ppid=19568 vsize=813168 CPUtime=0.36
/proc/19570/task/19574/stat : 19574 (java) S 19568 19570 18481 0 -1 64 6195 0 0 0 34 2 0 0 16 0 13 0 23038606 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19575] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19575/stat : 19575 (java) S 19568 19570 18481 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 23038607 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19576] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19576/stat : 19576 (java) S 19568 19570 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23038608 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19577] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19577/stat : 19577 (java) S 19568 19570 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23038608 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19578] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19578/stat : 19578 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23038612 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19579] ppid=19568 vsize=813168 CPUtime=0.52
/proc/19570/task/19579/stat : 19579 (java) S 19568 19570 18481 0 -1 64 299 0 0 0 52 0 0 0 17 0 13 0 23038612 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19580] ppid=19568 vsize=813168 CPUtime=1.27
/proc/19570/task/19580/stat : 19580 (java) S 19568 19570 18481 0 -1 64 3806 0 0 0 125 2 0 0 16 0 13 0 23038612 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19581] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19581/stat : 19581 (java) S 19568 19570 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23038612 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19582] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19582/stat : 19582 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23038612 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19583] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19583/stat : 19583 (java) S 19568 19570 18481 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 23039037 832684032 32726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 813168

[startup+25.5022 s]
/proc/loadavg: 1.97 1.98 1.99 3/94 19583
/proc/meminfo: memFree=1512440/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=813168 CPUtime=25.4
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 37299 0 1 0 2521 19 0 0 18 0 13 0 23038603 832684032 33832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19570/statm: 203292 33832 1445 9 0 200619 0
[pid=19570/tid=19572] ppid=19568 vsize=813168 CPUtime=22.62
/proc/19570/task/19572/stat : 19572 (java) R 19568 19570 18481 0 -1 64 16941 0 1 0 2252 10 0 0 25 0 13 0 23038605 832684032 33832 996147200 134512640 134550932 4294956016 18446744073709551615 4109797055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19573] ppid=19568 vsize=813168 CPUtime=0.47
/proc/19570/task/19573/stat : 19573 (java) S 19568 19570 18481 0 -1 64 9003 0 0 0 44 3 0 0 17 0 13 0 23038606 832684032 33832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19574] ppid=19568 vsize=813168 CPUtime=0.46
/proc/19570/task/19574/stat : 19574 (java) S 19568 19570 18481 0 -1 64 6474 0 0 0 44 2 0 0 17 0 13 0 23038606 832684032 33832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19575] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19575/stat : 19575 (java) S 19568 19570 18481 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 23038607 832684032 33832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19576] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19576/stat : 19576 (java) S 19568 19570 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23038608 832684032 33832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19577] ppid=19568 vsize=813168 CPUtime=0

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

[pid=19570] ppid=19568 vsize=813168 CPUtime=1712.36
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 85529 0 1 0 171195 41 0 0 18 0 13 0 23038603 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19570/statm: 203292 80433 1445 9 0 200619 0
[pid=19570/tid=19572] ppid=19568 vsize=813168 CPUtime=1707.28
/proc/19570/task/19572/stat : 19572 (java) R 19568 19570 18481 0 -1 64 16949 0 1 0 170716 12 0 0 25 0 13 0 23038605 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4109749190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19573] ppid=19568 vsize=813168 CPUtime=1.6
/proc/19570/task/19573/stat : 19573 (java) S 19568 19570 18481 0 -1 64 33263 0 0 0 148 12 0 0 18 0 13 0 23038606 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19574] ppid=19568 vsize=813168 CPUtime=1.6
/proc/19570/task/19574/stat : 19574 (java) S 19568 19570 18481 0 -1 64 30435 0 0 0 148 12 0 0 18 0 13 0 23038606 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19575] ppid=19568 vsize=813168 CPUtime=0.01
/proc/19570/task/19575/stat : 19575 (java) S 19568 19570 18481 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 23038607 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19576] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19576/stat : 19576 (java) S 19568 19570 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23038608 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19577] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19577/stat : 19577 (java) S 19568 19570 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23038608 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19578] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19578/stat : 19578 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23038612 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19579] ppid=19568 vsize=813168 CPUtime=0.54
/proc/19570/task/19579/stat : 19579 (java) S 19568 19570 18481 0 -1 64 300 0 0 0 54 0 0 0 17 0 13 0 23038612 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19580] ppid=19568 vsize=813168 CPUtime=1.27
/proc/19570/task/19580/stat : 19580 (java) S 19568 19570 18481 0 -1 64 3806 0 0 0 125 2 0 0 16 0 13 0 23038612 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19581] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19581/stat : 19581 (java) S 19568 19570 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23038612 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19582] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19582/stat : 19582 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23038612 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19583] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19583/stat : 19583 (java) S 19568 19570 18481 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 23039037 832684032 80433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.36
Current children cumulated vsize (KiB) 813168

[startup+1782.3 s]
/proc/loadavg: 2.16 2.03 2.01 3/94 19591
/proc/meminfo: memFree=1301944/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=813168 CPUtime=1771.82
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 91508 0 1 0 177138 44 0 0 18 0 13 0 23038603 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19570/statm: 203292 86411 1445 9 0 200619 0
[pid=19570/tid=19572] ppid=19568 vsize=813168 CPUtime=1766.44
/proc/19570/task/19572/stat : 19572 (java) R 19568 19570 18481 0 -1 64 16950 0 1 0 176632 12 0 0 25 0 13 0 23038605 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4109749954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19573] ppid=19568 vsize=813168 CPUtime=1.75
/proc/19570/task/19573/stat : 19573 (java) S 19568 19570 18481 0 -1 64 37326 0 0 0 161 14 0 0 18 0 13 0 23038606 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19574] ppid=19568 vsize=813168 CPUtime=1.75
/proc/19570/task/19574/stat : 19574 (java) S 19568 19570 18481 0 -1 64 32350 0 0 0 162 13 0 0 18 0 13 0 23038606 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19575] ppid=19568 vsize=813168 CPUtime=0.01
/proc/19570/task/19575/stat : 19575 (java) S 19568 19570 18481 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 23038607 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19576] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19576/stat : 19576 (java) S 19568 19570 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23038608 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19577] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19577/stat : 19577 (java) S 19568 19570 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23038608 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19578] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19578/stat : 19578 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23038612 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19579] ppid=19568 vsize=813168 CPUtime=0.54
/proc/19570/task/19579/stat : 19579 (java) S 19568 19570 18481 0 -1 64 300 0 0 0 54 0 0 0 17 0 13 0 23038612 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19580] ppid=19568 vsize=813168 CPUtime=1.27
/proc/19570/task/19580/stat : 19580 (java) S 19568 19570 18481 0 -1 64 3806 0 0 0 125 2 0 0 16 0 13 0 23038612 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19581] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19581/stat : 19581 (java) S 19568 19570 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23038612 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19582] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19582/stat : 19582 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23038612 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19583] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19583/stat : 19583 (java) S 19568 19570 18481 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 23039037 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.82
Current children cumulated vsize (KiB) 813168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.61 s]
/proc/loadavg: 2.30 2.08 2.02 3/96 19631
/proc/meminfo: memFree=1202408/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=813168 CPUtime=1800.04
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 91508 0 1 0 179959 45 0 0 18 0 13 0 23038603 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19570/statm: 203292 86411 1445 9 0 200619 0
[pid=19570/tid=19572] ppid=19568 vsize=813168 CPUtime=1794.67
/proc/19570/task/19572/stat : 19572 (java) R 19568 19570 18481 0 -1 64 16950 0 1 0 179454 13 0 0 25 0 13 0 23038605 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4109470446 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19573] ppid=19568 vsize=813168 CPUtime=1.75
/proc/19570/task/19573/stat : 19573 (java) S 19568 19570 18481 0 -1 64 37326 0 0 0 161 14 0 0 18 0 13 0 23038606 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19574] ppid=19568 vsize=813168 CPUtime=1.75
/proc/19570/task/19574/stat : 19574 (java) S 19568 19570 18481 0 -1 64 32350 0 0 0 162 13 0 0 18 0 13 0 23038606 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19575] ppid=19568 vsize=813168 CPUtime=0.01
/proc/19570/task/19575/stat : 19575 (java) S 19568 19570 18481 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 23038607 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19576] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19576/stat : 19576 (java) S 19568 19570 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23038608 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19577] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19577/stat : 19577 (java) S 19568 19570 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23038608 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19578] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19578/stat : 19578 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23038612 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19579] ppid=19568 vsize=813168 CPUtime=0.54
/proc/19570/task/19579/stat : 19579 (java) S 19568 19570 18481 0 -1 64 300 0 0 0 54 0 0 0 17 0 13 0 23038612 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19580] ppid=19568 vsize=813168 CPUtime=1.27
/proc/19570/task/19580/stat : 19580 (java) S 19568 19570 18481 0 -1 64 3806 0 0 0 125 2 0 0 16 0 13 0 23038612 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19581] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19581/stat : 19581 (java) S 19568 19570 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23038612 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19582] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19582/stat : 19582 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23038612 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19583] ppid=19568 vsize=813168 CPUtime=0
/proc/19570/task/19583/stat : 19583 (java) S 19568 19570 18481 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 23039037 832684032 86411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 813168

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

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

[startup+1810.8 s]
/proc/loadavg: 2.30 2.08 2.02 3/96 19631
/proc/meminfo: memFree=1202408/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=813816 CPUtime=1800.23
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 91527 0 1 0 179978 45 0 0 16 0 15 0 23038603 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19570/statm: 203454 86430 1445 9 0 200781 0
[pid=19570/tid=19572] ppid=19568 vsize=813816 CPUtime=1794.77
/proc/19570/task/19572/stat : 19572 (java) R 19568 19570 18481 0 -1 64 16950 0 1 0 179464 13 0 0 25 0 15 0 23038605 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4109740914 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19573] ppid=19568 vsize=813816 CPUtime=1.75
/proc/19570/task/19573/stat : 19573 (java) S 19568 19570 18481 0 -1 64 37326 0 0 0 161 14 0 0 18 0 15 0 23038606 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19574] ppid=19568 vsize=813816 CPUtime=1.75
/proc/19570/task/19574/stat : 19574 (java) S 19568 19570 18481 0 -1 64 32350 0 0 0 162 13 0 0 18 0 15 0 23038606 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19575] ppid=19568 vsize=813816 CPUtime=0.01
/proc/19570/task/19575/stat : 19575 (java) S 19568 19570 18481 0 -1 64 31 0 0 0 1 0 0 0 16 0 15 0 23038607 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19576] ppid=19568 vsize=813816 CPUtime=0
/proc/19570/task/19576/stat : 19576 (java) S 19568 19570 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 23038608 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19577] ppid=19568 vsize=813816 CPUtime=0
/proc/19570/task/19577/stat : 19577 (java) S 19568 19570 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 23038608 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19578] ppid=19568 vsize=813816 CPUtime=0
/proc/19570/task/19578/stat : 19578 (java) S 19568 19570 18481 0 -1 64 5 0 0 0 0 0 0 0 17 0 15 0 23038612 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19579] ppid=19568 vsize=813816 CPUtime=0.57
/proc/19570/task/19579/stat : 19579 (java) S 19568 19570 18481 0 -1 64 301 0 0 0 57 0 0 0 16 0 15 0 23038612 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19580] ppid=19568 vsize=813816 CPUtime=1.27
/proc/19570/task/19580/stat : 19580 (java) S 19568 19570 18481 0 -1 64 3806 0 0 0 125 2 0 0 16 0 15 0 23038612 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19581] ppid=19568 vsize=813816 CPUtime=0
/proc/19570/task/19581/stat : 19581 (java) S 19568 19570 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 23038612 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19582] ppid=19568 vsize=813816 CPUtime=0
/proc/19570/task/19582/stat : 19582 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 23038612 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19583] ppid=19568 vsize=813816 CPUtime=0
/proc/19570/task/19583/stat : 19583 (java) S 19568 19570 18481 0 -1 64 4 0 0 0 0 0 0 0 16 0 15 0 23039037 833347584 86430 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 813816

[startup+1810.9 s]
/proc/loadavg: 2.30 2.08 2.02 3/96 19631
/proc/meminfo: memFree=1202408/2055920 swapFree=4192812/4192956
[pid=19570] ppid=19568 vsize=813816 CPUtime=1800.33
/proc/19570/stat : 19570 (java) S 19568 19570 18481 0 -1 0 91530 0 1 0 179988 45 0 0 16 0 14 0 23038603 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19570/statm: 203454 86433 1446 9 0 200781 0
[pid=19570/tid=19572] ppid=19568 vsize=813816 CPUtime=1794.82
/proc/19570/task/19572/stat : 19572 (java) R 19568 19570 18481 0 -1 64 16950 0 1 0 179469 13 0 0 25 0 14 0 23038605 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4109749418 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19573] ppid=19568 vsize=813816 CPUtime=1.75
/proc/19570/task/19573/stat : 19573 (java) S 19568 19570 18481 0 -1 64 37326 0 0 0 161 14 0 0 18 0 14 0 23038606 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19574] ppid=19568 vsize=813816 CPUtime=1.75
/proc/19570/task/19574/stat : 19574 (java) S 19568 19570 18481 0 -1 64 32350 0 0 0 162 13 0 0 18 0 14 0 23038606 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19575] ppid=19568 vsize=813816 CPUtime=0.01
/proc/19570/task/19575/stat : 19575 (java) S 19568 19570 18481 0 -1 64 31 0 0 0 1 0 0 0 16 0 14 0 23038607 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19576] ppid=19568 vsize=813816 CPUtime=0
/proc/19570/task/19576/stat : 19576 (java) S 19568 19570 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 23038608 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19577] ppid=19568 vsize=813816 CPUtime=0
/proc/19570/task/19577/stat : 19577 (java) S 19568 19570 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 23038608 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19578] ppid=19568 vsize=813816 CPUtime=0
/proc/19570/task/19578/stat : 19578 (java) S 19568 19570 18481 0 -1 64 5 0 0 0 0 0 0 0 17 0 14 0 23038612 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19579] ppid=19568 vsize=813816 CPUtime=0.57
/proc/19570/task/19579/stat : 19579 (java) S 19568 19570 18481 0 -1 64 301 0 0 0 57 0 0 0 16 0 14 0 23038612 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19580] ppid=19568 vsize=813816 CPUtime=1.27
/proc/19570/task/19580/stat : 19580 (java) S 19568 19570 18481 0 -1 64 3806 0 0 0 125 2 0 0 16 0 14 0 23038612 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19570/tid=19581] ppid=19568 vsize=813816 CPUtime=0
/proc/19570/task/19581/stat : 19581 (java) S 19568 19570 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 23038612 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19582] ppid=19568 vsize=813816 CPUtime=0
/proc/19570/task/19582/stat : 19582 (java) S 19568 19570 18481 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 23038612 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19570/tid=19583] ppid=19568 vsize=813816 CPUtime=0
/proc/19570/task/19583/stat : 19583 (java) S 19568 19570 18481 0 -1 64 4 0 0 0 0 0 0 0 16 0 14 0 23039037 833347584 86433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 813816

Child status: 143
Real time (s): 1810.96
CPU time (s): 1800.39
CPU user time (s): 1799.89
CPU system time (s): 0.504923
CPU usage (%): 99.4167
Max. virtual memory (cumulated for all children) (KiB): 813816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.504923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91531
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= 37673
involuntary context switches= 42094

runsolver used 2.17567 second user time and 6.11207 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 02:49:15
IDJOB=2075101
IDBENCH=56231
IDSOLVER=731
FILE ID=node58/2075101-1247359754
PBS_JOBID= 9506964
Free space on /tmp= 66200 MiB

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

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

MD5SUM BENCH= 0f43e4f562ecd636043bcca7dfaf8fa5
RANDOM SEED=901573524

node58.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.234
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.234
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:       1617216 kB
Buffers:         61140 kB
Cached:         237240 kB
SwapCached:        140 kB
Active:         239652 kB
Inactive:       141468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           31188 kB
Writeback:           0 kB
Mapped:          95240 kB
Slab:            42912 kB
Committed_AS:   255564 kB
PageTables:       1868 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= 66224 MiB
End job on node58 at 2009-07-12 03:19:27