Trace number 1051196

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 2008-06-13? (TO) 1801.9 1808.22

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-44-10-a4.xml
MD5SUMd64b0b30fe6539783bc7e2d71db09770
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.72067
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.34	c See www.sat4j.org for details.
0.26/0.34	c That software uses the Rhino library from the Mozilla project.
0.26/0.39	c version 9.9.9.token
0.26/0.39	c sun.arch.data.model	32
0.26/0.39	c java.version	1.6.0_06
0.26/0.39	c os.name	Linux
0.26/0.39	c os.version	2.6.9-22.EL.rootsmp
0.26/0.39	c os.arch	i386
0.26/0.39	c Free memory 669864272
0.26/0.39	c Max memory 672137216
0.26/0.39	c Total memory 672137216
0.26/0.39	c Number of processors 2
0.35/0.43	c c --- Begin Solver configuration ---
0.35/0.43	c Stops conflict analysis at the first Unique Implication Point
0.35/0.43	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.35/0.43	c Learn all clauses as in MiniSAT
0.35/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.35/0.43	c Expensive reason simplification
0.35/0.43	c MiniSAT restarts strategy
0.35/0.43	c timeout=2147483s
0.35/0.43	c DB Simplification allowed=false
0.35/0.43	c --- End Solver configuration ---
0.35/0.43	c solving HOME/instance-1051196-1215052516.xml
0.35/0.43	c reading problem ... 
0.55/0.69	c reading problem named null
0.55/0.69	c reading domains done.
0.55/0.69	c reading variables done.
0.66/0.72	c reading predicates  done.
0.85/0.90	c reading constraints
1801.67/1808.04	c starts		: 0
1801.67/1808.04	c conflicts		: 0
1801.67/1808.04	c decisions		: 0
1801.67/1808.04	c propagations		: 0
1801.67/1808.04	c inspects		: 0
1801.67/1808.04	c learnt literals	: 0
1801.67/1808.04	c learnt binary clauses	: 0
1801.67/1808.04	c learnt ternary clauses	: 0
1801.67/1808.04	c learnt clauses	: 0
1801.67/1808.04	c ignored clauses	: 0
1801.67/1808.04	c root simplifications	: 0
1801.67/1808.04	c removed literals (reason simplification)	: 0
1801.67/1808.04	c reason swapping (by a shorter reason)	: 0
1801.67/1808.04	c Calls to reduceDB	: 0
1801.67/1808.04	c speed (assignments/second)	: 0.0
1801.67/1808.04	c non guided choices	0
1801.67/1808.04	s UNKNOWN
1801.67/1808.04	c Total wall clock time (in seconds) : 1807.609

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051196-1215052516/watcher-1051196-1215052516 -o /tmp/evaluation-result-1051196-1215052516/solver-1051196-1215052516 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1051196-1215052516.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 4570
/proc/meminfo: memFree=1803088/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=1804 CPUtime=0
/proc/4570/stat : 4570 (java6) R 4568 4570 2877 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1534923428 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/4570/statm: 451 155 111 9 0 93 0

