Trace number 2084344

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 2009-07-14UNSAT 21.0578 20.3967

DiagnosticValue
CHECKS10520400
NODES7070

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f7.xml
MD5SUMa673a47612e40743ebfb56a57b81bb4c
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 benchmark2.66259
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size37
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data

3.75/3.19	c CPU-LOAD 2.49
3.75/3.19	c LOADED 680 V (37 E), 4103 ExtensionConstraint2D, arity 2, 2.49 cpu
20.98/20.35	s UNSATISFIABLE
20.98/20.35	d NODES 7070
20.98/20.35	d CHECKS 10520438
20.98/20.35	c heuristic-cpu: 0.0
20.98/20.35	c prepro-constraint-ccks: 0
20.98/20.35	c prepro-constraint-presenceccks: 0
20.98/20.35	c prepro-cpu: 0.18
20.98/20.35	c prepro-matrix2d-ccks: 22296
20.98/20.35	c prepro-matrix2d-presenceccks: 0
20.98/20.35	c prepro-removed: 4328
20.98/20.35	c search-cpu: 16.830002
20.98/20.35	c search-nps: 420.08313
20.98/20.35	c total-assgn: 7070
20.98/20.35	c total-constraint-ccks: 0
20.98/20.35	c total-constraint-presence-ccks: 0
20.98/20.35	c total-cpu: 17.050001
20.98/20.35	c total-matrix2d-ccks: 10520438
20.98/20.35	c total-matrix2d-presence-ccks: 0
20.98/20.35	c TOTAL-NODES 7070
20.98/20.35	c TOTAL-CPU 17.050001

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-2084344-1247724600/watcher-2084344-1247724600 -o /tmp/evaluation-result-2084344-1247724600/solver-2084344-1247724600 -C 1800 -W 2000 -M 900 HOME/concrete.sh -c HOME/instance-2084344-1247724600.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.11 1.20 1.53 3/82 15183
/proc/meminfo: memFree=815648/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) R 15181 15183 13570 0 -1 4194304 321 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882848869 0 0 4100 65536 0 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0

[startup+0.01471 s]
/proc/loadavg: 1.11 1.20 1.53 3/82 15183
/proc/meminfo: memFree=815648/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102722 s]
/proc/loadavg: 1.11 1.20 1.53 3/82 15183
/proc/meminfo: memFree=815648/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302751 s]
/proc/loadavg: 1.11 1.20 1.53 3/82 15183
/proc/meminfo: memFree=815648/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702795 s]
/proc/loadavg: 1.11 1.20 1.53 3/82 15183
/proc/meminfo: memFree=815648/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50188 s]
/proc/loadavg: 1.10 1.20 1.52 2/92 15196
/proc/meminfo: memFree=798608/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
[pid=15187] ppid=15183 vsize=848448 CPUtime=1.76
/proc/15187/stat : 15187 (java) S 15183 15183 13570 0 -1 0 8257 0 1 0 170 6 0 0 22 0 9 0 59524431 868810752 7156 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15187/statm: 212112 7156 2624 9 0 206590 0
[pid=15187/tid=15189] ppid=15183 vsize=848448 CPUtime=1.33
/proc/15187/task/15189/stat : 15189 (java) R 15183 15183 13570 0 -1 64 3897 0 1 0 130 3 0 0 17 0 9 0 59524432 868810752 7156 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15190] ppid=15183 vsize=848448 CPUtime=0.11
/proc/15187/task/15190/stat : 15190 (java) S 15183 15183 13570 0 -1 64 2168 0 0 0 11 0 0 0 16 0 9 0 59524433 868810752 7156 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15191] ppid=15183 vsize=848448 CPUtime=0
/proc/15187/task/15191/stat : 15191 (java) S 15183 15183 13570 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 59524434 868810752 7156 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15192] ppid=15183 vsize=848448 CPUtime=0
/proc/15187/task/15192/stat : 15192 (java) S 15183 15183 13570 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 59524434 868810752 7156 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15193] ppid=15183 vsize=848448 CPUtime=0
/proc/15187/task/15193/stat : 15193 (java) S 15183 15183 13570 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 59524436 868810752 7156 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15194] ppid=15183 vsize=848448 CPUtime=0.29
/proc/15187/task/15194/stat : 15194 (java) S 15183 15183 13570 0 -1 64 1494 0 0 0 28 1 0 0 16 0 9 0 59524439 868810752 7156 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15195] ppid=15183 vsize=848448 CPUtime=0
/proc/15187/task/15195/stat : 15195 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59524439 868810752 7156 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15196] ppid=15183 vsize=848448 CPUtime=0
/proc/15187/task/15196/stat : 15196 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59524439 868810752 7156 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 853804

