Trace number 206226

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.13 1812.16

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-43_ext.xml
MD5SUMb48645c8da06904d02bd36c48da994b9
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/206226-1168170261/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/node11/watcher-206226-1168170261 -o ROOT/results/node11/solver-206226-1168170261 -C 1800 -M 900 /tmp/evaluation/206226-1168170261/Complete/Ordinary/solver /tmp/evaluation/206226-1168170261/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.95 1.98 1.93 5/89 32657
/proc/meminfo: memFree=1674480/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=5212 CPUtime=0
/proc/32656/stat : 32656 (sh) R 32654 32656 32117 0 -1 4194304 71 0 0 0 0 0 0 0 20 0 1 0 165424079 5337088 44 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 262909575968 0 0 4096 0 0 0 0 17 1 0 0
/proc/32656/statm: 1303 44 30 169 0 14 0

[startup+0.103367 s]
/proc/loadavg: 1.95 1.98 1.93 5/89 32657
/proc/meminfo: memFree=1674480/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=61640 CPUtime=0.09
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 1900 0 0 0 9 0 0 0 20 0 1 0 165424079 63119360 1616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591424 0 0 4096 2 0 0 0 17 1 0 0
/proc/32656/statm: 15410 1616 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511446 s]
/proc/loadavg: 1.95 1.98 1.93 5/89 32657
/proc/meminfo: memFree=1674480/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=61640 CPUtime=0.49
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 7655 0 0 0 47 2 0 0 23 0 1 0 165424079 63119360 7371 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552106 0 0 4096 2 0 0 0 17 1 0 0
/proc/32656/statm: 15410 7371 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33261 s]
/proc/loadavg: 1.95 1.98 1.93 3/89 32657
/proc/meminfo: memFree=1607088/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=130336 CPUtime=1.31
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 20781 0 0 0 123 8 0 0 25 0 1 0 165424079 133464064 10710 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857292 0 0 4096 2 0 0 0 17 1 0 0
/proc/32656/statm: 32584 10710 158 90 0 32122 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 130336

[startup+2.96994 s]
/proc/loadavg: 1.95 1.98 1.93 3/89 32657
/proc/meminfo: memFree=1566000/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=165564 CPUtime=2.93
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 38486 0 0 0 277 16 0 0 25 0 1 0 165424079 169537536 18798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/32656/statm: 41391 18798 158 90 0 40929 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 165564

[startup+6.25658 s]
/proc/loadavg: 1.95 1.98 1.93 3/89 32657
/proc/meminfo: memFree=1490416/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=240200 CPUtime=6.18
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 66806 0 0 0 591 27 0 0 25 0 1 0 165424079 245964800 28677 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/32656/statm: 60050 28677 158 90 0 59588 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 240200

[startup+12.7189 s]
/proc/loadavg: 1.96 1.98 1.93 3/89 32657
/proc/meminfo: memFree=1479984/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=246652 CPUtime=12.58
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 105045 0 0 0 1216 42 0 0 25 0 1 0 165424079 252571648 48626 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711937 0 0 4096 2 0 0 0 17 1 0 0
/proc/32656/statm: 61663 48626 158 90 0 61201 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 246652

[startup+25.5494 s]
/proc/loadavg: 1.96 1.98 1.93 3/89 32657
/proc/meminfo: memFree=1465200/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=252740 CPUtime=25.3
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 170689 0 0 0 2452 78 0 0 25 0 1 0 165424079 258805760 52563 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858969 0 0 4096 2 0 0 0 17 1 0 0
/proc/32656/statm: 63185 52563 158 90 0 62723 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 252740

[startup+51.2075 s]
/proc/loadavg: 1.97 1.98 1.93 3/89 32657
/proc/meminfo: memFree=1458160/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=253128 CPUtime=50.72
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 289154 0 0 0 4939 133 0 0 25 0 1 0 165424079 259203072 54115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859037 0 0 4096 2 0 0 0 17 1 0 0
/proc/32656/statm: 63282 54115 158 90 0 62820 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 253128

