Trace number 2057865

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
pcs 0.3.2? 1058.81 1068.89

DiagnosticValue
ASSIGNMENTS1000000

General information on the benchmark

Namecsp/BH-4-7/
normalized-BlackHole-4-7-h-9_ext.xml
MD5SUM6a34a6c5f9ebcf76455efac07f5a086b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.046992
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1261
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1261
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.18/0.20	c Seed is 105224116
0.18/0.20	c Constructing HOME/instance-2057865-1247694233.xml  with 11916 constraints
0.18/0.20	c Solving 1000001 backtracks 25 restarts
1058.70/1068.88	s UNKNOWN
1058.70/1068.88	c Too many backtracks
1058.70/1068.88	d ASSIGNMENTS 1000001

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2057865-1247694233/watcher-2057865-1247694233 -o /tmp/evaluation-result-2057865-1247694233/solver-2057865-1247694233 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 105224116 HOME/instance-2057865-1247694233.xml 

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

[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 4/74 17192
/proc/meminfo: memFree=911344/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=18576 CPUtime=0
/proc/17192/stat : 17192 (runsolver) R 17190 17111 17111 0 -1 4194368 4 0 0 0 0 0 0 0 19 0 1 0 56114602 19021824 282 996147200 4194304 4302564 548682068496 18446744073709551615 264519444791 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17192/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.014166 s]
/proc/loadavg: 0.00 0.00 0.00 4/74 17192
/proc/meminfo: memFree=911344/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=5356 CPUtime=0
/proc/17192/stat : 17192 (pcssolve) S 17190 17192 17111 0 -1 4194304 339 474 0 0 0 0 0 0 23 0 1 0 56114602 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17192/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102182 s]
/proc/loadavg: 0.00 0.00 0.00 4/74 17192
/proc/meminfo: memFree=911344/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=6228 CPUtime=0.08
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 1370 823 0 0 8 0 0 0 18 0 1 0 56114602 6377472 881 996147200 134512640 135095119 4294956304 18446744073709551615 134916454 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 1557 881 390 142 0 511 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6228

[startup+0.302202 s]
/proc/loadavg: 0.00 0.00 0.00 4/74 17192
/proc/meminfo: memFree=911344/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=6356 CPUtime=0.28
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 1389 823 0 0 28 0 0 0 19 0 1 0 56114602 6508544 900 996147200 134512640 135095119 4294956304 18446744073709551615 134642952 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 1589 900 390 142 0 543 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6356

[startup+0.701255 s]
/proc/loadavg: 0.00 0.00 0.00 4/74 17192
/proc/meminfo: memFree=911344/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=6748 CPUtime=0.67
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 1499 823 0 0 67 0 0 0 23 0 1 0 56114602 6909952 1010 996147200 134512640 135095119 4294956304 18446744073709551615 134909072 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 1687 1010 390 142 0 641 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 6748

[startup+1.50136 s]
/proc/loadavg: 0.16 0.03 0.01 3/75 17198
/proc/meminfo: memFree=908000/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=8172 CPUtime=1.46
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 1935 823 0 0 146 0 0 0 25 0 1 0 56114602 8368128 1219 996147200 134512640 135095119 4294956304 18446744073709551615 134909783 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 2043 1219 390 142 0 997 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 8172

[startup+3.10156 s]
/proc/loadavg: 0.16 0.03 0.01 3/75 17198
/proc/meminfo: memFree=907360/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=9076 CPUtime=3.05
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 2257 823 0 0 304 1 0 0 25 0 1 0 56114602 9293824 1541 996147200 134512640 135095119 4294956304 18446744073709551615 134642903 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 2269 1541 390 142 0 1223 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 9076

[startup+6.30198 s]
/proc/loadavg: 0.16 0.03 0.01 3/75 17198
/proc/meminfo: memFree=904800/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=11640 CPUtime=6.22
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 3095 823 0 0 621 1 0 0 25 0 1 0 56114602 11919360 1993 996147200 134512640 135095119 4294956304 18446744073709551615 134558742 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 2910 1993 390 142 0 1864 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 11640

[startup+12.7018 s]
/proc/loadavg: 0.44 0.10 0.03 3/75 17198
/proc/meminfo: memFree=898216/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=18208 CPUtime=12.56
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 5400 823 0 0 1254 2 0 0 25 0 1 0 56114602 18644992 3495 996147200 134512640 135095119 4294956304 18446744073709551615 7352065 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 4552 3495 390 142 0 3506 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 18208

