Trace number 2080755

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.54 1807.29

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-13.xml
MD5SUM1e59f061701cb973e6608a9b73c6241d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.49177
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints1026
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1026
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2080755-1247371108.xml
0.18/0.22	c reading problem ... 
0.39/0.45	c reading problem named null
0.39/0.45	c reading domains done.
0.39/0.46	c reading variables done.
0.49/0.52	c reading predicates  done.
0.69/0.73	c reading constraints
2.98/3.07	c done with constraints.
2.98/3.07	c ... done. Wall clock time 2.855s.
2.98/3.07	c #vars     2197
2.98/3.07	c #constraints  27014
2.98/3.07	c constraints type 
2.98/3.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26533
2.98/3.07	c org.sat4j.minisat.constraints.card.AtLeast => 169
2.98/3.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 312
1800.06/1806.81	c starts		: 21
1800.06/1806.81	c conflicts		: 774044
1800.06/1806.81	c decisions		: 802414
1800.06/1806.81	c propagations		: 11131475
1800.06/1806.81	c inspects		: 4770750202
1800.06/1806.81	c learnt literals	: 0
1800.06/1806.81	c learnt binary clauses	: 0
1800.06/1806.81	c learnt ternary clauses	: 0
1800.06/1806.81	c learnt clauses	: 774044
1800.06/1806.81	c ignored clauses	: 0
1800.06/1806.81	c root simplifications	: 0
1800.06/1806.81	c removed literals (reason simplification)	: 4945644
1800.06/1806.81	c reason swapping (by a shorter reason)	: 0
1800.06/1806.81	c Calls to reduceDB	: 0
1800.06/1806.81	c speed (assignments/second)	: 6171.3301251843395
1800.06/1806.81	c non guided choices	8448
1800.35/1807.20	c learnt constraints type 
1800.35/1807.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 774055
1800.35/1807.20	c constraints type 
1800.35/1807.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26533
1800.35/1807.20	c org.sat4j.minisat.constraints.card.AtLeast => 169
1800.35/1807.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 312
1800.35/1807.20	s UNKNOWN
1800.35/1807.20	c Total wall clock time (in seconds) : 1806.595

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 23184
/proc/meminfo: memFree=1775904/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=18576 CPUtime=0
/proc/23184/stat : 23184 (runsolver) R 23182 23184 18950 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24176033 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23184/statm: 4644 284 249 26 0 2626 0