[startup+3.10107 s]
/proc/loadavg: 1.10 1.20 1.52 3/93 15197
/proc/meminfo: memFree=792840/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
[pid=15187] ppid=15183 vsize=851932 CPUtime=3.75
/proc/15187/stat : 15187 (java) S 15183 15183 13570 0 -1 0 10829 0 1 0 367 8 0 0 22 0 10 0 59524431 872378368 9455 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15187/statm: 212983 9455 2632 9 0 207461 0
[pid=15187/tid=15189] ppid=15183 vsize=851932 CPUtime=2.65
/proc/15187/task/15189/stat : 15189 (java) S 15183 15183 13570 0 -1 64 4290 0 1 0 261 4 0 0 16 0 10 0 59524432 872378368 9455 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15187/tid=15190] ppid=15183 vsize=851932 CPUtime=0.37
/proc/15187/task/15190/stat : 15190 (java) R 15183 15183 13570 0 -1 64 3299 0 0 0 36 1 0 0 16 0 10 0 59524433 872378368 9455 996147200 134512640 134550932 4294955408 18446744073709551615 102381694 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15191] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15191/stat : 15191 (java) S 15183 15183 13570 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 59524434 872378368 9455 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15187/tid=15192] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15192/stat : 15192 (java) S 15183 15183 13570 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 59524434 872378368 9455 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15187/tid=15193] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15193/stat : 15193 (java) S 15183 15183 13570 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 59524436 872378368 9455 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15194] ppid=15183 vsize=851932 CPUtime=0.7
/proc/15187/task/15194/stat : 15194 (java) S 15183 15183 13570 0 -1 64 2537 0 0 0 69 1 0 0 16 0 10 0 59524439 872378368 9455 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15195] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15195/stat : 15195 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 59524439 872378368 9455 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15196] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15196/stat : 15196 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 59524439 872378368 9455 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15197] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15197/stat : 15197 (java) S 15183 15183 13570 0 -1 64 5 0 0 0 0 0 0 0 19 0 10 0 59524582 872378368 9455 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 857288

[startup+6.30245 s]
/proc/loadavg: 1.10 1.20 1.52 2/92 15198
/proc/meminfo: memFree=784072/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
[pid=15187] ppid=15183 vsize=851932 CPUtime=6.98
/proc/15187/stat : 15187 (java) S 15183 15183 13570 0 -1 0 11742 0 1 0 690 8 0 0 22 0 9 0 59524431 872378368 10354 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15187/statm: 212983 10354 2635 9 0 207461 0
[pid=15187/tid=15189] ppid=15183 vsize=851932 CPUtime=5.69
/proc/15187/task/15189/stat : 15189 (java) R 15183 15183 13570 0 -1 64 4321 0 1 0 565 4 0 0 25 0 9 0 59524432 872378368 10354 996147200 134512640 134550932 4294955408 18446744073709551615 4127933684 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15190] ppid=15183 vsize=851932 CPUtime=0.52
/proc/15187/task/15190/stat : 15190 (java) S 15183 15183 13570 0 -1 64 4145 0 0 0 51 1 0 0 16 0 9 0 59524433 872378368 10354 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15191] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15191/stat : 15191 (java) S 15183 15183 13570 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10354 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15192] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15192/stat : 15192 (java) S 15183 15183 13570 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10354 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15193] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15193/stat : 15193 (java) S 15183 15183 13570 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 59524436 872378368 10354 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15194] ppid=15183 vsize=851932 CPUtime=0.74
/proc/15187/task/15194/stat : 15194 (java) S 15183 15183 13570 0 -1 64 2572 0 0 0 73 1 0 0 15 0 9 0 59524439 872378368 10354 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15187/tid=15195] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15195/stat : 15195 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59524439 872378368 10354 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15196] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15196/stat : 15196 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59524439 872378368 10354 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 857288

