Trace number 2059166

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 DC 2009-07-14SAT 48.7726 49.3418

DiagnosticValue
CHECKS43185
NODES80

General information on the benchmark

Namecsp/marc/
normalized-large-80-sat_ext.xml
MD5SUM86e33c34c980488137ca21c2da6fb96c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.26574
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints3160
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension3160
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

46.55/47.12	c CPU-LOAD 37.22
46.55/47.12	c LOADED 80 V (80 E), 3160 ExtensionConstraint2D, arity 2, 37.22 cpu
48.63/49.26	v 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 
48.63/49.27	s SATISFIABLE
48.63/49.27	d NODES 80
48.63/49.27	d CHECKS 43185
48.63/49.27	c CDC-added-constraints: 0
48.63/49.27	c CDC-nbsingletontests: 0
48.63/49.27	c CDC-nogoods: 0
48.63/49.27	c heuristic-cpu: 0.0
48.63/49.27	c prepro-constraint-ccks: 0
48.63/49.27	c prepro-constraint-presenceccks: 0
48.63/49.27	c prepro-cpu: 0.73
48.63/49.27	c prepro-matrix2d-ccks: 40025
48.63/49.27	c prepro-matrix2d-presenceccks: 0
48.63/49.27	c prepro-removed: 6320
48.63/49.27	c search-cpu: 0.029999971
48.63/49.27	c search-nps: 2666.6692
48.63/49.27	c total-assgn: 80
48.63/49.27	c total-constraint-ccks: 0
48.63/49.27	c total-constraint-presence-ccks: 0
48.63/49.27	c total-cpu: 1.05
48.63/49.27	c total-matrix2d-ccks: 43185
48.63/49.27	c total-matrix2d-presence-ccks: 0
48.63/49.27	c TOTAL-NODES 80
48.63/49.27	c TOTAL-CPU 1.05

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-2059166-1247698895/watcher-2059166-1247698895 -o /tmp/evaluation-result-2059166-1247698895/solver-2059166-1247698895 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2059166-1247698895.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 10191
/proc/meminfo: memFree=1220144/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5260 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) R 10189 10191 9806 0 -1 4194304 68 0 0 0 0 0 0 0 20 0 1 0 56957516 5386240 51 996147200 4194304 4889804 548682068736 18446744073709551615 268580223113 0 0 4096 0 0 0 0 17 1 0 0
/proc/10191/statm: 1315 51 37 169 0 14 0

[startup+0.0613109 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 10191
/proc/meminfo: memFree=1220144/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.105632 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 10191
/proc/meminfo: memFree=1220144/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301675 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 10191
/proc/meminfo: memFree=1220144/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701754 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 10191
/proc/meminfo: memFree=1220144/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50291 s]
/proc/loadavg: 1.99 1.97 1.91 6/91 10204
/proc/meminfo: memFree=1203552/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
[pid=10196] ppid=10191 vsize=847412 CPUtime=1.44
/proc/10196/stat : 10196 (java) S 10191 10191 9806 0 -1 0 8346 0 1 0 137 7 0 0 18 0 9 0 56957517 867749888 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10196/statm: 211853 7174 2613 9 0 206338 0
[pid=10196/tid=10197] ppid=10191 vsize=847412 CPUtime=0.92
/proc/10196/task/10197/stat : 10197 (java) R 10191 10191 9806 0 -1 64 3660 0 1 0 89 3 0 0 24 0 9 0 56957519 867749888 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10198] ppid=10191 vsize=847412 CPUtime=0.25
/proc/10196/task/10198/stat : 10198 (java) R 10191 10191 9806 0 -1 64 2545 0 0 0 24 1 0 0 16 0 9 0 56957520 867749888 7174 996147200 134512640 134550932 4294955344 18446744073709551615 103733279 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10199] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10199/stat : 10199 (java) S 10191 10191 9806 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56957520 867749888 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10200] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10200/stat : 10200 (java) S 10191 10191 9806 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56957520 867749888 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10201] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10201/stat : 10201 (java) S 10191 10191 9806 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 56957523 867749888 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10202] ppid=10191 vsize=847412 CPUtime=0.24
/proc/10196/task/10202/stat : 10202 (java) S 10191 10191 9806 0 -1 64 1445 0 0 0 23 1 0 0 16 0 9 0 56957526 867749888 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10203] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10203/stat : 10203 (java) S 10191 10191 9806 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 56957526 867749888 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10204] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10204/stat : 10204 (java) S 10191 10191 9806 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 56957526 867749888 7174 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 852768

