Trace number 2071371

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
bpsolver 09SAT 904.508 904.867

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-08.xml
MD5SUM2f39a3fa7127c18c5476e0f90cec8505
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.737887
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints3584
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension3434
Global constraints used (with number of constraints)

Solver Data

0.19/0.20	c bpsolver version 6.29.2009
0.19/0.20	c converting(HOME/instance-2071371-1247353540)
2.19/2.27	c Converted in 885 ms
2.69/2.72	c solving(HOME/instance-2071371-1247353540,1800000)
2.69/2.72	c solving(HOME/instance-2071371-1247353540,1800000)
904.44/904.85	c (ff_inout)
904.44/904.85	s SATISFIABLE
904.44/904.85	v 1 0 10 20 18 2 17 20 1 18 13 0 5 20 20 19 0 7 11 8 0 17 15 7 0 18 4 2 14 21 4 13 6 14 13 4 0 13 13 4 11 20 2 0 18 0 11 8 1 8 0 13 19 4 1 20 19 19 17 8 2 10 18 0 11 0 3 12 2 13 4 8 11 7 0 2 10 18 4 3 0 13 7 14 14 3 10 0 17 0 19 4 11 0 12 0 17 12 8 3 17 0 13 6 4 8 11 14 13 0 0 7 4 12 12 14 13 0 3 0 0 0 17 8 12 4 3 4 1 0 17 1 0 1 4 11 12 0 17 18 14 21 0 14 17 3 4 17 0 4 6 8 18 4 20 2 17 4 21 4 13 4 25 20 4 11 0 1 0 8 11 15 17 14 15 24 11 9 14 8 13 1 0 3 1 4 0 13 0 18 2 4 13 3 18 2 0 1 18 0 11 4 18 6 8 17 11 18 15 0 2 4 18 2 0 11 0 2 14 20 15 4 12 0 4 18 4 2 19 18 7 0 17 3 2 0 17 4 24 1 0 1 4 4 0 19 5 8 4 11 3 1 0 17 19 2 8 6 0 17 19 17 8 13 8 3 0 3 3 0 2 2 0 18 11 4 4 19 24 0 21 4 17 5 8 2 7 4 4 11 0 13 18 8 4 6 4 11 0 11 15 7 0 1 17 14 22 13 4 11 11 11 14 6 14 8 6 11 14 14 11 0 20 17 0 8 3 4 0 0 22 0 24 13 0 21 0 11 14 11 18 14 13 0 3 4 13 12 0 13 0 4 11 0 19 4 19 8 19 11 4 11 24 17 0 
904.44/904.86	
904.44/904.86	c Time=902185 ms Backtracks=429471
904.44/904.86	

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071371-1247353540/watcher-2071371-1247353540 -o /tmp/evaluation-result-2071371-1247353540/solver-2071371-1247353540 -C 1800 -W 2000 -M 900 HOME/solver HOME/instance-2071371-1247353540 1800 

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.92 2.07 2.11 4/75 16149
/proc/meminfo: memFree=135984/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=7000 CPUtime=0
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 661 0 0 0 0 0 0 0 18 0 1 0 22418881 7168000 379 996147200 134512640 135105188 4294956096 18446744073709551615 134530912 0 0 4096 0 0 0 0 17 0 0 0
/proc/16149/statm: 1750 387 73 144 0 1234 0

[startup+0.054618 s]
/proc/loadavg: 1.92 2.07 2.11 4/75 16149
/proc/meminfo: memFree=135984/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=62208 CPUtime=0.04
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 1135 0 0 0 2 2 0 0 18 0 1 0 22418881 63700992 848 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/16149/statm: 15552 848 174 144 0 15036 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 62208

[startup+0.102623 s]
/proc/loadavg: 1.92 2.07 2.11 4/75 16149
/proc/meminfo: memFree=135984/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=62208 CPUtime=0.1
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 1141 0 0 0 4 6 0 0 18 0 1 0 22418881 63700992 854 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/16149/statm: 15552 854 174 144 0 15036 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 62208

[startup+0.301646 s]
/proc/loadavg: 1.92 2.07 2.11 4/75 16149
/proc/meminfo: memFree=135984/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=62208 CPUtime=0.3
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 1154 0 0 0 10 20 0 0 19 0 1 0 22418881 63700992 867 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/16149/statm: 15552 867 176 144 0 15036 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 62208

