Trace number 2074851

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 2009-07-14SAT 55.7455 56.3329

DiagnosticValue
CHECKS6956
NODES21

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle05.xml
MD5SUM7e79922853fafe6c7fc5fd2169b0485d
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.030994
Satisfiable
(Un)Satisfiability was proved
Number of variables21
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

55.05/55.68	c [  55.285] WARNING : Could not free more memory in relations (concrete.relationconverter.RelationManager.strongOptimizeMemory)
55.25/55.81	c CPU-LOAD 12.51
55.25/55.81	c LOADED 21 V (26 E), 10 ExtensionConstraintDynamic, 13 PredicateConstraint, arity 8, 12.51 cpu
55.55/56.16	v 18 22 0 1 4 4 11 1 2 8 6 0 17 19 0 3 0 2 4 3 4 
55.55/56.16	s SATISFIABLE
55.55/56.16	d NODES 21
55.55/56.16	d CHECKS 6956
55.55/56.16	c heuristic-cpu: 0.0
55.55/56.16	c prepro-constraint-ccks: 2095
55.55/56.16	c prepro-constraint-presenceccks: 6644
55.55/56.16	c prepro-cpu: 0.029999986
55.55/56.16	c prepro-matrix2d-ccks: 0
55.55/56.16	c prepro-matrix2d-presenceccks: 0
55.55/56.16	c prepro-removed: 25
55.55/56.16	c search-cpu: 0.030000001
55.55/56.16	c search-nps: 700.0
55.55/56.16	c total-assgn: 21
55.55/56.16	c total-constraint-ccks: 6956
55.55/56.16	c total-constraint-presence-ccks: 23610
55.55/56.16	c total-cpu: 0.29
55.55/56.16	c total-matrix2d-ccks: 0
55.55/56.16	c total-matrix2d-presence-ccks: 0
55.55/56.16	c TOTAL-NODES 21
55.55/56.16	c TOTAL-CPU 0.29

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-2074851-1247712468/watcher-2074851-1247712468 -o /tmp/evaluation-result-2074851-1247712468/solver-2074851-1247712468 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2074851-1247712468.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

[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 18614
/proc/meminfo: memFree=1586216/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=18576 CPUtime=0
/proc/18614/stat : 18614 (runsolver) R 18612 17507 17507 0 -1 4194368 4 0 0 0 0 0 0 0 19 0 1 0 58309576 19021824 282 996147200 4194304 4302564 548682068512 18446744073709551615 271638227255 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18614/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.058187 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 18614
/proc/meminfo: memFree=1586216/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101181 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 18614
/proc/meminfo: memFree=1586216/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301206 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 18614
/proc/meminfo: memFree=1586216/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701244 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 18614
/proc/meminfo: memFree=1586216/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50233 s]
/proc/loadavg: 1.84 1.97 1.99 4/83 18628
/proc/meminfo: memFree=1568464/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
[pid=18619] ppid=18614 vsize=848660 CPUtime=1.46
/proc/18619/stat : 18619 (java) S 18614 18614 17507 0 -1 0 9848 0 1 0 139 7 0 0 18 0 10 0 58309577 869027840 8742 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18619/statm: 212165 8742 2629 9 0 206643 0
[pid=18619/tid=18620] ppid=18614 vsize=848660 CPUtime=0.86
/proc/18619/task/18620/stat : 18620 (java) R 18614 18614 17507 0 -1 64 4131 0 1 0 82 4 0 0 20 0 10 0 58309578 869027840 8742 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18621] ppid=18614 vsize=848660 CPUtime=0.29
/proc/18619/task/18621/stat : 18621 (java) R 18614 18614 17507 0 -1 64 3572 0 0 0 28 1 0 0 17 0 10 0 58309579 869027840 8742 996147200 134512640 134550932 4294955408 18446744073709551615 104190732 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18622] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18622/stat : 18622 (java) S 18614 18614 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309579 869027840 8742 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18623] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18623/stat : 18623 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309579 869027840 8742 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18624] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18624/stat : 18624 (java) S 18614 18614 17507 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58309582 869027840 8742 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18625] ppid=18614 vsize=848660 CPUtime=0.29
/proc/18619/task/18625/stat : 18625 (java) S 18614 18614 17507 0 -1 64 1443 0 0 0 29 0 0 0 15 0 10 0 58309585 869027840 8742 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18626] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18626/stat : 18626 (java) S 18614 18614 17507 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309585 869027840 8742 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18627] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18627/stat : 18627 (java) S 18614 18614 17507 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309585 869027840 8742 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18628] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18628/stat : 18628 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58309671 869027840 8742 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) 854016