[startup+3.10222 s]
/proc/loadavg: 1.99 1.97 1.91 3/91 10204
/proc/meminfo: memFree=1197216/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
[pid=10196] ppid=10191 vsize=847412 CPUtime=3.03
/proc/10196/stat : 10196 (java) S 10191 10191 9806 0 -1 0 11260 0 1 0 291 12 0 0 18 0 9 0 56957517 867749888 9824 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10196/statm: 211853 9824 2613 9 0 206338 0
[pid=10196/tid=10197] ppid=10191 vsize=847412 CPUtime=1.94
/proc/10196/task/10197/stat : 10197 (java) R 10191 10191 9806 0 -1 64 3956 0 1 0 189 5 0 0 25 0 9 0 56957519 867749888 9824 996147200 134512640 134550932 4294955344 18446744073709551615 4126257123 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10198] ppid=10191 vsize=847412 CPUtime=0.8
/proc/10196/task/10198/stat : 10198 (java) S 10191 10191 9806 0 -1 64 5159 0 0 0 76 4 0 0 16 0 9 0 56957520 867749888 9824 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10199] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10199/stat : 10199 (java) S 10191 10191 9806 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56957520 867749888 9824 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10200] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10200/stat : 10200 (java) S 10191 10191 9806 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56957520 867749888 9824 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10201] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10201/stat : 10201 (java) S 10191 10191 9806 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 56957523 867749888 9824 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10202] ppid=10191 vsize=847412 CPUtime=0.26
/proc/10196/task/10202/stat : 10202 (java) S 10191 10191 9806 0 -1 64 1449 0 0 0 25 1 0 0 16 0 9 0 56957526 867749888 9824 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10203] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10203/stat : 10203 (java) S 10191 10191 9806 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 56957526 867749888 9824 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10204] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10204/stat : 10204 (java) S 10191 10191 9806 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 56957526 867749888 9824 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 852768

[startup+6.30285 s]
/proc/loadavg: 2.07 1.99 1.91 3/91 10204
/proc/meminfo: memFree=1173408/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
[pid=10196] ppid=10191 vsize=847412 CPUtime=6.19
/proc/10196/stat : 10196 (java) S 10191 10191 9806 0 -1 0 16472 0 1 0 600 19 0 0 18 0 9 0 56957517 867749888 14752 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10196/statm: 211853 14752 2613 9 0 206338 0
[pid=10196/tid=10197] ppid=10191 vsize=847412 CPUtime=4.28
/proc/10196/task/10197/stat : 10197 (java) R 10191 10191 9806 0 -1 64 4352 0 1 0 421 7 0 0 25 0 9 0 56957519 867749888 14752 996147200 134512640 134550932 4294955344 18446744073709551615 4126240706 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10198] ppid=10191 vsize=847412 CPUtime=1.58
/proc/10196/task/10198/stat : 10198 (java) S 10191 10191 9806 0 -1 64 9955 0 0 0 149 9 0 0 16 0 9 0 56957520 867749888 14752 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10199] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10199/stat : 10199 (java) S 10191 10191 9806 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56957520 867749888 14752 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10200] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10200/stat : 10200 (java) S 10191 10191 9806 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56957520 867749888 14752 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10201] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10201/stat : 10201 (java) S 10191 10191 9806 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 56957523 867749888 14752 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10202] ppid=10191 vsize=847412 CPUtime=0.29
/proc/10196/task/10202/stat : 10202 (java) S 10191 10191 9806 0 -1 64 1468 0 0 0 28 1 0 0 16 0 9 0 56957526 867749888 14752 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10203] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10203/stat : 10203 (java) S 10191 10191 9806 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 56957526 867749888 14752 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10204] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10204/stat : 10204 (java) S 10191 10191 9806 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 56957526 867749888 14752 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 852768