[startup+12.7012 s]
/proc/loadavg: 1.08 1.19 1.52 2/92 15198
/proc/meminfo: memFree=783696/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
[pid=15187] ppid=15183 vsize=851932 CPUtime=13.38
/proc/15187/stat : 15187 (java) S 15183 15183 13570 0 -1 0 11744 0 1 0 1330 8 0 0 22 0 9 0 59524431 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15187/statm: 212983 10356 2635 9 0 207461 0
[pid=15187/tid=15189] ppid=15183 vsize=851932 CPUtime=12.08
/proc/15187/task/15189/stat : 15189 (java) R 15183 15183 13570 0 -1 64 4321 0 1 0 1204 4 0 0 25 0 9 0 59524432 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4127907674 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15190] ppid=15183 vsize=851932 CPUtime=0.52
/proc/15187/task/15190/stat : 15190 (java) S 15183 15183 13570 0 -1 64 4145 0 0 0 51 1 0 0 16 0 9 0 59524433 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15191] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15191/stat : 15191 (java) S 15183 15183 13570 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15192] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15192/stat : 15192 (java) S 15183 15183 13570 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15193] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15193/stat : 15193 (java) S 15183 15183 13570 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 59524436 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15194] ppid=15183 vsize=851932 CPUtime=0.75
/proc/15187/task/15194/stat : 15194 (java) S 15183 15183 13570 0 -1 64 2574 0 0 0 74 1 0 0 16 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15187/tid=15195] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15195/stat : 15195 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15196] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15196/stat : 15196 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.38
Current children cumulated vsize (KiB) 857288

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

[startup+15.9026 s]
/proc/loadavg: 1.08 1.19 1.52 2/92 15198
/proc/meminfo: memFree=783696/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
[pid=15187] ppid=15183 vsize=851932 CPUtime=16.58
/proc/15187/stat : 15187 (java) S 15183 15183 13570 0 -1 0 11744 0 1 0 1650 8 0 0 22 0 9 0 59524431 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15187/statm: 212983 10356 2635 9 0 207461 0
[pid=15187/tid=15189] ppid=15183 vsize=851932 CPUtime=15.28
/proc/15187/task/15189/stat : 15189 (java) R 15183 15183 13570 0 -1 64 4321 0 1 0 1524 4 0 0 25 0 9 0 59524432 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4127936201 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15190] ppid=15183 vsize=851932 CPUtime=0.52
/proc/15187/task/15190/stat : 15190 (java) S 15183 15183 13570 0 -1 64 4145 0 0 0 51 1 0 0 16 0 9 0 59524433 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15191] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15191/stat : 15191 (java) S 15183 15183 13570 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15192] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15192/stat : 15192 (java) S 15183 15183 13570 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15193] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15193/stat : 15193 (java) S 15183 15183 13570 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 59524436 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15194] ppid=15183 vsize=851932 CPUtime=0.75
/proc/15187/task/15194/stat : 15194 (java) S 15183 15183 13570 0 -1 64 2574 0 0 0 74 1 0 0 16 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15187/tid=15195] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15195/stat : 15195 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15196] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15196/stat : 15196 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.58
Current children cumulated vsize (KiB) 857288

