Trace number 2073696

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-14SAT 55.7895 56.3476

DiagnosticValue
CHECKS445846
NODES135

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle22.xml
MD5SUMf276a46bd828722ff96f92f095d5cf90
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.304953
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints662
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension60
Number of constraints which are defined in intension602
Global constraints used (with number of constraints)

Solver Data

53.45/54.01	c [  53.597] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
53.95/54.54	c CPU-LOAD 13.3
53.95/54.54	c LOADED 132 V (26 E), 602 PredicateConstraint, 60 ExtensionConstraintDynamic, arity 26, 13.3 cpu
55.54/56.19	v 0 1 0 2 5 0 1 15 0 17 3 1 0 1 0 0 3 0 0 11 0 4 0 11 0 18 17 0 18 15 4 1 0 18 0 2 2 7 0 17 8 2 0 2 8 3 0 8 3 11 0 21 5 0 0 17 3 3 4 2 0 3 0 1 1 0 17 0 2 0 3 0 24 0 10 1 0 1 4 4 12 0 19 12 0 2 7 0 22 0 8 8 0 13 6 4 4 18 4 0 6 0 17 2 7 4 14 3 0 11 18 7 0 6 2 0 12 20 3 0 11 15 0 2 0 0 1 4 18 0 17 18 
55.54/56.20	s SATISFIABLE
55.54/56.20	d NODES 135
55.54/56.20	d CHECKS 445846
55.54/56.20	c heuristic-cpu: 0.0
55.54/56.20	c prepro-constraint-ccks: 113070
55.54/56.20	c prepro-constraint-presenceccks: 176630
55.54/56.20	c prepro-cpu: 0.36
55.54/56.20	c prepro-matrix2d-ccks: 0
55.54/56.20	c prepro-matrix2d-presenceccks: 0
55.54/56.20	c prepro-removed: 56
55.54/56.20	c search-cpu: 1.11
55.54/56.20	c search-nps: 121.62162
55.54/56.20	c total-assgn: 135
55.54/56.20	c total-constraint-ccks: 445846
55.54/56.20	c total-constraint-presence-ccks: 1833820
55.54/56.20	c total-cpu: 1.72
55.54/56.20	c total-matrix2d-ccks: 0
55.54/56.20	c total-matrix2d-presence-ccks: 0
55.54/56.20	c TOTAL-NODES 135
55.54/56.20	c TOTAL-CPU 1.72

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2073696-1247712195/watcher-2073696-1247712195 -o /tmp/evaluation-result-2073696-1247712195/solver-2073696-1247712195 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2073696-1247712195.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14344
/proc/meminfo: memFree=1493440/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) R 14341 14343 14306 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 57911180 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 209135921823 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14343/statm: 1339 230 191 169 0 50 0
[pid=14344] ppid=14343 vsize=5356 CPUtime=0
/proc/14344/stat : 14344 (concrete.sh) R 14343 14343 14306 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 57911180 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 209135921823 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14344/statm: 1339 230 191 169 0 50 0

[startup+0.0994681 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14344
/proc/meminfo: memFree=1493440/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101465 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14344
/proc/meminfo: memFree=1493440/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301487 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14344
/proc/meminfo: memFree=1493440/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701523 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14344
/proc/meminfo: memFree=1493440/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50159 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 14356
/proc/meminfo: memFree=1475896/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
[pid=14348] ppid=14343 vsize=848620 CPUtime=1.46
/proc/14348/stat : 14348 (java) S 14343 14343 14306 0 -1 0 8659 0 1 0 140 6 0 0 18 0 10 0 57911181 868986880 7480 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14348/statm: 212155 7480 2623 9 0 206633 0
[pid=14348/tid=14349] ppid=14343 vsize=848620 CPUtime=0.93
/proc/14348/task/14349/stat : 14349 (java) R 14343 14343 14306 0 -1 64 3898 0 1 0 90 3 0 0 20 0 10 0 57911182 868986880 7480 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14350] ppid=14343 vsize=848620 CPUtime=0.15
/proc/14348/task/14350/stat : 14350 (java) S 14343 14343 14306 0 -1 64 2525 0 0 0 14 1 0 0 16 0 10 0 57911184 868986880 7480 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14351] ppid=14343 vsize=848620 CPUtime=0
/proc/14348/task/14351/stat : 14351 (java) S 14343 14343 14306 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57911184 868986880 7480 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14352] ppid=14343 vsize=848620 CPUtime=0
/proc/14348/task/14352/stat : 14352 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57911184 868986880 7480 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14353] ppid=14343 vsize=848620 CPUtime=0
/proc/14348/task/14353/stat : 14353 (java) S 14343 14343 14306 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57911186 868986880 7480 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14354] ppid=14343 vsize=848620 CPUtime=0.35
/proc/14348/task/14354/stat : 14354 (java) R 14343 14343 14306 0 -1 64 1536 0 0 0 35 0 0 0 16 0 10 0 57911190 868986880 7480 996147200 134512640 134550932 4294955408 18446744073709551615 104075165 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14355] ppid=14343 vsize=848620 CPUtime=0
/proc/14348/task/14355/stat : 14355 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57911190 868986880 7480 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14356] ppid=14343 vsize=848620 CPUtime=0
/proc/14348/task/14356/stat : 14356 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57911190 868986880 7480 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 853976

