Trace number 2084807

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-14UNSAT 20.9808 21.2325

DiagnosticValue
CHECKS645770
NODES158

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-3-05.xml
MD5SUMcd85725b45082491dbd9778e02ff1d05
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.307953
Satisfiable
(Un)Satisfiability was proved
Number of variables425
Number of constraints8688
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8688
Global constraints used (with number of constraints)

Solver Data

7.40/7.57	c CPU-LOAD 5.78
7.40/7.57	c LOADED 425 V (5 E), 8688 ExtensionConstraint2D, arity 2, 5.78 cpu
20.87/21.18	s UNSATISFIABLE
20.87/21.18	d NODES 158
20.87/21.18	d CHECKS 645770
20.87/21.19	c CDC-added-constraints: 0
20.87/21.19	c CDC-nbsingletontests: 2125
20.87/21.19	c CDC-nogoods: 0
20.87/21.19	c heuristic-cpu: 0.0
20.87/21.19	c prepro-constraint-ccks: 0
20.87/21.19	c prepro-constraint-presenceccks: 0
20.87/21.19	c prepro-cpu: 10.71
20.87/21.19	c prepro-matrix2d-ccks: 434400
20.87/21.19	c prepro-matrix2d-presenceccks: 0
20.87/21.19	c prepro-removed: 0
20.87/21.19	c search-cpu: 2.4900007
20.87/21.19	c search-nps: 63.453796
20.87/21.19	c total-assgn: 158
20.87/21.19	c total-constraint-ccks: 0
20.87/21.19	c total-constraint-presence-ccks: 0
20.87/21.19	c total-cpu: 13.2300005
20.87/21.19	c total-matrix2d-ccks: 645770
20.87/21.19	c total-matrix2d-presence-ccks: 0
20.87/21.19	c TOTAL-NODES 158
20.87/21.19	c TOTAL-CPU 13.2300005

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084807-1247724966/watcher-2084807-1247724966 -o /tmp/evaluation-result-2084807-1247724966/solver-2084807-1247724966 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2084807-1247724966.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.11 2.12 2.07 4/72 19187
/proc/meminfo: memFree=1546112/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=18576 CPUtime=0
/proc/19187/stat : 19187 (runsolver) R 19185 19187 18970 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 59560743 19021824 284 996147200 4194304 4302564 548682068432 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19187/statm: 4644 284 249 26 0 2626 0

[startup+0.021289 s]
/proc/loadavg: 2.11 2.12 2.07 4/72 19187
/proc/meminfo: memFree=1546112/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101338 s]
/proc/loadavg: 2.11 2.12 2.07 4/72 19187
/proc/meminfo: memFree=1546112/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301377 s]
/proc/loadavg: 2.11 2.12 2.07 4/72 19187
/proc/meminfo: memFree=1546112/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70145 s]
/proc/loadavg: 2.11 2.12 2.07 4/72 19187
/proc/meminfo: memFree=1546112/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50256 s]
/proc/loadavg: 2.11 2.12 2.07 3/82 19200
/proc/meminfo: memFree=1531440/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
[pid=19192] ppid=19187 vsize=847560 CPUtime=1.45
/proc/19192/stat : 19192 (java) S 19187 19187 18970 0 -1 0 7022 0 1 0 140 5 0 0 25 0 9 0 59560745 867901440 6060 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19192/statm: 211890 6060 2003 9 0 206368 0
[pid=19192/tid=19193] ppid=19187 vsize=847560 CPUtime=1.06
/proc/19192/task/19193/stat : 19193 (java) R 19187 19187 18970 0 -1 64 3913 0 1 0 104 2 0 0 25 0 9 0 59560746 867901440 6060 996147200 134512640 134550932 4294955344 18446744073709551615 4125996264 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19194] ppid=19187 vsize=847560 CPUtime=0.05
/proc/19192/task/19194/stat : 19194 (java) S 19187 19187 18970 0 -1 64 893 0 0 0 5 0 0 0 16 0 9 0 59560747 867901440 6060 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19195] ppid=19187 vsize=847560 CPUtime=0
/proc/19192/task/19195/stat : 19195 (java) S 19187 19187 18970 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59560747 867901440 6060 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19196] ppid=19187 vsize=847560 CPUtime=0
/proc/19192/task/19196/stat : 19196 (java) S 19187 19187 18970 0 -1 64 4 0 0 0 0 0 0 0 15 0 9 0 59560747 867901440 6060 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19197] ppid=19187 vsize=847560 CPUtime=0
/proc/19192/task/19197/stat : 19197 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59560749 867901440 6060 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19198] ppid=19187 vsize=847560 CPUtime=0.31
/proc/19192/task/19198/stat : 19198 (java) S 19187 19187 18970 0 -1 64 1519 0 0 0 30 1 0 0 16 0 9 0 59560753 867901440 6060 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19199] ppid=19187 vsize=847560 CPUtime=0
/proc/19192/task/19199/stat : 19199 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59560753 867901440 6060 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19200] ppid=19187 vsize=847560 CPUtime=0
/proc/19192/task/19200/stat : 19200 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59560753 867901440 6060 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 852916