[startup+0.701689 s]
/proc/loadavg: 1.92 2.07 2.11 4/75 16149
/proc/meminfo: memFree=135984/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=62208 CPUtime=0.69
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 1168 0 0 0 22 47 0 0 23 0 1 0 22418881 63700992 881 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/16149/statm: 15552 881 176 144 0 15036 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62208

[startup+1.50178 s]
/proc/loadavg: 1.92 2.07 2.11 3/76 16150
/proc/meminfo: memFree=132712/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=62208 CPUtime=1.49
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 1172 0 0 0 55 94 0 0 25 0 1 0 22418881 63700992 885 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 0 0 0
/proc/16149/statm: 15552 885 177 144 0 15036 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62208

[startup+3.10196 s]
/proc/loadavg: 1.92 2.07 2.11 3/76 16150
/proc/meminfo: memFree=132072/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=3.09
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 6065 0 0 0 170 139 0 0 25 0 2 0 22418881 83374080 5487 996147200 134512640 135105188 4294956096 18446744073709551615 134748727 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 5487 201 144 0 19839 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81420

[startup+6.30131 s]
/proc/loadavg: 1.93 2.07 2.11 3/77 16151
/proc/meminfo: memFree=109416/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=6.29
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7111 0 0 0 489 140 0 0 25 0 2 0 22418881 83374080 6533 996147200 134512640 135105188 4294956096 18446744073709551615 134718113 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6533 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6533 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81420

[startup+12.701 s]
/proc/loadavg: 1.93 2.07 2.11 3/77 16151
/proc/meminfo: memFree=109224/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=12.69
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7112 0 0 0 1129 140 0 0 25 0 2 0 22418881 83374080 6534 996147200 134512640 135105188 4294956096 18446744073709551615 134718131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6534 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6534 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81420

[startup+25.5025 s]
/proc/loadavg: 1.95 2.06 2.10 3/77 16151
/proc/meminfo: memFree=109288/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=25.49
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7145 0 0 0 2409 140 0 0 25 0 2 0 22418881 83374080 6567 996147200 134512640 135105188 4294956096 18446744073709551615 134630668 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6567 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6567 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81420

[startup+51.1023 s]
/proc/loadavg: 1.96 2.06 2.10 3/77 16151
/proc/meminfo: memFree=109224/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=51.07
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7164 0 0 0 4967 140 0 0 25 0 2 0 22418881 83374080 6586 996147200 134512640 135105188 4294956096 18446744073709551615 134630668 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6586 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6586 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 81420

[startup+102.306 s]
/proc/loadavg: 1.98 2.05 2.09 3/77 16151
/proc/meminfo: memFree=109032/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=102.26
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7196 0 0 0 10086 140 0 0 25 0 2 0 22418881 83374080 6618 996147200 134512640 135105188 4294956096 18446744073709551615 134748532 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6618 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6618 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 81420

[startup+162.303 s]
/proc/loadavg: 1.99 2.04 2.08 3/77 16151
/proc/meminfo: memFree=108904/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=162.23
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7196 0 0 0 16083 140 0 0 25 0 2 0 22418881 83374080 6618 996147200 134512640 135105188 4294956096 18446744073709551615 134608624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6618 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6618 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 81420

[startup+222.302 s]
/proc/loadavg: 1.99 2.03 2.08 3/77 16151
/proc/meminfo: memFree=108904/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=222.21
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7202 0 0 0 22081 140 0 0 25 0 2 0 22418881 83374080 6624 996147200 134512640 135105188 4294956096 18446744073709551615 134630704 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6624 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6624 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 81420

[startup+282.302 s]
/proc/loadavg: 1.99 2.02 2.07 3/77 16151
/proc/meminfo: memFree=108840/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=282.18
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7202 0 0 0 28078 140 0 0 25 0 2 0 22418881 83374080 6624 996147200 134512640 135105188 4294956096 18446744073709551615 134748443 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6624 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6624 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 81420

[startup+342.303 s]
/proc/loadavg: 1.99 2.01 2.07 3/77 16151
/proc/meminfo: memFree=108776/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=342.16
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7221 0 0 0 34076 140 0 0 25 0 2 0 22418881 83374080 6643 996147200 134512640 135105188 4294956096 18446744073709551615 134718165 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6643 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6643 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 81420