[startup+3.10273 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 14357
/proc/meminfo: memFree=1472368/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
[pid=14348] ppid=14343 vsize=848752 CPUtime=3.05
/proc/14348/stat : 14348 (java) S 14343 14343 14306 0 -1 0 15005 0 1 0 294 11 0 0 18 0 10 0 57911181 869122048 13717 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14348/statm: 212188 13717 2632 9 0 206666 0
[pid=14348/tid=14349] ppid=14343 vsize=848752 CPUtime=1.69
/proc/14348/task/14349/stat : 14349 (java) R 14343 14343 14306 0 -1 64 4253 0 1 0 165 4 0 0 25 0 10 0 57911182 869122048 13717 996147200 134512640 134550932 4294955408 18446744073709551615 103199477 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14350] ppid=14343 vsize=848752 CPUtime=0.78
/proc/14348/task/14350/stat : 14350 (java) S 14343 14343 14306 0 -1 64 8338 0 0 0 74 4 0 0 16 0 10 0 57911184 869122048 13717 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14351] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14351/stat : 14351 (java) S 14343 14343 14306 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57911184 869122048 13717 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14352] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14352/stat : 14352 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57911184 869122048 13717 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14353] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14353/stat : 14353 (java) S 14343 14343 14306 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57911186 869122048 13717 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14354] ppid=14343 vsize=848752 CPUtime=0.54
/proc/14348/task/14354/stat : 14354 (java) S 14343 14343 14306 0 -1 64 1714 0 0 0 53 1 0 0 15 0 10 0 57911190 869122048 13717 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14355] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14355/stat : 14355 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57911190 869122048 13717 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14356] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14356/stat : 14356 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57911190 869122048 13717 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14357] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14357/stat : 14357 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 57911322 869122048 13717 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 854108

[startup+6.30302 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 14357
/proc/meminfo: memFree=1382768/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
[pid=14348] ppid=14343 vsize=848752 CPUtime=6.22
/proc/14348/stat : 14348 (java) S 14343 14343 14306 0 -1 0 46378 0 1 0 597 25 0 0 18 0 10 0 57911181 869122048 45065 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14348/statm: 212188 45065 2632 9 0 206666 0
[pid=14348/tid=14349] ppid=14343 vsize=848752 CPUtime=3.16
/proc/14348/task/14349/stat : 14349 (java) R 14343 14343 14306 0 -1 64 17856 0 1 0 306 10 0 0 25 0 10 0 57911182 869122048 45065 996147200 134512640 134550932 4294955408 18446744073709551615 4127179665 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14350] ppid=14343 vsize=848752 CPUtime=2.48
/proc/14348/task/14350/stat : 14350 (java) S 14343 14343 14306 0 -1 64 26108 0 0 0 236 12 0 0 16 0 10 0 57911184 869122048 45065 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14351] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14351/stat : 14351 (java) S 14343 14343 14306 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57911184 869122048 45065 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14352] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14352/stat : 14352 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57911184 869122048 45065 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14353] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14353/stat : 14353 (java) S 14343 14343 14306 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57911186 869122048 45065 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14354] ppid=14343 vsize=848752 CPUtime=0.54
/proc/14348/task/14354/stat : 14354 (java) S 14343 14343 14306 0 -1 64 1714 0 0 0 53 1 0 0 15 0 10 0 57911190 869122048 45065 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14355] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14355/stat : 14355 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57911190 869122048 45065 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14356] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14356/stat : 14356 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57911190 869122048 45065 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14357] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14357/stat : 14357 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 57911322 869122048 45065 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 854108

