Trace number 2074763

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 60.1429 60.8453

DiagnosticValue
CHECKS352069
NODES97

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle15.xml
MD5SUM769040126ef838618a933b5ce21af152
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.096984
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of constraints425
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension46
Number of constraints which are defined in intension379
Global constraints used (with number of constraints)

Solver Data

58.41/59.14	c [  58.717] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
58.91/59.67	c CPU-LOAD 13.86
58.91/59.67	c LOADED 95 V (26 E), 46 ExtensionConstraintDynamic, 379 PredicateConstraint, arity 10, 13.86 cpu
60.00/60.72	v 0 1 1 24 0 2 8 3 11 0 17 4 18 12 8 0 12 8 14 1 4 18 4 0 11 11 0 13 4 10 4 21 0 13 4 6 6 0 3 3 4 3 0 1 4 0 13 3 4 18 1 0 3 4 12 15 19 24 19 0 20 0 3 0 7 0 11 0 1 17 0 12 2 0 17 11 0 11 4 0 17 24 18 2 14 19 18 4 11 18 4 19 22 0 18 
60.00/60.72	s SATISFIABLE
60.00/60.72	d NODES 97
60.00/60.72	d CHECKS 352069
60.00/60.72	c heuristic-cpu: 0.0
60.00/60.72	c prepro-constraint-ccks: 79227
60.00/60.72	c prepro-constraint-presenceccks: 308851
60.00/60.72	c prepro-cpu: 0.25
60.00/60.72	c prepro-matrix2d-ccks: 0
60.00/60.72	c prepro-matrix2d-presenceccks: 0
60.00/60.72	c prepro-removed: 119
60.00/60.72	c search-cpu: 0.65999997
60.00/60.72	c search-nps: 146.96971
60.00/60.72	c total-assgn: 97
60.00/60.72	c total-constraint-ccks: 352069
60.00/60.72	c total-constraint-presence-ccks: 1447257
60.00/60.72	c total-cpu: 1.28
60.00/60.72	c total-matrix2d-ccks: 0
60.00/60.72	c total-matrix2d-presence-ccks: 0
60.00/60.72	c TOTAL-NODES 97
60.00/60.72	c TOTAL-CPU 1.28

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-2074763-1247712433/watcher-2074763-1247712433 -o /tmp/evaluation-result-2074763-1247712433/solver-2074763-1247712433 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2074763-1247712433.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.31 2.16 2.06 4/82 10027
/proc/meminfo: memFree=712664/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=18576 CPUtime=0
/proc/10027/stat : 10027 (runsolver) R 10025 10027 8839 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 58309802 19021824 284 996147200 4194304 4302564 548682068512 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10027/statm: 4644 284 249 26 0 2626 0

[startup+0.0363221 s]
/proc/loadavg: 2.31 2.16 2.06 4/82 10027
/proc/meminfo: memFree=712664/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10165 s]
/proc/loadavg: 2.31 2.16 2.06 4/82 10027
/proc/meminfo: memFree=712664/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301685 s]
/proc/loadavg: 2.31 2.16 2.06 4/82 10027
/proc/meminfo: memFree=712664/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701738 s]
/proc/loadavg: 2.31 2.16 2.06 4/82 10027
/proc/meminfo: memFree=712664/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50285 s]
/proc/loadavg: 2.31 2.16 2.06 5/92 10040
/proc/meminfo: memFree=697352/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
[pid=10032] ppid=10027 vsize=848892 CPUtime=1.47
/proc/10032/stat : 10032 (java) S 10027 10027 8839 0 -1 0 6956 0 1 0 141 6 0 0 18 0 10 0 58309804 869265408 6205 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10032/statm: 212223 6205 2018 9 0 206701 0
[pid=10032/tid=10033] ppid=10027 vsize=848892 CPUtime=0.88
/proc/10032/task/10033/stat : 10033 (java) R 10027 10027 8839 0 -1 64 3941 0 1 0 85 3 0 0 25 0 10 0 58309805 869265408 6205 996147200 134512640 134550932 4294955408 18446744073709551615 4126427527 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10034] ppid=10027 vsize=848892 CPUtime=0.07
/proc/10032/task/10034/stat : 10034 (java) S 10027 10027 8839 0 -1 64 801 0 0 0 7 0 0 0 16 0 10 0 58309806 869265408 6205 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10035] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10035/stat : 10035 (java) S 10027 10027 8839 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309806 869265408 6205 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10036] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10036/stat : 10036 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 58309806 869265408 6205 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10037] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10037/stat : 10037 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58309809 869265408 6205 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10038] ppid=10027 vsize=848892 CPUtime=0.48
/proc/10032/task/10038/stat : 10038 (java) S 10027 10027 8839 0 -1 64 1511 0 0 0 47 1 0 0 15 0 10 0 58309812 869265408 6205 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10039] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10039/stat : 10039 (java) S 10027 10027 8839 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309812 869265408 6205 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10040] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10040/stat : 10040 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309813 869265408 6205 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 854248