[startup+3.10186 s]
/proc/loadavg: 2.11 2.12 2.07 3/82 19200
/proc/meminfo: memFree=1526768/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
[pid=19192] ppid=19187 vsize=847644 CPUtime=3.05
/proc/19192/stat : 19192 (java) S 19187 19187 18970 0 -1 0 8793 0 1 0 299 6 0 0 25 0 9 0 59560745 867987456 7597 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19192/statm: 211911 7597 2624 9 0 206389 0
[pid=19192/tid=19193] ppid=19187 vsize=847644 CPUtime=2.57
/proc/19192/task/19193/stat : 19193 (java) R 19187 19187 18970 0 -1 64 3926 0 1 0 255 2 0 0 25 0 9 0 59560746 867987456 7597 996147200 134512640 134550932 4294955344 18446744073709551615 4126368114 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19194] ppid=19187 vsize=847644 CPUtime=0.14
/proc/19192/task/19194/stat : 19194 (java) S 19187 19187 18970 0 -1 64 2651 0 0 0 13 1 0 0 16 0 9 0 59560747 867987456 7597 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19195] ppid=19187 vsize=847644 CPUtime=0
/proc/19192/task/19195/stat : 19195 (java) S 19187 19187 18970 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59560747 867987456 7597 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19196] ppid=19187 vsize=847644 CPUtime=0
/proc/19192/task/19196/stat : 19196 (java) S 19187 19187 18970 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59560747 867987456 7597 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19197] ppid=19187 vsize=847644 CPUtime=0
/proc/19192/task/19197/stat : 19197 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59560749 867987456 7597 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19198] ppid=19187 vsize=847644 CPUtime=0.31
/proc/19192/task/19198/stat : 19198 (java) S 19187 19187 18970 0 -1 64 1519 0 0 0 30 1 0 0 16 0 9 0 59560753 867987456 7597 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19199] ppid=19187 vsize=847644 CPUtime=0
/proc/19192/task/19199/stat : 19199 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59560753 867987456 7597 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19200] ppid=19187 vsize=847644 CPUtime=0
/proc/19192/task/19200/stat : 19200 (java) R 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59560753 867987456 7597 996147200 134512640 134550932 4294955344 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) 853000