[startup+25.5025 s]
/proc/loadavg: 0.68 0.16 0.05 3/75 17198
/proc/meminfo: memFree=888616/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=29044 CPUtime=25.23
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 9053 823 0 0 2519 4 0 0 25 0 1 0 56114602 29741056 5610 996147200 134512640 135095119 4294956304 18446744073709551615 134589657 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 7261 5610 390 142 0 6215 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 29044

[startup+51.1027 s]
/proc/loadavg: 1.13 0.31 0.10 3/75 17198
/proc/meminfo: memFree=869480/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=52300 CPUtime=50.6
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 16153 823 0 0 5051 9 0 0 25 0 1 0 56114602 53555200 9636 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 13075 9636 390 142 0 12029 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 52300

[startup+102.307 s]
/proc/loadavg: 1.65 0.59 0.21 3/75 17198
/proc/meminfo: memFree=841128/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=65580 CPUtime=101.32
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 22180 823 0 0 10118 14 0 0 25 0 1 0 56114602 67153920 15663 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 16395 15663 390 142 0 15349 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 65580

[startup+162.302 s]
/proc/loadavg: 1.87 0.84 0.32 3/75 17198
/proc/meminfo: memFree=812200/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=103704 CPUtime=160.76
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 34075 823 0 0 16054 22 0 0 25 0 1 0 56114602 106192896 21412 996147200 134512640 135095119 4294956304 18446744073709551615 134916470 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 25926 21412 390 142 0 24880 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 103704

[startup+222.303 s]
/proc/loadavg: 1.95 1.05 0.42 3/75 17198
/proc/meminfo: memFree=789288/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=116096 CPUtime=220.18
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 39473 823 0 0 21991 27 0 0 25 0 1 0 56114602 118882304 26810 996147200 134512640 135095119 4294956304 18446744073709551615 134642903 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 29024 26810 390 142 0 27978 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 116096

[startup+282.303 s]
/proc/loadavg: 1.98 1.22 0.52 3/75 17198
/proc/meminfo: memFree=773992/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=155152 CPUtime=279.62
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 50790 823 0 0 27925 37 0 0 25 0 1 0 56114602 158875648 29934 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 38788 29934 390 142 0 37742 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 155152

[startup+342.302 s]
/proc/loadavg: 1.99 1.36 0.61 3/75 17198
/proc/meminfo: memFree=759208/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=161200 CPUtime=339.06
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 53771 823 0 0 33865 41 0 0 25 0 1 0 56114602 165068800 32915 996147200 134512640 135095119 4294956304 18446744073709551615 134617019 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 40300 32915 390 142 0 39254 0
Current children cumulated CPU time (s) 339.06
Current children cumulated vsize (KiB) 161200

[startup+402.303 s]
/proc/loadavg: 1.99 1.47 0.69 3/75 17198
/proc/meminfo: memFree=727400/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=201600 CPUtime=398.5
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 65242 823 0 0 39802 48 0 0 25 0 1 0 56114602 206438400 40289 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 50400 40289 390 142 0 49354 0
Current children cumulated CPU time (s) 398.5
Current children cumulated vsize (KiB) 201600

[startup+462.303 s]
/proc/loadavg: 1.99 1.57 0.77 3/75 17198
/proc/meminfo: memFree=718312/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=201600 CPUtime=457.93
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 66918 823 0 0 45744 49 0 0 25 0 1 0 56114602 206438400 41965 996147200 134512640 135095119 4294956304 18446744073709551615 134642903 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 50400 41965 390 142 0 49354 0
Current children cumulated CPU time (s) 457.93
Current children cumulated vsize (KiB) 201600

[startup+522.302 s]
/proc/loadavg: 1.99 1.64 0.84 3/75 17198
/proc/meminfo: memFree=709288/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=202500 CPUtime=517.36
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 68615 823 0 0 51685 51 0 0 25 0 1 0 56114602 207360000 43662 996147200 134512640 135095119 4294956304 18446744073709551615 7376478 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 50625 43662 390 142 0 49579 0
Current children cumulated CPU time (s) 517.36
Current children cumulated vsize (KiB) 202500

