Trace number 2077014

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 943.458 945.616

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-21-10.xml
MD5SUM63f061b0d7d3eb07f91405cf2b68b7b7
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 benchmark2.11568
Satisfiable
(Un)Satisfiability was proved
Number of variables383
Number of constraints1869
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension1735
Global constraints used (with number of constraints)

Solver Data

0.01/0.03	c bpsolver version 6.29.2009
0.01/0.03	c converting(HOME/instance-2077014-1247363265)
12.17/12.30	c Converted in 3893 ms
15.64/15.82	c solving(HOME/instance-2077014-1247363265,1800000)
15.64/15.82	c solving(HOME/instance-2077014-1247363265,1800000)
943.34/945.58	c (ff_inout)
943.34/945.58	s SATISFIABLE
943.34/945.58	v 0 11 4 18 14 8 17 6 17 4 11 0 2 8 12 4 13 19 18 17 4 12 15 8 11 0 0 4 17 4 17 0 12 20 17 4 17 0 0 20 1 0 13 4 11 1 8 0 23 4 13 0 17 6 20 4 17 1 17 20 19 4 11 4 0 5 5 8 2 7 0 6 4 21 15 2 8 17 4 18 13 8 19 17 8 11 4 0 17 4 5 0 8 11 19 0 17 4 17 0 8 3 4 4 14 1 8 4 11 8 4 4 4 19 0 12 4 17 17 0 18 18 14 8 8 13 14 13 3 4 8 18 4 17 0 13 2 4 11 11 20 11 0 17 17 4 15 14 18 0 8 18 5 0 11 8 4 13 18 8 12 0 12 0 15 8 5 20 6 4 5 8 13 4 19 19 4 0 3 20 11 0 1 0 5 5 0 8 0 11 11 0 2 7 4 4 6 0 17 4 17 11 8 0 8 18 0 13 0 11 8 19 4 12 8 17 1 0 13 4 4 17 8 2 5 8 19 13 4 18 18 15 0 17 4 11 8 4 18 8 1 4 17 8 16 20 4 12 0 11 0 6 0 0 15 17 4 19 4 2 20 11 2 0 17 19 4 13 8 0 18 1 17 14 11 18 0 7 0 2 4 6 4 15 0 2 2 14 19 18 14 12 18 0 3 0 1 0 18 0 17 0 1 0 19 17 4 8 23 0 2 7 0 17 11 0 19 0 13 4 17 8 4 4 19 0 3 4 13 7 0 0 6 4 19 0 8 4 8 13 19 4 17 8 12 0 13 3 0 8 13 4 6 4 13 17 4 0 6 0 15 4 19 4 11 4 18 8 13 0 18 14 17 4 4 18 13 14 11 8 18 4 17 
943.34/945.59	
943.34/945.59	c Time=930812 ms Backtracks=116811
943.34/945.59	

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-2077014-1247363265/watcher-2077014-1247363265 -o /tmp/evaluation-result-2077014-1247363265/solver-2077014-1247363265 -C 1800 -W 2000 -M 900 HOME/solver HOME/instance-2077014-1247363265 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: 2.50 2.32 2.12 4/82 22144
/proc/meminfo: memFree=1425728/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=18576 CPUtime=0
/proc/22144/stat : 22144 (runsolver) R 22142 22144 21931 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 23392955 19021824 284 996147200 4194304 4302564 548682068528 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22144/statm: 4644 284 249 26 0 2626 0

[startup+0.0269991 s]
/proc/loadavg: 2.50 2.32 2.12 4/82 22144
/proc/meminfo: memFree=1425728/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=62200 CPUtime=0.01
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 1014 0 0 0 1 0 0 0 21 0 1 0 23392955 63692800 730 996147200 134512640 135105188 4294956096 18446744073709551615 1879834 0 0 4096 2 0 0 0 17 1 0 0
/proc/22144/statm: 15550 730 130 144 0 15034 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 62200

[startup+0.102004 s]
/proc/loadavg: 2.50 2.32 2.12 4/82 22144
/proc/meminfo: memFree=1425728/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=62208 CPUtime=0.09
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 1142 0 0 0 4 5 0 0 21 0 1 0 23392955 63700992 855 996147200 134512640 135105188 4294956096 18446744073709551615 1835284 0 0 4096 2 0 0 0 17 1 0 0
/proc/22144/statm: 15552 855 174 144 0 15036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62208

[startup+0.30103 s]
/proc/loadavg: 2.50 2.32 2.12 4/82 22144
/proc/meminfo: memFree=1425728/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=62208 CPUtime=0.29
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 1166 0 0 0 10 19 0 0 22 0 1 0 23392955 63700992 879 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/22144/statm: 15552 879 174 144 0 15036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62208