[startup+6.30247 s]
/proc/loadavg: 2.10 2.11 2.07 3/83 19201
/proc/meminfo: memFree=1521256/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
[pid=19192] ppid=19187 vsize=851148 CPUtime=6.22
/proc/19192/stat : 19192 (java) S 19187 19187 18970 0 -1 0 11138 0 1 0 612 10 0 0 25 0 10 0 59560745 871575552 9635 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19192/statm: 212787 9635 2628 9 0 207265 0
[pid=19192/tid=19193] ppid=19187 vsize=851148 CPUtime=5.19
/proc/19192/task/19193/stat : 19193 (java) R 19187 19187 18970 0 -1 64 4104 0 1 0 516 3 0 0 25 0 10 0 59560746 871575552 9635 996147200 134512640 134550932 4294955344 18446744073709551615 4126886076 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19194] ppid=19187 vsize=851148 CPUtime=0.33
/proc/19192/task/19194/stat : 19194 (java) S 19187 19187 18970 0 -1 64 3864 0 0 0 31 2 0 0 16 0 10 0 59560747 871575552 9635 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19195] ppid=19187 vsize=851148 CPUtime=0
/proc/19192/task/19195/stat : 19195 (java) S 19187 19187 18970 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59560747 871575552 9635 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19196] ppid=19187 vsize=851148 CPUtime=0
/proc/19192/task/19196/stat : 19196 (java) S 19187 19187 18970 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59560747 871575552 9635 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19197] ppid=19187 vsize=851148 CPUtime=0
/proc/19192/task/19197/stat : 19197 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59560749 871575552 9635 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19198] ppid=19187 vsize=851148 CPUtime=0.67
/proc/19192/task/19198/stat : 19198 (java) S 19187 19187 18970 0 -1 64 2469 0 0 0 64 3 0 0 15 0 10 0 59560753 871575552 9635 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19199] ppid=19187 vsize=851148 CPUtime=0
/proc/19192/task/19199/stat : 19199 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59560753 871575552 9635 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19200] ppid=19187 vsize=851148 CPUtime=0
/proc/19192/task/19200/stat : 19200 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59560753 871575552 9635 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19201] ppid=19187 vsize=851148 CPUtime=0
/proc/19192/task/19201/stat : 19201 (java) S 19187 19187 18970 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 59561237 871575552 9635 996147200 134512640 134550932 4294955344 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) 856504

[startup+12.7017 s]
/proc/loadavg: 2.17 2.13 2.08 3/83 19202
/proc/meminfo: memFree=1508704/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
[pid=19192] ppid=19187 vsize=851228 CPUtime=12.55
/proc/19192/stat : 19192 (java) S 19187 19187 18970 0 -1 0 14282 0 1 0 1241 14 0 0 25 0 10 0 59560745 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19192/statm: 212807 11438 2634 9 0 207285 0
[pid=19192/tid=19193] ppid=19187 vsize=851228 CPUtime=10.87
/proc/19192/task/19193/stat : 19193 (java) R 19187 19187 18970 0 -1 64 4533 0 1 0 1083 4 0 0 25 0 10 0 59560746 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4127746458 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19194] ppid=19187 vsize=851228 CPUtime=0.9
/proc/19192/task/19194/stat : 19194 (java) S 19187 19187 18970 0 -1 64 6526 0 0 0 85 5 0 0 16 0 10 0 59560747 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19195] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19195/stat : 19195 (java) S 19187 19187 18970 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59560747 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19196] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19196/stat : 19196 (java) S 19187 19187 18970 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 59560747 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19197] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19197/stat : 19197 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59560749 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19198] ppid=19187 vsize=851228 CPUtime=0.75
/proc/19192/task/19198/stat : 19198 (java) S 19187 19187 18970 0 -1 64 2517 0 0 0 72 3 0 0 17 0 10 0 59560753 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19199] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19199/stat : 19199 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59560753 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19200] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19200/stat : 19200 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59560753 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19202] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19202/stat : 19202 (java) S 19187 19187 18970 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59561513 871657472 11438 996147200 134512640 134550932 4294955344 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) 856584

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