[startup+102.415 s]
/proc/loadavg: 1.99 1.98 1.93 3/89 32657
/proc/meminfo: memFree=1277168/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=482852 CPUtime=101.45
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 566395 0 0 0 9883 262 0 0 25 0 1 0 165424079 494440448 102926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580282 0 0 4096 2 0 0 0 17 1 0 0
/proc/32656/statm: 120713 102926 158 90 0 120251 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 482852

[startup+162.47 s]
/proc/loadavg: 1.99 1.98 1.93 3/90 32658
/proc/meminfo: memFree=1185896/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=635088 CPUtime=160.96
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669475 0 0 0 15783 313 0 0 25 0 2 0 165424079 650330112 121962 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711885 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32656/statm: 158772 121962 170 90 0 158310 0
[pid=32656/tid=32658] ppid=32654 vsize=635088 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165437001 650330112 121962 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 635088

[startup+222.526 s]
/proc/loadavg: 1.99 1.98 1.93 3/90 32658
/proc/meminfo: memFree=1185832/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=635088 CPUtime=220.45
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669476 0 0 0 21732 313 0 0 25 0 2 0 165424079 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32656/statm: 158772 121963 170 90 0 158310 0
[pid=32656/tid=32658] ppid=32654 vsize=635088 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165437001 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.45
Current children cumulated vsize (KiB) 635088

[startup+282.583 s]
/proc/loadavg: 1.99 1.98 1.93 3/90 32658
/proc/meminfo: memFree=1185768/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=635088 CPUtime=279.96
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669476 0 0 0 27682 314 0 0 25 0 2 0 165424079 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32656/statm: 158772 121963 170 90 0 158310 0
[pid=32656/tid=32658] ppid=32654 vsize=635088 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165437001 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.96
Current children cumulated vsize (KiB) 635088

[startup+342.636 s]
/proc/loadavg: 1.99 1.98 1.93 3/90 32658
/proc/meminfo: memFree=1185704/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=635088 CPUtime=339.46
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669476 0 0 0 33632 314 0 0 25 0 2 0 165424079 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608327 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32656/statm: 158772 121963 170 90 0 158310 0
[pid=32656/tid=32658] ppid=32654 vsize=635088 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165437001 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.46
Current children cumulated vsize (KiB) 635088

[startup+402.688 s]
/proc/loadavg: 2.05 2.00 1.94 3/99 32714
/proc/meminfo: memFree=1059232/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=635088 CPUtime=398.87
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669476 0 0 0 39567 320 0 0 25 0 2 0 165424079 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32656/statm: 158772 121963 170 90 0 158310 0
[pid=32656/tid=32658] ppid=32654 vsize=635088 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165437001 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.87
Current children cumulated vsize (KiB) 635088

[startup+462.749 s]
/proc/loadavg: 2.02 2.00 1.94 3/99 32714
/proc/meminfo: memFree=1014560/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=635088 CPUtime=458.51
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669476 0 0 0 45531 320 0 0 25 0 2 0 165424079 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565311 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32656/statm: 158772 121963 170 90 0 158310 0
[pid=32656/tid=32658] ppid=32654 vsize=635088 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165437001 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.51
Current children cumulated vsize (KiB) 635088

[startup+522.805 s]
/proc/loadavg: 2.00 2.00 1.94 3/99 32714
/proc/meminfo: memFree=987488/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=635088 CPUtime=518.22
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669476 0 0 0 51502 320 0 0 25 0 2 0 165424079 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32656/statm: 158772 121963 170 90 0 158310 0
[pid=32656/tid=32658] ppid=32654 vsize=635088 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165437001 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.22
Current children cumulated vsize (KiB) 635088

[startup+582.862 s]
/proc/loadavg: 2.00 2.00 1.94 3/99 32714
/proc/meminfo: memFree=958880/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=635088 CPUtime=577.93
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669476 0 0 0 57473 320 0 0 25 0 2 0 165424079 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32656/statm: 158772 121963 170 90 0 158310 0
[pid=32656/tid=32658] ppid=32654 vsize=635088 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165437001 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.93
Current children cumulated vsize (KiB) 635088

[startup+642.92 s]
/proc/loadavg: 2.00 2.00 1.94 3/99 32714
/proc/meminfo: memFree=929952/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=635088 CPUtime=637.62
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669476 0 0 0 63442 320 0 0 25 0 2 0 165424079 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32656/statm: 158772 121963 170 90 0 158310 0
[pid=32656/tid=32658] ppid=32654 vsize=635088 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165437001 650330112 121963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.62
Current children cumulated vsize (KiB) 635088