[startup+0.70107 s]
/proc/loadavg: 2.50 2.32 2.12 4/82 22144
/proc/meminfo: memFree=1425728/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=62208 CPUtime=0.68
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 1214 0 0 0 25 43 0 0 25 0 1 0 23392955 63700992 927 996147200 134512640 135105188 4294956096 18446744073709551615 134784736 0 0 4096 2 0 0 0 17 1 0 0
/proc/22144/statm: 15552 927 174 144 0 15036 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 62208

[startup+1.50116 s]
/proc/loadavg: 2.50 2.32 2.12 3/83 22145
/proc/meminfo: memFree=1422136/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=62208 CPUtime=1.47
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 1310 0 0 0 50 97 0 0 25 0 1 0 23392955 63700992 1023 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/22144/statm: 15552 1023 174 144 0 15036 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 62208

[startup+3.10133 s]
/proc/loadavg: 2.50 2.32 2.12 3/83 22145
/proc/meminfo: memFree=1421112/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=62208 CPUtime=3.06
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 1393 0 0 0 98 208 0 0 25 0 1 0 23392955 63700992 1106 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/22144/statm: 15552 1106 176 144 0 15036 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 62208

[startup+6.30169 s]
/proc/loadavg: 2.46 2.31 2.12 3/83 22145
/proc/meminfo: memFree=1419640/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=62208 CPUtime=6.23
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 1594 0 0 0 198 425 0 0 25 0 1 0 23392955 63700992 1307 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/22144/statm: 15552 1307 176 144 0 15036 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 62208

[startup+12.7014 s]
/proc/loadavg: 2.42 2.31 2.11 3/83 22145
/proc/meminfo: memFree=1416824/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=74756 CPUtime=12.57
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 7437 0 0 0 427 830 0 0 25 0 1 0 23392955 76550144 7146 996147200 134512640 135105188 4294956096 18446744073709551615 134587588 0 0 4096 2 0 0 0 17 1 0 0
/proc/22144/statm: 18689 7146 180 144 0 18173 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 74756

[startup+25.5018 s]
/proc/loadavg: 2.33 2.29 2.11 3/84 22146
/proc/meminfo: memFree=1306672/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=25.24
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 70816 0 0 0 1658 866 0 0 25 0 2 0 23392955 259084288 28813 996147200 134512640 135105188 4294956096 18446744073709551615 134748556 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22144/statm: 63253 28813 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 28813 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 253012

[startup+51.1016 s]
/proc/loadavg: 2.28 2.28 2.11 4/84 22196
/proc/meminfo: memFree=1430704/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=50.73
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71133 0 0 0 4206 867 0 0 25 0 2 0 23392955 259084288 29130 996147200 134512640 135105188 4294956096 18446744073709551615 134748493 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29130 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29130 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 253012

[startup+102.306 s]
/proc/loadavg: 2.12 2.24 2.10 3/84 22196
/proc/meminfo: memFree=1231920/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=101.91
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71380 0 0 0 9324 867 0 0 25 0 2 0 23392955 259084288 29377 996147200 134512640 135105188 4294956096 18446744073709551615 134748506 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29377 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29377 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 253012

[startup+162.302 s]
/proc/loadavg: 2.04 2.19 2.09 3/84 22196
/proc/meminfo: memFree=1231856/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=161.88
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71387 0 0 0 15321 867 0 0 25 0 2 0 23392955 259084288 29384 996147200 134512640 135105188 4294956096 18446744073709551615 134748561 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29384 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29384 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.88
Current children cumulated vsize (KiB) 253012

[startup+222.302 s]
/proc/loadavg: 2.01 2.15 2.08 3/84 22198
/proc/meminfo: memFree=1231536/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=221.86
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71387 0 0 0 21318 868 0 0 25 0 2 0 23392955 259084288 29384 996147200 134512640 135105188 4294956096 18446744073709551615 134748513 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29384 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29384 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 253012

[startup+282.301 s]
/proc/loadavg: 2.00 2.12 2.08 3/84 22198
/proc/meminfo: memFree=1220592/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=281.84
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71387 0 0 0 27316 868 0 0 25 0 2 0 23392955 259084288 29384 996147200 134512640 135105188 4294956096 18446744073709551615 134748443 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29384 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29384 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.84
Current children cumulated vsize (KiB) 253012

[startup+342.302 s]
/proc/loadavg: 2.03 2.11 2.08 3/84 22198
/proc/meminfo: memFree=1215408/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=341.82
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71387 0 0 0 33314 868 0 0 25 0 2 0 23392955 259084288 29384 996147200 134512640 135105188 4294956096 18446744073709551615 134749040 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29384 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29384 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.82
Current children cumulated vsize (KiB) 253012