[startup+17.5028 s]
/proc/loadavg: 1.08 1.19 1.51 2/92 15198
/proc/meminfo: memFree=783696/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
[pid=15187] ppid=15183 vsize=851932 CPUtime=18.18
/proc/15187/stat : 15187 (java) S 15183 15183 13570 0 -1 0 11745 0 1 0 1810 8 0 0 22 0 9 0 59524431 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15187/statm: 212983 10356 2635 9 0 207461 0
[pid=15187/tid=15189] ppid=15183 vsize=851932 CPUtime=16.88
/proc/15187/task/15189/stat : 15189 (java) R 15183 15183 13570 0 -1 64 4322 0 1 0 1684 4 0 0 25 0 9 0 59524432 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4127936137 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15190] ppid=15183 vsize=851932 CPUtime=0.52
/proc/15187/task/15190/stat : 15190 (java) S 15183 15183 13570 0 -1 64 4145 0 0 0 51 1 0 0 16 0 9 0 59524433 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15191] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15191/stat : 15191 (java) S 15183 15183 13570 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15192] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15192/stat : 15192 (java) S 15183 15183 13570 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15193] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15193/stat : 15193 (java) S 15183 15183 13570 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 59524436 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15194] ppid=15183 vsize=851932 CPUtime=0.75
/proc/15187/task/15194/stat : 15194 (java) S 15183 15183 13570 0 -1 64 2574 0 0 0 74 1 0 0 16 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15187/tid=15195] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15195/stat : 15195 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15196] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15196/stat : 15196 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.18
Current children cumulated vsize (KiB) 857288

[startup+19.102 s]
/proc/loadavg: 1.08 1.19 1.51 2/92 15198
/proc/meminfo: memFree=783696/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
[pid=15187] ppid=15183 vsize=851932 CPUtime=19.79
/proc/15187/stat : 15187 (java) S 15183 15183 13570 0 -1 0 11745 0 1 0 1970 9 0 0 22 0 9 0 59524431 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15187/statm: 212983 10356 2635 9 0 207461 0
[pid=15187/tid=15189] ppid=15183 vsize=851932 CPUtime=18.48
/proc/15187/task/15189/stat : 15189 (java) R 15183 15183 13570 0 -1 64 4322 0 1 0 1844 4 0 0 25 0 9 0 59524432 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4127945517 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15190] ppid=15183 vsize=851932 CPUtime=0.52
/proc/15187/task/15190/stat : 15190 (java) S 15183 15183 13570 0 -1 64 4145 0 0 0 51 1 0 0 16 0 9 0 59524433 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15191] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15191/stat : 15191 (java) S 15183 15183 13570 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15192] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15192/stat : 15192 (java) S 15183 15183 13570 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15193] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15193/stat : 15193 (java) S 15183 15183 13570 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 59524436 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15194] ppid=15183 vsize=851932 CPUtime=0.75
/proc/15187/task/15194/stat : 15194 (java) S 15183 15183 13570 0 -1 64 2574 0 0 0 74 1 0 0 16 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15187/tid=15195] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15195/stat : 15195 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15196] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15196/stat : 15196 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.79
Current children cumulated vsize (KiB) 857288

[startup+19.9011 s]
/proc/loadavg: 1.08 1.19 1.51 2/92 15198
/proc/meminfo: memFree=783696/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
[pid=15187] ppid=15183 vsize=851932 CPUtime=20.58
/proc/15187/stat : 15187 (java) S 15183 15183 13570 0 -1 0 11745 0 1 0 2049 9 0 0 22 0 9 0 59524431 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15187/statm: 212983 10356 2635 9 0 207461 0
[pid=15187/tid=15189] ppid=15183 vsize=851932 CPUtime=19.28
/proc/15187/task/15189/stat : 15189 (java) R 15183 15183 13570 0 -1 64 4322 0 1 0 1924 4 0 0 25 0 9 0 59524432 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4127907674 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15190] ppid=15183 vsize=851932 CPUtime=0.52
/proc/15187/task/15190/stat : 15190 (java) S 15183 15183 13570 0 -1 64 4145 0 0 0 51 1 0 0 16 0 9 0 59524433 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15191] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15191/stat : 15191 (java) S 15183 15183 13570 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15192] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15192/stat : 15192 (java) S 15183 15183 13570 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15193] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15193/stat : 15193 (java) S 15183 15183 13570 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 59524436 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15194] ppid=15183 vsize=851932 CPUtime=0.75
/proc/15187/task/15194/stat : 15194 (java) S 15183 15183 13570 0 -1 64 2574 0 0 0 74 1 0 0 16 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15187/tid=15195] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15195/stat : 15195 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15196] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15196/stat : 15196 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.58
Current children cumulated vsize (KiB) 857288