[startup+3.10409 s]
/proc/loadavg: 2.44 2.19 2.07 4/93 10041
/proc/meminfo: memFree=687552/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
[pid=10032] ppid=10027 vsize=848892 CPUtime=3.04
/proc/10032/stat : 10032 (java) S 10027 10027 8839 0 -1 0 16697 0 1 0 293 11 0 0 18 0 10 0 58309804 869265408 15656 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10032/statm: 212223 15656 2632 9 0 206701 0
[pid=10032/tid=10033] ppid=10027 vsize=848892 CPUtime=1.56
/proc/10032/task/10033/stat : 10033 (java) R 10027 10027 8839 0 -1 64 4495 0 1 0 152 4 0 0 25 0 10 0 58309805 869265408 15656 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10034] ppid=10027 vsize=848892 CPUtime=0.92
/proc/10032/task/10034/stat : 10034 (java) R 10027 10027 8839 0 -1 64 9959 0 0 0 88 4 0 0 16 0 10 0 58309806 869265408 15656 996147200 134512640 134550932 4294955408 18446744073709551615 102709373 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10035] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10035/stat : 10035 (java) S 10027 10027 8839 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309806 869265408 15656 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10036] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10036/stat : 10036 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309806 869265408 15656 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10037] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10037/stat : 10037 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58309809 869265408 15656 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10038] ppid=10027 vsize=848892 CPUtime=0.53
/proc/10032/task/10038/stat : 10038 (java) S 10027 10027 8839 0 -1 64 1540 0 0 0 52 1 0 0 15 0 10 0 58309812 869265408 15656 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10039] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10039/stat : 10039 (java) S 10027 10027 8839 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309812 869265408 15656 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10040] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10040/stat : 10040 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309813 869265408 15656 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10041] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10041/stat : 10041 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 58309917 869265408 15656 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 854248

[startup+6.30255 s]
/proc/loadavg: 2.44 2.19 2.07 3/93 10041
/proc/meminfo: memFree=605632/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
[pid=10032] ppid=10027 vsize=848892 CPUtime=6.21
/proc/10032/stat : 10032 (java) S 10027 10027 8839 0 -1 0 37385 0 1 0 601 20 0 0 18 0 10 0 58309804 869265408 36316 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10032/statm: 212223 36316 2632 9 0 206701 0
[pid=10032/tid=10033] ppid=10027 vsize=848892 CPUtime=2.83
/proc/10032/task/10033/stat : 10033 (java) R 10027 10027 8839 0 -1 64 5652 0 1 0 278 5 0 0 25 0 10 0 58309805 869265408 36316 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10034] ppid=10027 vsize=848892 CPUtime=2.82
/proc/10032/task/10034/stat : 10034 (java) R 10027 10027 8839 0 -1 64 29490 0 0 0 270 12 0 0 16 0 10 0 58309806 869265408 36316 996147200 134512640 134550932 4294955408 18446744073709551615 103733279 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10035] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10035/stat : 10035 (java) S 10027 10027 8839 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309806 869265408 36316 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10036] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10036/stat : 10036 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309806 869265408 36316 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10037] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10037/stat : 10037 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58309809 869265408 36316 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10038] ppid=10027 vsize=848892 CPUtime=0.53
/proc/10032/task/10038/stat : 10038 (java) S 10027 10027 8839 0 -1 64 1540 0 0 0 52 1 0 0 15 0 10 0 58309812 869265408 36316 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10039] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10039/stat : 10039 (java) S 10027 10027 8839 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309812 869265408 36316 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10040] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10040/stat : 10040 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309813 869265408 36316 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10041] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10041/stat : 10041 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 58309917 869265408 36316 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) 854248

