Trace number 2083773

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.5229 20.7295

DiagnosticValue
CHECKS15696
NODES0

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-0.xml
MD5SUM629efecb0eb59f0ce6ca410b2a2aa039
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 benchmark11.3813
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3055
Maximum constraint arity2
Maximum domain size210
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3055
Global constraints used (with number of constraints)

Solver Data

20.09/20.35	c CPU-LOAD 15.21
20.09/20.35	c LOADED 250 V (210 E), 1636 ExtensionConstraint2D, arity 2, 15.21 cpu
20.39/20.69	s UNSATISFIABLE
20.39/20.69	d NODES 0
20.39/20.69	d CHECKS 15696
20.39/20.69	c CDC-added-constraints: 0
20.39/20.69	c CDC-nbsingletontests: 0
20.39/20.69	c CDC-nogoods: 0
20.39/20.69	c prepro-constraint-ccks: 0
20.39/20.69	c prepro-constraint-presenceccks: 0
20.39/20.69	c prepro-cpu: 0.059999987
20.39/20.69	c prepro-matrix2d-ccks: 15696
20.39/20.69	c prepro-matrix2d-presenceccks: 12716
20.39/20.69	c prepro-removed: 5445
20.39/20.69	c total-assgn: 0
20.39/20.69	c total-constraint-ccks: 0
20.39/20.69	c total-constraint-presence-ccks: 0
20.39/20.69	c total-cpu: 0.24
20.39/20.69	c total-matrix2d-ccks: 15696
20.39/20.69	c total-matrix2d-presence-ccks: 12716
20.39/20.69	c TOTAL-NODES 0
20.39/20.69	c TOTAL-CPU 0.24

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-2083773-1247723753/watcher-2083773-1247723753 -o /tmp/evaluation-result-2083773-1247723753/solver-2083773-1247723753 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083773-1247723753.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.20 2.16 2.07 4/72 11832
/proc/meminfo: memFree=1441816/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=18576 CPUtime=0
/proc/11832/stat : 11832 (runsolver) R 11830 11832 10284 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 59439980 19021824 284 996147200 4194304 4302564 548682068432 18446744073709551615 240907775271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11832/statm: 4644 284 249 26 0 2626 0

[startup+0.080338 s]
/proc/loadavg: 2.20 2.16 2.07 4/72 11832
/proc/meminfo: memFree=1441816/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.100948 s]
/proc/loadavg: 2.20 2.16 2.07 4/72 11832
/proc/meminfo: memFree=1441816/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30197 s]
/proc/loadavg: 2.20 2.16 2.07 4/72 11832
/proc/meminfo: memFree=1441816/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702008 s]
/proc/loadavg: 2.20 2.16 2.07 4/72 11832
/proc/meminfo: memFree=1441816/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50109 s]
/proc/loadavg: 2.20 2.16 2.07 4/82 11845
/proc/meminfo: memFree=1427208/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
[pid=11837] ppid=11832 vsize=849660 CPUtime=1.48
/proc/11837/stat : 11837 (java) S 11832 11832 10284 0 -1 0 8302 0 1 0 143 5 0 0 25 0 10 0 59439982 870051840 7163 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11837/statm: 212415 7163 2624 9 0 206893 0
[pid=11837/tid=11838] ppid=11832 vsize=849660 CPUtime=1
/proc/11837/task/11838/stat : 11838 (java) R 11832 11832 10284 0 -1 64 3975 0 1 0 97 3 0 0 23 0 10 0 59439982 870051840 7163 996147200 134512640 134550932 4294955344 18446744073709551615 4125180576 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11839] ppid=11832 vsize=849660 CPUtime=0.12
/proc/11837/task/11839/stat : 11839 (java) S 11832 11832 10284 0 -1 64 2107 0 0 0 12 0 0 0 16 0 10 0 59439984 870051840 7163 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11840] ppid=11832 vsize=849660 CPUtime=0
/proc/11837/task/11840/stat : 11840 (java) S 11832 11832 10284 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59439984 870051840 7163 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11841] ppid=11832 vsize=849660 CPUtime=0
/proc/11837/task/11841/stat : 11841 (java) S 11832 11832 10284 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 59439984 870051840 7163 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11842] ppid=11832 vsize=849660 CPUtime=0
/proc/11837/task/11842/stat : 11842 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59439986 870051840 7163 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11843] ppid=11832 vsize=849660 CPUtime=0.33
/proc/11837/task/11843/stat : 11843 (java) S 11832 11832 10284 0 -1 64 1517 0 0 0 33 0 0 0 16 0 10 0 59439990 870051840 7163 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11844] ppid=11832 vsize=849660 CPUtime=0
/proc/11837/task/11844/stat : 11844 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59439990 870051840 7163 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11845] ppid=11832 vsize=849660 CPUtime=0
/proc/11837/task/11845/stat : 11845 (java) S 11832 11832 10284 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59439990 870051840 7163 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 855016