[startup+0.101381 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 4570
/proc/meminfo: memFree=1803088/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=802236 CPUtime=0.07
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 2763 0 24 0 4 3 0 0 18 0 7 0 1534923428 821489664 2521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/4570/statm: 200559 2523 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.201393 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 4570
/proc/meminfo: memFree=1803088/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=806156 CPUtime=0.16
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 3694 0 25 0 13 3 0 0 18 0 12 0 1534923428 825503744 3448 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4570/statm: 201539 3448 1292 9 0 198908 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 806156

[startup+0.301406 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 4570
/proc/meminfo: memFree=1803088/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=807860 CPUtime=0.26
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 4717 0 25 0 22 4 0 0 18 0 12 0 1534923428 827248640 4068 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4570/statm: 201965 4068 1298 9 0 199334 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 807860

[startup+0.701458 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 4570
/proc/meminfo: memFree=1803088/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=807888 CPUtime=0.66
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 6063 0 25 0 60 6 0 0 18 0 12 0 1534923428 827277312 5412 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4570/statm: 201972 5412 1335 9 0 199334 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 807888

[startup+1.50156 s]
/proc/loadavg: 1.92 1.98 1.99 5/84 4582
/proc/meminfo: memFree=1777904/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=811416 CPUtime=1.45
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 9196 0 25 0 137 8 0 0 18 0 12 0 1534923428 830889984 7297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4570/statm: 202854 7297 1363 9 0 200216 0
[pid=4570/tid=4572] ppid=4568 vsize=811416 CPUtime=0.71
/proc/4570/task/4572/stat : 4572 (java) R 4568 4570 2877 0 -1 64 4773 0 1 0 68 3 0 0 25 0 12 0 1534923432 830889984 7297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4573] ppid=4568 vsize=811416 CPUtime=0
/proc/4570/task/4573/stat : 4573 (java) S 4568 4570 2877 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1534923433 830889984 7297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4574] ppid=4568 vsize=811416 CPUtime=0
/proc/4570/task/4574/stat : 4574 (java) S 4568 4570 2877 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1534923433 830889984 7297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4575] ppid=4568 vsize=811416 CPUtime=0
/proc/4570/task/4575/stat : 4575 (java) S 4568 4570 2877 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1534923435 830889984 7297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4576] ppid=4568 vsize=811416 CPUtime=0
/proc/4570/task/4576/stat : 4576 (java) S 4568 4570 2877 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1534923435 830889984 7297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4577] ppid=4568 vsize=811416 CPUtime=0
/proc/4570/task/4577/stat : 4577 (java) S 4568 4570 2877 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1534923435 830889984 7297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4578] ppid=4568 vsize=811416 CPUtime=0
/proc/4570/task/4578/stat : 4578 (java) S 4568 4570 2877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1534923439 830889984 7297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4579] ppid=4568 vsize=811416 CPUtime=0.31
/proc/4570/task/4579/stat : 4579 (java) R 4568 4570 2877 0 -1 64 799 0 1 0 31 0 0 0 16 0 12 0 1534923439 830889984 7297 996147200 134512640 134550740 4294956032 18446744073709551615 103429837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4580] ppid=4568 vsize=811416 CPUtime=0.37
/proc/4570/task/4580/stat : 4580 (java) S 4568 4570 2877 0 -1 64 2885 0 0 0 36 1 0 0 16 0 12 0 1534923439 830889984 7297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4581] ppid=4568 vsize=811416 CPUtime=0
/proc/4570/task/4581/stat : 4581 (java) S 4568 4570 2877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1534923439 830889984 7297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4582] ppid=4568 vsize=811416 CPUtime=0
/proc/4570/task/4582/stat : 4582 (java) S 4568 4570 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1534923439 830889984 7297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 811416

[startup+3.10178 s]
/proc/loadavg: 1.92 1.98 1.99 5/84 4582
/proc/meminfo: memFree=1758768/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=822908 CPUtime=3.24
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 19630 0 26 0 311 13 0 0 18 0 12 0 1534923428 842657792 12147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4570/statm: 205727 12147 1378 9 0 203089 0
[pid=4570/tid=4572] ppid=4568 vsize=822908 CPUtime=1.53
/proc/4570/task/4572/stat : 4572 (java) R 4568 4570 2877 0 -1 64 6790 0 1 0 149 4 0 0 25 0 12 0 1534923432 842657792 12147 996147200 134512640 134550740 4294956032 18446744073709551615 4109827123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4573] ppid=4568 vsize=822908 CPUtime=0
/proc/4570/task/4573/stat : 4573 (java) S 4568 4570 2877 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1534923433 842657792 12147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4574] ppid=4568 vsize=822908 CPUtime=0
/proc/4570/task/4574/stat : 4574 (java) S 4568 4570 2877 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1534923433 842657792 12147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4575] ppid=4568 vsize=822908 CPUtime=0
/proc/4570/task/4575/stat : 4575 (java) S 4568 4570 2877 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1534923435 842657792 12147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4576] ppid=4568 vsize=822908 CPUtime=0
/proc/4570/task/4576/stat : 4576 (java) S 4568 4570 2877 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1534923435 842657792 12147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4577] ppid=4568 vsize=822908 CPUtime=0
/proc/4570/task/4577/stat : 4577 (java) S 4568 4570 2877 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1534923435 842657792 12147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4578] ppid=4568 vsize=822908 CPUtime=0
/proc/4570/task/4578/stat : 4578 (java) S 4568 4570 2877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1534923439 842657792 12147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4579] ppid=4568 vsize=822908 CPUtime=0.52
/proc/4570/task/4579/stat : 4579 (java) S 4568 4570 2877 0 -1 64 2636 0 2 0 51 1 0 0 16 0 12 0 1534923439 842657792 12147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4580] ppid=4568 vsize=822908 CPUtime=1.14
/proc/4570/task/4580/stat : 4580 (java) S 4568 4570 2877 0 -1 64 9464 0 0 0 110 4 0 0 16 0 12 0 1534923439 842657792 12147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4581] ppid=4568 vsize=822908 CPUtime=0
/proc/4570/task/4581/stat : 4581 (java) S 4568 4570 2877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1534923439 842657792 12147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4582] ppid=4568 vsize=822908 CPUtime=0
/proc/4570/task/4582/stat : 4582 (java) S 4568 4570 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1534923439 842657792 12147 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 822908