[startup+12.7026 s]
/proc/loadavg: 2.02 2.00 2.00 4/92 14357
/proc/meminfo: memFree=1144112/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
[pid=14348] ppid=14343 vsize=848752 CPUtime=12.55
/proc/14348/stat : 14348 (java) S 14343 14343 14306 0 -1 0 91882 0 1 0 1212 43 0 0 18 0 10 0 57911181 869122048 90557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14348/statm: 212188 90557 2632 9 0 206666 0
[pid=14348/tid=14349] ppid=14343 vsize=848752 CPUtime=5.85
/proc/14348/task/14349/stat : 14349 (java) R 14343 14343 14306 0 -1 64 39992 0 1 0 565 20 0 0 25 0 10 0 57911182 869122048 90557 996147200 134512640 134550932 4294955408 18446744073709551615 4127180848 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14350] ppid=14343 vsize=848752 CPUtime=6.13
/proc/14348/task/14350/stat : 14350 (java) S 14343 14343 14306 0 -1 64 49476 0 0 0 592 21 0 0 17 0 10 0 57911184 869122048 90557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14351] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14351/stat : 14351 (java) S 14343 14343 14306 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57911184 869122048 90557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14352] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14352/stat : 14352 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57911184 869122048 90557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14353] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14353/stat : 14353 (java) S 14343 14343 14306 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57911186 869122048 90557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14354] ppid=14343 vsize=848752 CPUtime=0.54
/proc/14348/task/14354/stat : 14354 (java) S 14343 14343 14306 0 -1 64 1714 0 0 0 53 1 0 0 15 0 10 0 57911190 869122048 90557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14355] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14355/stat : 14355 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57911190 869122048 90557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14356] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14356/stat : 14356 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57911190 869122048 90557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14357] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14357/stat : 14357 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 57911322 869122048 90557 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 854108

[startup+25.5017 s]
/proc/loadavg: 2.17 2.03 2.01 4/92 14357
/proc/meminfo: memFree=777072/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
[pid=14348] ppid=14343 vsize=848752 CPUtime=25.23
/proc/14348/stat : 14348 (java) S 14343 14343 14306 0 -1 0 182482 0 1 0 2440 83 0 0 18 0 10 0 57911181 869122048 181138 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14348/statm: 212188 181138 2632 9 0 206666 0
[pid=14348/tid=14349] ppid=14343 vsize=848752 CPUtime=11.43
/proc/14348/task/14349/stat : 14349 (java) R 14343 14343 14306 0 -1 64 49964 0 1 0 1119 24 0 0 25 0 10 0 57911182 869122048 181138 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14350] ppid=14343 vsize=848752 CPUtime=13.22
/proc/14348/task/14350/stat : 14350 (java) R 14343 14343 14306 0 -1 64 130104 0 0 0 1266 56 0 0 17 0 10 0 57911184 869122048 181138 996147200 134512640 134550932 4294955408 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14351] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14351/stat : 14351 (java) S 14343 14343 14306 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57911184 869122048 181138 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14352] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14352/stat : 14352 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57911184 869122048 181138 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14353] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14353/stat : 14353 (java) S 14343 14343 14306 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57911186 869122048 181138 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14354] ppid=14343 vsize=848752 CPUtime=0.54
/proc/14348/task/14354/stat : 14354 (java) S 14343 14343 14306 0 -1 64 1714 0 0 0 53 1 0 0 15 0 10 0 57911190 869122048 181138 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14355] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14355/stat : 14355 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57911190 869122048 181138 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14356] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14356/stat : 14356 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57911190 869122048 181138 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14357] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14357/stat : 14357 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 57911322 869122048 181138 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 854108

