Trace number 2071012

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
Concrete 2009-07-14UNSAT 20.5669 20.7162

DiagnosticValue
CHECKS12586300
NODES8802

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-34-9-a4.xml
MD5SUM947bd0bb99890d45969905fa1e7cd20f
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 benchmark4.18136
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
Global constraints used (with number of constraints)

Solver Data

3.55/3.65	c CPU-LOAD 1.78
3.55/3.65	c LOADED 9 V (35 E), 36 ExtensionConstraint2D, 210 PredicateConstraint, arity 4, 1.78 cpu
20.46/20.68	s UNSATISFIABLE
20.46/20.68	d NODES 8802
20.46/20.68	d CHECKS 12586259
20.46/20.68	c heuristic-cpu: 0.0
20.46/20.68	c prepro-constraint-ccks: 128481
20.46/20.68	c prepro-constraint-presenceccks: 207662
20.46/20.68	c prepro-cpu: 0.17
20.46/20.68	c prepro-matrix2d-ccks: 11424
20.46/20.68	c prepro-matrix2d-presenceccks: 0
20.46/20.68	c prepro-removed: 72
20.46/20.68	c search-cpu: 15.700001
20.46/20.68	c search-nps: 560.6369
20.46/20.68	c total-assgn: 8802
20.46/20.68	c total-constraint-ccks: 11397008
20.46/20.68	c total-constraint-presence-ccks: 24539016
20.46/20.68	c total-cpu: 15.900001
20.46/20.68	c total-matrix2d-ccks: 1189251
20.46/20.68	c total-matrix2d-presence-ccks: 0
20.46/20.68	c TOTAL-NODES 8802
20.46/20.68	c TOTAL-CPU 15.900001

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071012-1247709456/watcher-2071012-1247709456 -o /tmp/evaluation-result-2071012-1247709456/solver-2071012-1247709456 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2071012-1247709456.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.15 2.28 2.26 4/81 9054
/proc/meminfo: memFree=1512760/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) R 9052 9054 9017 0 -1 4194304 262 0 0 0 0 0 0 0 23 0 1 0 58008898 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 251255122591 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9054/statm: 1339 230 191 169 0 50 0

[startup+0.087363 s]
/proc/loadavg: 2.15 2.28 2.26 4/81 9054
/proc/meminfo: memFree=1512760/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102363 s]
/proc/loadavg: 2.15 2.28 2.26 4/81 9054
/proc/meminfo: memFree=1512760/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302388 s]
/proc/loadavg: 2.15 2.28 2.26 4/81 9054
/proc/meminfo: memFree=1512760/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702443 s]
/proc/loadavg: 2.15 2.28 2.26 4/81 9054
/proc/meminfo: memFree=1512760/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50152 s]
/proc/loadavg: 2.14 2.28 2.26 3/91 9067
/proc/meminfo: memFree=1497768/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
[pid=9059] ppid=9054 vsize=848812 CPUtime=1.45
/proc/9059/stat : 9059 (java) S 9054 9054 9017 0 -1 0 6898 0 1 0 140 5 0 0 18 0 10 0 58008899 869183488 6058 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9059/statm: 212203 6058 2018 9 0 206681 0
[pid=9059/tid=9060] ppid=9054 vsize=848812 CPUtime=0.91
/proc/9059/task/9060/stat : 9060 (java) R 9054 9054 9017 0 -1 64 3942 0 1 0 88 3 0 0 22 0 10 0 58008900 869183488 6058 996147200 134512640 134550932 4294955408 18446744073709551615 4125622896 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9061] ppid=9054 vsize=848812 CPUtime=0.05
/proc/9059/task/9061/stat : 9061 (java) S 9054 9054 9017 0 -1 64 651 0 0 0 5 0 0 0 16 0 10 0 58008901 869183488 6058 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9062] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9062/stat : 9062 (java) S 9054 9054 9017 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58008902 869183488 6058 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9063] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9063/stat : 9063 (java) S 9054 9054 9017 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58008902 869183488 6058 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9064] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9064/stat : 9064 (java) S 9054 9054 9017 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58008904 869183488 6058 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9065] ppid=9054 vsize=848812 CPUtime=0.47
/proc/9059/task/9065/stat : 9065 (java) S 9054 9054 9017 0 -1 64 1603 0 0 0 46 1 0 0 16 0 10 0 58008907 869183488 6058 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9066] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9066/stat : 9066 (java) S 9054 9054 9017 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58008907 869183488 6058 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9067] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9067/stat : 9067 (java) S 9054 9054 9017 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58008908 869183488 6058 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 854168