[startup+702.985 s]
/proc/loadavg: 2.00 2.00 1.94 3/99 32714
/proc/meminfo: memFree=929888/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=635088 CPUtime=697.4

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

[pid=32656/tid=32658] ppid=32654 vsize=645332 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165437001 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=397] ppid=32654 vsize=645332 CPUtime=0
/proc/32656/task/397/stat : 397 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165527018 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1175.02
Current children cumulated vsize (KiB) 645332

[startup+1243.58 s]
/proc/loadavg: 2.03 2.02 1.95 3/100 445
/proc/meminfo: memFree=754392/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=645332 CPUtime=1234.81
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669478 0 0 0 123150 331 0 0 25 0 3 0 165424079 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32656/statm: 161333 121965 170 90 0 160871 0
[pid=32656/tid=32658] ppid=32654 vsize=645332 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165437001 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=397] ppid=32654 vsize=645332 CPUtime=0
/proc/32656/task/397/stat : 397 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165527018 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.81
Current children cumulated vsize (KiB) 645332

[startup+1303.67 s]
/proc/loadavg: 2.01 2.02 1.95 3/100 445
/proc/meminfo: memFree=754392/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=645332 CPUtime=1294.6
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669478 0 0 0 129129 331 0 0 25 0 3 0 165424079 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552265 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32656/statm: 161333 121965 170 90 0 160871 0
[pid=32656/tid=32658] ppid=32654 vsize=645332 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165437001 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=397] ppid=32654 vsize=645332 CPUtime=0
/proc/32656/task/397/stat : 397 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165527018 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1294.6
Current children cumulated vsize (KiB) 645332

[startup+1363.76 s]
/proc/loadavg: 2.06 2.03 1.95 3/100 445
/proc/meminfo: memFree=725400/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=645332 CPUtime=1354.36
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669478 0 0 0 135104 332 0 0 25 0 3 0 165424079 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711375 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32656/statm: 161333 121965 170 90 0 160871 0
[pid=32656/tid=32658] ppid=32654 vsize=645332 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165437001 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=397] ppid=32654 vsize=645332 CPUtime=0
/proc/32656/task/397/stat : 397 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165527018 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1354.36
Current children cumulated vsize (KiB) 645332

[startup+1423.85 s]
/proc/loadavg: 2.05 2.03 1.96 3/100 445
/proc/meminfo: memFree=725272/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=645332 CPUtime=1414.1
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669478 0 0 0 141078 332 0 0 25 0 3 0 165424079 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614958 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32656/statm: 161333 121965 170 90 0 160871 0
[pid=32656/tid=32658] ppid=32654 vsize=645332 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165437001 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=397] ppid=32654 vsize=645332 CPUtime=0
/proc/32656/task/397/stat : 397 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165527018 660819968 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1414.1
Current children cumulated vsize (KiB) 645332

[startup+1483.95 s]
/proc/loadavg: 2.02 2.02 1.96 3/101 446
/proc/meminfo: memFree=695760/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=655576 CPUtime=1473.87
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669479 0 0 0 147054 333 0 0 25 0 4 0 165424079 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32656/statm: 163894 121966 170 90 0 163432 0
[pid=32656/tid=32658] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165437001 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=397] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/397/stat : 397 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165527018 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=446] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/446/stat : 446 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165572029 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1473.87
Current children cumulated vsize (KiB) 655576

[startup+1543.97 s]
/proc/loadavg: 2.00 2.02 1.96 3/101 446
/proc/meminfo: memFree=695696/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=655576 CPUtime=1533.59
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669479 0 0 0 153026 333 0 0 25 0 4 0 165424079 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552184 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/32656/statm: 163894 121966 170 90 0 163432 0
[pid=32656/tid=32658] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165437001 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=397] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/397/stat : 397 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165527018 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=446] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/446/stat : 446 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165572029 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.59
Current children cumulated vsize (KiB) 655576

