Trace number 200672

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, and are wall clock time (not CPU 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
BPrologCSPSolver70a 2006-12-13SAT 1349.35 1350.43

General information on the benchmark

Namecomposed/composed-25-10-20/
composed-25-10-20-7_ext.xml
MD5SUM38d2823e9bc9d94d57819cb4698f07b6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.052991
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables105
Number of constraints620
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension620
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1350.42	
1350.42	Time: 1349247
1350.42	
c 
c 
c 
c solution file
c 
c 

SAT
4 6 5 2 6 0 3 6 1 1 3 9 4 9 0 6 0 3 8 0 2 4 0 1 3 0 1 5 5 8 0 0 0 2 6 4 0 5 0 7 6 7 2 5 2 0 1 4 1 1 3 8 0 1 5 5 3 5 2 7 3 0 1 8 5 8 5 0 2 3 0 9 1 8 6 3 0 0 4 2 6 9 4 9 8 0 2 6 2 9 7 4 3 6 7 5 3 3 6 2 2 6 0 9 2 
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/200672-1168143262/unknown)

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node24/watcher-200672-1168143262 -o ROOT/results/node24/solver-200672-1168143262 -C 1800 -M 900 /tmp/evaluation/200672-1168143262/Complete/Ordinary/solver /tmp/evaluation/200672-1168143262/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 0.49 1.35 1.61 3/81 12004
/proc/meminfo: memFree=1587544/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=53472 CPUtime=0
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 493 0 0 0 0 0 0 0 18 0 1 0 162722129 54755328 212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550268 0 0 4096 2 0 0 0 17 0 0 0
/proc/12003/statm: 13368 212 123 90 0 12906 0

[startup+0.108477 s]
/proc/loadavg: 0.49 1.35 1.61 3/81 12004
/proc/meminfo: memFree=1587544/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=53820 CPUtime=0.1
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 1449 0 0 0 10 0 0 0 18 0 1 0 162722129 55111680 1164 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555775 0 0 4096 2 0 0 0 17 0 0 0
/proc/12003/statm: 13455 1166 158 90 0 12993 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53820

[startup+0.518515 s]
/proc/loadavg: 0.49 1.35 1.61 3/81 12004
/proc/meminfo: memFree=1587544/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=0.51
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3965 0 0 0 49 2 0 0 23 0 2 0 162722129 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3680 170 90 0 15554 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 64064

[startup+1.3426 s]
/proc/loadavg: 0.49 1.35 1.61 2/82 12013
/proc/meminfo: memFree=1573264/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=1.33
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3965 0 0 0 131 2 0 0 25 0 2 0 162722129 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639037 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3680 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 64064

[startup+2.98078 s]
/proc/loadavg: 0.53 1.35 1.61 2/82 12013
/proc/meminfo: memFree=1573264/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=2.97
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3965 0 0 0 295 2 0 0 25 0 2 0 162722129 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3680 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 64064

[startup+6.25913 s]
/proc/loadavg: 0.53 1.35 1.61 2/82 12023
/proc/meminfo: memFree=1573136/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=6.25
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3965 0 0 0 623 2 0 0 25 0 2 0 162722129 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670380 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3680 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 64064

[startup+12.7218 s]
/proc/loadavg: 0.60 1.34 1.60 2/82 12027
/proc/meminfo: memFree=1573928/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=12.71
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3965 0 0 0 1269 2 0 0 25 0 2 0 162722129 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3680 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 64064

[startup+25.5372 s]
/proc/loadavg: 0.66 1.32 1.59 2/82 12250
/proc/meminfo: memFree=1570784/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=25.51
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3965 0 0 0 2548 3 0 0 25 0 2 0 162722129 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3680 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 64064

[startup+51.175 s]
/proc/loadavg: 0.77 1.30 1.57 2/82 12290
/proc/meminfo: memFree=1573680/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=51.13
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3965 0 0 0 5108 5 0 0 25 0 2 0 162722129 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589495 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3680 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 64064

[startup+102.391 s]
/proc/loadavg: 1.18 1.31 1.56 3/88 12398
/proc/meminfo: memFree=1557440/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=102.3
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3965 0 0 0 10224 6 0 0 25 0 2 0 162722129 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711370 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3680 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64064

[startup+162.4 s]
/proc/loadavg: 1.70 1.44 1.59 3/88 12398
/proc/meminfo: memFree=1557504/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=162.25
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 16219 6 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670094 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 64064

