Trace number 2074917

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 57.5792 57.9295

DiagnosticValue
CHECKS6627
NODES21

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle04.xml
MD5SUM80690795d8ebb63462d5780b57777350
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.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints23
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension13
Global constraints used (with number of constraints)

Solver Data

56.95/57.31	c [  56.905] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
57.06/57.44	c CPU-LOAD 12.7
57.06/57.44	c LOADED 19 V (26 E), 13 PredicateConstraint, 10 ExtensionConstraintDynamic, arity 8, 12.7 cpu
57.35/57.78	v 2 0 15 0 6 4 18 19 4 13 14 17 3 0 3 0 11 0 6 
57.35/57.78	s SATISFIABLE
57.35/57.78	d NODES 21
57.35/57.78	d CHECKS 6627
57.35/57.78	c heuristic-cpu: 0.0
57.35/57.78	c prepro-constraint-ccks: 1978
57.35/57.78	c prepro-constraint-presenceccks: 5187
57.35/57.78	c prepro-cpu: 0.02000001
57.35/57.78	c prepro-matrix2d-ccks: 0
57.35/57.78	c prepro-matrix2d-presenceccks: 0
57.35/57.78	c prepro-removed: 27
57.35/57.78	c search-cpu: 0.02000001
57.35/57.78	c search-nps: 1049.9994
57.35/57.78	c total-assgn: 21
57.35/57.78	c total-constraint-ccks: 6627
57.35/57.78	c total-constraint-presence-ccks: 23328
57.35/57.78	c total-cpu: 0.3
57.35/57.78	c total-matrix2d-ccks: 0
57.35/57.78	c total-matrix2d-presence-ccks: 0
57.35/57.78	c TOTAL-NODES 21
57.35/57.78	c TOTAL-CPU 0.3

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-2074917-1247712512/watcher-2074917-1247712512 -o /tmp/evaluation-result-2074917-1247712512/solver-2074917-1247712512 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2074917-1247712512.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.22 2.15 2.05 4/82 16674
/proc/meminfo: memFree=1173064/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=18576 CPUtime=0
/proc/16674/stat : 16674 (runsolver) R 16672 16674 16340 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58316991 19021824 284 996147200 4194304 4302564 548682068512 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16674/statm: 4644 284 249 26 0 2626 0

[startup+0.0251031 s]
/proc/loadavg: 2.22 2.15 2.05 4/82 16674
/proc/meminfo: memFree=1173064/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101482 s]
/proc/loadavg: 2.22 2.15 2.05 4/82 16674
/proc/meminfo: memFree=1173064/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301509 s]
/proc/loadavg: 2.22 2.15 2.05 4/82 16674
/proc/meminfo: memFree=1173064/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701553 s]
/proc/loadavg: 2.22 2.15 2.05 4/82 16674
/proc/meminfo: memFree=1173064/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50265 s]
/proc/loadavg: 2.22 2.15 2.05 3/93 16688
/proc/meminfo: memFree=1157296/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
[pid=16679] ppid=16674 vsize=849760 CPUtime=1.46
/proc/16679/stat : 16679 (java) S 16674 16674 16340 0 -1 0 9982 0 1 0 138 8 0 0 18 0 10 0 58316993 870154240 8747 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 212440 8747 2629 9 0 206918 0
[pid=16679/tid=16680] ppid=16674 vsize=849760 CPUtime=0.84
/proc/16679/task/16680/stat : 16680 (java) R 16674 16674 16340 0 -1 64 4162 0 1 0 81 3 0 0 20 0 10 0 58316994 870154240 8747 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16681] ppid=16674 vsize=849760 CPUtime=0.27
/proc/16679/task/16681/stat : 16681 (java) R 16674 16674 16340 0 -1 64 3609 0 0 0 26 1 0 0 16 0 10 0 58316995 870154240 8747 996147200 134512640 134550932 4294955408 18446744073709551615 102722403 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16674 16674 16340 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58316995 870154240 8747 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16683] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58316995 870154240 8747 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58316998 870154240 8747 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16685] ppid=16674 vsize=849760 CPUtime=0.3
/proc/16679/task/16685/stat : 16685 (java) S 16674 16674 16340 0 -1 64 1510 0 0 0 29 1 0 0 15 0 10 0 58317002 870154240 8747 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16686] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16674 16674 16340 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58317002 870154240 8747 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16687] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58317002 870154240 8747 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16688] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16688/stat : 16688 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58317087 870154240 8747 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) 855116