[startup+0.0415199 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 23184
/proc/meminfo: memFree=1775904/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=800696 CPUtime=0.02
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 2434 0 1 0 1 1 0 0 20 0 4 0 24176033 819912704 2181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 200174 2181 943 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.102527 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 23184
/proc/meminfo: memFree=1775904/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=804560 CPUtime=0.08
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 3038 0 1 0 7 1 0 0 20 0 12 0 24176033 823869440 2781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 201140 2781 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301553 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 23184
/proc/meminfo: memFree=1775904/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=807496 CPUtime=0.29
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 4617 0 1 0 27 2 0 0 20 0 12 0 24176033 826875904 4253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 201874 4253 1365 9 0 199201 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807496

[startup+0.701597 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 23184
/proc/meminfo: memFree=1775904/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=808136 CPUtime=0.69
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 6501 0 1 0 65 4 0 0 20 0 12 0 24176033 827531264 5851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 202034 5851 1387 9 0 199361 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808136

[startup+1.50169 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23196
/proc/meminfo: memFree=1756416/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=810916 CPUtime=1.48
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 9682 0 1 0 142 6 0 0 20 0 12 0 24176033 830377984 7100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 202729 7100 1420 9 0 200056 0
[pid=23184/tid=23186] ppid=23182 vsize=810916 CPUtime=0.74
/proc/23184/task/23186/stat : 23186 (java) R 23182 23184 18950 0 -1 64 5145 0 1 0 70 4 0 0 23 0 12 0 24176035 830377984 7100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=810916 CPUtime=0
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 18950 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 24176036 830377984 7100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=810916 CPUtime=0
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24176036 830377984 7100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=810916 CPUtime=0
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 18950 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24176037 830377984 7100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=810916 CPUtime=0
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 18950 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 24176038 830377984 7100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=810916 CPUtime=0
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 18950 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24176038 830377984 7100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=810916 CPUtime=0
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24176042 830377984 7100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=810916 CPUtime=0.02
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 18950 0 -1 64 216 0 0 0 2 0 0 0 18 0 12 0 24176042 830377984 7100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=810916 CPUtime=0.7
/proc/23184/task/23194/stat : 23194 (java) R 23182 23184 18950 0 -1 64 3580 0 0 0 69 1 0 0 18 0 12 0 24176042 830377984 7100 996147200 134512640 134550932 4294956016 18446744073709551615 102549338 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=810916 CPUtime=0
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24176042 830377984 7100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=810916 CPUtime=0
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24176042 830377984 7100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810916

[startup+3.10287 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 23196
/proc/meminfo: memFree=1742144/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=811240 CPUtime=3.08
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 18976 0 1 0 296 12 0 0 20 0 13 0 24176033 830709760 16392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 202810 16392 1431 9 0 200137 0
[pid=23184/tid=23186] ppid=23182 vsize=811240 CPUtime=1.77
/proc/23184/task/23186/stat : 23186 (java) R 23182 23184 18950 0 -1 64 14386 0 1 0 168 9 0 0 25 0 13 0 24176035 830709760 16392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=811240 CPUtime=0
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 18950 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 24176036 830709760 16392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=811240 CPUtime=0
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24176036 830709760 16392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=811240 CPUtime=0
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 18950 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 24176037 830709760 16392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=811240 CPUtime=0
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 18950 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 24176038 830709760 16392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=811240 CPUtime=0
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 18950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24176038 830709760 16392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=811240 CPUtime=0
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24176042 830709760 16392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=811240 CPUtime=0.02
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 18950 0 -1 64 216 0 0 0 2 0 0 0 18 0 13 0 24176042 830709760 16392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=811240 CPUtime=1.27
/proc/23184/task/23194/stat : 23194 (java) R 23182 23184 18950 0 -1 64 3628 0 0 0 125 2 0 0 16 0 13 0 24176042 830709760 16392 996147200 134512640 134550932 4294956016 18446744073709551615 105817283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=811240 CPUtime=0
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24176042 830709760 16392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=811240 CPUtime=0
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24176042 830709760 16392 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) 811240

[startup+6.30224 s]
/proc/loadavg: 2.08 2.02 2.01 3/88 23197
/proc/meminfo: memFree=1708216/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=811208 CPUtime=6.26
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 21172 0 1 0 613 13 0 0 20 0 13 0 24176033 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 202802 18576 1437 9 0 200129 0
[pid=23184/tid=23186] ppid=23182 vsize=811208 CPUtime=4.35
/proc/23184/task/23186/stat : 23186 (java) R 23182 23184 18950 0 -1 64 16533 0 1 0 425 10 0 0 25 0 13 0 24176035 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4109897511 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 18950 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 24176036 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 24176036 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 18950 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 24176037 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 18950 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 24176038 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 18950 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 24176038 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24176042 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=811208 CPUtime=0.02
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 18950 0 -1 64 216 0 0 0 2 0 0 0 18 0 13 0 24176042 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=811208 CPUtime=1.87
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 18950 0 -1 64 3677 0 0 0 185 2 0 0 17 0 13 0 24176042 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24176042 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24176042 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23197] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 18950 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24176342 830676992 18576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 811208

[startup+12.703 s]
/proc/loadavg: 2.15 2.03 2.01 3/88 23197
/proc/meminfo: memFree=1689408/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=811208 CPUtime=12.63
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 25395 0 1 0 1248 15 0 0 20 0 13 0 24176033 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 202802 22797 1446 9 0 200129 0
[pid=23184/tid=23186] ppid=23182 vsize=811208 CPUtime=10.66
/proc/23184/task/23186/stat : 23186 (java) R 23182 23184 18950 0 -1 64 17523 0 1 0 1055 11 0 0 25 0 13 0 24176035 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4109898752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=811208 CPUtime=0.03
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 18950 0 -1 64 2475 0 0 0 2 1 0 0 17 0 13 0 24176036 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=811208 CPUtime=0.01
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 18950 0 -1 64 745 0 0 0 1 0 0 0 17 0 13 0 24176036 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 18950 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 24176037 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 18950 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24176038 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 18950 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24176038 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24176042 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=811208 CPUtime=0.02
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 18950 0 -1 64 216 0 0 0 2 0 0 0 18 0 13 0 24176042 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=811208 CPUtime=1.87
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 18950 0 -1 64 3678 0 0 0 185 2 0 0 16 0 13 0 24176042 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24176042 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24176042 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23197] ppid=23182 vsize=811208 CPUtime=0
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 18950 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24176342 830676992 22797 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 811208

[startup+25.5024 s]
/proc/loadavg: 2.12 2.03 2.01 3/88 23197
/proc/meminfo: memFree=1690432/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=810224 CPUtime=25.36
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 25395 0 1 0 2521 15 0 0 20 0 13 0 24176033 829669376 22551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 202556 22551 1446 9 0 199883 0
[pid=23184/tid=23186] ppid=23182 vsize=810224 CPUtime=23.37
/proc/23184/task/23186/stat : 23186 (java) R 23182 23184 18950 0 -1 64 17523 0 1 0 2326 11 0 0 25 0 13 0 24176035 829669376 22551 996147200 134512640 134550932 4294956016 18446744073709551615 4109870969 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=810224 CPUtime=0.03
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 18950 0 -1 64 2475 0 0 0 2 1 0 0 17 0 13 0 24176036 829669376 22551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=810224 CPUtime=0.01
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 18950 0 -1 64 745 0 0 0 1 0 0 0 17 0 13 0 24176036 829669376 22551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 18950 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 24176037 829669376 22551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 18950 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24176038 829669376 22551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=810224 CPUtime=0

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

/proc/23184/task/23186/stat : 23186 (java) R 23182 23184 18950 0 -1 64 17533 0 1 0 171155 14 0 0 25 0 13 0 24176035 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4109908607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=810224 CPUtime=1.36
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 18950 0 -1 64 41395 0 0 0 119 17 0 0 18 0 13 0 24176036 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=810224 CPUtime=1.33
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 18950 0 -1 64 38805 0 0 0 116 17 0 0 18 0 13 0 24176036 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 18950 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 24176037 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 18950 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24176038 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 18950 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24176038 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=810224 CPUtime=0.02
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 18950 0 -1 64 216 0 0 0 2 0 0 0 18 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=810224 CPUtime=1.9
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 18950 0 -1 64 3679 0 0 0 188 2 0 0 17 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23184/tid=23197] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 18950 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24176342 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.37
Current children cumulated vsize (KiB) 810224