[startup+3.10225 s]
/proc/loadavg: 2.20 2.16 2.07 3/83 11846
/proc/meminfo: memFree=1420160/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
[pid=11837] ppid=11832 vsize=852100 CPUtime=3.06
/proc/11837/stat : 11837 (java) S 11832 11832 10284 0 -1 0 10190 0 1 0 298 8 0 0 25 0 10 0 59439982 872550400 8822 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11837/statm: 213025 8822 2632 9 0 207503 0
[pid=11837/tid=11838] ppid=11832 vsize=852100 CPUtime=2.07
/proc/11837/task/11838/stat : 11838 (java) R 11832 11832 10284 0 -1 64 4205 0 1 0 203 4 0 0 25 0 10 0 59439982 872550400 8822 996147200 134512640 134550932 4294955344 18446744073709551615 4125205860 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11839] ppid=11832 vsize=852100 CPUtime=0.29
/proc/11837/task/11839/stat : 11839 (java) S 11832 11832 10284 0 -1 64 2818 0 0 0 28 1 0 0 16 0 10 0 59439984 872550400 8822 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11840] ppid=11832 vsize=852100 CPUtime=0
/proc/11837/task/11840/stat : 11840 (java) S 11832 11832 10284 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59439984 872550400 8822 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11841] ppid=11832 vsize=852100 CPUtime=0
/proc/11837/task/11841/stat : 11841 (java) S 11832 11832 10284 0 -1 64 4 0 0 0 0 0 0 0 16 0 10 0 59439984 872550400 8822 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11842] ppid=11832 vsize=852100 CPUtime=0
/proc/11837/task/11842/stat : 11842 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59439986 872550400 8822 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11843] ppid=11832 vsize=852100 CPUtime=0.68
/proc/11837/task/11843/stat : 11843 (java) S 11832 11832 10284 0 -1 64 2464 0 0 0 66 2 0 0 15 0 10 0 59439990 872550400 8822 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11844] ppid=11832 vsize=852100 CPUtime=0
/proc/11837/task/11844/stat : 11844 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59439990 872550400 8822 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11845] ppid=11832 vsize=852100 CPUtime=0
/proc/11837/task/11845/stat : 11845 (java) S 11832 11832 10284 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59439990 872550400 8822 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11837/tid=11846] ppid=11832 vsize=852100 CPUtime=0
/proc/11837/task/11846/stat : 11846 (java) S 11832 11832 10284 0 -1 64 5 0 0 0 0 0 0 0 19 0 10 0 59440120 872550400 8822 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 857456

