Trace number 203116

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-13? (TO) 1800.18 1800.76

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-39_ext.xml
MD5SUM077726e8764cc622524dd7385385087b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/203116-1168156400/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

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-203116-1168156400 -o ROOT/results/node24/solver-203116-1168156400 -C 1800 -M 900 /tmp/evaluation/203116-1168156400/Complete/Ordinary/solver /tmp/evaluation/203116-1168156400/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: 1.00 1.00 1.00 4/78 14753
/proc/meminfo: memFree=1518680/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=53472 CPUtime=0
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 164037905 54755328 195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/14752/statm: 13368 196 123 90 0 12906 0

[startup+0.103494 s]
/proc/loadavg: 1.00 1.00 1.00 4/78 14753
/proc/meminfo: memFree=1518680/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=61640 CPUtime=0.09
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 1969 0 0 0 9 0 0 0 18 0 1 0 164037905 63119360 1685 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/14752/statm: 15410 1685 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511536 s]
/proc/loadavg: 1.00 1.00 1.00 4/78 14753
/proc/meminfo: memFree=1518680/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=61640 CPUtime=0.5
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 7825 0 0 0 47 3 0 0 21 0 1 0 164037905 63119360 7541 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/14752/statm: 15410 7541 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33162 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14753
/proc/meminfo: memFree=1450776/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=130336 CPUtime=1.32
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 20953 0 0 0 122 10 0 0 25 0 1 0 164037905 133464064 10882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857163 0 0 4096 2 0 0 0 17 1 0 0
/proc/14752/statm: 32584 10883 158 90 0 32122 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 130336