[startup+51.102 s]
/proc/loadavg: 2.17 2.04 2.01 3/92 14357
/proc/meminfo: memFree=741040/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
[pid=14348] ppid=14343 vsize=848752 CPUtime=50.58
/proc/14348/stat : 14348 (java) S 14343 14343 14306 0 -1 0 191479 0 1 0 4972 86 0 0 18 0 10 0 57911181 869122048 190128 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14348/statm: 212188 190128 2632 9 0 206666 0
[pid=14348/tid=14349] ppid=14343 vsize=848752 CPUtime=13.32
/proc/14348/task/14349/stat : 14349 (java) S 14343 14343 14306 0 -1 64 49975 0 1 0 1308 24 0 0 17 0 10 0 57911182 869122048 190128 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14350] ppid=14343 vsize=848752 CPUtime=36.69
/proc/14348/task/14350/stat : 14350 (java) R 14343 14343 14306 0 -1 64 139090 0 0 0 3610 59 0 0 25 0 10 0 57911184 869122048 190128 996147200 134512640 134550932 4294955408 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14351] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14351/stat : 14351 (java) S 14343 14343 14306 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57911184 869122048 190128 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14352] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14352/stat : 14352 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57911184 869122048 190128 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14353] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14353/stat : 14353 (java) S 14343 14343 14306 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57911186 869122048 190128 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14354] ppid=14343 vsize=848752 CPUtime=0.54
/proc/14348/task/14354/stat : 14354 (java) S 14343 14343 14306 0 -1 64 1714 0 0 0 53 1 0 0 15 0 10 0 57911190 869122048 190128 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14355] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14355/stat : 14355 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57911190 869122048 190128 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14356] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14356/stat : 14356 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57911190 869122048 190128 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14357] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14357/stat : 14357 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 57911322 869122048 190128 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 854108

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

[startup+54.3023 s]
/proc/loadavg: 2.15 2.04 2.01 3/92 14357
/proc/meminfo: memFree=741040/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
[pid=14348] ppid=14343 vsize=848752 CPUtime=53.75
/proc/14348/stat : 14348 (java) S 14343 14343 14306 0 -1 0 191512 0 1 0 5289 86 0 0 18 0 10 0 57911181 869122048 190160 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14348/statm: 212188 190160 2633 9 0 206666 0
[pid=14348/tid=14349] ppid=14343 vsize=848752 CPUtime=13.42
/proc/14348/task/14349/stat : 14349 (java) S 14343 14343 14306 0 -1 64 49994 0 1 0 1318 24 0 0 17 0 10 0 57911182 869122048 190160 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14350] ppid=14343 vsize=848752 CPUtime=39.74
/proc/14348/task/14350/stat : 14350 (java) R 14343 14343 14306 0 -1 64 139090 0 0 0 3915 59 0 0 25 0 10 0 57911184 869122048 190160 996147200 134512640 134550932 4294955408 18446744073709551615 104190098 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14351] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14351/stat : 14351 (java) S 14343 14343 14306 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 57911184 869122048 190160 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14352] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14352/stat : 14352 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57911184 869122048 190160 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14353] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14353/stat : 14353 (java) S 14343 14343 14306 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57911186 869122048 190160 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14354] ppid=14343 vsize=848752 CPUtime=0.56
/proc/14348/task/14354/stat : 14354 (java) S 14343 14343 14306 0 -1 64 1728 0 0 0 55 1 0 0 16 0 10 0 57911190 869122048 190160 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14355] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14355/stat : 14355 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57911190 869122048 190160 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14356] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14356/stat : 14356 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57911190 869122048 190160 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14357] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14357/stat : 14357 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 57911322 869122048 190160 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.75
Current children cumulated vsize (KiB) 854108

[startup+55.1037 s]
/proc/loadavg: 2.15 2.04 2.01 4/92 14358
/proc/meminfo: memFree=810920/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
[pid=14348] ppid=14343 vsize=848752 CPUtime=54.55
/proc/14348/stat : 14348 (java) S 14343 14343 14306 0 -1 0 191586 0 1 0 5367 88 0 0 18 0 10 0 57911181 869122048 172632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14348/statm: 212188 172632 2634 9 0 206666 0
[pid=14348/tid=14349] ppid=14343 vsize=848752 CPUtime=13.95
/proc/14348/task/14349/stat : 14349 (java) R 14343 14343 14306 0 -1 64 50035 0 1 0 1370 25 0 0 19 0 10 0 57911182 869122048 172632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14350] ppid=14343 vsize=848752 CPUtime=39.96
/proc/14348/task/14350/stat : 14350 (java) R 14343 14343 14306 0 -1 64 139090 0 0 0 3936 60 0 0 22 0 10 0 57911184 869122048 172632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14351] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14351/stat : 14351 (java) S 14343 14343 14306 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 57911184 869122048 172632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14352] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14352/stat : 14352 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 57911184 869122048 172632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14353] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14353/stat : 14353 (java) S 14343 14343 14306 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 57911186 869122048 172632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14354] ppid=14343 vsize=848752 CPUtime=0.61
/proc/14348/task/14354/stat : 14354 (java) S 14343 14343 14306 0 -1 64 1760 0 0 0 60 1 0 0 15 0 10 0 57911190 869122048 172632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14355] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14355/stat : 14355 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 57911190 869122048 172632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14356] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14356/stat : 14356 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 57911190 869122048 172632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14358] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14358/stat : 14358 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 17 0 10 0 57916644 869122048 172632 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.55
Current children cumulated vsize (KiB) 854108