[startup+12.7021 s]
/proc/loadavg: 2.07 1.99 1.91 3/91 10204
/proc/meminfo: memFree=1133280/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
[pid=10196] ppid=10191 vsize=847412 CPUtime=12.52
/proc/10196/stat : 10196 (java) S 10191 10191 9806 0 -1 0 27561 0 1 0 1219 33 0 0 18 0 9 0 56957517 867749888 25511 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10196/statm: 211853 25511 2613 9 0 206338 0
[pid=10196/tid=10197] ppid=10191 vsize=847412 CPUtime=9.6
/proc/10196/task/10197/stat : 10197 (java) R 10191 10191 9806 0 -1 64 5018 0 1 0 948 12 0 0 25 0 9 0 56957519 867749888 25511 996147200 134512640 134550932 4294955344 18446744073709551615 4126240706 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10198] ppid=10191 vsize=847412 CPUtime=2.59
/proc/10196/task/10198/stat : 10198 (java) S 10191 10191 9806 0 -1 64 20370 0 0 0 241 18 0 0 16 0 9 0 56957520 867749888 25511 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10199] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10199/stat : 10199 (java) S 10191 10191 9806 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56957520 867749888 25511 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10200] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10200/stat : 10200 (java) S 10191 10191 9806 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56957520 867749888 25511 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10201] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10201/stat : 10201 (java) S 10191 10191 9806 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 56957523 867749888 25511 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10202] ppid=10191 vsize=847412 CPUtime=0.3
/proc/10196/task/10202/stat : 10202 (java) S 10191 10191 9806 0 -1 64 1476 0 0 0 29 1 0 0 16 0 9 0 56957526 867749888 25511 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10203] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10203/stat : 10203 (java) S 10191 10191 9806 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 56957526 867749888 25511 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10204] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10204/stat : 10204 (java) S 10191 10191 9806 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 56957526 867749888 25511 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 852768

[startup+25.5016 s]
/proc/loadavg: 2.05 1.99 1.91 3/91 10204
/proc/meminfo: memFree=1038304/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
[pid=10196] ppid=10191 vsize=847412 CPUtime=25.18
/proc/10196/stat : 10196 (java) S 10191 10191 9806 0 -1 0 50965 0 1 0 2465 53 0 0 18 0 9 0 56957517 867749888 48643 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10196/statm: 211853 48643 2613 9 0 206338 0
[pid=10196/tid=10197] ppid=10191 vsize=847412 CPUtime=19.76
/proc/10196/task/10197/stat : 10197 (java) R 10191 10191 9806 0 -1 64 6769 0 1 0 1957 19 0 0 25 0 9 0 56957519 867749888 48643 996147200 134512640 134550932 4294955344 18446744073709551615 104749878 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10198] ppid=10191 vsize=847412 CPUtime=5.07
/proc/10196/task/10198/stat : 10198 (java) S 10191 10191 9806 0 -1 64 42016 0 0 0 476 31 0 0 16 0 9 0 56957520 867749888 48643 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10199] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10199/stat : 10199 (java) S 10191 10191 9806 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56957520 867749888 48643 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10200] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10200/stat : 10200 (java) S 10191 10191 9806 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56957520 867749888 48643 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10201] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10201/stat : 10201 (java) S 10191 10191 9806 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 56957523 867749888 48643 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10202] ppid=10191 vsize=847412 CPUtime=0.31
/proc/10196/task/10202/stat : 10202 (java) S 10191 10191 9806 0 -1 64 1483 0 0 0 30 1 0 0 16 0 9 0 56957526 867749888 48643 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10203] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10203/stat : 10203 (java) S 10191 10191 9806 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 56957526 867749888 48643 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10204] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10204/stat : 10204 (java) S 10191 10191 9806 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 56957526 867749888 48643 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 852768

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