[startup+15.9023 s]
/proc/loadavg: 2.16 2.13 2.08 3/83 19202
/proc/meminfo: memFree=1508384/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
[pid=19192] ppid=19187 vsize=851228 CPUtime=15.71
/proc/19192/stat : 19192 (java) S 19187 19187 18970 0 -1 0 14315 0 1 0 1557 14 0 0 25 0 10 0 59560745 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19192/statm: 212807 11438 2634 9 0 207285 0
[pid=19192/tid=19193] ppid=19187 vsize=851228 CPUtime=14.01
/proc/19192/task/19193/stat : 19193 (java) R 19187 19187 18970 0 -1 64 4566 0 1 0 1397 4 0 0 25 0 10 0 59560746 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4127733974 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19194] ppid=19187 vsize=851228 CPUtime=0.91
/proc/19192/task/19194/stat : 19194 (java) S 19187 19187 18970 0 -1 64 6526 0 0 0 86 5 0 0 16 0 10 0 59560747 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19195] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19195/stat : 19195 (java) S 19187 19187 18970 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59560747 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19196] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19196/stat : 19196 (java) S 19187 19187 18970 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 59560747 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19197] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19197/stat : 19197 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59560749 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19198] ppid=19187 vsize=851228 CPUtime=0.75
/proc/19192/task/19198/stat : 19198 (java) S 19187 19187 18970 0 -1 64 2517 0 0 0 72 3 0 0 15 0 10 0 59560753 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19199] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19199/stat : 19199 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59560753 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19200] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19200/stat : 19200 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59560753 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19202] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19202/stat : 19202 (java) S 19187 19187 18970 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 59561513 871657472 11438 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 856584

[startup+19.1029 s]
/proc/loadavg: 2.15 2.12 2.08 3/83 19202
/proc/meminfo: memFree=1508128/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
[pid=19192] ppid=19187 vsize=851228 CPUtime=18.89
/proc/19192/stat : 19192 (java) S 19187 19187 18970 0 -1 0 14354 0 1 0 1874 15 0 0 25 0 9 0 59560745 871657472 11439 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19192/statm: 212807 11439 2634 9 0 207285 0
[pid=19192/tid=19193] ppid=19187 vsize=851228 CPUtime=17.17
/proc/19192/task/19193/stat : 19193 (java) R 19187 19187 18970 0 -1 64 4603 0 1 0 1712 5 0 0 25 0 9 0 59560746 871657472 11439 996147200 134512640 134550932 4294955344 18446744073709551615 4127670787 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19194] ppid=19187 vsize=851228 CPUtime=0.93
/proc/19192/task/19194/stat : 19194 (java) S 19187 19187 18970 0 -1 64 6526 0 0 0 88 5 0 0 16 0 9 0 59560747 871657472 11439 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19195] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19195/stat : 19195 (java) S 19187 19187 18970 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59560747 871657472 11439 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19196] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19196/stat : 19196 (java) S 19187 19187 18970 0 -1 64 8 0 0 0 0 0 0 0 15 0 9 0 59560747 871657472 11439 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19197] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19197/stat : 19197 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59560749 871657472 11439 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19198] ppid=19187 vsize=851228 CPUtime=0.76
/proc/19192/task/19198/stat : 19198 (java) S 19187 19187 18970 0 -1 64 2518 0 0 0 73 3 0 0 15 0 9 0 59560753 871657472 11439 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19199] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19199/stat : 19199 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59560753 871657472 11439 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19200] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19200/stat : 19200 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59560753 871657472 11439 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.89
Current children cumulated vsize (KiB) 856584