[startup+6.30257 s]
/proc/loadavg: 2.27 2.18 2.08 3/83 11846
/proc/meminfo: memFree=1409408/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
[pid=11837] ppid=11832 vsize=852372 CPUtime=6.24
/proc/11837/stat : 11837 (java) S 11832 11832 10284 0 -1 0 13023 0 1 0 610 14 0 0 25 0 10 0 59439982 872828928 11040 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11837/statm: 213093 11040 2633 9 0 207571 0
[pid=11837/tid=11838] ppid=11832 vsize=852372 CPUtime=4.41
/proc/11837/task/11838/stat : 11838 (java) R 11832 11832 10284 0 -1 64 4473 0 1 0 435 6 0 0 25 0 10 0 59439982 872828928 11040 996147200 134512640 134550932 4294955344 18446744073709551615 102093976 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11839] ppid=11832 vsize=852372 CPUtime=0.64
/proc/11837/task/11839/stat : 11839 (java) S 11832 11832 10284 0 -1 64 5097 0 0 0 61 3 0 0 16 0 10 0 59439984 872828928 11040 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11840] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11840/stat : 11840 (java) S 11832 11832 10284 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59439984 872828928 11040 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11841] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11841/stat : 11841 (java) S 11832 11832 10284 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 59439984 872828928 11040 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11842] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11842/stat : 11842 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59439986 872828928 11040 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11843] ppid=11832 vsize=852372 CPUtime=1.15
/proc/11837/task/11843/stat : 11843 (java) S 11832 11832 10284 0 -1 64 2750 0 0 0 112 3 0 0 15 0 10 0 59439990 872828928 11040 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11844] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11844/stat : 11844 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59439990 872828928 11040 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11845] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11845/stat : 11845 (java) S 11832 11832 10284 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59439990 872828928 11040 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11837/tid=11846] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11846/stat : 11846 (java) S 11832 11832 10284 0 -1 64 5 0 0 0 0 0 0 0 19 0 10 0 59440120 872828928 11040 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 857728

[startup+12.7032 s]
/proc/loadavg: 2.32 2.19 2.08 3/83 11846
/proc/meminfo: memFree=1383360/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
[pid=11837] ppid=11832 vsize=852372 CPUtime=12.56
/proc/11837/stat : 11837 (java) S 11832 11832 10284 0 -1 0 19251 0 1 0 1232 24 0 0 25 0 10 0 59439982 872828928 17228 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11837/statm: 213093 17228 2633 9 0 207571 0
[pid=11837/tid=11838] ppid=11832 vsize=852372 CPUtime=9.33
/proc/11837/task/11838/stat : 11838 (java) R 11832 11832 10284 0 -1 64 5273 0 1 0 920 13 0 0 25 0 10 0 59439982 872828928 17228 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11839] ppid=11832 vsize=852372 CPUtime=1.19
/proc/11837/task/11839/stat : 11839 (java) R 11832 11832 10284 0 -1 64 10291 0 0 0 114 5 0 0 15 0 10 0 59439984 872828928 17228 996147200 134512640 134550932 4294955344 18446744073709551615 102549400 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11840] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11840/stat : 11840 (java) S 11832 11832 10284 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59439984 872828928 17228 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11841] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11841/stat : 11841 (java) S 11832 11832 10284 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 59439984 872828928 17228 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11842] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11842/stat : 11842 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59439986 872828928 17228 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11843] ppid=11832 vsize=852372 CPUtime=2.02
/proc/11837/task/11843/stat : 11843 (java) S 11832 11832 10284 0 -1 64 2984 0 0 0 197 5 0 0 15 0 10 0 59439990 872828928 17228 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11844] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11844/stat : 11844 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59439990 872828928 17228 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11845] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11845/stat : 11845 (java) S 11832 11832 10284 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59439990 872828928 17228 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11837/tid=11846] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11846/stat : 11846 (java) S 11832 11832 10284 0 -1 64 5 0 0 0 0 0 0 0 19 0 10 0 59440120 872828928 17228 996147200 134512640 134550932 4294955344 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) 857728

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