[startup+3.1025 s]
/proc/loadavg: 1.84 1.97 1.99 4/83 18628
/proc/meminfo: memFree=1539536/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
[pid=18619] ppid=18614 vsize=848660 CPUtime=3.05
/proc/18619/stat : 18619 (java) S 18614 18614 17507 0 -1 0 24215 0 1 0 292 13 0 0 18 0 10 0 58309577 869027840 23078 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18619/statm: 212165 23078 2629 9 0 206643 0
[pid=18619/tid=18620] ppid=18614 vsize=848660 CPUtime=1.56
/proc/18619/task/18620/stat : 18620 (java) R 18614 18614 17507 0 -1 64 9425 0 1 0 150 6 0 0 25 0 10 0 58309578 869027840 23078 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18621] ppid=18614 vsize=848660 CPUtime=1.18
/proc/18619/task/18621/stat : 18621 (java) R 18614 18614 17507 0 -1 64 12645 0 0 0 113 5 0 0 16 0 10 0 58309579 869027840 23078 996147200 134512640 134550932 4294955408 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18622] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18622/stat : 18622 (java) S 18614 18614 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309579 869027840 23078 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18623] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18623/stat : 18623 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309579 869027840 23078 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18624] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18624/stat : 18624 (java) S 18614 18614 17507 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58309582 869027840 23078 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18625] ppid=18614 vsize=848660 CPUtime=0.29
/proc/18619/task/18625/stat : 18625 (java) S 18614 18614 17507 0 -1 64 1443 0 0 0 29 0 0 0 15 0 10 0 58309585 869027840 23078 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18626] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18626/stat : 18626 (java) S 18614 18614 17507 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309585 869027840 23078 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18627] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18627/stat : 18627 (java) S 18614 18614 17507 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309585 869027840 23078 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18628] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18628/stat : 18628 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58309671 869027840 23078 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) 854016

[startup+6.30282 s]
/proc/loadavg: 1.93 1.98 2.00 4/83 18628
/proc/meminfo: memFree=1425168/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
[pid=18619] ppid=18614 vsize=848660 CPUtime=6.22
/proc/18619/stat : 18619 (java) S 18614 18614 17507 0 -1 0 45132 0 1 0 600 22 0 0 18 0 10 0 58309577 869027840 43979 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18619/statm: 212165 43979 2629 9 0 206643 0
[pid=18619/tid=18620] ppid=18614 vsize=848660 CPUtime=3.15
/proc/18619/task/18620/stat : 18620 (java) R 18614 18614 17507 0 -1 64 16486 0 1 0 305 10 0 0 25 0 10 0 58309578 869027840 43979 996147200 134512640 134550932 4294955408 18446744073709551615 103211125 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18621] ppid=18614 vsize=848660 CPUtime=2.76
/proc/18619/task/18621/stat : 18621 (java) S 18614 18614 17507 0 -1 64 26501 0 0 0 266 10 0 0 16 0 10 0 58309579 869027840 43979 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18622] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18622/stat : 18622 (java) S 18614 18614 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309579 869027840 43979 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18623] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18623/stat : 18623 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309579 869027840 43979 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18624] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18624/stat : 18624 (java) S 18614 18614 17507 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58309582 869027840 43979 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18625] ppid=18614 vsize=848660 CPUtime=0.29
/proc/18619/task/18625/stat : 18625 (java) S 18614 18614 17507 0 -1 64 1443 0 0 0 29 0 0 0 15 0 10 0 58309585 869027840 43979 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18626] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18626/stat : 18626 (java) S 18614 18614 17507 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309585 869027840 43979 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18627] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18627/stat : 18627 (java) S 18614 18614 17507 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309585 869027840 43979 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18628] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18628/stat : 18628 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58309671 869027840 43979 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 854016