[startup+6.3022 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 4582
/proc/meminfo: memFree=1712688/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=819472 CPUtime=6.41
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 31407 0 26 0 622 19 0 0 18 0 12 0 1534923428 839139328 23081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4570/statm: 204868 23081 1383 9 0 202230 0
[pid=4570/tid=4572] ppid=4568 vsize=819472 CPUtime=4.59
/proc/4570/task/4572/stat : 4572 (java) R 4568 4570 2877 0 -1 64 17273 0 1 0 449 10 0 0 25 0 12 0 1534923432 839139328 23081 996147200 134512640 134550740 4294956032 18446744073709551615 4109594625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4573] ppid=4568 vsize=819472 CPUtime=0.02
/proc/4570/task/4573/stat : 4573 (java) S 4568 4570 2877 0 -1 64 688 0 0 0 2 0 0 0 16 0 12 0 1534923433 839139328 23081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4574] ppid=4568 vsize=819472 CPUtime=0.02
/proc/4570/task/4574/stat : 4574 (java) S 4568 4570 2877 0 -1 64 519 0 0 0 2 0 0 0 16 0 12 0 1534923433 839139328 23081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4575] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4575/stat : 4575 (java) S 4568 4570 2877 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 1534923435 839139328 23081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4576] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4576/stat : 4576 (java) S 4568 4570 2877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1534923435 839139328 23081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4577] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4577/stat : 4577 (java) S 4568 4570 2877 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1534923435 839139328 23081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4578] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4578/stat : 4578 (java) S 4568 4570 2877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1534923439 839139328 23081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4579] ppid=4568 vsize=819472 CPUtime=0.55
/proc/4570/task/4579/stat : 4579 (java) S 4568 4570 2877 0 -1 64 2638 0 2 0 54 1 0 0 16 0 12 0 1534923439 839139328 23081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4580] ppid=4568 vsize=819472 CPUtime=1.17
/proc/4570/task/4580/stat : 4580 (java) S 4568 4570 2877 0 -1 64 9466 0 0 0 113 4 0 0 16 0 12 0 1534923439 839139328 23081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4581] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4581/stat : 4581 (java) S 4568 4570 2877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1534923439 839139328 23081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4582] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4582/stat : 4582 (java) S 4568 4570 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1534923439 839139328 23081 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 819472

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 4582
/proc/meminfo: memFree=1695856/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=819472 CPUtime=12.74
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 35645 0 26 0 1254 20 0 0 18 0 12 0 1534923428 839139328 27312 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4570/statm: 204868 27312 1384 9 0 202230 0
[pid=4570/tid=4572] ppid=4568 vsize=819472 CPUtime=10.71
/proc/4570/task/4572/stat : 4572 (java) R 4568 4570 2877 0 -1 64 18518 0 1 0 1060 11 0 0 25 0 12 0 1534923432 839139328 27312 996147200 134512640 134550740 4294956032 18446744073709551615 4109581916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4573] ppid=4568 vsize=819472 CPUtime=0.09
/proc/4570/task/4573/stat : 4573 (java) S 4568 4570 2877 0 -1 64 2190 0 0 0 9 0 0 0 17 0 12 0 1534923433 839139328 27312 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4574] ppid=4568 vsize=819472 CPUtime=0.11
/proc/4570/task/4574/stat : 4574 (java) S 4568 4570 2877 0 -1 64 1927 0 0 0 11 0 0 0 17 0 12 0 1534923433 839139328 27312 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4575] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4575/stat : 4575 (java) S 4568 4570 2877 0 -1 64 165 0 0 0 0 0 0 0 17 0 12 0 1534923435 839139328 27312 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4576] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4576/stat : 4576 (java) S 4568 4570 2877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1534923435 839139328 27312 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4577] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4577/stat : 4577 (java) S 4568 4570 2877 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1534923435 839139328 27312 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4578] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4578/stat : 4578 (java) S 4568 4570 2877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1534923439 839139328 27312 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4579] ppid=4568 vsize=819472 CPUtime=0.58
/proc/4570/task/4579/stat : 4579 (java) S 4568 4570 2877 0 -1 64 2639 0 2 0 57 1 0 0 16 0 12 0 1534923439 839139328 27312 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4580] ppid=4568 vsize=819472 CPUtime=1.17
/proc/4570/task/4580/stat : 4580 (java) S 4568 4570 2877 0 -1 64 9467 0 0 0 113 4 0 0 16 0 12 0 1534923439 839139328 27312 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4581] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4581/stat : 4581 (java) S 4568 4570 2877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1534923439 839139328 27312 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4582] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4582/stat : 4582 (java) S 4568 4570 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1534923439 839139328 27312 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 819472

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 4582
/proc/meminfo: memFree=1685104/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=819472 CPUtime=25.44
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 38029 0 26 0 2523 21 0 0 18 0 12 0 1534923428 839139328 29678 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4570/statm: 204868 29678 1384 9 0 202230 0
[pid=4570/tid=4572] ppid=4568 vsize=819472 CPUtime=23.22
/proc/4570/task/4572/stat : 4572 (java) R 4568 4570 2877 0 -1 64 18533 0 1 0 2311 11 0 0 25 0 12 0 1534923432 839139328 29678 996147200 134512640 134550740 4294956032 18446744073709551615 4109712457 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4573] ppid=4568 vsize=819472 CPUtime=0.21
/proc/4570/task/4573/stat : 4573 (java) S 4568 4570 2877 0 -1 64 3523 0 0 0 20 1 0 0 17 0 12 0 1534923433 839139328 29678 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4574] ppid=4568 vsize=819472 CPUtime=0.18
/proc/4570/task/4574/stat : 4574 (java) S 4568 4570 2877 0 -1 64 2963 0 0 0 18 0 0 0 17 0 12 0 1534923433 839139328 29678 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4575] ppid=4568 vsize=819472 CPUtime=0.01
/proc/4570/task/4575/stat : 4575 (java) S 4568 4570 2877 0 -1 64 165 0 0 0 1 0 0 0 17 0 12 0 1534923435 839139328 29678 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4576] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4576/stat : 4576 (java) S 4568 4570 2877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1534923435 839139328 29678 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4577] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4577/stat : 4577 (java) S 4568 4570 2877 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1534923435 839139328 29678 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4578] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4578/stat : 4578 (java) S 4568 4570 2877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1534923439 839139328 29678 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated vsize (KiB) 819472