[startup+582.301 s]
/proc/loadavg: 1.99 1.71 0.91 3/75 17198
/proc/meminfo: memFree=689192/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=208540 CPUtime=576.81
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 71602 823 0 0 57625 56 0 0 25 0 1 0 56114602 213544960 46649 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 52135 46649 390 142 0 51089 0
Current children cumulated CPU time (s) 576.81
Current children cumulated vsize (KiB) 208540

[startup+642.302 s]
/proc/loadavg: 1.99 1.76 0.98 3/75 17200
/proc/meminfo: memFree=676904/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=214212 CPUtime=636.23
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 74340 823 0 0 63564 59 0 0 25 0 1 0 56114602 219353088 49387 996147200 134512640 135095119 4294956304 18446744073709551615 134617349 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 53553 49387 390 142 0 52507 0
Current children cumulated CPU time (s) 636.23
Current children cumulated vsize (KiB) 214212

[startup+702.302 s]
/proc/loadavg: 1.99 1.80 1.04 3/75 17200
/proc/meminfo: memFree=665064/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=220384 CPUtime=695.67
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 77143 823 0 0 69504 63 0 0 25 0 1 0 56114602 225673216 52190 996147200 134512640 135095119 4294956304 18446744073709551615 134617070 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 55096 52190 390 142 0 54050 0
Current children cumulated CPU time (s) 695.67
Current children cumulated vsize (KiB) 220384

[startup+762.306 s]
/proc/loadavg: 1.99 1.83 1.10 3/75 17200
/proc/meminfo: memFree=653352/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=291600 CPUtime=755.11
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 96133 823 0 0 75435 76 0 0 25 0 1 0 56114602 298598400 54795 996147200 134512640 135095119 4294956304 18446744073709551615 134589545 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 72900 54795 390 142 0 71854 0
Current children cumulated CPU time (s) 755.11
Current children cumulated vsize (KiB) 291600

[startup+822.301 s]
/proc/loadavg: 1.99 1.86 1.15 3/75 17200
/proc/meminfo: memFree=640744/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=297792 CPUtime=814.54
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 99038 823 0 0 81375 79 0 0 25 0 1 0 56114602 304939008 57700 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 74448 57700 390 142 0 73402 0
Current children cumulated CPU time (s) 814.54
Current children cumulated vsize (KiB) 297792

[startup+882.302 s]
/proc/loadavg: 1.99 1.88 1.20 3/75 17200
/proc/meminfo: memFree=627432/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=303460 CPUtime=873.98
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 101797 823 0 0 87315 83 0 0 25 0 1 0 56114602 310743040 60459 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 75865 60459 390 142 0 74819 0
Current children cumulated CPU time (s) 873.98
Current children cumulated vsize (KiB) 303460

[startup+942.302 s]
/proc/loadavg: 1.99 1.90 1.25 3/75 17200
/proc/meminfo: memFree=615336/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=308744 CPUtime=933.41
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 104368 823 0 0 93255 86 0 0 25 0 1 0 56114602 316153856 63030 996147200 134512640 135095119 4294956304 18446744073709551615 134615507 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 77186 63030 390 142 0 76140 0
Current children cumulated CPU time (s) 933.41
Current children cumulated vsize (KiB) 308744

[startup+1002.3 s]
/proc/loadavg: 1.99 1.92 1.29 3/75 17200
/proc/meminfo: memFree=602664/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=314268 CPUtime=992.85
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 107027 823 0 0 99195 90 0 0 25 0 1 0 56114602 321810432 65689 996147200 134512640 135095119 4294956304 18446744073709551615 134615460 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 78567 65689 390 142 0 77521 0
Current children cumulated CPU time (s) 992.85
Current children cumulated vsize (KiB) 314268

[startup+1062.3 s]
/proc/loadavg: 1.99 1.93 1.33 3/75 17206
/proc/meminfo: memFree=590496/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=319676 CPUtime=1052.26
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 109621 823 0 0 105133 93 0 0 25 0 1 0 56114602 327348224 68283 996147200 134512640 135095119 4294956304 18446744073709551615 134589545 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 79919 68283 390 142 0 78873 0
Current children cumulated CPU time (s) 1052.26
Current children cumulated vsize (KiB) 319676

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

[startup+1065.5 s]
/proc/loadavg: 1.99 1.93 1.33 3/75 17206
/proc/meminfo: memFree=589920/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=319932 CPUtime=1055.44
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 109746 823 0 0 105450 94 0 0 25 0 1 0 56114602 327610368 68408 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 79983 68408 390 142 0 78937 0
Current children cumulated CPU time (s) 1055.44
Current children cumulated vsize (KiB) 319932