[startup+15.9025 s]
/proc/loadavg: 2.38 2.20 2.09 3/83 11846
/proc/meminfo: memFree=1369344/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
[pid=11837] ppid=11832 vsize=852372 CPUtime=15.73
/proc/11837/stat : 11837 (java) S 11832 11832 10284 0 -1 0 22269 0 1 0 1543 30 0 0 25 0 10 0 59439982 872828928 20234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11837/statm: 213093 20234 2633 9 0 207571 0
[pid=11837/tid=11838] ppid=11832 vsize=852372 CPUtime=11.95
/proc/11837/task/11838/stat : 11838 (java) R 11832 11832 10284 0 -1 64 5521 0 1 0 1179 16 0 0 25 0 10 0 59439982 872828928 20234 996147200 134512640 134550932 4294955344 18446744073709551615 103682167 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11839] ppid=11832 vsize=852372 CPUtime=1.29
/proc/11837/task/11839/stat : 11839 (java) S 11832 11832 10284 0 -1 64 12953 0 0 0 123 6 0 0 16 0 10 0 59439984 872828928 20234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11840] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11840/stat : 11840 (java) S 11832 11832 10284 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59439984 872828928 20234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11841] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11841/stat : 11841 (java) S 11832 11832 10284 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 59439984 872828928 20234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11842] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11842/stat : 11842 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59439986 872828928 20234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11843] ppid=11832 vsize=852372 CPUtime=2.46
/proc/11837/task/11843/stat : 11843 (java) S 11832 11832 10284 0 -1 64 3092 0 0 0 240 6 0 0 15 0 10 0 59439990 872828928 20234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11844] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11844/stat : 11844 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59439990 872828928 20234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11845] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11845/stat : 11845 (java) S 11832 11832 10284 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59439990 872828928 20234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11837/tid=11846] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11846/stat : 11846 (java) S 11832 11832 10284 0 -1 64 5 0 0 0 0 0 0 0 19 0 10 0 59440120 872828928 20234 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 857728

[startup+19.1028 s]
/proc/loadavg: 2.38 2.20 2.09 3/83 11846
/proc/meminfo: memFree=1355328/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
[pid=11837] ppid=11832 vsize=852372 CPUtime=18.9
/proc/11837/stat : 11837 (java) S 11832 11832 10284 0 -1 0 26421 0 1 0 1855 35 0 0 25 0 10 0 59439982 872828928 24376 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11837/statm: 213093 24376 2633 9 0 207571 0
[pid=11837/tid=11838] ppid=11832 vsize=852372 CPUtime=14.37
/proc/11837/task/11838/stat : 11838 (java) R 11832 11832 10284 0 -1 64 6061 0 1 0 1419 18 0 0 25 0 10 0 59439982 872828928 24376 996147200 134512640 134550932 4294955344 18446744073709551615 4128410741 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11839] ppid=11832 vsize=852372 CPUtime=1.66
/proc/11837/task/11839/stat : 11839 (java) S 11832 11832 10284 0 -1 64 16487 0 0 0 159 7 0 0 16 0 10 0 59439984 872828928 24376 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11840] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11840/stat : 11840 (java) S 11832 11832 10284 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59439984 872828928 24376 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11841] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11841/stat : 11841 (java) S 11832 11832 10284 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 59439984 872828928 24376 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11842] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11842/stat : 11842 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59439986 872828928 24376 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11843] ppid=11832 vsize=852372 CPUtime=2.83
/proc/11837/task/11843/stat : 11843 (java) S 11832 11832 10284 0 -1 64 3170 0 0 0 276 7 0 0 15 0 10 0 59439990 872828928 24376 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11844] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11844/stat : 11844 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59439990 872828928 24376 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11845] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11845/stat : 11845 (java) S 11832 11832 10284 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59439990 872828928 24376 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11837/tid=11846] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11846/stat : 11846 (java) S 11832 11832 10284 0 -1 64 5 0 0 0 0 0 0 0 19 0 10 0 59440120 872828928 24376 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 857728