[startup+12.7025 s]
/proc/loadavg: 2.68 2.25 2.09 4/93 10041
/proc/meminfo: memFree=418624/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
[pid=10032] ppid=10027 vsize=848892 CPUtime=12.55
/proc/10032/stat : 10032 (java) S 10027 10027 8839 0 -1 0 82036 0 1 0 1210 45 0 0 18 0 10 0 58309804 869265408 80951 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10032/statm: 212223 80951 2632 9 0 206701 0
[pid=10032/tid=10033] ppid=10027 vsize=848892 CPUtime=5.99
/proc/10032/task/10033/stat : 10033 (java) R 10027 10027 8839 0 -1 64 20135 0 1 0 585 14 0 0 25 0 10 0 58309805 869265408 80951 996147200 134512640 134550932 4294955408 18446744073709551615 4127117749 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10034] ppid=10027 vsize=848892 CPUtime=6
/proc/10032/task/10034/stat : 10034 (java) S 10027 10027 8839 0 -1 64 59658 0 0 0 572 28 0 0 16 0 10 0 58309806 869265408 80951 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10035] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10035/stat : 10035 (java) S 10027 10027 8839 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309806 869265408 80951 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10036] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10036/stat : 10036 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309806 869265408 80951 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10037] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10037/stat : 10037 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58309809 869265408 80951 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10038] ppid=10027 vsize=848892 CPUtime=0.53
/proc/10032/task/10038/stat : 10038 (java) S 10027 10027 8839 0 -1 64 1540 0 0 0 52 1 0 0 15 0 10 0 58309812 869265408 80951 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10039] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10039/stat : 10039 (java) S 10027 10027 8839 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309812 869265408 80951 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10040] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10040/stat : 10040 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309813 869265408 80951 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10041] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10041/stat : 10041 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 58309917 869265408 80951 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) 854248

[startup+25.5013 s]
/proc/loadavg: 2.80 2.29 2.10 3/93 10041
/proc/meminfo: memFree=14976/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
[pid=10032] ppid=10027 vsize=848892 CPUtime=25.17
/proc/10032/stat : 10032 (java) S 10027 10027 8839 0 -1 0 187326 0 1 0 2413 104 0 0 18 0 10 0 58309804 869265408 186228 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10032/statm: 212223 186228 2632 9 0 206701 0
[pid=10032/tid=10033] ppid=10027 vsize=848892 CPUtime=10.07
/proc/10032/task/10033/stat : 10033 (java) S 10027 10027 8839 0 -1 64 55070 0 1 0 970 37 0 0 25 0 10 0 58309805 869265408 186228 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=10032/tid=10034] ppid=10027 vsize=848892 CPUtime=14.53
/proc/10032/task/10034/stat : 10034 (java) R 10027 10027 8839 0 -1 64 130013 0 0 0 1389 64 0 0 19 0 10 0 58309806 869265408 186228 996147200 134512640 134550932 4294955408 18446744073709551615 104191090 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10035] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10035/stat : 10035 (java) S 10027 10027 8839 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309806 869265408 186228 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10036] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10036/stat : 10036 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309806 869265408 186228 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10037] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10037/stat : 10037 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58309809 869265408 186228 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10038] ppid=10027 vsize=848892 CPUtime=0.53
/proc/10032/task/10038/stat : 10038 (java) S 10027 10027 8839 0 -1 64 1540 0 0 0 52 1 0 0 15 0 10 0 58309812 869265408 186228 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10039] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10039/stat : 10039 (java) S 10027 10027 8839 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309812 869265408 186228 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10040] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10040/stat : 10040 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309813 869265408 186228 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10041] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10041/stat : 10041 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 58309917 869265408 186228 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0

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