[startup+3.10283 s]
/proc/loadavg: 2.22 2.15 2.05 3/93 16688
/proc/meminfo: memFree=1135408/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
[pid=16679] ppid=16674 vsize=849760 CPUtime=3.05
/proc/16679/stat : 16679 (java) S 16674 16674 16340 0 -1 0 23748 0 1 0 291 14 0 0 18 0 10 0 58316993 870154240 22483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 212440 22483 2629 9 0 206918 0
[pid=16679/tid=16680] ppid=16674 vsize=849760 CPUtime=1.53
/proc/16679/task/16680/stat : 16680 (java) R 16674 16674 16340 0 -1 64 9456 0 1 0 147 6 0 0 25 0 10 0 58316994 870154240 22483 996147200 134512640 134550932 4294955408 18446744073709551615 4126517776 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16681] ppid=16674 vsize=849760 CPUtime=1.19
/proc/16679/task/16681/stat : 16681 (java) S 16674 16674 16340 0 -1 64 12081 0 0 0 114 5 0 0 16 0 10 0 58316995 870154240 22483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16674 16674 16340 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58316995 870154240 22483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16683] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58316995 870154240 22483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58316998 870154240 22483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16685] ppid=16674 vsize=849760 CPUtime=0.3
/proc/16679/task/16685/stat : 16685 (java) S 16674 16674 16340 0 -1 64 1510 0 0 0 29 1 0 0 15 0 10 0 58317002 870154240 22483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16686] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16674 16674 16340 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58317002 870154240 22483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16687] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58317002 870154240 22483 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16688] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16688/stat : 16688 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58317087 870154240 22483 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) 855116

[startup+6.3012 s]
/proc/loadavg: 2.28 2.16 2.06 4/93 16688
/proc/meminfo: memFree=1021104/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
[pid=16679] ppid=16674 vsize=849760 CPUtime=6.21
/proc/16679/stat : 16679 (java) S 16674 16674 16340 0 -1 0 42638 0 1 0 599 22 0 0 18 0 10 0 58316993 870154240 41358 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 212440 41358 2629 9 0 206918 0
[pid=16679/tid=16680] ppid=16674 vsize=849760 CPUtime=3.03
/proc/16679/task/16680/stat : 16680 (java) R 16674 16674 16340 0 -1 64 16516 0 1 0 294 9 0 0 25 0 10 0 58316994 870154240 41358 996147200 134512640 134550932 4294955408 18446744073709551615 103211401 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16681] ppid=16674 vsize=849760 CPUtime=2.84
/proc/16679/task/16681/stat : 16681 (java) S 16674 16674 16340 0 -1 64 23911 0 0 0 274 10 0 0 16 0 10 0 58316995 870154240 41358 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16674 16674 16340 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58316995 870154240 41358 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16683] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58316995 870154240 41358 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58316998 870154240 41358 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16685] ppid=16674 vsize=849760 CPUtime=0.3
/proc/16679/task/16685/stat : 16685 (java) S 16674 16674 16340 0 -1 64 1510 0 0 0 29 1 0 0 15 0 10 0 58317002 870154240 41358 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16686] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16674 16674 16340 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58317002 870154240 41358 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16687] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58317002 870154240 41358 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16688] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16688/stat : 16688 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58317087 870154240 41358 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 855116