[startup+20.3011 s]
/proc/loadavg: 1.08 1.19 1.51 2/92 15198
/proc/meminfo: memFree=783696/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=5356 CPUtime=0
/proc/15183/stat : 15183 (concrete.sh) S 15181 15183 13570 0 -1 4194304 341 291 0 0 0 0 0 0 19 0 1 0 59524431 5484544 244 996147200 4194304 4889804 548682068816 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15183/statm: 1339 244 201 169 0 50 0
[pid=15187] ppid=15183 vsize=851932 CPUtime=20.98
/proc/15187/stat : 15187 (java) S 15183 15183 13570 0 -1 0 11745 0 1 0 2089 9 0 0 22 0 9 0 59524431 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0
/proc/15187/statm: 212983 10356 2635 9 0 207461 0
[pid=15187/tid=15189] ppid=15183 vsize=851932 CPUtime=19.68
/proc/15187/task/15189/stat : 15189 (java) R 15183 15183 13570 0 -1 64 4322 0 1 0 1964 4 0 0 25 0 9 0 59524432 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4127946414 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15190] ppid=15183 vsize=851932 CPUtime=0.52
/proc/15187/task/15190/stat : 15190 (java) S 15183 15183 13570 0 -1 64 4145 0 0 0 51 1 0 0 16 0 9 0 59524433 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 0 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15191] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15191/stat : 15191 (java) S 15183 15183 13570 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15192] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15192/stat : 15192 (java) S 15183 15183 13570 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 59524434 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15193] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15193/stat : 15193 (java) S 15183 15183 13570 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 59524436 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15194] ppid=15183 vsize=851932 CPUtime=0.75
/proc/15187/task/15194/stat : 15194 (java) S 15183 15183 13570 0 -1 64 2574 0 0 0 74 1 0 0 16 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 1 0 0
[pid=15187/tid=15195] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15195/stat : 15195 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
[pid=15187/tid=15196] ppid=15183 vsize=851932 CPUtime=0
/proc/15187/task/15196/stat : 15196 (java) S 15183 15183 13570 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 59524439 872378368 10356 996147200 134512640 134550932 4294955408 18446744073709551615 4294960144 0 4 0 25189583 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.98
Current children cumulated vsize (KiB) 857288

Child status: 0
Real time (s): 20.3967
CPU time (s): 21.0578
CPU user time (s): 20.9518
CPU system time (s): 0.105983
CPU usage (%): 103.241
Max. virtual memory (cumulated for all children) (KiB): 857288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.9518
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12394
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= 2026
involuntary context switches= 1457

runsolver used 0.026995 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-16 08:10:00
IDJOB=2084344
IDBENCH=58068
IDSOLVER=735
FILE ID=node75/2084344-1247724600
PBS_JOBID= 9521471
Free space on /tmp= 66248 MiB

SOLVER NAME= Concrete 2009-06-10
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f7.xml
COMMAND LINE= HOME/concrete.sh -c BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084344-1247724600/watcher-2084344-1247724600 -o /tmp/evaluation-result-2084344-1247724600/solver-2084344-1247724600 -C 1800 -W 2000 -M 900  HOME/concrete.sh -c HOME/instance-2084344-1247724600.xml

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

MD5SUM BENCH= a673a47612e40743ebfb56a57b81bb4c
RANDOM SEED=2130279161

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        816064 kB
Buffers:         78760 kB
Cached:         290616 kB
SwapCached:          0 kB
Active:         814728 kB
Inactive:       335640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        816064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2088 kB
Writeback:           0 kB
Mapped:         801404 kB
Slab:            73064 kB
Committed_AS:  1303416 kB
PageTables:       3356 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= 66244 MiB
End job on node75 at 2009-07-16 08:10:20