[pid=10032/tid=10037] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10037/stat : 10037 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58309809 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10038] ppid=10027 vsize=848892 CPUtime=0.53
/proc/10032/task/10038/stat : 10038 (java) S 10027 10027 8839 0 -1 64 1540 0 0 0 52 1 0 0 15 0 10 0 58309812 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10039] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10039/stat : 10039 (java) S 10027 10027 8839 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309812 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10040] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10040/stat : 10040 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309813 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10041] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10041/stat : 10041 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 58309917 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 854248

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

[startup+57.5029 s]
/proc/loadavg: 2.56 2.29 2.10 3/93 10041
/proc/meminfo: memFree=15744/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
[pid=10032] ppid=10027 vsize=848892 CPUtime=56.83
/proc/10032/stat : 10032 (java) S 10027 10027 8839 0 -1 0 191244 0 1 0 5576 107 0 0 18 0 10 0 58309804 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10032/statm: 212223 190136 2632 9 0 206701 0
[pid=10032/tid=10033] ppid=10027 vsize=848892 CPUtime=13.92
/proc/10032/task/10033/stat : 10033 (java) S 10027 10027 8839 0 -1 64 55080 0 1 0 1355 37 0 0 17 0 10 0 58309805 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10034] ppid=10027 vsize=848892 CPUtime=42.35
/proc/10032/task/10034/stat : 10034 (java) R 10027 10027 8839 0 -1 64 133921 0 0 0 4168 67 0 0 25 0 10 0 58309806 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 104189893 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10035] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10035/stat : 10035 (java) S 10027 10027 8839 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309806 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10036] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10036/stat : 10036 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309806 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10037] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10037/stat : 10037 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58309809 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10038] ppid=10027 vsize=848892 CPUtime=0.53
/proc/10032/task/10038/stat : 10038 (java) S 10027 10027 8839 0 -1 64 1540 0 0 0 52 1 0 0 15 0 10 0 58309812 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10039] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10039/stat : 10039 (java) S 10027 10027 8839 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309812 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10040] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10040/stat : 10040 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309813 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10041] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10041/stat : 10041 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 58309917 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.83
Current children cumulated vsize (KiB) 854248

[startup+59.1022 s]
/proc/loadavg: 2.56 2.29 2.10 3/93 10041
/proc/meminfo: memFree=15744/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
[pid=10032] ppid=10027 vsize=848892 CPUtime=58.41
/proc/10032/stat : 10032 (java) S 10027 10027 8839 0 -1 0 191244 0 1 0 5734 107 0 0 18 0 10 0 58309804 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10032/statm: 212223 190136 2632 9 0 206701 0
[pid=10032/tid=10033] ppid=10027 vsize=848892 CPUtime=13.92
/proc/10032/task/10033/stat : 10033 (java) S 10027 10027 8839 0 -1 64 55080 0 1 0 1355 37 0 0 17 0 10 0 58309805 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10034] ppid=10027 vsize=848892 CPUtime=43.93
/proc/10032/task/10034/stat : 10034 (java) R 10027 10027 8839 0 -1 64 133921 0 0 0 4326 67 0 0 25 0 10 0 58309806 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 104191147 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10035] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10035/stat : 10035 (java) S 10027 10027 8839 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309806 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10036] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10036/stat : 10036 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309806 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10037] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10037/stat : 10037 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58309809 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10038] ppid=10027 vsize=848892 CPUtime=0.53
/proc/10032/task/10038/stat : 10038 (java) S 10027 10027 8839 0 -1 64 1540 0 0 0 52 1 0 0 15 0 10 0 58309812 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10039] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10039/stat : 10039 (java) S 10027 10027 8839 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309812 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10040] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10040/stat : 10040 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309813 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10041] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10041/stat : 10041 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 58309917 869265408 190136 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.41
Current children cumulated vsize (KiB) 854248