[startup+12.7019 s]
/proc/loadavg: 2.26 2.16 2.06 3/93 16688
/proc/meminfo: memFree=813296/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
[pid=16679] ppid=16674 vsize=849760 CPUtime=12.58
/proc/16679/stat : 16679 (java) S 16674 16674 16340 0 -1 0 105128 0 1 0 1213 45 0 0 18 0 10 0 58316993 870154240 103831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 212440 103831 2629 9 0 206918 0
[pid=16679/tid=16680] ppid=16674 vsize=849760 CPUtime=6.2
/proc/16679/task/16680/stat : 16680 (java) R 16674 16674 16340 0 -1 64 21716 0 1 0 608 12 0 0 25 0 10 0 58316994 870154240 103831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16681] ppid=16674 vsize=849760 CPUtime=6.04
/proc/16679/task/16681/stat : 16681 (java) R 16674 16674 16340 0 -1 64 81201 0 0 0 575 29 0 0 16 0 10 0 58316995 870154240 103831 996147200 134512640 134550932 4294955408 18446744073709551615 103731825 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16674 16674 16340 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58316995 870154240 103831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16683] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58316995 870154240 103831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58316998 870154240 103831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16685] ppid=16674 vsize=849760 CPUtime=0.3
/proc/16679/task/16685/stat : 16685 (java) S 16674 16674 16340 0 -1 64 1510 0 0 0 29 1 0 0 15 0 10 0 58317002 870154240 103831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16686] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16674 16674 16340 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58317002 870154240 103831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16687] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58317002 870154240 103831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16688] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16688/stat : 16688 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58317087 870154240 103831 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 855116

[startup+25.5024 s]
/proc/loadavg: 2.27 2.17 2.06 3/93 16688
/proc/meminfo: memFree=446512/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
[pid=16679] ppid=16674 vsize=849760 CPUtime=25.31
/proc/16679/stat : 16679 (java) S 16674 16674 16340 0 -1 0 184958 0 1 0 2451 80 0 0 18 0 10 0 58316993 870154240 183647 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 212440 183647 2629 9 0 206918 0
[pid=16679/tid=16680] ppid=16674 vsize=849760 CPUtime=11.14
/proc/16679/task/16680/stat : 16680 (java) R 16674 16674 16340 0 -1 64 53307 0 1 0 1088 26 0 0 25 0 10 0 58316994 870154240 183647 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16681] ppid=16674 vsize=849760 CPUtime=13.83
/proc/16679/task/16681/stat : 16681 (java) R 16674 16674 16340 0 -1 64 129440 0 0 0 1332 51 0 0 16 0 10 0 58316995 870154240 183647 996147200 134512640 134550932 4294955408 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16674 16674 16340 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58316995 870154240 183647 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16683] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58316995 870154240 183647 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58316998 870154240 183647 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16685] ppid=16674 vsize=849760 CPUtime=0.3
/proc/16679/task/16685/stat : 16685 (java) S 16674 16674 16340 0 -1 64 1510 0 0 0 29 1 0 0 15 0 10 0 58317002 870154240 183647 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16686] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16674 16674 16340 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58317002 870154240 183647 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16687] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58317002 870154240 183647 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16688] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16688/stat : 16688 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58317087 870154240 183647 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 855116

[startup+51.1024 s]
/proc/loadavg: 2.24 2.17 2.06 3/93 16688
/proc/meminfo: memFree=421424/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
[pid=16679] ppid=16674 vsize=849760 CPUtime=50.79
/proc/16679/stat : 16679 (java) S 16674 16674 16340 0 -1 0 191251 0 1 0 4996 83 0 0 18 0 10 0 58316993 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 212440 189933 2629 9 0 206918 0
[pid=16679/tid=16680] ppid=16674 vsize=849760 CPUtime=12.76
/proc/16679/task/16680/stat : 16680 (java) S 16674 16674 16340 0 -1 64 53314 0 1 0 1250 26 0 0 17 0 10 0 58316994 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16681] ppid=16674 vsize=849760 CPUtime=37.7
/proc/16679/task/16681/stat : 16681 (java) R 16674 16674 16340 0 -1 64 135726 0 0 0 3716 54 0 0 25 0 10 0 58316995 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 104191027 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16674 16674 16340 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58316995 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16683] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58316995 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58316998 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16685] ppid=16674 vsize=849760 CPUtime=0.3
/proc/16679/task/16685/stat : 16685 (java) S 16674 16674 16340 0 -1 64 1510 0 0 0 29 1 0 0 15 0 10 0 58317002 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16686] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16674 16674 16340 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58317002 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16687] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58317002 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16688] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16688/stat : 16688 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58317087 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 855116

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