[startup+402.302 s]
/proc/loadavg: 2.01 2.09 2.07 3/84 22198
/proc/meminfo: memFree=1215408/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=401.79
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71387 0 0 0 39311 868 0 0 25 0 2 0 23392955 259084288 29384 996147200 134512640 135105188 4294956096 18446744073709551615 134748503 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29384 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29384 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.79
Current children cumulated vsize (KiB) 253012

[startup+462.302 s]
/proc/loadavg: 2.00 2.07 2.07 3/84 22198
/proc/meminfo: memFree=1215280/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=461.77
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71387 0 0 0 45309 868 0 0 25 0 2 0 23392955 259084288 29384 996147200 134512640 135105188 4294956096 18446744073709551615 134748482 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29384 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29384 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.77
Current children cumulated vsize (KiB) 253012

[startup+522.302 s]
/proc/loadavg: 2.00 2.05 2.06 3/84 22198
/proc/meminfo: memFree=1215216/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=521.75
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71390 0 0 0 51307 868 0 0 25 0 2 0 23392955 259084288 29387 996147200 134512640 135105188 4294956096 18446744073709551615 134749276 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29387 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29387 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.75
Current children cumulated vsize (KiB) 253012

[startup+582.302 s]
/proc/loadavg: 2.00 2.04 2.05 3/84 22198
/proc/meminfo: memFree=1215152/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=581.72
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71390 0 0 0 57304 868 0 0 25 0 2 0 23392955 259084288 29387 996147200 134512640 135105188 4294956096 18446744073709551615 134748532 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29387 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29387 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.72
Current children cumulated vsize (KiB) 253012

[startup+642.301 s]
/proc/loadavg: 2.00 2.03 2.05 3/84 22198
/proc/meminfo: memFree=1215152/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=641.71
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71390 0 0 0 63303 868 0 0 25 0 2 0 23392955 259084288 29387 996147200 134512640 135105188 4294956096 18446744073709551615 134607785 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29387 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29387 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.71
Current children cumulated vsize (KiB) 253012

[startup+702.302 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 22198
/proc/meminfo: memFree=1206832/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=701.68
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71392 0 0 0 69300 868 0 0 25 0 2 0 23392955 259084288 29389 996147200 134512640 135105188 4294956096 18446744073709551615 134718096 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29389 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29389 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 701.68
Current children cumulated vsize (KiB) 253012

[startup+762.307 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 22198
/proc/meminfo: memFree=1198640/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=761.67
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71393 0 0 0 75298 869 0 0 25 0 2 0 23392955 259084288 29390 996147200 134512640 135105188 4294956096 18446744073709551615 134718165 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29390 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29390 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 761.67
Current children cumulated vsize (KiB) 253012

[startup+822.301 s]
/proc/loadavg: 2.00 2.01 2.03 3/84 22204
/proc/meminfo: memFree=1188656/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=821.63
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71393 0 0 0 81294 869 0 0 25 0 2 0 23392955 259084288 29390 996147200 134512640 135105188 4294956096 18446744073709551615 134748484 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22144/statm: 63253 29390 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29390 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 821.63
Current children cumulated vsize (KiB) 253012

[startup+882.302 s]
/proc/loadavg: 2.46 2.12 2.06 4/89 22641
/proc/meminfo: memFree=1165736/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=253012 CPUtime=880.85
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71393 0 0 0 87215 870 0 0 25 0 2 0 23392955 259084288 29390 996147200 134512640 135105188 4294956096 18446744073709551615 134748513 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22144/statm: 63253 29390 201 144 0 62737 0
[pid=22144/tid=22146] ppid=22142 vsize=253012 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23394682 259084288 29390 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 880.85
Current children cumulated vsize (KiB) 253012

[startup+942.301 s]
/proc/loadavg: 2.80 2.28 2.12 4/90 22642
/proc/meminfo: memFree=1152872/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=263256 CPUtime=940.18
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71417 0 0 0 93147 871 0 0 25 0 3 0 23392955 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 134748322 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22144/statm: 65814 29414 201 144 0 65298 0
[pid=22144/tid=22146] ppid=22142 vsize=263256 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 23394682 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22144/tid=22642] ppid=22142 vsize=263256 CPUtime=0
/proc/22144/task/22642/stat : 22642 (bprolog) S 22142 22144 21931 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 23484697 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 940.18
Current children cumulated vsize (KiB) 263256

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

[startup+943.902 s]
/proc/loadavg: 2.80 2.28 2.12 4/90 22642
/proc/meminfo: memFree=1152424/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=263256 CPUtime=941.76
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71417 0 0 0 93305 871 0 0 25 0 3 0 23392955 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 134748551 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22144/statm: 65814 29414 201 144 0 65298 0
[pid=22144/tid=22146] ppid=22142 vsize=263256 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 23394682 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22144/tid=22642] ppid=22142 vsize=263256 CPUtime=0
/proc/22144/task/22642/stat : 22642 (bprolog) S 22142 22144 21931 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 23484697 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 263256