[startup+59.9023 s]
/proc/loadavg: 2.56 2.29 2.10 4/93 10041
/proc/meminfo: memFree=15552/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
[pid=10032] ppid=10027 vsize=848892 CPUtime=59.21
/proc/10032/stat : 10032 (java) S 10027 10027 8839 0 -1 0 191345 0 1 0 5812 109 0 0 18 0 10 0 58309804 869265408 172196 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10032/statm: 212223 172196 2634 9 0 206701 0
[pid=10032/tid=10033] ppid=10027 vsize=848892 CPUtime=14.25
/proc/10032/task/10033/stat : 10033 (java) R 10027 10027 8839 0 -1 64 55143 0 1 0 1388 37 0 0 19 0 10 0 58309805 869265408 172196 996147200 134512640 134550932 4294955408 18446744073709551615 4127243761 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10034] ppid=10027 vsize=848892 CPUtime=44.33
/proc/10032/task/10034/stat : 10034 (java) S 10027 10027 8839 0 -1 64 133921 0 0 0 4365 68 0 0 16 0 10 0 58309806 869265408 172196 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10035] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10035/stat : 10035 (java) S 10027 10027 8839 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309806 869265408 172196 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10036] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10036/stat : 10036 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309806 869265408 172196 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10037] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10037/stat : 10037 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 58309809 869265408 172196 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10038] ppid=10027 vsize=848892 CPUtime=0.58
/proc/10032/task/10038/stat : 10038 (java) S 10027 10027 8839 0 -1 64 1577 0 0 0 57 1 0 0 15 0 10 0 58309812 869265408 172196 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10039] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10039/stat : 10039 (java) S 10027 10027 8839 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309812 869265408 172196 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10040] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10040/stat : 10040 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309813 869265408 172196 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.21
Current children cumulated vsize (KiB) 854248

[startup+60.3023 s]
/proc/loadavg: 2.56 2.29 2.10 4/93 10041
/proc/meminfo: memFree=15552/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
[pid=10032] ppid=10027 vsize=848892 CPUtime=59.6
/proc/10032/stat : 10032 (java) S 10027 10027 8839 0 -1 0 191360 0 1 0 5851 109 0 0 18 0 9 0 58309804 869265408 172210 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10032/statm: 212223 172210 2634 9 0 206701 0
[pid=10032/tid=10033] ppid=10027 vsize=848892 CPUtime=14.62
/proc/10032/task/10033/stat : 10033 (java) R 10027 10027 8839 0 -1 64 55144 0 1 0 1425 37 0 0 23 0 9 0 58309805 869265408 172210 996147200 134512640 134550932 4294955408 18446744073709551615 4127261103 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10034] ppid=10027 vsize=848892 CPUtime=44.34
/proc/10032/task/10034/stat : 10034 (java) S 10027 10027 8839 0 -1 64 133921 0 0 0 4366 68 0 0 16 0 9 0 58309806 869265408 172210 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10035] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10035/stat : 10035 (java) S 10027 10027 8839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58309806 869265408 172210 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10036] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10036/stat : 10036 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58309806 869265408 172210 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10037] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10037/stat : 10037 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58309809 869265408 172210 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10038] ppid=10027 vsize=848892 CPUtime=0.6
/proc/10032/task/10038/stat : 10038 (java) S 10027 10027 8839 0 -1 64 1590 0 0 0 59 1 0 0 15 0 9 0 58309812 869265408 172210 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10039] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10039/stat : 10039 (java) S 10027 10027 8839 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58309812 869265408 172210 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10040] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10040/stat : 10040 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58309813 869265408 172210 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.6
Current children cumulated vsize (KiB) 854248