[startup+54.3027 s]
/proc/loadavg: 2.24 2.17 2.06 3/93 16688
/proc/meminfo: memFree=421424/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
[pid=16679] ppid=16674 vsize=849760 CPUtime=53.97
/proc/16679/stat : 16679 (java) S 16674 16674 16340 0 -1 0 191252 0 1 0 5314 83 0 0 18 0 10 0 58316993 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 212440 189933 2629 9 0 206918 0
[pid=16679/tid=16680] ppid=16674 vsize=849760 CPUtime=12.81
/proc/16679/task/16680/stat : 16680 (java) S 16674 16674 16340 0 -1 64 53315 0 1 0 1255 26 0 0 17 0 10 0 58316994 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16681] ppid=16674 vsize=849760 CPUtime=40.83
/proc/16679/task/16681/stat : 16681 (java) R 16674 16674 16340 0 -1 64 135726 0 0 0 4029 54 0 0 25 0 10 0 58316995 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16674 16674 16340 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58316995 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16683] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58316995 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58316998 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16685] ppid=16674 vsize=849760 CPUtime=0.3
/proc/16679/task/16685/stat : 16685 (java) S 16674 16674 16340 0 -1 64 1510 0 0 0 29 1 0 0 15 0 10 0 58317002 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16686] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16674 16674 16340 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58317002 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16687] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58317002 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16688] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16688/stat : 16688 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58317087 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.97
Current children cumulated vsize (KiB) 855116

[startup+55.9019 s]
/proc/loadavg: 2.22 2.17 2.06 3/93 16688
/proc/meminfo: memFree=421424/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
[pid=16679] ppid=16674 vsize=849760 CPUtime=55.57
/proc/16679/stat : 16679 (java) S 16674 16674 16340 0 -1 0 191252 0 1 0 5474 83 0 0 18 0 10 0 58316993 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 212440 189933 2629 9 0 206918 0
[pid=16679/tid=16680] ppid=16674 vsize=849760 CPUtime=12.81
/proc/16679/task/16680/stat : 16680 (java) S 16674 16674 16340 0 -1 64 53315 0 1 0 1255 26 0 0 17 0 10 0 58316994 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16681] ppid=16674 vsize=849760 CPUtime=42.42
/proc/16679/task/16681/stat : 16681 (java) R 16674 16674 16340 0 -1 64 135726 0 0 0 4188 54 0 0 25 0 10 0 58316995 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 104190060 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16674 16674 16340 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58316995 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16683] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58316995 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58316998 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16685] ppid=16674 vsize=849760 CPUtime=0.3
/proc/16679/task/16685/stat : 16685 (java) S 16674 16674 16340 0 -1 64 1510 0 0 0 29 1 0 0 15 0 10 0 58317002 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16686] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16674 16674 16340 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58317002 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16687] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58317002 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16688] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16688/stat : 16688 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58317087 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.57
Current children cumulated vsize (KiB) 855116

[startup+56.702 s]
/proc/loadavg: 2.22 2.17 2.06 3/93 16688
/proc/meminfo: memFree=421424/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
[pid=16679] ppid=16674 vsize=849760 CPUtime=56.36
/proc/16679/stat : 16679 (java) S 16674 16674 16340 0 -1 0 191252 0 1 0 5553 83 0 0 18 0 10 0 58316993 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 212440 189933 2629 9 0 206918 0
[pid=16679/tid=16680] ppid=16674 vsize=849760 CPUtime=12.81
/proc/16679/task/16680/stat : 16680 (java) S 16674 16674 16340 0 -1 64 53315 0 1 0 1255 26 0 0 17 0 10 0 58316994 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16681] ppid=16674 vsize=849760 CPUtime=43.22
/proc/16679/task/16681/stat : 16681 (java) R 16674 16674 16340 0 -1 64 135726 0 0 0 4268 54 0 0 25 0 10 0 58316995 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 103831000 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16674 16674 16340 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58316995 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16683] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58316995 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58316998 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16685] ppid=16674 vsize=849760 CPUtime=0.3
/proc/16679/task/16685/stat : 16685 (java) S 16674 16674 16340 0 -1 64 1510 0 0 0 29 1 0 0 15 0 10 0 58317002 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16686] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16674 16674 16340 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 58317002 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16687] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58317002 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16688] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16688/stat : 16688 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58317087 870154240 189933 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.36
Current children cumulated vsize (KiB) 855116