[startup+3.10369 s]
/proc/loadavg: 2.14 2.28 2.26 4/92 9068
/proc/meminfo: memFree=1486048/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
[pid=9059] ppid=9054 vsize=848812 CPUtime=3.06
/proc/9059/stat : 9059 (java) S 9054 9054 9017 0 -1 0 14937 0 1 0 297 9 0 0 18 0 10 0 58008899 869183488 13421 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9059/statm: 212203 13421 2631 9 0 206681 0
[pid=9059/tid=9060] ppid=9054 vsize=848812 CPUtime=1.68
/proc/9059/task/9060/stat : 9060 (java) R 9054 9054 9017 0 -1 64 5155 0 1 0 165 3 0 0 25 0 10 0 58008900 869183488 13421 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9061] ppid=9054 vsize=848812 CPUtime=0.84
/proc/9059/task/9061/stat : 9061 (java) R 9054 9054 9017 0 -1 64 7453 0 0 0 81 3 0 0 15 0 10 0 58008901 869183488 13421 996147200 134512640 134550932 4294955408 18446744073709551615 102709351 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9062] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9062/stat : 9062 (java) S 9054 9054 9017 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58008902 869183488 13421 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9063] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9063/stat : 9063 (java) S 9054 9054 9017 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58008902 869183488 13421 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9064] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9064/stat : 9064 (java) S 9054 9054 9017 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58008904 869183488 13421 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9065] ppid=9054 vsize=848812 CPUtime=0.5
/proc/9059/task/9065/stat : 9065 (java) S 9054 9054 9017 0 -1 64 1627 0 0 0 49 1 0 0 15 0 10 0 58008907 869183488 13421 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9066] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9066/stat : 9066 (java) S 9054 9054 9017 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58008907 869183488 13421 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9067] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9067/stat : 9067 (java) S 9054 9054 9017 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58008908 869183488 13421 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9068] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9068/stat : 9068 (java) S 9054 9054 9017 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 58008999 869183488 13421 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 854168

[startup+6.30204 s]
/proc/loadavg: 2.14 2.28 2.26 3/91 9069
/proc/meminfo: memFree=1478112/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
[pid=9059] ppid=9054 vsize=848812 CPUtime=6.23
/proc/9059/stat : 9059 (java) S 9054 9054 9017 0 -1 0 15222 0 1 0 613 10 0 0 18 0 9 0 58008899 869183488 11013 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9059/statm: 212203 11013 2632 9 0 206681 0
[pid=9059/tid=9060] ppid=9054 vsize=848812 CPUtime=4.42
/proc/9059/task/9060/stat : 9060 (java) R 9054 9054 9017 0 -1 64 5275 0 1 0 438 4 0 0 25 0 9 0 58008900 869183488 11013 996147200 134512640 134550932 4294955408 18446744073709551615 4125998366 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9061] ppid=9054 vsize=848812 CPUtime=1.24
/proc/9059/task/9061/stat : 9061 (java) S 9054 9054 9017 0 -1 64 7595 0 0 0 120 4 0 0 16 0 9 0 58008901 869183488 11013 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9062] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9062/stat : 9062 (java) S 9054 9054 9017 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 11013 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9063] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9063/stat : 9063 (java) S 9054 9054 9017 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 11013 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9064] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9064/stat : 9064 (java) S 9054 9054 9017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58008904 869183488 11013 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9065] ppid=9054 vsize=848812 CPUtime=0.55
/proc/9059/task/9065/stat : 9065 (java) S 9054 9054 9017 0 -1 64 1649 0 0 0 54 1 0 0 16 0 9 0 58008907 869183488 11013 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9066] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9066/stat : 9066 (java) S 9054 9054 9017 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58008907 869183488 11013 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9067] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9067/stat : 9067 (java) S 9054 9054 9017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58008908 869183488 11013 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 854168

