Trace number 2077729

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 1656.55 1676.84

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-07.xml
MD5SUM649294e53c6b0b14135b49af7d95af4e
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 benchmark5.61815
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
Global constraints used (with number of constraints)

Solver Data

0.00/0.04	c bpsolver version 6.29.2009
0.00/0.04	c converting(HOME/instance-2077729-1247365639)
2.50/3.11	c Converted in 884 ms
2.76/3.47	c solving(HOME/instance-2077729-1247365639,1800000)
2.76/3.47	c solving(HOME/instance-2077729-1247365639,1800000)
1656.51/1676.82	c (ff_backward)
1656.51/1676.82	s SATISFIABLE
1656.51/1676.82	v 11 4 18 18 0 12 1 11 4 0 18 2 14 19 0 2 8 3 14 0 19 7 1 0 11 4 17 17 7 14 3 0 11 0 3 24 19 17 4 0 18 20 17 8 13 6 18 14 12 4 17 21 8 11 11 4 18 13 0 17 4 4 13 3 1 14 17 4 18 8 21 8 4 18 12 8 12 8 3 4 5 8 13 4 3 1 4 4 5 2 0 1 8 12 15 4 17 8 11 18 8 11 0 18 14 11 3 14 3 14 17 12 0 3 4 1 1 2 0 17 15 17 14 22 11 8 0 8 18 14 13 0 11 14 14 5 15 4 13 0 13 2 4 3 4 19 14 20 17 0 3 3 24 20 7 3 4 13 8 0 11 18 20 18 10 0 13 18 0 18 3 17 0 22 20 3 0 11 11 3 0 11 4 18 17 4 2 19 0 15 0 11 4 17 3 0 18 7 4 0 18 8 4 17 1 17 0 4 11 0 8 13 4 12 0 4 20 6 7 17 14 0 17 4 17 19 4 13 5 14 11 3 13 4 6 17 14 18 0 13 3 8 13 6 17 20 3 24 11 4 21 11 0 14 6 4 12 14 19 19 14 8 19 18 1 8 2 4 15 20 15 1 17 0 8 3 0 18 18 2 11 20 4 13 14 13 25 4 17 14 2 14 7 13 2 7 0 8 13 21 8 19 0 4 4 22 4 3 8 13 0 7 7 24 15 14 19 7 4 18 4 18 1 4 13 25 4 3 17 8 13 4 0 3 4 13 8 11 14 13 0 0 25 20 17 4 0 2 19 0 17 4 3 18 15 0 13 19 18 13 4 15 0 11 12 0 8 3 
1656.51/1676.83	
1656.51/1676.83	c Time=1653897 ms Backtracks=149638
1656.51/1676.83	

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-2077729-1247365639/watcher-2077729-1247365639 -o /tmp/evaluation-result-2077729-1247365639/solver-2077729-1247365639 -C 1800 -W 2000 -M 900 HOME/solver HOME/instance-2077729-1247365639 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: 3.66 3.00 2.46 5/88 17190
/proc/meminfo: memFree=1623648/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=5356 CPUtime=0
/proc/17190/stat : 17190 (sh) R 17188 17190 20333 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 23629903 5484544 231 996147200 4194304 4889804 548682068864 18446744073709551615 4311422 0 0 4100 65536 0 0 0 17 1 0 0
/proc/17190/statm: 1339 231 192 169 0 50 0

[startup+0.0480169 s]
/proc/loadavg: 3.66 3.00 2.46 5/88 17190
/proc/meminfo: memFree=1623648/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=62208 CPUtime=0.02
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 1098 0 0 0 2 0 0 0 20 0 1 0 23629903 63700992 811 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/17190/statm: 15552 811 174 144 0 15036 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 62208

[startup+0.100963 s]
/proc/loadavg: 3.66 3.00 2.46 5/88 17190
/proc/meminfo: memFree=1623648/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=62208 CPUtime=0.07
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 1138 0 0 0 4 3 0 0 20 0 1 0 23629903 63700992 851 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/17190/statm: 15552 851 174 144 0 15036 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 62208