[startup+38.3021 s]
/proc/loadavg: 2.04 1.99 1.91 3/91 10204
/proc/meminfo: memFree=953312/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
[pid=10196] ppid=10191 vsize=847412 CPUtime=37.84
/proc/10196/stat : 10196 (java) S 10191 10191 9806 0 -1 0 73445 0 1 0 3712 72 0 0 18 0 9 0 56957517 867749888 70963 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10196/statm: 211853 70963 2614 9 0 206338 0
[pid=10196/tid=10197] ppid=10191 vsize=847412 CPUtime=29.7
/proc/10196/task/10197/stat : 10197 (java) R 10191 10191 9806 0 -1 64 8512 0 1 0 2945 25 0 0 25 0 9 0 56957519 867749888 70963 996147200 134512640 134550932 4294955344 18446744073709551615 103822949 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10198] ppid=10191 vsize=847412 CPUtime=7.79
/proc/10196/task/10198/stat : 10198 (java) S 10191 10191 9806 0 -1 64 62748 0 0 0 735 44 0 0 16 0 9 0 56957520 867749888 70963 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10199] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10199/stat : 10199 (java) S 10191 10191 9806 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56957520 867749888 70963 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10200] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10200/stat : 10200 (java) S 10191 10191 9806 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56957520 867749888 70963 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10201] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10201/stat : 10201 (java) S 10191 10191 9806 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 56957523 867749888 70963 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10202] ppid=10191 vsize=847412 CPUtime=0.33
/proc/10196/task/10202/stat : 10202 (java) S 10191 10191 9806 0 -1 64 1488 0 0 0 32 1 0 0 15 0 9 0 56957526 867749888 70963 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10203] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10203/stat : 10203 (java) S 10191 10191 9806 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 56957526 867749888 70963 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10204] ppid=10191 vsize=847412 CPUtime=0
/proc/10196/task/10204/stat : 10204 (java) S 10191 10191 9806 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 56957526 867749888 70963 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.84
Current children cumulated vsize (KiB) 852768

[startup+44.7024 s]
/proc/loadavg: 2.04 1.99 1.91 3/91 10204
/proc/meminfo: memFree=905760/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
[pid=10196] ppid=10191 vsize=848440 CPUtime=44.17
/proc/10196/stat : 10196 (java) S 10191 10191 9806 0 -1 0 84019 0 1 0 4337 80 0 0 18 0 10 0 56957517 868802560 81477 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10196/statm: 212110 81477 2616 9 0 206595 0
[pid=10196/tid=10197] ppid=10191 vsize=848440 CPUtime=35.35
/proc/10196/task/10197/stat : 10197 (java) R 10191 10191 9806 0 -1 64 8598 0 1 0 3507 28 0 0 25 0 10 0 56957519 868802560 81477 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10198] ppid=10191 vsize=848440 CPUtime=8.45
/proc/10196/task/10198/stat : 10198 (java) S 10191 10191 9806 0 -1 64 73228 0 0 0 795 50 0 0 16 0 10 0 56957520 868802560 81477 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10199] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10199/stat : 10199 (java) S 10191 10191 9806 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 56957520 868802560 81477 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10200] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10200/stat : 10200 (java) S 10191 10191 9806 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 56957520 868802560 81477 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10201] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10201/stat : 10201 (java) S 10191 10191 9806 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 56957523 868802560 81477 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10202] ppid=10191 vsize=848440 CPUtime=0.34
/proc/10196/task/10202/stat : 10202 (java) R 10191 10191 9806 0 -1 64 1496 0 0 0 33 1 0 0 16 0 10 0 56957526 868802560 81477 996147200 134512640 134550932 4294955344 18446744073709551615 102127794 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10203] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10203/stat : 10203 (java) S 10191 10191 9806 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 56957526 868802560 81477 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10204] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10204/stat : 10204 (java) S 10191 10191 9806 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 56957526 868802560 81477 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.17
Current children cumulated vsize (KiB) 853796