[startup+12.7027 s]
/proc/loadavg: 2.12 2.27 2.26 3/91 9069
/proc/meminfo: memFree=1477984/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
[pid=9059] ppid=9054 vsize=848812 CPUtime=12.6
/proc/9059/stat : 9059 (java) S 9054 9054 9017 0 -1 0 15401 0 1 0 1248 12 0 0 18 0 9 0 58008899 869183488 11017 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9059/statm: 212203 11017 2632 9 0 206681 0
[pid=9059/tid=9060] ppid=9054 vsize=848812 CPUtime=10.54
/proc/9059/task/9060/stat : 9060 (java) R 9054 9054 9017 0 -1 64 5450 0 1 0 1049 5 0 0 25 0 9 0 58008900 869183488 11017 996147200 134512640 134550932 4294955408 18446744073709551615 4125643600 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9061] ppid=9054 vsize=848812 CPUtime=1.47
/proc/9059/task/9061/stat : 9061 (java) S 9054 9054 9017 0 -1 64 7595 0 0 0 142 5 0 0 16 0 9 0 58008901 869183488 11017 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9062] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9062/stat : 9062 (java) S 9054 9054 9017 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 11017 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9063] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9063/stat : 9063 (java) S 9054 9054 9017 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 11017 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9064] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9064/stat : 9064 (java) S 9054 9054 9017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58008904 869183488 11017 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9065] ppid=9054 vsize=848812 CPUtime=0.56
/proc/9059/task/9065/stat : 9065 (java) S 9054 9054 9017 0 -1 64 1653 0 0 0 55 1 0 0 16 0 9 0 58008907 869183488 11017 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9066] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9066/stat : 9066 (java) S 9054 9054 9017 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58008907 869183488 11017 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9067] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9067/stat : 9067 (java) S 9054 9054 9017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58008908 869183488 11017 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 854168

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

[startup+15.9021 s]
/proc/loadavg: 2.12 2.27 2.26 3/91 9069
/proc/meminfo: memFree=1485984/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
[pid=9059] ppid=9054 vsize=848812 CPUtime=15.78
/proc/9059/stat : 9059 (java) S 9054 9054 9017 0 -1 0 15515 0 1 0 1564 14 0 0 18 0 9 0 58008899 869183488 9006 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9059/statm: 212203 9006 2633 9 0 206681 0
[pid=9059/tid=9060] ppid=9054 vsize=848812 CPUtime=13.52
/proc/9059/task/9060/stat : 9060 (java) R 9054 9054 9017 0 -1 64 5562 0 1 0 1347 5 0 0 25 0 9 0 58008900 869183488 9006 996147200 134512640 134550932 4294955408 18446744073709551615 4127178191 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9061] ppid=9054 vsize=848812 CPUtime=1.67
/proc/9059/task/9061/stat : 9061 (java) S 9054 9054 9017 0 -1 64 7596 0 0 0 161 6 0 0 16 0 9 0 58008901 869183488 9006 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9062] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9062/stat : 9062 (java) S 9054 9054 9017 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 9006 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9063] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9063/stat : 9063 (java) S 9054 9054 9017 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 9006 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9064] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9064/stat : 9064 (java) S 9054 9054 9017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58008904 869183488 9006 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9065] ppid=9054 vsize=848812 CPUtime=0.56
/proc/9059/task/9065/stat : 9065 (java) S 9054 9054 9017 0 -1 64 1654 0 0 0 55 1 0 0 16 0 9 0 58008907 869183488 9006 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9066] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9066/stat : 9066 (java) S 9054 9054 9017 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58008907 869183488 9006 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9067] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9067/stat : 9067 (java) S 9054 9054 9017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58008908 869183488 9006 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.78
Current children cumulated vsize (KiB) 854168