[startup+12.7025 s]
/proc/loadavg: 2.02 2.00 2.01 3/83 18628
/proc/meminfo: memFree=1185680/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
[pid=18619] ppid=18614 vsize=848660 CPUtime=12.56
/proc/18619/stat : 18619 (java) S 18614 18614 17507 0 -1 0 104999 0 1 0 1210 46 0 0 18 0 10 0 58309577 869027840 103830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18619/statm: 212165 103830 2629 9 0 206643 0
[pid=18619/tid=18620] ppid=18614 vsize=848660 CPUtime=6.11
/proc/18619/task/18620/stat : 18620 (java) R 18614 18614 17507 0 -1 64 21686 0 1 0 600 11 0 0 25 0 10 0 58309578 869027840 103830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18621] ppid=18614 vsize=848660 CPUtime=6.12
/proc/18619/task/18621/stat : 18621 (java) R 18614 18614 17507 0 -1 64 81168 0 0 0 580 32 0 0 16 0 10 0 58309579 869027840 103830 996147200 134512640 134550932 4294955408 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18622] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18622/stat : 18622 (java) S 18614 18614 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309579 869027840 103830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18623] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18623/stat : 18623 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309579 869027840 103830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18624] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18624/stat : 18624 (java) S 18614 18614 17507 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58309582 869027840 103830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18625] ppid=18614 vsize=848660 CPUtime=0.29
/proc/18619/task/18625/stat : 18625 (java) S 18614 18614 17507 0 -1 64 1443 0 0 0 29 0 0 0 15 0 10 0 58309585 869027840 103830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18626] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18626/stat : 18626 (java) S 18614 18614 17507 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309585 869027840 103830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18627] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18627/stat : 18627 (java) S 18614 18614 17507 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309585 869027840 103830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18628] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18628/stat : 18628 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58309671 869027840 103830 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 854016

[startup+25.5018 s]
/proc/loadavg: 2.16 2.03 2.01 4/83 18628
/proc/meminfo: memFree=827536/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
[pid=18619] ppid=18614 vsize=848660 CPUtime=25.23
/proc/18619/stat : 18619 (java) S 18614 18614 17507 0 -1 0 184868 0 1 0 2446 77 0 0 18 0 10 0 58309577 869027840 183685 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18619/statm: 212165 183685 2629 9 0 206643 0
[pid=18619/tid=18620] ppid=18614 vsize=848660 CPUtime=10.98
/proc/18619/task/18620/stat : 18620 (java) R 18614 18614 17507 0 -1 64 53259 0 1 0 1075 23 0 0 25 0 10 0 58309578 869027840 183685 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18621] ppid=18614 vsize=848660 CPUtime=13.93
/proc/18619/task/18621/stat : 18621 (java) R 18614 18614 17507 0 -1 64 129464 0 0 0 1342 51 0 0 16 0 10 0 58309579 869027840 183685 996147200 134512640 134550932 4294955408 18446744073709551615 103731827 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18622] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18622/stat : 18622 (java) S 18614 18614 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309579 869027840 183685 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18623] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18623/stat : 18623 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309579 869027840 183685 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18624] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18624/stat : 18624 (java) S 18614 18614 17507 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58309582 869027840 183685 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18625] ppid=18614 vsize=848660 CPUtime=0.29
/proc/18619/task/18625/stat : 18625 (java) S 18614 18614 17507 0 -1 64 1443 0 0 0 29 0 0 0 15 0 10 0 58309585 869027840 183685 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18626] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18626/stat : 18626 (java) S 18614 18614 17507 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309585 869027840 183685 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18627] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18627/stat : 18627 (java) S 18614 18614 17507 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309585 869027840 183685 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18628] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18628/stat : 18628 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58309671 869027840 183685 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 854016