[startup+19.902 s]
/proc/loadavg: 2.15 2.12 2.08 3/82 19202
/proc/meminfo: memFree=1508000/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
[pid=19192] ppid=19187 vsize=851228 CPUtime=19.68
/proc/19192/stat : 19192 (java) S 19187 19187 18970 0 -1 0 14368 0 1 0 1953 15 0 0 25 0 9 0 59560745 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19192/statm: 212807 11452 2634 9 0 207285 0
[pid=19192/tid=19193] ppid=19187 vsize=851228 CPUtime=17.96
/proc/19192/task/19193/stat : 19193 (java) R 19187 19187 18970 0 -1 64 4604 0 1 0 1791 5 0 0 25 0 9 0 59560746 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 104749972 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19194] ppid=19187 vsize=851228 CPUtime=0.93
/proc/19192/task/19194/stat : 19194 (java) S 19187 19187 18970 0 -1 64 6526 0 0 0 88 5 0 0 16 0 9 0 59560747 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19195] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19195/stat : 19195 (java) S 19187 19187 18970 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59560747 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19196] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19196/stat : 19196 (java) S 19187 19187 18970 0 -1 64 8 0 0 0 0 0 0 0 15 0 9 0 59560747 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19197] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19197/stat : 19197 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59560749 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19198] ppid=19187 vsize=851228 CPUtime=0.76
/proc/19192/task/19198/stat : 19198 (java) S 19187 19187 18970 0 -1 64 2531 0 0 0 73 3 0 0 15 0 9 0 59560753 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19199] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19199/stat : 19199 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59560753 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19200] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19200/stat : 19200 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59560753 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.68
Current children cumulated vsize (KiB) 856584

[startup+20.7022 s]
/proc/loadavg: 2.15 2.12 2.08 3/82 19202
/proc/meminfo: memFree=1508000/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
[pid=19192] ppid=19187 vsize=851228 CPUtime=20.48
/proc/19192/stat : 19192 (java) S 19187 19187 18970 0 -1 0 14368 0 1 0 2033 15 0 0 25 0 9 0 59560745 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19192/statm: 212807 11452 2634 9 0 207285 0
[pid=19192/tid=19193] ppid=19187 vsize=851228 CPUtime=18.75
/proc/19192/task/19193/stat : 19193 (java) R 19187 19187 18970 0 -1 64 4604 0 1 0 1870 5 0 0 25 0 9 0 59560746 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4127670727 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19194] ppid=19187 vsize=851228 CPUtime=0.93
/proc/19192/task/19194/stat : 19194 (java) S 19187 19187 18970 0 -1 64 6526 0 0 0 88 5 0 0 16 0 9 0 59560747 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19195] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19195/stat : 19195 (java) S 19187 19187 18970 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59560747 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19196] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19196/stat : 19196 (java) S 19187 19187 18970 0 -1 64 8 0 0 0 0 0 0 0 15 0 9 0 59560747 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19197] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19197/stat : 19197 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59560749 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19198] ppid=19187 vsize=851228 CPUtime=0.76
/proc/19192/task/19198/stat : 19198 (java) S 19187 19187 18970 0 -1 64 2531 0 0 0 73 3 0 0 15 0 9 0 59560753 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19199] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19199/stat : 19199 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59560753 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19200] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19200/stat : 19200 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59560753 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 856584

[startup+21.1023 s]
/proc/loadavg: 2.15 2.12 2.08 3/82 19202
/proc/meminfo: memFree=1507680/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
[pid=19192] ppid=19187 vsize=851228 CPUtime=20.87
/proc/19192/stat : 19192 (java) S 19187 19187 18970 0 -1 0 14368 0 1 0 2072 15 0 0 25 0 9 0 59560745 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19192/statm: 212807 11452 2634 9 0 207285 0
[pid=19192/tid=19193] ppid=19187 vsize=851228 CPUtime=19.14
/proc/19192/task/19193/stat : 19193 (java) R 19187 19187 18970 0 -1 64 4604 0 1 0 1909 5 0 0 25 0 9 0 59560746 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4127740927 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19194] ppid=19187 vsize=851228 CPUtime=0.93
/proc/19192/task/19194/stat : 19194 (java) S 19187 19187 18970 0 -1 64 6526 0 0 0 88 5 0 0 16 0 9 0 59560747 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19195] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19195/stat : 19195 (java) S 19187 19187 18970 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59560747 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19196] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19196/stat : 19196 (java) S 19187 19187 18970 0 -1 64 8 0 0 0 0 0 0 0 15 0 9 0 59560747 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19197] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19197/stat : 19197 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59560749 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19198] ppid=19187 vsize=851228 CPUtime=0.76
/proc/19192/task/19198/stat : 19198 (java) S 19187 19187 18970 0 -1 64 2531 0 0 0 73 3 0 0 15 0 9 0 59560753 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19199] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19199/stat : 19199 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59560753 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19200] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19200/stat : 19200 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59560753 871657472 11452 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.87
Current children cumulated vsize (KiB) 856584