[startup+402.302 s]
/proc/loadavg: 1.99 2.01 2.06 3/77 16151
/proc/meminfo: memFree=108712/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=402.13
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7245 0 0 0 40073 140 0 0 25 0 2 0 22418881 83374080 6667 996147200 134512640 135105188 4294956096 18446744073709551615 134630668 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6667 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6667 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 81420

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 2.06 3/77 16151
/proc/meminfo: memFree=108648/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=462.12
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7245 0 0 0 46071 141 0 0 25 0 2 0 22418881 83374080 6667 996147200 134512640 135105188 4294956096 18446744073709551615 134629932 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6667 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6667 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 81420

[startup+522.302 s]
/proc/loadavg: 1.99 2.00 2.05 3/77 16151
/proc/meminfo: memFree=108520/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=522.1
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7245 0 0 0 52069 141 0 0 25 0 2 0 22418881 83374080 6667 996147200 134512640 135105188 4294956096 18446744073709551615 134718089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6667 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6667 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 81420

[startup+582.302 s]
/proc/loadavg: 1.99 2.00 2.04 3/77 16151
/proc/meminfo: memFree=108456/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=582.07
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7245 0 0 0 58066 141 0 0 25 0 2 0 22418881 83374080 6667 996147200 134512640 135105188 4294956096 18446744073709551615 134607815 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6667 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6667 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 81420

[startup+642.301 s]
/proc/loadavg: 1.99 2.00 2.04 3/77 16151
/proc/meminfo: memFree=108392/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=642.05
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7246 0 0 0 64064 141 0 0 25 0 2 0 22418881 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 134749044 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6668 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 81420

[startup+702.302 s]
/proc/loadavg: 1.99 2.00 2.03 3/77 16151
/proc/meminfo: memFree=108264/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=702.02
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7246 0 0 0 70061 141 0 0 25 0 2 0 22418881 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 134630668 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6668 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 81420

[startup+762.306 s]
/proc/loadavg: 1.99 2.00 2.03 3/77 16151
/proc/meminfo: memFree=108136/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=762
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7246 0 0 0 76059 141 0 0 25 0 2 0 22418881 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 134748443 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6668 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 81420

[startup+822.301 s]
/proc/loadavg: 1.99 2.00 2.02 3/77 16151
/proc/meminfo: memFree=108136/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=821.97
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7246 0 0 0 82056 141 0 0 25 0 2 0 22418881 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 134748443 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6668 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 81420

[startup+882.301 s]
/proc/loadavg: 1.99 2.00 2.01 3/77 16151
/proc/meminfo: memFree=108136/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=881.95
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7246 0 0 0 88054 141 0 0 25 0 2 0 22418881 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 134629873 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6668 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 81420

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

[startup+883.101 s]
/proc/loadavg: 1.99 2.00 2.01 3/77 16151
/proc/meminfo: memFree=108136/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=882.75
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7246 0 0 0 88134 141 0 0 25 0 2 0 22418881 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 134748448 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6668 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 882.75
Current children cumulated vsize (KiB) 81420

[startup+895.902 s]
/proc/loadavg: 1.99 2.00 2.01 3/77 16151
/proc/meminfo: memFree=108136/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=895.54
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7246 0 0 0 89413 141 0 0 25 0 2 0 22418881 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 134630563 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6668 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 895.54
Current children cumulated vsize (KiB) 81420

[startup+899.102 s]
/proc/loadavg: 1.99 2.00 2.01 3/77 16151
/proc/meminfo: memFree=108136/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=898.74
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7246 0 0 0 89733 141 0 0 25 0 2 0 22418881 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 134749627 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6668 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 898.74
Current children cumulated vsize (KiB) 81420

[startup+902.301 s]
/proc/loadavg: 1.99 2.00 2.01 3/77 16151
/proc/meminfo: memFree=108136/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=81420 CPUtime=901.94
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7246 0 0 0 90053 141 0 0 25 0 2 0 22418881 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 134748503 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 20355 6668 201 144 0 19839 0
[pid=16149/tid=16151] ppid=16147 vsize=81420 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 22419147 83374080 6668 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 901.94
Current children cumulated vsize (KiB) 81420