[startup+222.416 s]
/proc/loadavg: 1.90 1.54 1.61 3/88 12398
/proc/meminfo: memFree=1557504/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=222.21
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 22215 6 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 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) 64064

[startup+282.423 s]
/proc/loadavg: 1.96 1.62 1.63 3/88 12400
/proc/meminfo: memFree=1557504/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=282.13
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 28207 6 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639208 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 64064

[startup+342.431 s]
/proc/loadavg: 1.98 1.69 1.65 3/88 12400
/proc/meminfo: memFree=1557440/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=342.09
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 34203 6 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 64064

[startup+402.438 s]
/proc/loadavg: 1.99 1.74 1.67 3/88 12400
/proc/meminfo: memFree=1557440/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=402.05
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 40198 7 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610241 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 64064

[startup+462.441 s]
/proc/loadavg: 1.99 1.78 1.69 3/88 12400
/proc/meminfo: memFree=1557440/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=461.97
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 46190 7 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 64064

[startup+522.447 s]
/proc/loadavg: 2.03 1.84 1.71 3/88 12400
/proc/meminfo: memFree=1557440/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=521.93
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 52186 7 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.93
Current children cumulated vsize (KiB) 64064

[startup+582.458 s]
/proc/loadavg: 2.01 1.86 1.73 3/88 12400
/proc/meminfo: memFree=1557440/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=581.89
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 58182 7 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555738 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 581.89
Current children cumulated vsize (KiB) 64064

[startup+642.466 s]
/proc/loadavg: 2.00 1.89 1.74 3/88 12400
/proc/meminfo: memFree=1557440/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=641.81
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 64174 7 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610475 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.81
Current children cumulated vsize (KiB) 64064

[startup+702.472 s]
/proc/loadavg: 2.03 1.92 1.76 3/88 12400
/proc/meminfo: memFree=1557440/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=701.77
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 70170 7 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.77
Current children cumulated vsize (KiB) 64064

[startup+762.48 s]
/proc/loadavg: 2.06 1.94 1.77 3/88 12400
/proc/meminfo: memFree=1557440/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=761.73
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 76166 7 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.73
Current children cumulated vsize (KiB) 64064

[startup+822.488 s]
/proc/loadavg: 2.02 1.95 1.79 3/88 12400
/proc/meminfo: memFree=1557376/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=821.66
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 82159 7 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670730 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.66
Current children cumulated vsize (KiB) 64064

[startup+882.498 s]
/proc/loadavg: 2.00 1.96 1.80 3/88 12400
/proc/meminfo: memFree=1557440/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=64064 CPUtime=881.61
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3966 0 0 0 88154 7 0 0 25 0 2 0 162722129 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 16016 3681 170 90 0 15554 0
[pid=12003/tid=12013] ppid=12001 vsize=64064 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 162722149 65601536 3681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.61
Current children cumulated vsize (KiB) 64064

[startup+942.524 s]
/proc/loadavg: 2.04 1.97 1.81 3/89 12401
/proc/meminfo: memFree=1557368/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=74308 CPUtime=941.59
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3977 0 0 0 94152 7 0 0 25 0 3 0 162722129 76091392 3692 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670538 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 18577 3692 170 90 0 18115 0
[pid=12003/tid=12013] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162722149 76091392 3692 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12003/tid=12401] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12401/stat : 12401 (bprolog) S 12001 12003 11822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162812162 76091392 3692 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.59
Current children cumulated vsize (KiB) 74308

[startup+1002.54 s]
/proc/loadavg: 1.71 1.91 1.80 2/80 12422
/proc/meminfo: memFree=1578488/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=74308 CPUtime=1001.55
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3977 0 0 0 100148 7 0 0 25 0 3 0 162722129 76091392 3692 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552673 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 18577 3692 170 90 0 18115 0
[pid=12003/tid=12013] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162722149 76091392 3692 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12003/tid=12401] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12401/stat : 12401 (bprolog) S 12001 12003 11822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162812162 76091392 3692 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.55
Current children cumulated vsize (KiB) 74308

[startup+1062.64 s]
/proc/loadavg: 1.26 1.74 1.75 2/80 12422
/proc/meminfo: memFree=1578616/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=74308 CPUtime=1061.63
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3977 0 0 0 106156 7 0 0 25 0 3 0 162722129 76091392 3692 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 18577 3692 170 90 0 18115 0
[pid=12003/tid=12013] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162722149 76091392 3692 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12003/tid=12401] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12401/stat : 12401 (bprolog) S 12001 12003 11822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162812162 76091392 3692 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.63
Current children cumulated vsize (KiB) 74308