[startup+21.2023 s]
/proc/loadavg: 2.15 2.12 2.08 3/82 19202
/proc/meminfo: memFree=1507680/2055920 swapFree=4192812/4192956
[pid=19187] ppid=19185 vsize=5356 CPUtime=0
/proc/19187/stat : 19187 (concrete.sh) S 19185 19187 18970 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59560743 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19187/statm: 1339 244 201 169 0 50 0
[pid=19192] ppid=19187 vsize=851228 CPUtime=20.95
/proc/19192/stat : 19192 (java) S 19187 19187 18970 0 -1 0 14375 0 1 0 2080 15 0 0 25 0 9 0 59560745 871657472 11457 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/19192/statm: 212807 11457 2634 9 0 207285 0
[pid=19192/tid=19193] ppid=19187 vsize=851228 CPUtime=19.23
/proc/19192/task/19193/stat : 19193 (java) S 19187 19187 18970 0 -1 64 4611 0 1 0 1918 5 0 0 25 0 9 0 59560746 871657472 11457 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19194] ppid=19187 vsize=851228 CPUtime=0.93
/proc/19192/task/19194/stat : 19194 (java) S 19187 19187 18970 0 -1 64 6526 0 0 0 88 5 0 0 16 0 9 0 59560747 871657472 11457 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19195] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19195/stat : 19195 (java) S 19187 19187 18970 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59560747 871657472 11457 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19196] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19196/stat : 19196 (java) S 19187 19187 18970 0 -1 64 8 0 0 0 0 0 0 0 15 0 9 0 59560747 871657472 11457 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19197] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19197/stat : 19197 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59560749 871657472 11457 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19198] ppid=19187 vsize=851228 CPUtime=0.76
/proc/19192/task/19198/stat : 19198 (java) S 19187 19187 18970 0 -1 64 2531 0 0 0 73 3 0 0 15 0 9 0 59560753 871657472 11457 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19199] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19199/stat : 19199 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59560753 871657472 11457 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=19192/tid=19200] ppid=19187 vsize=851228 CPUtime=0
/proc/19192/task/19200/stat : 19200 (java) S 19187 19187 18970 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59560753 871657472 11457 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.95
Current children cumulated vsize (KiB) 856584

Child status: 0
Real time (s): 21.2325
CPU time (s): 20.9808
CPU user time (s): 20.8138
CPU system time (s): 0.166974
CPU usage (%): 98.8146
Max. virtual memory (cumulated for all children) (KiB): 857736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.8138
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15021
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= 6982
involuntary context switches= 7314

runsolver used 0.036994 second user time and 0.070989 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-16 08:16:06
IDJOB=2084807
IDBENCH=58165
IDSOLVER=736
FILE ID=node37/2084807-1247724966
PBS_JOBID= 9521515
Free space on /tmp= 66396 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-3-05.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-2084807-1247724966/watcher-2084807-1247724966 -o /tmp/evaluation-result-2084807-1247724966/solver-2084807-1247724966 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2084807-1247724966.xml

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

MD5SUM BENCH= cd85725b45082491dbd9778e02ff1d05
RANDOM SEED=171698956

node37.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.260
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.260
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:       1546592 kB
Buffers:         77068 kB
Cached:         258988 kB
SwapCached:          0 kB
Active:         132292 kB
Inactive:       292856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1546592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2636 kB
Writeback:           0 kB
Mapped:         100652 kB
Slab:            69548 kB
Committed_AS:   620396 kB
PageTables:       1860 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= 66396 MiB
End job on node37 at 2009-07-16 08:16:27