[startup+1782.3 s]
/proc/loadavg: 2.04 2.23 2.20 3/88 23314
/proc/meminfo: memFree=1337344/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=810224 CPUtime=1775.79
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 102386 0 1 0 177526 53 0 0 20 0 13 0 24176033 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 202556 95213 1446 9 0 199883 0
[pid=23184/tid=23186] ppid=23182 vsize=810224 CPUtime=1771.11
/proc/23184/task/23186/stat : 23186 (java) R 23182 23184 18950 0 -1 64 17533 0 1 0 177097 14 0 0 25 0 13 0 24176035 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4109870905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=810224 CPUtime=1.36
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 18950 0 -1 64 41395 0 0 0 119 17 0 0 18 0 13 0 24176036 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=810224 CPUtime=1.33
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 18950 0 -1 64 38805 0 0 0 116 17 0 0 18 0 13 0 24176036 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 18950 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 24176037 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 18950 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24176038 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 18950 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24176038 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=810224 CPUtime=0.02
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 18950 0 -1 64 216 0 0 0 2 0 0 0 18 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=810224 CPUtime=1.9
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 18950 0 -1 64 3679 0 0 0 188 2 0 0 17 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23184/tid=23197] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 18950 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24176342 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.79
Current children cumulated vsize (KiB) 810224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.8 s]
/proc/loadavg: 2.03 2.22 2.19 3/88 23314
/proc/meminfo: memFree=1337344/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=810224 CPUtime=1800.06
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 102386 0 1 0 179953 53 0 0 20 0 13 0 24176033 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 202556 95213 1446 9 0 199883 0
[pid=23184/tid=23186] ppid=23182 vsize=810224 CPUtime=1795.38
/proc/23184/task/23186/stat : 23186 (java) R 23182 23184 18950 0 -1 64 17533 0 1 0 179524 14 0 0 25 0 13 0 24176035 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4109908607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=810224 CPUtime=1.36
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 18950 0 -1 64 41395 0 0 0 119 17 0 0 18 0 13 0 24176036 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=810224 CPUtime=1.33
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 18950 0 -1 64 38805 0 0 0 116 17 0 0 18 0 13 0 24176036 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 18950 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 24176037 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 18950 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24176038 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 18950 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24176038 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=810224 CPUtime=0.02
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 18950 0 -1 64 216 0 0 0 2 0 0 0 18 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=810224 CPUtime=1.9
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 18950 0 -1 64 3679 0 0 0 188 2 0 0 17 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24176042 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23184/tid=23197] ppid=23182 vsize=810224 CPUtime=0
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 18950 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 24176342 829669376 95213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 810224

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

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

[startup+1807 s]
/proc/loadavg: 2.03 2.22 2.19 3/88 23314
/proc/meminfo: memFree=1337344/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=810872 CPUtime=1800.25
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 102403 0 1 0 179972 53 0 0 16 0 15 0 24176033 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 202718 95230 1446 9 0 200045 0
[pid=23184/tid=23186] ppid=23182 vsize=810872 CPUtime=1795.49
/proc/23184/task/23186/stat : 23186 (java) R 23182 23184 18950 0 -1 64 17533 0 1 0 179535 14 0 0 25 0 15 0 24176035 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4109908607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=810872 CPUtime=1.36
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 18950 0 -1 64 41395 0 0 0 119 17 0 0 18 0 15 0 24176036 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=810872 CPUtime=1.33
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 18950 0 -1 64 38805 0 0 0 116 17 0 0 18 0 15 0 24176036 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 18950 0 -1 64 13 0 0 0 0 0 0 0 16 0 15 0 24176037 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 18950 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 24176038 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 18950 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 24176038 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 18950 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 24176042 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=810872 CPUtime=0.02
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 18950 0 -1 64 216 0 0 0 2 0 0 0 18 0 15 0 24176042 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=810872 CPUtime=1.93
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 18950 0 -1 64 3679 0 0 0 191 2 0 0 16 0 15 0 24176042 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 24176042 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 24176042 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23184/tid=23197] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 18950 0 -1 64 5 0 0 0 0 0 0 0 25 0 15 0 24176342 830332928 95230 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 810872