[startup+903.901 s]
/proc/loadavg: 1.99 2.00 2.01 3/78 16152
/proc/meminfo: memFree=108128/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=91664 CPUtime=903.54
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7247 0 0 0 90213 141 0 0 25 0 3 0 22418881 93863936 6669 996147200 134512640 135105188 4294956096 18446744073709551615 134748577 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 22916 6669 201 144 0 22400 0
[pid=16149/tid=16151] ppid=16147 vsize=91664 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 22419147 93863936 6669 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16149/tid=16152] ppid=16147 vsize=91664 CPUtime=0
/proc/16149/task/16152/stat : 16152 (bprolog) S 16147 16149 15347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 22509163 93863936 6669 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 903.54
Current children cumulated vsize (KiB) 91664

[startup+904.302 s]
/proc/loadavg: 1.99 2.00 2.01 3/78 16152
/proc/meminfo: memFree=108128/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=91664 CPUtime=903.94
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7247 0 0 0 90253 141 0 0 25 0 3 0 22418881 93863936 6669 996147200 134512640 135105188 4294956096 18446744073709551615 134718165 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 22916 6669 201 144 0 22400 0
[pid=16149/tid=16151] ppid=16147 vsize=91664 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 22419147 93863936 6669 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16149/tid=16152] ppid=16147 vsize=91664 CPUtime=0
/proc/16149/task/16152/stat : 16152 (bprolog) S 16147 16149 15347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 22509163 93863936 6669 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 903.94
Current children cumulated vsize (KiB) 91664

[startup+904.702 s]
/proc/loadavg: 1.99 2.00 2.01 3/78 16152
/proc/meminfo: memFree=108128/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=91664 CPUtime=904.34
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7247 0 0 0 90293 141 0 0 25 0 3 0 22418881 93863936 6669 996147200 134512640 135105188 4294956096 18446744073709551615 134718165 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 22916 6669 201 144 0 22400 0
[pid=16149/tid=16151] ppid=16147 vsize=91664 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 22419147 93863936 6669 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16149/tid=16152] ppid=16147 vsize=91664 CPUtime=0
/proc/16149/task/16152/stat : 16152 (bprolog) S 16147 16149 15347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 22509163 93863936 6669 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 904.34
Current children cumulated vsize (KiB) 91664

[startup+904.803 s]
/proc/loadavg: 1.99 2.00 2.01 3/78 16152
/proc/meminfo: memFree=108128/2055920 swapFree=4192948/4192956
[pid=16149] ppid=16147 vsize=91664 CPUtime=904.44
/proc/16149/stat : 16149 (bprolog) R 16147 16149 15347 0 -1 4194304 7247 0 0 0 90303 141 0 0 25 0 3 0 22418881 93863936 6669 996147200 134512640 135105188 4294956096 18446744073709551615 134718080 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16149/statm: 22916 6669 201 144 0 22400 0
[pid=16149/tid=16151] ppid=16147 vsize=91664 CPUtime=0
/proc/16149/task/16151/stat : 16151 (bprolog) S 16147 16149 15347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 22419147 93863936 6669 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=16149/tid=16152] ppid=16147 vsize=91664 CPUtime=0
/proc/16149/task/16152/stat : 16152 (bprolog) S 16147 16149 15347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 22509163 93863936 6669 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 904.44
Current children cumulated vsize (KiB) 91664

Child status: 0
Real time (s): 904.867
CPU time (s): 904.508
CPU user time (s): 903.086
CPU system time (s): 1.42178
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (KiB): 91664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 903.086
system time used= 1.42178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7247
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= 5
involuntary context switches= 3971

runsolver used 0.697893 second user time and 2.6486 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 01:05:41
IDJOB=2071371
IDBENCH=55483
IDSOLVER=770
FILE ID=node87/2071371-1247353540
PBS_JOBID= 9506926
Free space on /tmp= 65868 MiB

SOLVER NAME= bpsolver 09
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-08.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071371-1247353540/watcher-2071371-1247353540 -o /tmp/evaluation-result-2071371-1247353540/solver-2071371-1247353540 -C 1800 -W 2000 -M 900  HOME/solver HOME/instance-2071371-1247353540 1800

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

MD5SUM BENCH= 2f39a3fa7127c18c5476e0f90cec8505
RANDOM SEED=992696912

node87.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.236
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.236
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:        136464 kB
Buffers:         68144 kB
Cached:        1029980 kB
SwapCached:          8 kB
Active:        1066140 kB
Inactive:       788568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        136464 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:         766432 kB
Slab:            48156 kB
Committed_AS:   963008 kB
PageTables:       3628 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= 65864 MiB
End job on node87 at 2009-07-12 01:20:45