[startup+51.1014 s]
/proc/loadavg: 2.16 2.04 2.02 3/83 18628
/proc/meminfo: memFree=779152/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
[pid=18619] ppid=18614 vsize=848660 CPUtime=50.6
/proc/18619/stat : 18619 (java) S 18614 18614 17507 0 -1 0 191121 0 1 0 4980 80 0 0 18 0 10 0 58309577 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18619/statm: 212165 189930 2629 9 0 206643 0
[pid=18619/tid=18620] ppid=18614 vsize=848660 CPUtime=12.62
/proc/18619/task/18620/stat : 18620 (java) S 18614 18614 17507 0 -1 64 53268 0 1 0 1239 23 0 0 17 0 10 0 58309578 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18621] ppid=18614 vsize=848660 CPUtime=37.65
/proc/18619/task/18621/stat : 18621 (java) R 18614 18614 17507 0 -1 64 135708 0 0 0 3711 54 0 0 25 0 10 0 58309579 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 103731888 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18622] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18622/stat : 18622 (java) S 18614 18614 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309579 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18623] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18623/stat : 18623 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309579 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18624] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18624/stat : 18624 (java) S 18614 18614 17507 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58309582 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18625] ppid=18614 vsize=848660 CPUtime=0.29
/proc/18619/task/18625/stat : 18625 (java) S 18614 18614 17507 0 -1 64 1443 0 0 0 29 0 0 0 15 0 10 0 58309585 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18626] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18626/stat : 18626 (java) S 18614 18614 17507 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309585 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18627] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18627/stat : 18627 (java) S 18614 18614 17507 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309585 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18628] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18628/stat : 18628 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58309671 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 854016

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

[startup+54.3028 s]
/proc/loadavg: 2.16 2.04 2.02 3/83 18628
/proc/meminfo: memFree=775504/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
[pid=18619] ppid=18614 vsize=848660 CPUtime=53.76
/proc/18619/stat : 18619 (java) S 18614 18614 17507 0 -1 0 191121 0 1 0 5296 80 0 0 18 0 10 0 58309577 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18619/statm: 212165 189930 2629 9 0 206643 0
[pid=18619/tid=18620] ppid=18614 vsize=848660 CPUtime=12.62
/proc/18619/task/18620/stat : 18620 (java) S 18614 18614 17507 0 -1 64 53268 0 1 0 1239 23 0 0 17 0 10 0 58309578 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18621] ppid=18614 vsize=848660 CPUtime=40.82
/proc/18619/task/18621/stat : 18621 (java) R 18614 18614 17507 0 -1 64 135708 0 0 0 4028 54 0 0 25 0 10 0 58309579 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 104189905 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18622] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18622/stat : 18622 (java) S 18614 18614 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309579 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18623] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18623/stat : 18623 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309579 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18624] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18624/stat : 18624 (java) S 18614 18614 17507 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58309582 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18625] ppid=18614 vsize=848660 CPUtime=0.29
/proc/18619/task/18625/stat : 18625 (java) S 18614 18614 17507 0 -1 64 1443 0 0 0 29 0 0 0 15 0 10 0 58309585 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18626] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18626/stat : 18626 (java) S 18614 18614 17507 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309585 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18627] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18627/stat : 18627 (java) S 18614 18614 17507 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309585 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18628] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18628/stat : 18628 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58309671 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.76
Current children cumulated vsize (KiB) 854016

[startup+55.1028 s]
/proc/loadavg: 2.15 2.04 2.02 3/83 18628
/proc/meminfo: memFree=774672/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
[pid=18619] ppid=18614 vsize=848660 CPUtime=54.55
/proc/18619/stat : 18619 (java) S 18614 18614 17507 0 -1 0 191121 0 1 0 5375 80 0 0 18 0 10 0 58309577 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18619/statm: 212165 189930 2629 9 0 206643 0
[pid=18619/tid=18620] ppid=18614 vsize=848660 CPUtime=12.62
/proc/18619/task/18620/stat : 18620 (java) S 18614 18614 17507 0 -1 64 53268 0 1 0 1239 23 0 0 17 0 10 0 58309578 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18621] ppid=18614 vsize=848660 CPUtime=41.61
/proc/18619/task/18621/stat : 18621 (java) R 18614 18614 17507 0 -1 64 135708 0 0 0 4107 54 0 0 25 0 10 0 58309579 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 103831000 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18622] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18622/stat : 18622 (java) S 18614 18614 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 58309579 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18623] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18623/stat : 18623 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 58309579 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18624] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18624/stat : 18624 (java) S 18614 18614 17507 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 58309582 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18625] ppid=18614 vsize=848660 CPUtime=0.29
/proc/18619/task/18625/stat : 18625 (java) S 18614 18614 17507 0 -1 64 1443 0 0 0 29 0 0 0 15 0 10 0 58309585 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18626] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18626/stat : 18626 (java) S 18614 18614 17507 0 -1 64 2 0 0 0 0 0 0 0 20 0 10 0 58309585 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18627] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18627/stat : 18627 (java) S 18614 18614 17507 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 58309585 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18628] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18628/stat : 18628 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 19 0 10 0 58309671 869027840 189930 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.55
Current children cumulated vsize (KiB) 854016