[startup+0.301982 s]
/proc/loadavg: 3.66 3.00 2.46 5/88 17190
/proc/meminfo: memFree=1623648/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=62208 CPUtime=0.24
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 1150 0 0 0 9 15 0 0 21 0 1 0 23629903 63700992 863 996147200 134512640 135105188 4294956096 18446744073709551615 8091532 0 0 4096 2 0 0 0 17 1 0 0
/proc/17190/statm: 15552 863 176 144 0 15036 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 62208

[startup+0.702013 s]
/proc/loadavg: 3.66 3.00 2.46 5/88 17190
/proc/meminfo: memFree=1623648/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=62208 CPUtime=0.62
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 1173 0 0 0 21 41 0 0 25 0 1 0 23629903 63700992 886 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/17190/statm: 15552 886 176 144 0 15036 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 62208

[startup+1.50107 s]
/proc/loadavg: 3.61 3.00 2.46 7/90 17239
/proc/meminfo: memFree=1610704/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=62208 CPUtime=1.25
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 1194 0 0 0 40 85 0 0 25 0 1 0 23629903 63700992 907 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/17190/statm: 15552 907 176 144 0 15036 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 62208

[startup+3.10119 s]
/proc/loadavg: 3.61 3.00 2.46 4/90 17374
/proc/meminfo: memFree=1609680/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=62208 CPUtime=2.5
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 1200 0 0 0 89 161 0 0 25 0 1 0 23629903 63700992 913 996147200 134512640 135105188 4294956096 18446744073709551615 134688704 0 0 4096 2 0 0 0 17 1 0 0
/proc/17190/statm: 15552 913 177 144 0 15036 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 62208

[startup+6.30142 s]
/proc/loadavg: 3.56 3.00 2.46 4/91 17630
/proc/meminfo: memFree=1584584/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=81552 CPUtime=5.35
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6240 0 0 0 371 164 0 0 25 0 2 0 23629903 83509248 5630 996147200 134512640 135105188 4294956096 18446744073709551615 134718139 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17190/statm: 20388 5630 201 144 0 19872 0
[pid=17190/tid=17523] ppid=17188 vsize=81552 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23630267 83509248 5630 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 81552

[startup+12.7029 s]
/proc/loadavg: 3.52 3.00 2.46 4/91 17968
/proc/meminfo: memFree=1573008/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=81552 CPUtime=11.02
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6504 0 0 0 937 165 0 0 25 0 2 0 23629903 83509248 5894 996147200 134512640 135105188 4294956096 18446744073709551615 134630668 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17190/statm: 20388 5894 201 144 0 19872 0
[pid=17190/tid=17523] ppid=17188 vsize=81552 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23630267 83509248 5894 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (KiB) 81552

[startup+25.5018 s]
/proc/loadavg: 3.52 3.02 2.47 4/91 19325
/proc/meminfo: memFree=1556552/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=81552 CPUtime=21.35
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6595 0 0 0 1970 165 0 0 25 0 2 0 23629903 83509248 5985 996147200 134512640 135105188 4294956096 18446744073709551615 134748387 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17190/statm: 20388 5985 201 144 0 19872 0
[pid=17190/tid=17523] ppid=17188 vsize=81552 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23630267 83509248 5985 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.35
Current children cumulated vsize (KiB) 81552

[startup+51.1017 s]
/proc/loadavg: 3.37 3.03 2.50 5/91 21525
/proc/meminfo: memFree=1525064/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=81552 CPUtime=42.6
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6616 0 0 0 4093 167 0 0 25 0 2 0 23629903 83509248 6006 996147200 134512640 135105188 4294956096 18446744073709551615 134559800 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17190/statm: 20388 6006 201 144 0 19872 0
[pid=17190/tid=17523] ppid=17188 vsize=81552 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23630267 83509248 6006 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.6
Current children cumulated vsize (KiB) 81552