[startup+19.1014 s]
/proc/loadavg: 2.11 2.26 2.26 3/91 9069
/proc/meminfo: memFree=1489184/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
[pid=9059] ppid=9054 vsize=848812 CPUtime=18.96
/proc/9059/stat : 9059 (java) S 9054 9054 9017 0 -1 0 15648 0 1 0 1881 15 0 0 18 0 9 0 58008899 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9059/statm: 212203 8206 2633 9 0 206681 0
[pid=9059/tid=9060] ppid=9054 vsize=848812 CPUtime=16.43
/proc/9059/task/9060/stat : 9060 (java) R 9054 9054 9017 0 -1 64 5678 0 1 0 1638 5 0 0 25 0 9 0 58008900 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4127189159 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9061] ppid=9054 vsize=848812 CPUtime=1.95
/proc/9059/task/9061/stat : 9061 (java) S 9054 9054 9017 0 -1 64 7613 0 0 0 188 7 0 0 16 0 9 0 58008901 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9062] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9062/stat : 9062 (java) S 9054 9054 9017 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9063] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9063/stat : 9063 (java) S 9054 9054 9017 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9064] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9064/stat : 9064 (java) S 9054 9054 9017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58008904 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9065] ppid=9054 vsize=848812 CPUtime=0.56
/proc/9059/task/9065/stat : 9065 (java) S 9054 9054 9017 0 -1 64 1654 0 0 0 55 1 0 0 16 0 9 0 58008907 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9066] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9066/stat : 9066 (java) S 9054 9054 9017 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58008907 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9067] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9067/stat : 9067 (java) S 9054 9054 9017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58008908 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.96
Current children cumulated vsize (KiB) 854168

[startup+19.9015 s]
/proc/loadavg: 2.11 2.26 2.26 3/91 9069
/proc/meminfo: memFree=1489248/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
[pid=9059] ppid=9054 vsize=848812 CPUtime=19.76
/proc/9059/stat : 9059 (java) S 9054 9054 9017 0 -1 0 15679 0 1 0 1960 16 0 0 18 0 9 0 58008899 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9059/statm: 212203 8206 2633 9 0 206681 0
[pid=9059/tid=9060] ppid=9054 vsize=848812 CPUtime=17.14
/proc/9059/task/9060/stat : 9060 (java) R 9054 9054 9017 0 -1 64 5706 0 1 0 1708 6 0 0 25 0 9 0 58008900 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4127189152 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9061] ppid=9054 vsize=848812 CPUtime=2.03
/proc/9059/task/9061/stat : 9061 (java) S 9054 9054 9017 0 -1 64 7616 0 0 0 196 7 0 0 16 0 9 0 58008901 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9062] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9062/stat : 9062 (java) S 9054 9054 9017 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9063] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9063/stat : 9063 (java) S 9054 9054 9017 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9064] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9064/stat : 9064 (java) S 9054 9054 9017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58008904 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9065] ppid=9054 vsize=848812 CPUtime=0.56
/proc/9059/task/9065/stat : 9065 (java) S 9054 9054 9017 0 -1 64 1654 0 0 0 55 1 0 0 16 0 9 0 58008907 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9066] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9066/stat : 9066 (java) S 9054 9054 9017 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58008907 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9067] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9067/stat : 9067 (java) S 9054 9054 9017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58008908 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.76
Current children cumulated vsize (KiB) 854168

[startup+20.3016 s]
/proc/loadavg: 2.11 2.26 2.26 3/91 9069
/proc/meminfo: memFree=1489248/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
[pid=9059] ppid=9054 vsize=848812 CPUtime=20.16
/proc/9059/stat : 9059 (java) S 9054 9054 9017 0 -1 0 15694 0 1 0 2000 16 0 0 18 0 9 0 58008899 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9059/statm: 212203 8206 2633 9 0 206681 0
[pid=9059/tid=9060] ppid=9054 vsize=848812 CPUtime=17.52
/proc/9059/task/9060/stat : 9060 (java) R 9054 9054 9017 0 -1 64 5721 0 1 0 1746 6 0 0 25 0 9 0 58008900 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4127175101 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9061] ppid=9054 vsize=848812 CPUtime=2.06
/proc/9059/task/9061/stat : 9061 (java) S 9054 9054 9017 0 -1 64 7616 0 0 0 198 8 0 0 16 0 9 0 58008901 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9062] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9062/stat : 9062 (java) S 9054 9054 9017 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9063] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9063/stat : 9063 (java) S 9054 9054 9017 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9064] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9064/stat : 9064 (java) S 9054 9054 9017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58008904 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9065] ppid=9054 vsize=848812 CPUtime=0.56
/proc/9059/task/9065/stat : 9065 (java) S 9054 9054 9017 0 -1 64 1654 0 0 0 55 1 0 0 16 0 9 0 58008907 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9066] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9066/stat : 9066 (java) S 9054 9054 9017 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58008907 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9067] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9067/stat : 9067 (java) S 9054 9054 9017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58008908 869183488 8206 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.16
Current children cumulated vsize (KiB) 854168