[startup+1782.3 s]
/proc/loadavg: 2.07 2.23 2.22 3/104 4643
/proc/meminfo: memFree=997456/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=819472 CPUtime=1775.98
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 215249 0 26 0 177482 116 0 0 18 0 12 0 1534923428 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4570/statm: 204868 174463 1390 9 0 202230 0
[pid=4570/tid=4572] ppid=4568 vsize=819472 CPUtime=1057.43
/proc/4570/task/4572/stat : 4572 (java) S 4568 4570 2877 0 -1 64 19799 0 1 0 105725 18 0 0 17 0 12 0 1534923432 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4573] ppid=4568 vsize=819472 CPUtime=51.24
/proc/4570/task/4573/stat : 4573 (java) S 4568 4570 2877 0 -1 64 72115 0 0 0 5092 32 0 0 15 0 12 0 1534923433 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4574] ppid=4568 vsize=819472 CPUtime=51.07
/proc/4570/task/4574/stat : 4574 (java) S 4568 4570 2877 0 -1 64 79090 0 0 0 5075 32 0 0 16 0 12 0 1534923433 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4575] ppid=4568 vsize=819472 CPUtime=614.33
/proc/4570/task/4575/stat : 4575 (java) R 4568 4570 2877 0 -1 64 31394 0 0 0 61409 24 0 0 25 0 12 0 1534923435 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 106122558 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4576] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4576/stat : 4576 (java) S 4568 4570 2877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1534923435 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4577] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4577/stat : 4577 (java) S 4568 4570 2877 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1534923435 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4578] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4578/stat : 4578 (java) S 4568 4570 2877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4579] ppid=4568 vsize=819472 CPUtime=0.64
/proc/4570/task/4579/stat : 4579 (java) S 4568 4570 2877 0 -1 64 2643 0 2 0 63 1 0 0 16 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4580] ppid=4568 vsize=819472 CPUtime=1.19
/proc/4570/task/4580/stat : 4580 (java) S 4568 4570 2877 0 -1 64 9469 0 0 0 115 4 0 0 16 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4581] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4581/stat : 4581 (java) S 4568 4570 2877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4582] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4582/stat : 4582 (java) S 4568 4570 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.98
Current children cumulated vsize (KiB) 819472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.4 s]
/proc/loadavg: 2.05 2.21 2.21 3/104 4643
/proc/meminfo: memFree=997456/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=819472 CPUtime=1800.07
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 215257 0 26 0 179891 116 0 0 18 0 12 0 1534923428 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4570/statm: 204868 174463 1390 9 0 202230 0
[pid=4570/tid=4572] ppid=4568 vsize=819472 CPUtime=1058.51
/proc/4570/task/4572/stat : 4572 (java) S 4568 4570 2877 0 -1 64 19807 0 1 0 105833 18 0 0 17 0 12 0 1534923432 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4573] ppid=4568 vsize=819472 CPUtime=51.24
/proc/4570/task/4573/stat : 4573 (java) S 4568 4570 2877 0 -1 64 72115 0 0 0 5092 32 0 0 15 0 12 0 1534923433 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4574] ppid=4568 vsize=819472 CPUtime=51.07
/proc/4570/task/4574/stat : 4574 (java) S 4568 4570 2877 0 -1 64 79090 0 0 0 5075 32 0 0 16 0 12 0 1534923433 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4575] ppid=4568 vsize=819472 CPUtime=637.35
/proc/4570/task/4575/stat : 4575 (java) R 4568 4570 2877 0 -1 64 31394 0 0 0 63711 24 0 0 25 0 12 0 1534923435 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 105847312 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4576] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4576/stat : 4576 (java) S 4568 4570 2877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1534923435 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4577] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4577/stat : 4577 (java) S 4568 4570 2877 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1534923435 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4578] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4578/stat : 4578 (java) S 4568 4570 2877 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4579] ppid=4568 vsize=819472 CPUtime=0.64
/proc/4570/task/4579/stat : 4579 (java) S 4568 4570 2877 0 -1 64 2643 0 2 0 63 1 0 0 16 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4580] ppid=4568 vsize=819472 CPUtime=1.19
/proc/4570/task/4580/stat : 4580 (java) S 4568 4570 2877 0 -1 64 9469 0 0 0 115 4 0 0 16 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4581] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4581/stat : 4581 (java) S 4568 4570 2877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4582] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4582/stat : 4582 (java) S 4568 4570 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 819472

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

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