[startup+1603.98 s]
/proc/loadavg: 2.05 2.03 1.97 3/101 446
/proc/meminfo: memFree=666128/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=655576 CPUtime=1593.19
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669479 0 0 0 158985 334 0 0 25 0 4 0 165424079 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32656/statm: 163894 121966 170 90 0 163432 0
[pid=32656/tid=32658] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165437001 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=397] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/397/stat : 397 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165527018 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=446] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/446/stat : 446 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165572029 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.19
Current children cumulated vsize (KiB) 655576

[startup+1663.99 s]
/proc/loadavg: 2.02 2.02 1.97 3/101 446
/proc/meminfo: memFree=666064/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=655576 CPUtime=1652.87
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669479 0 0 0 164953 334 0 0 25 0 4 0 165424079 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32656/statm: 163894 121966 170 90 0 163432 0
[pid=32656/tid=32658] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165437001 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=397] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/397/stat : 397 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165527018 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=446] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/446/stat : 446 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165572029 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.87
Current children cumulated vsize (KiB) 655576

[startup+1724.01 s]
/proc/loadavg: 2.06 2.03 1.97 3/101 446
/proc/meminfo: memFree=636304/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=655576 CPUtime=1712.53
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669479 0 0 0 170919 334 0 0 25 0 4 0 165424079 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32656/statm: 163894 121966 170 90 0 163432 0
[pid=32656/tid=32658] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165437001 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=397] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/397/stat : 397 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165527018 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=446] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/446/stat : 446 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165572029 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.53
Current children cumulated vsize (KiB) 655576

[startup+1784.02 s]
/proc/loadavg: 2.02 2.02 1.97 3/101 446
/proc/meminfo: memFree=636176/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=655576 CPUtime=1772.2
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669479 0 0 0 176885 335 0 0 25 0 4 0 165424079 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32656/statm: 163894 121966 170 90 0 163432 0
[pid=32656/tid=32658] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165437001 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=397] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/397/stat : 397 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165527018 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=446] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/446/stat : 446 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165572029 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.2
Current children cumulated vsize (KiB) 655576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.08 s]
/proc/loadavg: 2.01 2.02 1.97 3/101 446
/proc/meminfo: memFree=606800/2055920 swapFree=4192812/4192956
[pid=32656] ppid=32654 vsize=655576 CPUtime=1800.04
/proc/32656/stat : 32656 (bprolog) R 32654 32656 32117 0 -1 4194304 669479 0 0 0 179669 335 0 0 25 0 4 0 165424079 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/32656/statm: 163894 121966 170 90 0 163432 0
[pid=32656/tid=32658] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/32658/stat : 32658 (bprolog) S 32654 32656 32117 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165437001 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=397] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/397/stat : 397 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165527018 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=32656/tid=446] ppid=32654 vsize=655576 CPUtime=0
/proc/32656/task/446/stat : 446 (bprolog) S 32654 32656 32117 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165572029 671309824 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 655576

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.16
CPU time (s): 1800.13
CPU user time (s): 1796.7
CPU system time (s): 3.42648
CPU usage (%): 99.3361
Max. virtual memory (cumulated for all children) (KiB): 655576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.7
system time used= 3.42648
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 669479
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= 13
involuntary context switches= 52339

runsolver used 2.49962 s user time and 5.53416 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Jan  7 11:44:24 UTC 2007


IDJOB= 206226
IDBENCH= 4192
FILE ID= node11/206226-1168170261

PBS_JOBID= 3478815

Free space on /tmp= 66331 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-206226-1168170261 -o ROOT/results/node11/solver-206226-1168170261 -C 1800 -M 900  /tmp/evaluation/206226-1168170261/Complete/Ordinary/solver /tmp/evaluation/206226-1168170261/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  b48645c8da06904d02bd36c48da994b9

RANDOM SEED= 620146300

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.261
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	: 5931.00
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.261
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:       1674960 kB
Buffers:         25444 kB
Cached:         165568 kB
SwapCached:          0 kB
Active:         212280 kB
Inactive:       111340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14304 kB
Writeback:           0 kB
Mapped:         152840 kB
Slab:            41748 kB
Committed_AS:  4991004 kB
PageTables:       2564 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= 66321 MiB



End job on node11 on Sun Jan  7 12:15:03 UTC 2007