[startup+1807.2 s]
/proc/loadavg: 2.03 2.22 2.19 5/91 23317
/proc/meminfo: memFree=1337320/2055920 swapFree=4192812/4192956
[pid=23184] ppid=23182 vsize=810872 CPUtime=1800.45
/proc/23184/stat : 23184 (java) S 23182 23184 18950 0 -1 0 102404 0 1 0 179992 53 0 0 16 0 15 0 24176033 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23184/statm: 202718 95231 1446 9 0 200045 0
[pid=23184/tid=23186] ppid=23182 vsize=810872 CPUtime=1795.59
/proc/23184/task/23186/stat : 23186 (java) R 23182 23184 18950 0 -1 64 17533 0 1 0 179545 14 0 0 25 0 15 0 24176035 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4109908607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23187] ppid=23182 vsize=810872 CPUtime=1.36
/proc/23184/task/23187/stat : 23187 (java) S 23182 23184 18950 0 -1 64 41395 0 0 0 119 17 0 0 18 0 15 0 24176036 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23188] ppid=23182 vsize=810872 CPUtime=1.33
/proc/23184/task/23188/stat : 23188 (java) S 23182 23184 18950 0 -1 64 38805 0 0 0 116 17 0 0 18 0 15 0 24176036 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23189] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23189/stat : 23189 (java) S 23182 23184 18950 0 -1 64 13 0 0 0 0 0 0 0 16 0 15 0 24176037 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23190] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23190/stat : 23190 (java) S 23182 23184 18950 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 24176038 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23191] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23191/stat : 23191 (java) S 23182 23184 18950 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 24176038 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23192] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23192/stat : 23192 (java) S 23182 23184 18950 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 24176042 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23193] ppid=23182 vsize=810872 CPUtime=0.02
/proc/23184/task/23193/stat : 23193 (java) S 23182 23184 18950 0 -1 64 216 0 0 0 2 0 0 0 18 0 15 0 24176042 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23194] ppid=23182 vsize=810872 CPUtime=1.93
/proc/23184/task/23194/stat : 23194 (java) S 23182 23184 18950 0 -1 64 3679 0 0 0 191 2 0 0 16 0 15 0 24176042 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23195] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23195/stat : 23195 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 24176042 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23196] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23196/stat : 23196 (java) S 23182 23184 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 24176042 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23184/tid=23197] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23197/stat : 23197 (java) S 23182 23184 18950 0 -1 64 5 0 0 0 0 0 0 0 25 0 15 0 24176342 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23316] ppid=23182 vsize=810872 CPUtime=0
/proc/23184/task/23316/stat : 23316 (java) R 23182 23184 18950 0 -1 64 8 0 0 0 0 0 0 0 16 0 15 0 24356715 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4109136136 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23184/tid=23317] ppid=23182 vsize=810872 CPUtime=0.15
/proc/23184/task/23317/stat : 23317 (java) R 23182 23184 18950 0 -1 64 6 0 0 0 15 0 0 0 20 0 15 0 24356715 830332928 95231 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 810872

Child status: 143
Real time (s): 1807.29
CPU time (s): 1800.54
CPU user time (s): 1799.95
CPU system time (s): 0.593909
CPU usage (%): 99.6265
Max. virtual memory (cumulated for all children) (KiB): 811812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.593909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102405
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= 37538
involuntary context switches= 45945

runsolver used 2.33764 second user time and 5.9321 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 05:58:28
IDJOB=2080755
IDBENCH=57144
IDSOLVER=731
FILE ID=node88/2080755-1247371108
PBS_JOBID= 9507070
Free space on /tmp= 66156 MiB

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

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

MD5SUM BENCH= 1e59f061701cb973e6608a9b73c6241d
RANDOM SEED=249236856

node88.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1776320 kB
Buffers:         34572 kB
Cached:         163104 kB
SwapCached:          0 kB
Active:         148468 kB
Inactive:        72180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          32068 kB
Slab:            44144 kB
Committed_AS:   271400 kB
PageTables:       1840 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= 66140 MiB
End job on node88 at 2009-07-12 06:28:37