[startup+20.7016 s]
/proc/loadavg: 2.11 2.26 2.26 3/91 9069
/proc/meminfo: memFree=1489248/2055920 swapFree=4192812/4192956
[pid=9054] ppid=9052 vsize=5356 CPUtime=0
/proc/9054/stat : 9054 (concrete.sh) S 9052 9054 9017 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58008898 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9054/statm: 1339 244 201 169 0 50 0
[pid=9059] ppid=9054 vsize=848812 CPUtime=20.54
/proc/9059/stat : 9059 (java) S 9054 9054 9017 0 -1 0 15712 0 1 0 2038 16 0 0 18 0 9 0 58008899 869183488 8208 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/9059/statm: 212203 8208 2633 9 0 206681 0
[pid=9059/tid=9060] ppid=9054 vsize=848812 CPUtime=17.89
/proc/9059/task/9060/stat : 9060 (java) S 9054 9054 9017 0 -1 64 5739 0 1 0 1783 6 0 0 25 0 9 0 58008900 869183488 8208 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9061] ppid=9054 vsize=848812 CPUtime=2.07
/proc/9059/task/9061/stat : 9061 (java) S 9054 9054 9017 0 -1 64 7616 0 0 0 199 8 0 0 16 0 9 0 58008901 869183488 8208 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9062] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9062/stat : 9062 (java) S 9054 9054 9017 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 8208 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9063] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9063/stat : 9063 (java) S 9054 9054 9017 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 58008902 869183488 8208 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9064] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9064/stat : 9064 (java) S 9054 9054 9017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58008904 869183488 8208 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9065] ppid=9054 vsize=848812 CPUtime=0.56
/proc/9059/task/9065/stat : 9065 (java) S 9054 9054 9017 0 -1 64 1654 0 0 0 55 1 0 0 15 0 9 0 58008907 869183488 8208 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9066] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9066/stat : 9066 (java) S 9054 9054 9017 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58008907 869183488 8208 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=9059/tid=9067] ppid=9054 vsize=848812 CPUtime=0
/proc/9059/task/9067/stat : 9067 (java) S 9054 9054 9017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58008908 869183488 8208 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.54
Current children cumulated vsize (KiB) 854168

Child status: 0
Real time (s): 20.7162
CPU time (s): 20.5669
CPU user time (s): 20.3889
CPU system time (s): 0.177972
CPU usage (%): 99.279
Max. virtual memory (cumulated for all children) (KiB): 854168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3889
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16357
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= 8306
involuntary context switches= 8367

runsolver used 0.030995 second user time and 0.082987 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-16 03:57:36
IDJOB=2071012
IDBENCH=55427
IDSOLVER=735
FILE ID=node64/2071012-1247709456
PBS_JOBID= 9521362
Free space on /tmp= 66332 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-34-9-a4.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071012-1247709456/watcher-2071012-1247709456 -o /tmp/evaluation-result-2071012-1247709456/solver-2071012-1247709456 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2071012-1247709456.xml

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

MD5SUM BENCH= 947bd0bb99890d45969905fa1e7cd20f
RANDOM SEED=165865897

node64.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.220
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.220
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:       1513240 kB
Buffers:         79696 kB
Cached:         345440 kB
SwapCached:          0 kB
Active:          64536 kB
Inactive:       392016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1513240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          51824 kB
Slab:            70960 kB
Committed_AS:   529980 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node64 at 2009-07-16 03:57:57