[startup+19.9119 s]
/proc/loadavg: 2.43 2.22 2.09 3/83 11846
/proc/meminfo: memFree=1338624/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
[pid=11837] ppid=11832 vsize=852372 CPUtime=19.7
/proc/11837/stat : 11837 (java) S 11832 11832 10284 0 -1 0 29642 0 1 0 1934 36 0 0 25 0 10 0 59439982 872828928 27594 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11837/statm: 213093 27594 2633 9 0 207571 0
[pid=11837/tid=11838] ppid=11832 vsize=852372 CPUtime=15.08
/proc/11837/task/11838/stat : 11838 (java) R 11832 11832 10284 0 -1 64 6064 0 1 0 1490 18 0 0 25 0 10 0 59439982 872828928 27594 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11839] ppid=11832 vsize=852372 CPUtime=1.73
/proc/11837/task/11839/stat : 11839 (java) R 11832 11832 10284 0 -1 64 19699 0 0 0 165 8 0 0 16 0 10 0 59439984 872828928 27594 996147200 134512640 134550932 4294955344 18446744073709551615 102546879 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11840] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11840/stat : 11840 (java) S 11832 11832 10284 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59439984 872828928 27594 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11841] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11841/stat : 11841 (java) S 11832 11832 10284 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 59439984 872828928 27594 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11842] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11842/stat : 11842 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59439986 872828928 27594 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11843] ppid=11832 vsize=852372 CPUtime=2.84
/proc/11837/task/11843/stat : 11843 (java) S 11832 11832 10284 0 -1 64 3176 0 0 0 277 7 0 0 16 0 10 0 59439990 872828928 27594 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11844] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11844/stat : 11844 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59439990 872828928 27594 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11845] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11845/stat : 11845 (java) S 11832 11832 10284 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59439990 872828928 27594 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11837/tid=11846] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11846/stat : 11846 (java) S 11832 11832 10284 0 -1 64 5 0 0 0 0 0 0 0 19 0 10 0 59440120 872828928 27594 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.7
Current children cumulated vsize (KiB) 857728

[startup+20.303 s]
/proc/loadavg: 2.43 2.22 2.09 3/83 11846
/proc/meminfo: memFree=1338624/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
[pid=11837] ppid=11832 vsize=852372 CPUtime=20.09
/proc/11837/stat : 11837 (java) S 11832 11832 10284 0 -1 0 31877 0 1 0 1972 37 0 0 25 0 10 0 59439982 872828928 29828 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11837/statm: 213093 29828 2633 9 0 207571 0
[pid=11837/tid=11838] ppid=11832 vsize=852372 CPUtime=15.42
/proc/11837/task/11838/stat : 11838 (java) R 11832 11832 10284 0 -1 64 6065 0 1 0 1524 18 0 0 25 0 10 0 59439982 872828928 29828 996147200 134512640 134550932 4294955344 18446744073709551615 4127691998 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11839] ppid=11832 vsize=852372 CPUtime=1.79
/proc/11837/task/11839/stat : 11839 (java) S 11832 11832 10284 0 -1 64 21930 0 0 0 169 10 0 0 16 0 10 0 59439984 872828928 29828 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11840] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11840/stat : 11840 (java) S 11832 11832 10284 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 59439984 872828928 29828 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11841] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11841/stat : 11841 (java) S 11832 11832 10284 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 59439984 872828928 29828 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11842] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11842/stat : 11842 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 59439986 872828928 29828 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11843] ppid=11832 vsize=852372 CPUtime=2.84
/proc/11837/task/11843/stat : 11843 (java) S 11832 11832 10284 0 -1 64 3179 0 0 0 277 7 0 0 16 0 10 0 59439990 872828928 29828 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11844] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11844/stat : 11844 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 20 0 10 0 59439990 872828928 29828 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11845] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11845/stat : 11845 (java) S 11832 11832 10284 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 59439990 872828928 29828 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=11837/tid=11846] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11846/stat : 11846 (java) S 11832 11832 10284 0 -1 64 5 0 0 0 0 0 0 0 19 0 10 0 59440120 872828928 29828 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.09
Current children cumulated vsize (KiB) 857728