[startup+102.306 s]
/proc/loadavg: 2.77 2.93 2.49 3/84 23584
/proc/meminfo: memFree=1470768/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=81552 CPUtime=89.49
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6616 0 0 0 8782 167 0 0 25 0 2 0 23629903 83509248 6006 996147200 134512640 135105188 4294956096 18446744073709551615 134718162 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17190/statm: 20388 6006 201 144 0 19872 0
[pid=17190/tid=17523] ppid=17188 vsize=81552 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23630267 83509248 6006 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 81552

[startup+162.302 s]
/proc/loadavg: 2.28 2.76 2.45 3/84 23584
/proc/meminfo: memFree=1420912/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=81552 CPUtime=149.2
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6617 0 0 0 14752 168 0 0 25 0 2 0 23629903 83509248 6007 996147200 134512640 135105188 4294956096 18446744073709551615 134748513 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17190/statm: 20388 6007 201 144 0 19872 0
[pid=17190/tid=17523] ppid=17188 vsize=81552 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23630267 83509248 6007 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 149.2
Current children cumulated vsize (KiB) 81552

[startup+222.301 s]
/proc/loadavg: 2.10 2.62 2.42 3/84 23584
/proc/meminfo: memFree=1400816/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=81552 CPUtime=208.91
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6647 0 0 0 20723 168 0 0 25 0 2 0 23629903 83509248 6037 996147200 134512640 135105188 4294956096 18446744073709551615 134748503 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17190/statm: 20388 6037 201 144 0 19872 0
[pid=17190/tid=17523] ppid=17188 vsize=81552 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23630267 83509248 6037 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 208.91
Current children cumulated vsize (KiB) 81552

[startup+282.301 s]
/proc/loadavg: 2.04 2.50 2.39 3/84 23584
/proc/meminfo: memFree=1382384/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=81552 CPUtime=268.63
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6694 0 0 0 26695 168 0 0 25 0 2 0 23629903 83509248 6084 996147200 134512640 135105188 4294956096 18446744073709551615 134748346 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17190/statm: 20388 6084 201 144 0 19872 0
[pid=17190/tid=17523] ppid=17188 vsize=81552 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23630267 83509248 6084 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 268.63
Current children cumulated vsize (KiB) 81552

[startup+342.302 s]
/proc/loadavg: 2.01 2.41 2.36 3/84 23584
/proc/meminfo: memFree=1338672/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=81552 CPUtime=328.34
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6699 0 0 0 32665 169 0 0 25 0 2 0 23629903 83509248 6089 996147200 134512640 135105188 4294956096 18446744073709551615 134718131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17190/statm: 20388 6089 201 144 0 19872 0
[pid=17190/tid=17523] ppid=17188 vsize=81552 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23630267 83509248 6089 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 328.34
Current children cumulated vsize (KiB) 81552

[startup+402.301 s]
/proc/loadavg: 2.00 2.33 2.34 3/76 23586
/proc/meminfo: memFree=1383920/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=81552 CPUtime=388.04
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6855 0 0 0 38635 169 0 0 25 0 2 0 23629903 83509248 6245 996147200 134512640 135105188 4294956096 18446744073709551615 134718105 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 20388 6245 201 144 0 19872 0
[pid=17190/tid=17523] ppid=17188 vsize=81552 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23630267 83509248 6245 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 388.04
Current children cumulated vsize (KiB) 81552

[startup+462.301 s]
/proc/loadavg: 2.00 2.27 2.32 3/76 23586
/proc/meminfo: memFree=1367536/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=81552 CPUtime=447.76
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6855 0 0 0 44606 170 0 0 25 0 2 0 23629903 83509248 6245 996147200 134512640 135105188 4294956096 18446744073709551615 134598224 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 20388 6245 201 144 0 19872 0
[pid=17190/tid=17523] ppid=17188 vsize=81552 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 23630267 83509248 6245 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 447.76
Current children cumulated vsize (KiB) 81552

[startup+522.302 s]
/proc/loadavg: 2.00 2.22 2.29 3/76 23586
/proc/meminfo: memFree=1358512/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=81552 CPUtime=507.47
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6855 0 0 0 50577 170 0 0 25 0 2 0 23629903 83509248 6245 996147200 134512640 135105188 4294956096 18446744073709551615 134718165 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 20388 6245 201 144 0 19872 0