[startup+944.702 s]
/proc/loadavg: 2.80 2.28 2.12 4/90 22642
/proc/meminfo: memFree=1152424/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=263256 CPUtime=942.56
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71417 0 0 0 93385 871 0 0 25 0 3 0 23392955 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 134749281 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22144/statm: 65814 29414 201 144 0 65298 0
[pid=22144/tid=22146] ppid=22142 vsize=263256 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 23394682 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22144/tid=22642] ppid=22142 vsize=263256 CPUtime=0
/proc/22144/task/22642/stat : 22642 (bprolog) S 22142 22144 21931 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 23484697 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 263256

[startup+945.102 s]
/proc/loadavg: 2.82 2.29 2.12 4/90 22642
/proc/meminfo: memFree=1152232/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=263256 CPUtime=942.95
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71417 0 0 0 93424 871 0 0 25 0 3 0 23392955 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 134718092 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22144/statm: 65814 29414 201 144 0 65298 0
[pid=22144/tid=22146] ppid=22142 vsize=263256 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 23394682 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22144/tid=22642] ppid=22142 vsize=263256 CPUtime=0
/proc/22144/task/22642/stat : 22642 (bprolog) S 22142 22144 21931 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 23484697 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 942.95
Current children cumulated vsize (KiB) 263256

[startup+945.502 s]
/proc/loadavg: 2.82 2.29 2.12 4/90 22642
/proc/meminfo: memFree=1152232/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=263256 CPUtime=943.34
/proc/22144/stat : 22144 (bprolog) R 22142 22144 21931 0 -1 4194304 71417 0 0 0 93463 871 0 0 25 0 3 0 23392955 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 134748437 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22144/statm: 65814 29414 201 144 0 65298 0
[pid=22144/tid=22146] ppid=22142 vsize=263256 CPUtime=0
/proc/22144/task/22146/stat : 22146 (bprolog) S 22142 22144 21931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 23394682 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22144/tid=22642] ppid=22142 vsize=263256 CPUtime=0
/proc/22144/task/22642/stat : 22642 (bprolog) S 22142 22144 21931 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 23484697 269574144 29414 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 943.34
Current children cumulated vsize (KiB) 263256

[startup+945.602 s]
/proc/loadavg: 2.82 2.29 2.12 4/90 22642
/proc/meminfo: memFree=1152232/2055920 swapFree=4192812/4192956
[pid=22144] ppid=22142 vsize=0 CPUtime=943.44
/proc/22144/stat : 22144 (bprolog) Z 22142 22144 21931 0 -1 4194316 71417 0 0 0 93472 872 0 0 25 0 2 0 23392955 0 0 996147200 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22144/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 943.44
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 945.616
CPU time (s): 943.458
CPU user time (s): 934.722
CPU system time (s): 8.73567
CPU usage (%): 99.7718
Max. virtual memory (cumulated for all children) (KiB): 323328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 934.722
system time used= 8.73567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71417
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= 6
involuntary context switches= 8889

runsolver used 1.20782 second user time and 3.13152 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 03:47:46
IDJOB=2077014
IDBENCH=56538
IDSOLVER=770
FILE ID=node35/2077014-1247363265
PBS_JOBID= 9507016
Free space on /tmp= 66244 MiB

SOLVER NAME= bpsolver 09
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-21-10.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077014-1247363265/watcher-2077014-1247363265 -o /tmp/evaluation-result-2077014-1247363265/solver-2077014-1247363265 -C 1800 -W 2000 -M 900  HOME/solver HOME/instance-2077014-1247363265 1800

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

MD5SUM BENCH= 63f061b0d7d3eb07f91405cf2b68b7b7
RANDOM SEED=55363628

node35.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:       1426208 kB
Buffers:         28020 kB
Cached:          96080 kB
SwapCached:          0 kB
Active:         541828 kB
Inactive:        39388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1426208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4876 kB
Writeback:           0 kB
Mapped:         477524 kB
Slab:            32732 kB
Committed_AS:   670248 kB
PageTables:       2704 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= 66240 MiB
End job on node35 at 2009-07-12 04:03:31