[startup+1807.1 s]
/proc/loadavg: 2.05 2.21 2.21 3/104 4643
/proc/meminfo: memFree=997456/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=819472 CPUtime=1800.77
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 215258 0 26 0 179961 116 0 0 16 0 12 0 1534923428 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4570/statm: 204868 174463 1390 9 0 202230 0
[pid=4570/tid=4572] ppid=4568 vsize=819472 CPUtime=1058.51
/proc/4570/task/4572/stat : 4572 (java) S 4568 4570 2877 0 -1 64 19807 0 1 0 105833 18 0 0 17 0 12 0 1534923432 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4573] ppid=4568 vsize=819472 CPUtime=51.24
/proc/4570/task/4573/stat : 4573 (java) S 4568 4570 2877 0 -1 64 72115 0 0 0 5092 32 0 0 15 0 12 0 1534923433 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4574] ppid=4568 vsize=819472 CPUtime=51.07
/proc/4570/task/4574/stat : 4574 (java) S 4568 4570 2877 0 -1 64 79090 0 0 0 5075 32 0 0 16 0 12 0 1534923433 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4575] ppid=4568 vsize=819472 CPUtime=638.04
/proc/4570/task/4575/stat : 4575 (java) R 4568 4570 2877 0 -1 64 31394 0 0 0 63780 24 0 0 25 0 12 0 1534923435 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 106736504 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4576] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4576/stat : 4576 (java) S 4568 4570 2877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1534923435 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4577] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4577/stat : 4577 (java) S 4568 4570 2877 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1534923435 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4578] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4578/stat : 4578 (java) S 4568 4570 2877 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4579] ppid=4568 vsize=819472 CPUtime=0.64
/proc/4570/task/4579/stat : 4579 (java) S 4568 4570 2877 0 -1 64 2643 0 2 0 63 1 0 0 16 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4580] ppid=4568 vsize=819472 CPUtime=1.19
/proc/4570/task/4580/stat : 4580 (java) S 4568 4570 2877 0 -1 64 9469 0 0 0 115 4 0 0 16 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4581] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4581/stat : 4581 (java) S 4568 4570 2877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4582] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4582/stat : 4582 (java) S 4568 4570 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.77
Current children cumulated vsize (KiB) 819472