################
# More data... #
################

/proc/loadavg: 2.13 2.07 2.09 3/79 23591
/proc/meminfo: memFree=1232920/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=112284 CPUtime=1582.35
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6884 0 0 0 158062 173 0 0 25 0 5 0 23629903 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 134718089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 28071 6274 201 144 0 27555 0
[pid=17190/tid=17523] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 23630267 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17190/tid=23587] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23587/stat : 23587 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23720278 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23588] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23588/stat : 23588 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23765286 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23591] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23591/stat : 23591 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 23787790 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1582.35
Current children cumulated vsize (KiB) 112284

[startup+1662.3 s]
/proc/loadavg: 2.05 2.05 2.09 3/79 23591
/proc/meminfo: memFree=1228312/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=112284 CPUtime=1642.08
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6884 0 0 0 164034 174 0 0 25 0 5 0 23629903 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 134748513 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 28071 6274 201 144 0 27555 0
[pid=17190/tid=17523] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 23630267 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17190/tid=23587] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23587/stat : 23587 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23720278 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23588] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23588/stat : 23588 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23765286 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23591] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23591/stat : 23591 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 23787790 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1642.08
Current children cumulated vsize (KiB) 112284

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

[startup+1663.9 s]
/proc/loadavg: 2.05 2.05 2.09 3/79 23591
/proc/meminfo: memFree=1228184/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=112284 CPUtime=1643.67
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6884 0 0 0 164193 174 0 0 25 0 5 0 23629903 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 134748472 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 28071 6274 201 144 0 27555 0
[pid=17190/tid=17523] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 23630267 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17190/tid=23587] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23587/stat : 23587 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23720278 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23588] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23588/stat : 23588 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23765286 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23591] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23591/stat : 23591 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 23787790 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1643.67
Current children cumulated vsize (KiB) 112284

[startup+1670.3 s]
/proc/loadavg: 2.04 2.05 2.09 3/79 23591
/proc/meminfo: memFree=1227800/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=112284 CPUtime=1650.04
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6884 0 0 0 164830 174 0 0 25 0 5 0 23629903 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 134748704 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 28071 6274 201 144 0 27555 0
[pid=17190/tid=17523] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 23630267 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17190/tid=23587] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23587/stat : 23587 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23720278 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23588] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23588/stat : 23588 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23765286 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23591] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23591/stat : 23591 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 23787790 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.04
Current children cumulated vsize (KiB) 112284

[startup+1673.5 s]
/proc/loadavg: 2.04 2.05 2.08 3/79 23591
/proc/meminfo: memFree=1227672/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=112284 CPUtime=1653.22
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6884 0 0 0 165148 174 0 0 25 0 5 0 23629903 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 134748640 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 28071 6274 201 144 0 27555 0
[pid=17190/tid=17523] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 23630267 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17190/tid=23587] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23587/stat : 23587 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23720278 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23588] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23588/stat : 23588 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23765286 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23591] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23591/stat : 23591 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 23787790 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.22
Current children cumulated vsize (KiB) 112284

[startup+1675.1 s]
/proc/loadavg: 2.04 2.05 2.08 3/79 23591
/proc/meminfo: memFree=1227608/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=112284 CPUtime=1654.81
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6884 0 0 0 165307 174 0 0 25 0 5 0 23629903 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 134748547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 28071 6274 201 144 0 27555 0
[pid=17190/tid=17523] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 23630267 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17190/tid=23587] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23587/stat : 23587 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23720278 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23588] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23588/stat : 23588 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23765286 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23591] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23591/stat : 23591 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 23787790 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.81
Current children cumulated vsize (KiB) 112284