[startup+2.9678 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14753
/proc/meminfo: memFree=1410200/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=165564 CPUtime=2.95
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 38486 0 0 0 277 18 0 0 25 0 1 0 164037905 169537536 18798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859306 0 0 4096 2 0 0 0 17 1 0 0
/proc/14752/statm: 41391 18798 158 90 0 40929 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 165564

[startup+6.24915 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14753
/proc/meminfo: memFree=1334616/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=240200 CPUtime=6.23
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 66942 0 0 0 593 30 0 0 25 0 1 0 164037905 245964800 28813 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134592424 0 0 4096 2 0 0 0 17 1 0 0
/proc/14752/statm: 60050 28813 158 90 0 59588 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 240200

[startup+12.6998 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14753
/proc/meminfo: memFree=1324056/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=246932 CPUtime=12.68
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 108833 0 0 0 1219 49 0 0 25 0 1 0 164037905 252858368 48696 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857338 0 0 4096 2 0 0 0 17 1 0 0
/proc/14752/statm: 61733 48696 158 90 0 61271 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 246932

[startup+25.5042 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14753
/proc/meminfo: memFree=1309144/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=252736 CPUtime=25.48
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 170690 0 0 0 2471 77 0 0 25 0 1 0 164037905 258801664 52560 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859335 0 0 4096 2 0 0 0 17 1 0 0
/proc/14752/statm: 63184 52560 158 90 0 62722 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 252736

[startup+51.113 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14753
/proc/meminfo: memFree=1302296/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=253128 CPUtime=51.08
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 289157 0 0 0 4976 132 0 0 25 0 1 0 164037905 259203072 54115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858335 0 0 4096 2 0 0 0 17 1 0 0
/proc/14752/statm: 63282 54115 158 90 0 62820 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 253128

[startup+102.332 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14753
/proc/meminfo: memFree=1079832/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=622152 CPUtime=102.29
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 597452 0 0 0 9954 275 0 0 25 0 1 0 164037905 637083648 109727 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/14752/statm: 155538 109727 158 90 0 155076 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 622152

[startup+162.383 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14754
/proc/meminfo: memFree=1030032/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=162.32
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 15933 299 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552106 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 635092

[startup+222.435 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14754
/proc/meminfo: memFree=1030032/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=222.36
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 21937 299 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134585632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 635092

[startup+282.488 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14754
/proc/meminfo: memFree=1030032/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=282.39
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 27940 299 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.39
Current children cumulated vsize (KiB) 635092

[startup+342.537 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14754
/proc/meminfo: memFree=1029968/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=342.43
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 33943 300 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565523 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.43
Current children cumulated vsize (KiB) 635092

[startup+402.594 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14754
/proc/meminfo: memFree=1029968/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=402.47
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 39947 300 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560386 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.47
Current children cumulated vsize (KiB) 635092

[startup+462.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 14870
/proc/meminfo: memFree=1028624/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=462.47
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 45946 301 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556849 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.47
Current children cumulated vsize (KiB) 635092

[startup+522.739 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 14930
/proc/meminfo: memFree=1028696/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=522.49
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 51948 301 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.49
Current children cumulated vsize (KiB) 635092

[startup+582.797 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14952
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=582.52
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 57950 302 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565530 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.52
Current children cumulated vsize (KiB) 635092

[startup+642.856 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14952
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=642.56
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 63954 302 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.56
Current children cumulated vsize (KiB) 635092

[startup+702.907 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14952
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=702.6

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

/proc/loadavg: 1.00 1.00 1.00 2/79 14952
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1002.79
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 99974 305 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1002.79
Current children cumulated vsize (KiB) 635092

[startup+1063.23 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14952
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1062.83
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 105977 306 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.83
Current children cumulated vsize (KiB) 635092

[startup+1123.28 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 14952
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1122.86
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 111980 306 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.86
Current children cumulated vsize (KiB) 635092

[startup+1183.33 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 14952
/proc/meminfo: memFree=1029904/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1182.91
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 117984 307 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.91
Current children cumulated vsize (KiB) 635092

[startup+1243.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14952
/proc/meminfo: memFree=1029904/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1242.94
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 123987 307 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.94
Current children cumulated vsize (KiB) 635092

[startup+1303.44 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 14952
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1302.98
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 129990 308 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.98
Current children cumulated vsize (KiB) 635092

[startup+1363.49 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 14952
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1363.01
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 135993 308 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1363.01
Current children cumulated vsize (KiB) 635092

[startup+1423.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14952
/proc/meminfo: memFree=1029904/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1423.05
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 141996 309 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1423.05
Current children cumulated vsize (KiB) 635092

[startup+1483.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14952
/proc/meminfo: memFree=1029904/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1483.09
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 148000 309 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664615 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.09
Current children cumulated vsize (KiB) 635092

[startup+1543.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14954
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1543.13
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 154003 310 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670236 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.13
Current children cumulated vsize (KiB) 635092

[startup+1603.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14954
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1603.16
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 160006 310 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.16
Current children cumulated vsize (KiB) 635092

[startup+1663.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14954
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1663.2
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 166010 310 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580219 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.2
Current children cumulated vsize (KiB) 635092

[startup+1723.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14954
/proc/meminfo: memFree=1029904/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1723.25
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 172014 311 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.25
Current children cumulated vsize (KiB) 635092

[startup+1783.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14954
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1783.28
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 178017 311 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639164 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.28
Current children cumulated vsize (KiB) 635092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 14954
/proc/meminfo: memFree=1029840/2055920 swapFree=4192812/4192956
[pid=14752] ppid=14750 vsize=635092 CPUtime=1800.09
/proc/14752/stat : 14752 (bprolog) R 14750 14752 13757 0 -1 4194304 647687 0 0 0 179697 312 0 0 25 0 2 0 164037905 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584964 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14752/statm: 158773 121967 170 90 0 158311 0
[pid=14752/tid=14754] ppid=14750 vsize=635092 CPUtime=0
/proc/14752/task/14754/stat : 14754 (bprolog) S 14750 14752 13757 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 164049965 650334208 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 635092

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.76
CPU time (s): 1800.18
CPU user time (s): 1796.99
CPU system time (s): 3.19251
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 635092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.99
system time used= 3.19251
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 647687
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= 8
involuntary context switches= 13619

runsolver used 2.00969 s user time and 4.39033 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sun Jan  7 07:53:20 UTC 2007


IDJOB= 203116
IDBENCH= 3915
FILE ID= node24/203116-1168156400

PBS_JOBID= 3478464

Free space on /tmp= 66469 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28-fcd/rand-3-28-28-93-632-fcd-39_ext.xml
COMMAND LINE= /tmp/evaluation/203116-1168156400/Complete/Ordinary/solver /tmp/evaluation/203116-1168156400/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node24/convwatcher-203116-1168156400 -o ROOT/results/node24/conversion-203116-1168156400 -C 600 -M 900 /tmp/evaluation/203116-1168156400/Complete/Ordinary/conversion /tmp/evaluation/203116-1168156400/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  077726e8764cc622524dd7385385087b

RANDOM SEED= 425612554

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:       1519160 kB
Buffers:         53932 kB
Cached:         362296 kB
SwapCached:          0 kB
Active:         220972 kB
Inactive:       248476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1519160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14296 kB
Writeback:           0 kB
Mapped:          72212 kB
Slab:            52692 kB
Committed_AS:  3301988 kB
PageTables:       1984 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= 66462 MiB



End job on node24 on Sun Jan  7 08:23:47 UTC 2007