[startup+60.7014 s]
/proc/loadavg: 2.56 2.29 2.10 4/92 10042
/proc/meminfo: memFree=87360/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
[pid=10032] ppid=10027 vsize=848892 CPUtime=60
/proc/10032/stat : 10032 (java) S 10027 10027 8839 0 -1 0 191364 0 1 0 5891 109 0 0 18 0 9 0 58309804 869265408 172214 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10032/statm: 212223 172214 2634 9 0 206701 0
[pid=10032/tid=10033] ppid=10027 vsize=848892 CPUtime=15.01
/proc/10032/task/10033/stat : 10033 (java) R 10027 10027 8839 0 -1 64 55144 0 1 0 1464 37 0 0 25 0 9 0 58309805 869265408 172214 996147200 134512640 134550932 4294955408 18446744073709551615 4127260975 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10034] ppid=10027 vsize=848892 CPUtime=44.34
/proc/10032/task/10034/stat : 10034 (java) S 10027 10027 8839 0 -1 64 133921 0 0 0 4366 68 0 0 16 0 9 0 58309806 869265408 172214 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10035] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10035/stat : 10035 (java) S 10027 10027 8839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58309806 869265408 172214 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10036] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10036/stat : 10036 (java) S 10027 10027 8839 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58309806 869265408 172214 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10037] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10037/stat : 10037 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 58309809 869265408 172214 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10038] ppid=10027 vsize=848892 CPUtime=0.62
/proc/10032/task/10038/stat : 10038 (java) S 10027 10027 8839 0 -1 64 1594 0 0 0 60 2 0 0 15 0 9 0 58309812 869265408 172214 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10039] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10039/stat : 10039 (java) S 10027 10027 8839 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58309812 869265408 172214 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10032/tid=10040] ppid=10027 vsize=848892 CPUtime=0
/proc/10032/task/10040/stat : 10040 (java) S 10027 10027 8839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58309813 869265408 172214 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (KiB) 854248

[startup+60.8021 s]
/proc/loadavg: 2.56 2.29 2.10 4/92 10042
/proc/meminfo: memFree=87360/2055920 swapFree=4192812/4192956
[pid=10027] ppid=10025 vsize=5356 CPUtime=0
/proc/10027/stat : 10027 (concrete.sh) S 10025 10027 8839 0 -1 4194304 341 291 0 0 0 0 0 0 21 0 1 0 58309802 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10027/statm: 1339 244 201 169 0 50 0
[pid=10032] ppid=10027 vsize=0 CPUtime=60.08
/proc/10032/stat : 10032 (java) Z 10027 10027 8839 0 -1 12 191374 0 1 0 5893 115 0 0 16 0 2 0 58309804 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10032/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 60.08
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 60.8453
CPU time (s): 60.1429
CPU user time (s): 58.939
CPU system time (s): 1.20382
CPU usage (%): 98.8455
Max. virtual memory (cumulated for all children) (KiB): 854248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.939
system time used= 1.20382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192016
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= 4608
involuntary context switches= 5868

runsolver used 0.071989 second user time and 0.238963 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-16 04:47:13
IDJOB=2074763
IDBENCH=56131
IDSOLVER=735
FILE ID=node22/2074763-1247712433
PBS_JOBID= 9521360
Free space on /tmp= 66384 MiB

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

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

MD5SUM BENCH= 769040126ef838618a933b5ce21af152
RANDOM SEED=205089651

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        713144 kB
Buffers:         91572 kB
Cached:         394628 kB
SwapCached:          0 kB
Active:         953196 kB
Inactive:       300228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        713144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:         787612 kB
Slab:            73128 kB
Committed_AS:  1337848 kB
PageTables:       3252 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= 66384 MiB
End job on node22 at 2009-07-16 04:48:14