[startup+47.903 s]
/proc/loadavg: 2.04 1.99 1.91 5/91 10205
/proc/meminfo: memFree=872280/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
[pid=10196] ppid=10191 vsize=848440 CPUtime=47.34
/proc/10196/stat : 10196 (java) S 10191 10191 9806 0 -1 0 91978 0 1 0 4650 84 0 0 18 0 9 0 56957517 868802560 89424 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10196/statm: 212110 89424 2617 9 0 206595 0
[pid=10196/tid=10197] ppid=10191 vsize=848440 CPUtime=37.46
/proc/10196/task/10197/stat : 10197 (java) R 10191 10191 9806 0 -1 64 8664 0 1 0 3718 28 0 0 25 0 9 0 56957519 868802560 89424 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10198] ppid=10191 vsize=848440 CPUtime=9.45
/proc/10196/task/10198/stat : 10198 (java) R 10191 10191 9806 0 -1 64 81083 0 0 0 892 53 0 0 16 0 9 0 56957520 868802560 89424 996147200 134512640 134550932 4294955344 18446744073709551615 104188644 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10199] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10199/stat : 10199 (java) S 10191 10191 9806 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 56957520 868802560 89424 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10200] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10200/stat : 10200 (java) S 10191 10191 9806 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 56957520 868802560 89424 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10201] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10201/stat : 10201 (java) S 10191 10191 9806 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 56957523 868802560 89424 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10202] ppid=10191 vsize=848440 CPUtime=0.39
/proc/10196/task/10202/stat : 10202 (java) S 10191 10191 9806 0 -1 64 1528 0 0 0 38 1 0 0 15 0 9 0 56957526 868802560 89424 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10203] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10203/stat : 10203 (java) S 10191 10191 9806 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 56957526 868802560 89424 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10204] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10204/stat : 10204 (java) S 10191 10191 9806 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 56957526 868802560 89424 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.34
Current children cumulated vsize (KiB) 853796

[startup+48.7022 s]
/proc/loadavg: 2.04 1.99 1.91 4/91 10205
/proc/meminfo: memFree=872280/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
[pid=10196] ppid=10191 vsize=848440 CPUtime=48.13
/proc/10196/stat : 10196 (java) S 10191 10191 9806 0 -1 0 93210 0 1 0 4728 85 0 0 18 0 10 0 56957517 868802560 90654 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10196/statm: 212110 90654 2617 9 0 206595 0
[pid=10196/tid=10197] ppid=10191 vsize=848440 CPUtime=37.67
/proc/10196/task/10197/stat : 10197 (java) R 10191 10191 9806 0 -1 64 8669 0 1 0 3739 28 0 0 25 0 10 0 56957519 868802560 90654 996147200 134512640 134550932 4294955344 18446744073709551615 4126662697 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10198] ppid=10191 vsize=848440 CPUtime=10.02
/proc/10196/task/10198/stat : 10198 (java) S 10191 10191 9806 0 -1 64 82302 0 0 0 948 54 0 0 17 0 10 0 56957520 868802560 90654 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10199] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10199/stat : 10199 (java) S 10191 10191 9806 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 56957520 868802560 90654 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10200] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10200/stat : 10200 (java) S 10191 10191 9806 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 56957520 868802560 90654 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10201] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10201/stat : 10201 (java) S 10191 10191 9806 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 56957523 868802560 90654 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10202] ppid=10191 vsize=848440 CPUtime=0.41
/proc/10196/task/10202/stat : 10202 (java) S 10191 10191 9806 0 -1 64 1536 0 0 0 40 1 0 0 16 0 10 0 56957526 868802560 90654 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10203] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10203/stat : 10203 (java) S 10191 10191 9806 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 56957526 868802560 90654 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10204] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10204/stat : 10204 (java) S 10191 10191 9806 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 56957526 868802560 90654 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.13
Current children cumulated vsize (KiB) 853796