[startup+57.5011 s]
/proc/loadavg: 2.22 2.17 2.06 3/93 16688
/proc/meminfo: memFree=421424/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
[pid=16679] ppid=16674 vsize=849760 CPUtime=57.15
/proc/16679/stat : 16679 (java) S 16674 16674 16340 0 -1 0 191316 0 1 0 5632 83 0 0 18 0 9 0 58316993 870154240 189993 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 212440 189993 2631 9 0 206918 0
[pid=16679/tid=16680] ppid=16674 vsize=849760 CPUtime=12.94
/proc/16679/task/16680/stat : 16680 (java) S 16674 16674 16340 0 -1 64 53369 0 1 0 1268 26 0 0 17 0 9 0 58316994 870154240 189993 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16681] ppid=16674 vsize=849760 CPUtime=43.87
/proc/16679/task/16681/stat : 16681 (java) R 16674 16674 16340 0 -1 64 135726 0 0 0 4333 54 0 0 25 0 9 0 58316995 870154240 189993 996147200 134512640 134550932 4294955408 18446744073709551615 104190136 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16682] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16682/stat : 16682 (java) S 16674 16674 16340 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58316995 870154240 189993 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16683] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16683/stat : 16683 (java) S 16674 16674 16340 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58316995 870154240 189993 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16684] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16684/stat : 16684 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58316998 870154240 189993 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16685] ppid=16674 vsize=849760 CPUtime=0.32
/proc/16679/task/16685/stat : 16685 (java) S 16674 16674 16340 0 -1 64 1519 0 0 0 31 1 0 0 16 0 9 0 58317002 870154240 189993 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16686] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16686/stat : 16686 (java) S 16674 16674 16340 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 58317002 870154240 189993 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=16679/tid=16687] ppid=16674 vsize=849760 CPUtime=0
/proc/16679/task/16687/stat : 16687 (java) S 16674 16674 16340 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58317002 870154240 189993 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 57.15
Current children cumulated vsize (KiB) 855116

[startup+57.9016 s]
/proc/loadavg: 2.22 2.17 2.06 3/93 16688
/proc/meminfo: memFree=421424/2055920 swapFree=4192812/4192956
[pid=16674] ppid=16672 vsize=5356 CPUtime=0
/proc/16674/stat : 16674 (concrete.sh) S 16672 16674 16340 0 -1 4194304 341 291 0 0 0 0 0 0 18 0 1 0 58316991 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16674/statm: 1339 244 201 169 0 50 0
[pid=16679] ppid=16674 vsize=0 CPUtime=57.53
/proc/16679/stat : 16679 (java) Z 16674 16674 16340 0 -1 12 191339 0 1 0 5661 92 0 0 16 0 2 0 58316993 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/16679/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.53
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 57.9295
CPU time (s): 57.5792
CPU user time (s): 56.6194
CPU system time (s): 0.959854
CPU usage (%): 99.3953
Max. virtual memory (cumulated for all children) (KiB): 855116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.6194
system time used= 0.959854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191981
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= 3568
involuntary context switches= 4490

runsolver used 0.068989 second user time and 0.206968 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-16 04:48:32
IDJOB=2074917
IDBENCH=56152
IDSOLVER=735
FILE ID=node74/2074917-1247712512
PBS_JOBID= 9521410
Free space on /tmp= 103032 MiB

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

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

MD5SUM BENCH= 80690795d8ebb63462d5780b57777350
RANDOM SEED=1994143423

node74.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1173480 kB
Buffers:         66000 kB
Cached:         630524 kB
SwapCached:          0 kB
Active:         162284 kB
Inactive:       645816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1173480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:         131888 kB
Slab:            59020 kB
Committed_AS:   674452 kB
PageTables:       2088 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= 103032 MiB
End job on node74 at 2009-07-16 04:49:30