[startup+20.703 s]
/proc/loadavg: 2.43 2.22 2.09 3/83 11846
/proc/meminfo: memFree=1338624/2055920 swapFree=4192812/4192956
[pid=11832] ppid=11830 vsize=5356 CPUtime=0
/proc/11832/stat : 11832 (concrete.sh) S 11830 11832 10284 0 -1 4194304 341 294 0 0 0 0 0 0 23 0 1 0 59439980 5484544 244 996147200 4194304 4889804 548682068736 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11832/statm: 1339 244 201 169 0 50 0
[pid=11837] ppid=11832 vsize=852372 CPUtime=20.48
/proc/11837/stat : 11837 (java) S 11832 11832 10284 0 -1 0 31899 0 1 0 2011 37 0 0 25 0 9 0 59439982 872828928 29826 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0
/proc/11837/statm: 213093 29826 2634 9 0 207571 0
[pid=11837/tid=11838] ppid=11832 vsize=852372 CPUtime=15.54
/proc/11837/task/11838/stat : 11838 (java) S 11832 11832 10284 0 -1 64 6078 0 1 0 1536 18 0 0 25 0 9 0 59439982 872828928 29826 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11839] ppid=11832 vsize=852372 CPUtime=2.05
/proc/11837/task/11839/stat : 11839 (java) S 11832 11832 10284 0 -1 64 21930 0 0 0 195 10 0 0 16 0 9 0 59439984 872828928 29826 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11840] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11840/stat : 11840 (java) S 11832 11832 10284 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 59439984 872828928 29826 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11841] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11841/stat : 11841 (java) S 11832 11832 10284 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 59439984 872828928 29826 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11842] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11842/stat : 11842 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 59439986 872828928 29826 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11843] ppid=11832 vsize=852372 CPUtime=2.85
/proc/11837/task/11843/stat : 11843 (java) S 11832 11832 10284 0 -1 64 3186 0 0 0 278 7 0 0 15 0 9 0 59439990 872828928 29826 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11844] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11844/stat : 11844 (java) S 11832 11832 10284 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 59439990 872828928 29826 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=11837/tid=11845] ppid=11832 vsize=852372 CPUtime=0
/proc/11837/task/11845/stat : 11845 (java) S 11832 11832 10284 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 59439990 872828928 29826 996147200 134512640 134550932 4294955344 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 857728

Child status: 0
Real time (s): 20.7295
CPU time (s): 20.5229
CPU user time (s): 20.1189
CPU system time (s): 0.403938
CPU usage (%): 99.0034
Max. virtual memory (cumulated for all children) (KiB): 859052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.1189
system time used= 0.403938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32545
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= 13609
involuntary context switches= 13551

runsolver used 0.040993 second user time and 0.082987 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-16 07:55:53
IDJOB=2083773
IDBENCH=57929
IDSOLVER=736
FILE ID=node36/2083773-1247723753
PBS_JOBID= 9521375
Free space on /tmp= 66312 MiB

SOLVER NAME= Concrete DC 2009-06-10
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-0.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-2083773-1247723753/watcher-2083773-1247723753 -o /tmp/evaluation-result-2083773-1247723753/solver-2083773-1247723753 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c -p cspfj.filter.DC2 -parameter cdc.addConstraints=BIN HOME/instance-2083773-1247723753.xml

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

MD5SUM BENCH= 629efecb0eb59f0ce6ca410b2a2aa039
RANDOM SEED=1227657251

node36.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.238
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.238
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:       1442232 kB
Buffers:         77592 kB
Cached:         409016 kB
SwapCached:          0 kB
Active:         115948 kB
Inactive:       410892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1442232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:          51796 kB
Slab:            72376 kB
Committed_AS:   581020 kB
PageTables:       1716 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= 66312 MiB
End job on node36 at 2009-07-16 07:56:14