[startup+49.1022 s]
/proc/loadavg: 2.04 1.99 1.91 4/91 10205
/proc/meminfo: memFree=872280/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
[pid=10196] ppid=10191 vsize=848440 CPUtime=48.53
/proc/10196/stat : 10196 (java) S 10191 10191 9806 0 -1 0 93211 0 1 0 4768 85 0 0 18 0 10 0 56957517 868802560 90655 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10196/statm: 212110 90655 2617 9 0 206595 0
[pid=10196/tid=10197] ppid=10191 vsize=848440 CPUtime=38.06
/proc/10196/task/10197/stat : 10197 (java) R 10191 10191 9806 0 -1 64 8669 0 1 0 3778 28 0 0 25 0 10 0 56957519 868802560 90655 996147200 134512640 134550932 4294955344 18446744073709551615 4126666900 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10198] ppid=10191 vsize=848440 CPUtime=10.02
/proc/10196/task/10198/stat : 10198 (java) S 10191 10191 9806 0 -1 64 82302 0 0 0 948 54 0 0 17 0 10 0 56957520 868802560 90655 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10199] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10199/stat : 10199 (java) S 10191 10191 9806 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 56957520 868802560 90655 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10200] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10200/stat : 10200 (java) S 10191 10191 9806 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 56957520 868802560 90655 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10201] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10201/stat : 10201 (java) S 10191 10191 9806 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 56957523 868802560 90655 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10202] ppid=10191 vsize=848440 CPUtime=0.41
/proc/10196/task/10202/stat : 10202 (java) S 10191 10191 9806 0 -1 64 1537 0 0 0 40 1 0 0 15 0 10 0 56957526 868802560 90655 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10203] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10203/stat : 10203 (java) S 10191 10191 9806 0 -1 64 0 0 0 0 0 0 0 0 20 0 10 0 56957526 868802560 90655 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=10196/tid=10204] ppid=10191 vsize=848440 CPUtime=0
/proc/10196/task/10204/stat : 10204 (java) S 10191 10191 9806 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 56957526 868802560 90655 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.53
Current children cumulated vsize (KiB) 853796

[startup+49.3029 s]
/proc/loadavg: 2.04 1.99 1.91 4/91 10205
/proc/meminfo: memFree=872280/2055924 swapFree=4192812/4192956
[pid=10191] ppid=10189 vsize=5356 CPUtime=0
/proc/10191/stat : 10191 (concrete.sh) S 10189 10191 9806 0 -1 4194304 341 294 0 0 0 0 0 0 18 0 1 0 56957516 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10191/statm: 1339 244 201 169 0 50 0
[pid=10196] ppid=10191 vsize=0 CPUtime=48.72
/proc/10196/stat : 10196 (java) Z 10191 10191 9806 0 -1 12 93226 0 1 0 4785 87 0 0 16 0 2 0 56957517 0 0 996147200 0 0 0 0 0 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/10196/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 48.72
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 49.3418
CPU time (s): 48.7726
CPU user time (s): 47.8577
CPU system time (s): 0.91486
CPU usage (%): 98.8464
Max. virtual memory (cumulated for all children) (KiB): 853796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.8577
system time used= 0.91486
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93869
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= 16155
involuntary context switches= 17365

runsolver used 0.071989 second user time and 0.202969 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-16 01:01:41
IDJOB=2059166
IDBENCH=53557
IDSOLVER=736
FILE ID=node6/2059166-1247698895
PBS_JOBID= 9521296
Free space on /tmp= 66260 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/marc/normalized-large-80-sat_ext.xml
COMMAND LINE= HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2059166-1247698895/watcher-2059166-1247698895 -o /tmp/evaluation-result-2059166-1247698895/solver-2059166-1247698895 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2059166-1247698895.xml

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

MD5SUM BENCH= 86e33c34c980488137ca21c2da6fb96c
RANDOM SEED=1970072488

node6.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.263
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.263
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:      2055924 kB
MemFree:       1220624 kB
Buffers:         97432 kB
Cached:         601676 kB
SwapCached:          0 kB
Active:         321904 kB
Inactive:       417128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1220624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           58692 kB
Writeback:           0 kB
Mapped:          60292 kB
Slab:            81304 kB
Committed_AS:   537084 kB
PageTables:       1980 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= 66256 MiB
End job on node6 at 2009-07-16 01:02:30