[startup+1675.9 s]
/proc/loadavg: 2.04 2.05 2.08 3/79 23591
/proc/meminfo: memFree=1227480/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=112284 CPUtime=1655.61
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6884 0 0 0 165387 174 0 0 25 0 5 0 23629903 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 134718155 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 28071 6274 201 144 0 27555 0
[pid=17190/tid=17523] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 23630267 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17190/tid=23587] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23587/stat : 23587 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23720278 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23588] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23588/stat : 23588 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23765286 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23591] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23591/stat : 23591 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 23787790 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.61
Current children cumulated vsize (KiB) 112284

[startup+1676.3 s]
/proc/loadavg: 2.03 2.05 2.08 3/79 23591
/proc/meminfo: memFree=1227480/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=112284 CPUtime=1656.02
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6884 0 0 0 165428 174 0 0 25 0 5 0 23629903 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 134718141 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 28071 6274 201 144 0 27555 0
[pid=17190/tid=17523] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 23630267 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17190/tid=23587] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23587/stat : 23587 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23720278 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23588] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23588/stat : 23588 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23765286 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23591] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23591/stat : 23591 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 23787790 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.02
Current children cumulated vsize (KiB) 112284

[startup+1676.7 s]
/proc/loadavg: 2.03 2.05 2.08 3/79 23591
/proc/meminfo: memFree=1227480/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=112284 CPUtime=1656.41
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6884 0 0 0 165467 174 0 0 25 0 5 0 23629903 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 134748513 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 28071 6274 201 144 0 27555 0
[pid=17190/tid=17523] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 23630267 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17190/tid=23587] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23587/stat : 23587 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23720278 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23588] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23588/stat : 23588 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23765286 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23591] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23591/stat : 23591 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 23787790 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.41
Current children cumulated vsize (KiB) 112284

[startup+1676.8 s]
/proc/loadavg: 2.03 2.05 2.08 3/79 23591
/proc/meminfo: memFree=1227480/2055920 swapFree=4192812/4192956
[pid=17190] ppid=17188 vsize=112284 CPUtime=1656.51
/proc/17190/stat : 17190 (bprolog) R 17188 17190 20333 0 -1 4194304 6884 0 0 0 165477 174 0 0 25 0 5 0 23629903 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 134748335 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17190/statm: 28071 6274 201 144 0 27555 0
[pid=17190/tid=17523] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/17523/stat : 17523 (bprolog) S 17188 17190 20333 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 5 0 23630267 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17190/tid=23587] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23587/stat : 23587 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23720278 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23588] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23588/stat : 23588 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 5 0 23765286 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=17190/tid=23591] ppid=17188 vsize=112284 CPUtime=0
/proc/17190/task/23591/stat : 23591 (bprolog) S 17188 17190 20333 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 5 0 23787790 114978816 6274 996147200 134512640 135105188 4294956096 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.51
Current children cumulated vsize (KiB) 112284

Child status: 0
Real time (s): 1676.84
CPU time (s): 1656.55
CPU user time (s): 1654.8
CPU system time (s): 1.74773
CPU usage (%): 98.7897
Max. virtual memory (cumulated for all children) (KiB): 112284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1654.8
system time used= 1.74773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6884
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= 11
involuntary context switches= 30968

runsolver used 2.05569 second user time and 5.58315 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 04:27:19
IDJOB=2077729
IDBENCH=56653
IDSOLVER=770
FILE ID=node34/2077729-1247365639
PBS_JOBID= 9507041
Free space on /tmp= 66320 MiB

SOLVER NAME= bpsolver 09
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-07.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077729-1247365639/watcher-2077729-1247365639 -o /tmp/evaluation-result-2077729-1247365639/solver-2077729-1247365639 -C 1800 -W 2000 -M 900  HOME/solver HOME/instance-2077729-1247365639 1800

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

MD5SUM BENCH= 649294e53c6b0b14135b49af7d95af4e
RANDOM SEED=1782718312

node34.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1624192 kB
Buffers:         33000 kB
Cached:         172632 kB
SwapCached:          0 kB
Active:         294912 kB
Inactive:        77812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6260 kB
Writeback:           0 kB
Mapped:         188640 kB
Slab:            43408 kB
Committed_AS:   342908 kB
PageTables:       2460 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= 66184 MiB
End job on node34 at 2009-07-12 04:55:16