[startup+55.9024 s]
/proc/loadavg: 2.15 2.04 2.01 4/92 14358
/proc/meminfo: memFree=810920/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
[pid=14348] ppid=14343 vsize=848752 CPUtime=55.34
/proc/14348/stat : 14348 (java) S 14343 14343 14306 0 -1 0 191597 0 1 0 5446 88 0 0 18 0 9 0 57911181 869122048 172642 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14348/statm: 212188 172642 2634 9 0 206666 0
[pid=14348/tid=14349] ppid=14343 vsize=848752 CPUtime=14.73
/proc/14348/task/14349/stat : 14349 (java) R 14343 14343 14306 0 -1 64 50036 0 1 0 1448 25 0 0 25 0 9 0 57911182 869122048 172642 996147200 134512640 134550932 4294955408 18446744073709551615 4127299536 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14350] ppid=14343 vsize=848752 CPUtime=39.96
/proc/14348/task/14350/stat : 14350 (java) S 14343 14343 14306 0 -1 64 139090 0 0 0 3936 60 0 0 21 0 9 0 57911184 869122048 172642 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14351] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14351/stat : 14351 (java) S 14343 14343 14306 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 57911184 869122048 172642 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14352] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14352/stat : 14352 (java) S 14343 14343 14306 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 57911184 869122048 172642 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14353] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14353/stat : 14353 (java) S 14343 14343 14306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 57911186 869122048 172642 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14354] ppid=14343 vsize=848752 CPUtime=0.62
/proc/14348/task/14354/stat : 14354 (java) S 14343 14343 14306 0 -1 64 1770 0 0 0 61 1 0 0 16 0 9 0 57911190 869122048 172642 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14355] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14355/stat : 14355 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 57911190 869122048 172642 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=14348/tid=14356] ppid=14343 vsize=848752 CPUtime=0
/proc/14348/task/14356/stat : 14356 (java) S 14343 14343 14306 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 57911190 869122048 172642 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.34
Current children cumulated vsize (KiB) 854108

[startup+56.3027 s]
/proc/loadavg: 2.15 2.04 2.01 3/91 14358
/proc/meminfo: memFree=810920/2055920 swapFree=4192812/4192956
[pid=14343] ppid=14341 vsize=5356 CPUtime=0
/proc/14343/stat : 14343 (concrete.sh) S 14341 14343 14306 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 57911180 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14343/statm: 1339 244 201 169 0 50 0
[pid=14348] ppid=14343 vsize=0 CPUtime=55.72
/proc/14348/stat : 14348 (java) Z 14343 14343 14306 0 -1 12 191610 0 1 0 5478 94 0 0 16 0 2 0 57911181 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/14348/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 55.72
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 56.3476
CPU time (s): 55.7895
CPU user time (s): 54.7907
CPU system time (s): 0.998848
CPU usage (%): 99.0096
Max. virtual memory (cumulated for all children) (KiB): 854108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.7907
system time used= 0.998848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192252
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= 4963
involuntary context switches= 7056

runsolver used 0.06499 second user time and 0.210967 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-16 04:43:15
IDJOB=2073696
IDBENCH=56003
IDSOLVER=735
FILE ID=node41/2073696-1247712195
PBS_JOBID= 9521473
Free space on /tmp= 65792 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle22.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2073696-1247712195/watcher-2073696-1247712195 -o /tmp/evaluation-result-2073696-1247712195/solver-2073696-1247712195 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2073696-1247712195.xml

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

MD5SUM BENCH= f276a46bd828722ff96f92f095d5cf90
RANDOM SEED=1457792475

node41.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.212
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	: 5931.00
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.212
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:       1494064 kB
Buffers:         68864 kB
Cached:         296432 kB
SwapCached:          0 kB
Active:         181616 kB
Inactive:       294096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2172 kB
Writeback:           0 kB
Mapped:         130776 kB
Slab:            71304 kB
Committed_AS:   631692 kB
PageTables:       1972 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= 65792 MiB
End job on node41 at 2009-07-16 04:44:11