[startup+55.9029 s]
/proc/loadavg: 2.15 2.04 2.02 3/83 18628
/proc/meminfo: memFree=774672/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
[pid=18619] ppid=18614 vsize=848660 CPUtime=55.35
/proc/18619/stat : 18619 (java) S 18614 18614 17507 0 -1 0 191183 0 1 0 5455 80 0 0 18 0 9 0 58309577 869027840 189988 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18619/statm: 212165 189988 2631 9 0 206643 0
[pid=18619/tid=18620] ppid=18614 vsize=848660 CPUtime=12.74
/proc/18619/task/18620/stat : 18620 (java) S 18614 18614 17507 0 -1 64 53320 0 1 0 1251 23 0 0 17 0 9 0 58309578 869027840 189988 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18621] ppid=18614 vsize=848660 CPUtime=42.27
/proc/18619/task/18621/stat : 18621 (java) R 18614 18614 17507 0 -1 64 135708 0 0 0 4173 54 0 0 25 0 9 0 58309579 869027840 189988 996147200 134512640 134550932 4294955408 18446744073709551615 104190109 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18622] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18622/stat : 18622 (java) S 18614 18614 17507 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 58309579 869027840 189988 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18623] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18623/stat : 18623 (java) S 18614 18614 17507 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 58309579 869027840 189988 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18624] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18624/stat : 18624 (java) S 18614 18614 17507 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 58309582 869027840 189988 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18625] ppid=18614 vsize=848660 CPUtime=0.3
/proc/18619/task/18625/stat : 18625 (java) S 18614 18614 17507 0 -1 64 1452 0 0 0 30 0 0 0 16 0 9 0 58309585 869027840 189988 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18626] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18626/stat : 18626 (java) S 18614 18614 17507 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 58309585 869027840 189988 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=18619/tid=18627] ppid=18614 vsize=848660 CPUtime=0
/proc/18619/task/18627/stat : 18627 (java) S 18614 18614 17507 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 58309585 869027840 189988 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.35
Current children cumulated vsize (KiB) 854016

[startup+56.3032 s]
/proc/loadavg: 2.15 2.04 2.02 3/82 18628
/proc/meminfo: memFree=773264/2055920 swapFree=4192812/4192956
[pid=18614] ppid=18612 vsize=5356 CPUtime=0
/proc/18614/stat : 18614 (concrete.sh) S 18612 18614 17507 0 -1 4194304 341 291 0 0 0 0 0 0 22 0 1 0 58309576 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18614/statm: 1339 244 201 169 0 50 0
[pid=18619] ppid=18614 vsize=0 CPUtime=55.7
/proc/18619/stat : 18619 (java) Z 18614 18614 17507 0 -1 12 191205 0 1 0 5481 89 0 0 16 0 2 0 58309577 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/18619/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 55.7
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 56.3329
CPU time (s): 55.7455
CPU user time (s): 54.8147
CPU system time (s): 0.930858
CPU usage (%): 98.9573
Max. virtual memory (cumulated for all children) (KiB): 854016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.8147
system time used= 0.930858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191847
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= 3536
involuntary context switches= 4603

runsolver used 0.071989 second user time and 0.198969 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-16 04:47:48
IDJOB=2074851
IDBENCH=56146
IDSOLVER=735
FILE ID=node67/2074851-1247712468
PBS_JOBID= 9521463
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= 7e79922853fafe6c7fc5fd2169b0485d
RANDOM SEED=1481940832

node67.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.239
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.239
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:       1586824 kB
Buffers:         68764 kB
Cached:         258452 kB
SwapCached:          0 kB
Active:         136216 kB
Inactive:       259396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          79960 kB
Slab:            58844 kB
Committed_AS:   526972 kB
PageTables:       1868 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66332 MiB
End job on node67 at 2009-07-16 04:48:45