[startup+1807.9 s]
/proc/loadavg: 2.05 2.21 2.21 3/105 4644
/proc/meminfo: memFree=997448/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=819472 CPUtime=1801.57
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 215258 0 26 0 180041 116 0 0 16 0 12 0 1534923428 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4570/statm: 204868 174463 1390 9 0 202230 0
[pid=4570/tid=4572] ppid=4568 vsize=819472 CPUtime=1058.51
/proc/4570/task/4572/stat : 4572 (java) S 4568 4570 2877 0 -1 64 19807 0 1 0 105833 18 0 0 17 0 12 0 1534923432 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4573] ppid=4568 vsize=819472 CPUtime=51.24
/proc/4570/task/4573/stat : 4573 (java) S 4568 4570 2877 0 -1 64 72115 0 0 0 5092 32 0 0 15 0 12 0 1534923433 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4574] ppid=4568 vsize=819472 CPUtime=51.07
/proc/4570/task/4574/stat : 4574 (java) S 4568 4570 2877 0 -1 64 79090 0 0 0 5075 32 0 0 16 0 12 0 1534923433 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4575] ppid=4568 vsize=819472 CPUtime=638.84
/proc/4570/task/4575/stat : 4575 (java) R 4568 4570 2877 0 -1 64 31394 0 0 0 63860 24 0 0 25 0 12 0 1534923435 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4576] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4576/stat : 4576 (java) S 4568 4570 2877 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1534923435 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4577] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4577/stat : 4577 (java) S 4568 4570 2877 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1534923435 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4578] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4578/stat : 4578 (java) S 4568 4570 2877 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4579] ppid=4568 vsize=819472 CPUtime=0.64
/proc/4570/task/4579/stat : 4579 (java) S 4568 4570 2877 0 -1 64 2643 0 2 0 63 1 0 0 16 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4580] ppid=4568 vsize=819472 CPUtime=1.19
/proc/4570/task/4580/stat : 4580 (java) S 4568 4570 2877 0 -1 64 9469 0 0 0 115 4 0 0 16 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4581] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4581/stat : 4581 (java) S 4568 4570 2877 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4582] ppid=4568 vsize=819472 CPUtime=0
/proc/4570/task/4582/stat : 4582 (java) S 4568 4570 2877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1534923439 839139328 174463 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.57
Current children cumulated vsize (KiB) 819472