[startup+1122.74 s]
/proc/loadavg: 1.09 1.60 1.70 2/80 12422
/proc/meminfo: memFree=1578616/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=74308 CPUtime=1121.72
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3978 0 0 0 112165 7 0 0 25 0 3 0 162722129 76091392 3693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558125 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 18577 3693 170 90 0 18115 0
[pid=12003/tid=12013] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162722149 76091392 3693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12003/tid=12401] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12401/stat : 12401 (bprolog) S 12001 12003 11822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162812162 76091392 3693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 74308

[startup+1182.74 s]
/proc/loadavg: 1.03 1.49 1.65 3/80 12422
/proc/meminfo: memFree=1578616/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=74308 CPUtime=1181.71
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3978 0 0 0 118163 8 0 0 25 0 3 0 162722129 76091392 3693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711937 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 18577 3693 170 90 0 18115 0
[pid=12003/tid=12013] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162722149 76091392 3693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12003/tid=12401] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12401/stat : 12401 (bprolog) S 12001 12003 11822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162812162 76091392 3693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 74308

[startup+1242.84 s]
/proc/loadavg: 1.01 1.40 1.61 2/80 12422
/proc/meminfo: memFree=1578680/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=74308 CPUtime=1241.79
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3978 0 0 0 124171 8 0 0 25 0 3 0 162722129 76091392 3693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 18577 3693 170 90 0 18115 0
[pid=12003/tid=12013] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162722149 76091392 3693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12003/tid=12401] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12401/stat : 12401 (bprolog) S 12001 12003 11822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162812162 76091392 3693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 74308

[startup+1302.94 s]
/proc/loadavg: 1.00 1.32 1.57 2/80 12422
/proc/meminfo: memFree=1578688/2055920 swapFree=4192812/4192956
[pid=12003] ppid=12001 vsize=74308 CPUtime=1301.87
/proc/12003/stat : 12003 (bprolog) R 12001 12003 11822 0 -1 4194304 3978 0 0 0 130179 8 0 0 25 0 3 0 162722129 76091392 3693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12003/statm: 18577 3693 170 90 0 18115 0
[pid=12003/tid=12013] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12013/stat : 12013 (bprolog) S 12001 12003 11822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162722149 76091392 3693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=12003/tid=12401] ppid=12001 vsize=74308 CPUtime=0
/proc/12003/task/12401/stat : 12401 (bprolog) S 12001 12003 11822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162812162 76091392 3693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 74308

Child status: 0
Real time (s): 1350.43
CPU time (s): 1349.35
CPU user time (s): 1349.26
CPU system time (s): 0.090986
CPU usage (%): 99.92
Max. virtual memory (cumulated for all children) (KiB): 84552

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

runsolver used 1.45378 s user time and 3.57446 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sun Jan  7 04:14:24 UTC 2007


IDJOB= 200672
IDBENCH= 3721
FILE ID= node24/200672-1168143262

PBS_JOBID= 3478114

Free space on /tmp= 66474 MiB

BENCH NAME= HOME/pub/bench/CPAI06/composed/composed-25-10-20/composed-25-10-20-7_ext.xml
COMMAND LINE= /tmp/evaluation/200672-1168143262/Complete/Ordinary/solver /tmp/evaluation/200672-1168143262/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node24/convwatcher-200672-1168143262 -o ROOT/results/node24/conversion-200672-1168143262 -C 600 -M 900 /tmp/evaluation/200672-1168143262/Complete/Ordinary/conversion /tmp/evaluation/200672-1168143262/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-200672-1168143262 -o ROOT/results/node24/solver-200672-1168143262 -C 1800 -M 900  /tmp/evaluation/200672-1168143262/Complete/Ordinary/solver /tmp/evaluation/200672-1168143262/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  38d2823e9bc9d94d57819cb4698f07b6

RANDOM SEED= 849238947

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.234
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.234
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:       1588024 kB
Buffers:         49892 kB
Cached:         293168 kB
SwapCached:          0 kB
Active:         203184 kB
Inactive:       197200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          76256 kB
Slab:            52496 kB
Committed_AS:  3283376 kB
PageTables:       2196 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= 66475 MiB



End job on node24 on Sun Jan  7 04:36:59 UTC 2007