[startup+1067.1 s]
/proc/loadavg: 1.99 1.93 1.34 3/75 17206
/proc/meminfo: memFree=589536/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=320060 CPUtime=1057.02
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 109808 823 0 0 105608 94 0 0 25 0 1 0 56114602 327741440 68470 996147200 134512640 135095119 4294956304 18446744073709551615 134589545 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 80015 68470 390 142 0 78969 0
Current children cumulated CPU time (s) 1057.02
Current children cumulated vsize (KiB) 320060

[startup+1067.9 s]
/proc/loadavg: 1.99 1.93 1.34 3/75 17206
/proc/meminfo: memFree=589536/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=320060 CPUtime=1057.82
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 109838 823 0 0 105688 94 0 0 25 0 1 0 56114602 327741440 68500 996147200 134512640 135095119 4294956304 18446744073709551615 134587131 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 80015 68500 390 142 0 78969 0
Current children cumulated CPU time (s) 1057.82
Current children cumulated vsize (KiB) 320060

[startup+1068.3 s]
/proc/loadavg: 1.99 1.93 1.34 3/75 17206
/proc/meminfo: memFree=589344/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=287288 CPUtime=1058.21
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 109838 823 0 0 105727 94 0 0 25 0 1 0 56114602 294182912 60594 996147200 134512640 135095119 4294956304 18446744073709551615 7340101 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 71822 60594 390 142 0 70776 0
Current children cumulated CPU time (s) 1058.21
Current children cumulated vsize (KiB) 287288

[startup+1068.7 s]
/proc/loadavg: 1.99 1.93 1.34 3/75 17206
/proc/meminfo: memFree=589344/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=287288 CPUtime=1058.61
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 109838 823 0 0 105767 94 0 0 25 0 1 0 56114602 294182912 60594 996147200 134512640 135095119 4294956304 18446744073709551615 7340030 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 71822 60594 390 142 0 70776 0
Current children cumulated CPU time (s) 1058.61
Current children cumulated vsize (KiB) 287288

[startup+1068.8 s]
/proc/loadavg: 1.99 1.93 1.34 3/75 17206
/proc/meminfo: memFree=589344/2055920 swapFree=4192812/4192956
[pid=17192] ppid=17190 vsize=287288 CPUtime=1058.7
/proc/17192/stat : 17192 (pcs.small) R 17190 17192 17111 0 -1 4194304 109838 823 0 0 105776 94 0 0 25 0 1 0 56114602 294182912 60594 996147200 134512640 135095119 4294956304 18446744073709551615 7340147 0 0 4096 0 0 0 0 17 1 0 0
/proc/17192/statm: 71822 60594 390 142 0 70776 0
Current children cumulated CPU time (s) 1058.7
Current children cumulated vsize (KiB) 287288

Child status: 0
Real time (s): 1068.89
CPU time (s): 1058.81
CPU user time (s): 1057.81
CPU system time (s): 0.997848
CPU usage (%): 99.0571
Max. virtual memory (cumulated for all children) (KiB): 352488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1057.81
system time used= 0.997848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110664
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 24457

runsolver used 1.27181 second user time and 3.59145 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-15 23:43:53
IDJOB=2057865
IDBENCH=53419
IDSOLVER=733
FILE ID=node40/2057865-1247694233
PBS_JOBID= 9521230
Free space on /tmp= 66244 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/BH-4-7/normalized-BlackHole-4-7-h-9_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057865-1247694233/watcher-2057865-1247694233 -o /tmp/evaluation-result-2057865-1247694233/solver-2057865-1247694233 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 105224116 HOME/instance-2057865-1247694233.xml

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

MD5SUM BENCH= 6a34a6c5f9ebcf76455efac07f5a086b
RANDOM SEED=105224116

node40.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.213
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.213
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:        911824 kB
Buffers:         52188 kB
Cached:         989504 kB
SwapCached:          0 kB
Active:          96580 kB
Inactive:       966352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        911824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3984 kB
Writeback:           0 kB
Mapped:          32952 kB
Slab:            66488 kB
Committed_AS:   656852 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66240 MiB
End job on node40 at 2009-07-16 00:01:42