[startup+1808.1 s]
/proc/loadavg: 2.05 2.21 2.21 3/105 4644
/proc/meminfo: memFree=997448/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=820120 CPUtime=1801.77
/proc/4570/stat : 4570 (java) S 4568 4570 2877 0 -1 0 215275 0 26 0 180061 116 0 0 16 0 11 0 1534923428 839802880 174480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4570/statm: 205030 174480 1391 9 0 202392 0
[pid=4570/tid=4572] ppid=4568 vsize=820120 CPUtime=1058.62
/proc/4570/task/4572/stat : 4572 (java) R 4568 4570 2877 0 -1 64 19807 0 1 0 105844 18 0 0 17 0 11 0 1534923432 839802880 174480 996147200 134512640 134550740 4294956032 18446744073709551615 4109797624 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4573] ppid=4568 vsize=820120 CPUtime=51.24
/proc/4570/task/4573/stat : 4573 (java) S 4568 4570 2877 0 -1 64 72115 0 0 0 5092 32 0 0 15 0 11 0 1534923433 839802880 174480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4574] ppid=4568 vsize=820120 CPUtime=51.07
/proc/4570/task/4574/stat : 4574 (java) S 4568 4570 2877 0 -1 64 79090 0 0 0 5075 32 0 0 16 0 11 0 1534923433 839802880 174480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4575] ppid=4568 vsize=820120 CPUtime=638.94
/proc/4570/task/4575/stat : 4575 (java) R 4568 4570 2877 0 -1 64 31394 0 0 0 63870 24 0 0 25 0 11 0 1534923435 839802880 174480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4576] ppid=4568 vsize=820120 CPUtime=0
/proc/4570/task/4576/stat : 4576 (java) S 4568 4570 2877 0 -1 64 9 0 0 0 0 0 0 0 16 0 11 0 1534923435 839802880 174480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4577] ppid=4568 vsize=820120 CPUtime=0
/proc/4570/task/4577/stat : 4577 (java) S 4568 4570 2877 0 -1 64 6 0 0 0 0 0 0 0 17 0 11 0 1534923435 839802880 174480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4579] ppid=4568 vsize=820120 CPUtime=0.64
/proc/4570/task/4579/stat : 4579 (java) S 4568 4570 2877 0 -1 64 2643 0 2 0 63 1 0 0 16 0 11 0 1534923439 839802880 174480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4570/tid=4580] ppid=4568 vsize=820120 CPUtime=1.19
/proc/4570/task/4580/stat : 4580 (java) S 4568 4570 2877 0 -1 64 9469 0 0 0 115 4 0 0 16 0 11 0 1534923439 839802880 174480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4570/tid=4581] ppid=4568 vsize=820120 CPUtime=0
/proc/4570/task/4581/stat : 4581 (java) S 4568 4570 2877 0 -1 64 0 0 0 0 0 0 0 0 25 0 11 0 1534923439 839802880 174480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.77
Current children cumulated vsize (KiB) 820120

[startup+1808.2 s]
/proc/loadavg: 2.05 2.21 2.21 3/105 4644
/proc/meminfo: memFree=997448/2055920 swapFree=4180424/4192956
[pid=4570] ppid=4568 vsize=0 CPUtime=1801.87
/proc/4570/stat : 4570 (java) Z 4568 4570 2877 0 -1 1036 215275 0 26 0 180062 125 0 0 16 0 2 0 1534923428 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4570/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1808.22
CPU time (s): 1801.9
CPU user time (s): 1800.63
CPU system time (s): 1.27081
CPU usage (%): 99.6504
Max. virtual memory (cumulated for all children) (KiB): 915480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.63
system time used= 1.27081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215275
page faults= 26
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51433
involuntary context switches= 76699

runsolver used 2.29665 second user time and 5.95209 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-03 04:35:16
IDJOB=1051196
IDBENCH=55428
IDSOLVER=344
FILE ID=node13/1051196-1215052516
PBS_JOBID= 7875147
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-44-10-a4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051196-1215052516/watcher-1051196-1215052516 -o /tmp/evaluation-result-1051196-1215052516/solver-1051196-1215052516 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1051196-1215052516.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d64b0b30fe6539783bc7e2d71db09770
RANDOM SEED=488649101

node13.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.238
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.238
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:       1803568 kB
Buffers:         37176 kB
Cached:         126156 kB
SwapCached:       6668 kB
Active:          93876 kB
Inactive:        80588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803568 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1192 kB
Writeback:           0 kB
Mapped:          18928 kB
Slab:            63068 kB
Committed_AS:  2964328 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= 66528 MiB
End job on node13 at 2008-07-03 05:05:25