Trace number 225201

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.06 1809.81

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-49_ext.xml
MD5SUMe7744e2e0b31c6eb2d2c94934bc76323
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 benchmark7.98479
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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/225201-1168271290/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/node61/watcher-225201-1168271290 -o ROOT/results/node61/solver-225201-1168271290 -C 1800 -M 900 /tmp/evaluation/225201-1168271290/Complete/Ordinary/solver /tmp/evaluation/225201-1168271290/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: 2.24 2.24 2.11 5/81 7659
/proc/meminfo: memFree=1367064/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=61640 CPUtime=0.07
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 1533 0 0 0 7 0 0 0 18 0 1 0 175527624 63119360 1249 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591756 0 0 4096 2 0 0 0 17 1 0 0
/proc/7658/statm: 15410 1250 158 90 0 14948 0

[startup+0.102785 s]
/proc/loadavg: 2.24 2.24 2.11 5/81 7659
/proc/meminfo: memFree=1367064/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=61640 CPUtime=0.09
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 1736 0 0 0 8 1 0 0 18 0 1 0 175527624 63119360 1452 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/7658/statm: 15410 1453 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.51585 s]
/proc/loadavg: 2.24 2.24 2.11 5/81 7659
/proc/meminfo: memFree=1367064/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=61640 CPUtime=0.5
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 5333 0 0 0 47 3 0 0 22 0 1 0 175527624 63119360 5049 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601535 0 0 4096 2 0 0 0 17 1 0 0
/proc/7658/statm: 15410 5049 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33699 s]
/proc/loadavg: 2.22 2.24 2.11 3/81 7659
/proc/meminfo: memFree=1332696/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=64576 CPUtime=1.32
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 8672 0 0 0 127 5 0 0 25 0 1 0 175527624 66125824 7653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558921 0 0 4096 2 0 0 0 17 1 0 0
/proc/7658/statm: 16144 7655 158 90 0 15682 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 64576

[startup+2.98528 s]
/proc/loadavg: 2.22 2.24 2.11 3/81 7659
/proc/meminfo: memFree=1323608/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=77328 CPUtime=2.96
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 23086 0 0 0 283 13 0 0 25 0 1 0 175527624 79183872 11320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 0 0 0 17 1 0 0
/proc/7658/statm: 19332 11329 158 90 0 18870 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 77328

[startup+6.19285 s]
/proc/loadavg: 2.22 2.24 2.11 4/81 7659
/proc/meminfo: memFree=1315680/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=77568 CPUtime=6.15
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 40241 0 0 0 591 24 0 0 25 0 1 0 175527624 79429632 13059 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/7658/statm: 19392 13059 158 90 0 18930 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 77568

[startup+12.597 s]
/proc/loadavg: 2.26 2.25 2.11 3/81 7659
/proc/meminfo: memFree=1314592/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=77624 CPUtime=12.5
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 68073 0 0 0 1210 40 0 0 25 0 1 0 175527624 79486976 13277 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858994 0 0 4096 2 0 0 0 17 1 0 0
/proc/7658/statm: 19406 13277 158 90 0 18944 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 77624

[startup+25.4742 s]
/proc/loadavg: 2.22 2.24 2.11 3/82 7660
/proc/meminfo: memFree=1262808/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=141524 CPUtime=25.3
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124974 0 0 0 2456 74 0 0 25 0 2 0 175527624 144920576 26198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664648 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7658/statm: 35381 26198 170 90 0 34919 0
[pid=7658/tid=7660] ppid=7656 vsize=141524 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175529898 144920576 26198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 141524

[startup+51.1007 s]
/proc/loadavg: 2.18 2.23 2.11 4/82 7660
/proc/meminfo: memFree=1262872/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=141524 CPUtime=50.8
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124974 0 0 0 5006 74 0 0 25 0 2 0 175527624 144920576 26198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7658/statm: 35381 26198 170 90 0 34919 0
[pid=7658/tid=7660] ppid=7656 vsize=141524 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175529898 144920576 26198 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 141524

[startup+102.391 s]
/proc/loadavg: 2.46 2.30 2.14 4/82 7660
/proc/meminfo: memFree=1226392/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=141524 CPUtime=101.68
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124975 0 0 0 10094 74 0 0 25 0 2 0 175527624 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7658/statm: 35381 26199 170 90 0 34919 0
[pid=7658/tid=7660] ppid=7656 vsize=141524 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175529898 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 141524

[startup+162.493 s]
/proc/loadavg: 2.68 2.39 2.18 5/82 7660
/proc/meminfo: memFree=1204824/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=141524 CPUtime=161.22
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124975 0 0 0 16048 74 0 0 25 0 2 0 175527624 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7658/statm: 35381 26199 170 90 0 34919 0
[pid=7658/tid=7660] ppid=7656 vsize=141524 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175529898 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 141524

[startup+222.502 s]
/proc/loadavg: 2.68 2.44 2.21 4/82 7660
/proc/meminfo: memFree=1165720/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=141524 CPUtime=220.95
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124975 0 0 0 22021 74 0 0 25 0 2 0 175527624 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7658/statm: 35381 26199 170 90 0 34919 0
[pid=7658/tid=7660] ppid=7656 vsize=141524 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175529898 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.95
Current children cumulated vsize (KiB) 141524

[startup+282.514 s]
/proc/loadavg: 2.55 2.43 2.22 5/82 7660
/proc/meminfo: memFree=1140888/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=141524 CPUtime=280.67
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124975 0 0 0 27993 74 0 0 25 0 2 0 175527624 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670349 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7658/statm: 35381 26199 170 90 0 34919 0
[pid=7658/tid=7660] ppid=7656 vsize=141524 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175529898 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.67
Current children cumulated vsize (KiB) 141524

[startup+342.56 s]
/proc/loadavg: 2.65 2.49 2.25 3/82 7660
/proc/meminfo: memFree=1120856/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=141524 CPUtime=340.44
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124975 0 0 0 33969 75 0 0 25 0 2 0 175527624 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7658/statm: 35381 26199 170 90 0 34919 0
[pid=7658/tid=7660] ppid=7656 vsize=141524 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175529898 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.44
Current children cumulated vsize (KiB) 141524

[startup+402.638 s]
/proc/loadavg: 2.80 2.56 2.29 4/82 7660
/proc/meminfo: memFree=1105624/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=141524 CPUtime=400.16
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124975 0 0 0 39941 75 0 0 25 0 2 0 175527624 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7658/statm: 35381 26199 170 90 0 34919 0
[pid=7658/tid=7660] ppid=7656 vsize=141524 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175529898 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.16
Current children cumulated vsize (KiB) 141524

[startup+462.726 s]
/proc/loadavg: 2.71 2.59 2.31 4/82 7660
/proc/meminfo: memFree=1102424/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=141524 CPUtime=459.7
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124975 0 0 0 45895 75 0 0 25 0 2 0 175527624 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7658/statm: 35381 26199 170 90 0 34919 0
[pid=7658/tid=7660] ppid=7656 vsize=141524 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175529898 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.7
Current children cumulated vsize (KiB) 141524

[startup+522.744 s]
/proc/loadavg: 2.54 2.56 2.31 3/82 7660
/proc/meminfo: memFree=1101848/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=141524 CPUtime=519.17
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124975 0 0 0 51842 75 0 0 25 0 2 0 175527624 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7658/statm: 35381 26199 170 90 0 34919 0
[pid=7658/tid=7660] ppid=7656 vsize=141524 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175529898 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.17
Current children cumulated vsize (KiB) 141524

[startup+582.749 s]
/proc/loadavg: 2.62 2.59 2.34 3/82 7660
/proc/meminfo: memFree=1101784/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=141524 CPUtime=578.6
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124975 0 0 0 57785 75 0 0 25 0 2 0 175527624 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670681 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7658/statm: 35381 26199 170 90 0 34919 0
[pid=7658/tid=7660] ppid=7656 vsize=141524 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175529898 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.6
Current children cumulated vsize (KiB) 141524

[startup+642.841 s]
/proc/loadavg: 2.67 2.60 2.36 4/82 7660
/proc/meminfo: memFree=1101720/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=141524 CPUtime=638.14
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124975 0 0 0 63739 75 0 0 25 0 2 0 175527624 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670050 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7658/statm: 35381 26199 170 90 0 34919 0
[pid=7658/tid=7660] ppid=7656 vsize=141524 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175529898 144920576 26199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 638.14

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

[pid=7658/tid=7859] ppid=7656 vsize=151768 CPUtime=0
/proc/7658/task/7859/stat : 7859 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175619915 155410432 26201 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.69
Current children cumulated vsize (KiB) 151768

[startup+1243.29 s]
/proc/loadavg: 2.03 2.21 2.27 3/75 8286
/proc/meminfo: memFree=1692192/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=151768 CPUtime=1233.71
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124977 0 0 0 123291 80 0 0 25 0 3 0 175527624 155410432 26201 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7658/statm: 37942 26201 170 90 0 37480 0
[pid=7658/tid=7660] ppid=7656 vsize=151768 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175529898 155410432 26201 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=7859] ppid=7656 vsize=151768 CPUtime=0
/proc/7658/task/7859/stat : 7859 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175619915 155410432 26201 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1233.71
Current children cumulated vsize (KiB) 151768

[startup+1303.39 s]
/proc/loadavg: 1.44 2.01 2.20 2/67 8300
/proc/meminfo: memFree=1709744/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=151768 CPUtime=1293.79
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124977 0 0 0 129298 81 0 0 25 0 3 0 175527624 155410432 26201 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7658/statm: 37942 26201 170 90 0 37480 0
[pid=7658/tid=7660] ppid=7656 vsize=151768 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175529898 155410432 26201 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=7859] ppid=7656 vsize=151768 CPUtime=0
/proc/7658/task/7859/stat : 7859 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175619915 155410432 26201 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1293.79
Current children cumulated vsize (KiB) 151768

[startup+1363.48 s]
/proc/loadavg: 1.16 1.82 2.12 2/67 8300
/proc/meminfo: memFree=1709744/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=151768 CPUtime=1353.85
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 124977 0 0 0 135304 81 0 0 25 0 3 0 175527624 155410432 26201 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7658/statm: 37942 26201 170 90 0 37480 0
[pid=7658/tid=7660] ppid=7656 vsize=151768 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175529898 155410432 26201 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=7859] ppid=7656 vsize=151768 CPUtime=0
/proc/7658/task/7859/stat : 7859 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175619915 155410432 26201 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1353.85
Current children cumulated vsize (KiB) 151768

[startup+1423.57 s]
/proc/loadavg: 1.06 1.67 2.05 2/68 8301
/proc/meminfo: memFree=1709736/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=162012 CPUtime=1413.93
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 125013 0 0 0 141312 81 0 0 25 0 4 0 175527624 165900288 26237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7658/statm: 40503 26237 170 90 0 40041 0
[pid=7658/tid=7660] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175529898 165900288 26237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=7859] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7859/stat : 7859 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175619915 165900288 26237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=8301] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/8301/stat : 8301 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175664924 165900288 26237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1413.93
Current children cumulated vsize (KiB) 162012

[startup+1483.57 s]
/proc/loadavg: 1.02 1.55 1.98 2/68 8301
/proc/meminfo: memFree=1709736/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=162012 CPUtime=1473.92
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 125014 0 0 0 147311 81 0 0 25 0 4 0 175527624 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670686 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7658/statm: 40503 26238 170 90 0 40041 0
[pid=7658/tid=7660] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175529898 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=7859] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7859/stat : 7859 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175619915 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=8301] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/8301/stat : 8301 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175664924 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1473.92
Current children cumulated vsize (KiB) 162012

[startup+1543.59 s]
/proc/loadavg: 1.00 1.44 1.92 2/68 8301
/proc/meminfo: memFree=1709736/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=162012 CPUtime=1533.9
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 125014 0 0 0 153309 81 0 0 25 0 4 0 175527624 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7658/statm: 40503 26238 170 90 0 40041 0
[pid=7658/tid=7660] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175529898 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=7859] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7859/stat : 7859 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175619915 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=8301] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/8301/stat : 8301 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175664924 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.9
Current children cumulated vsize (KiB) 162012

[startup+1603.6 s]
/proc/loadavg: 1.00 1.36 1.86 2/68 8301
/proc/meminfo: memFree=1709672/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=162012 CPUtime=1593.89
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 125014 0 0 0 159308 81 0 0 25 0 4 0 175527624 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7658/statm: 40503 26238 170 90 0 40041 0
[pid=7658/tid=7660] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175529898 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=7859] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7859/stat : 7859 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175619915 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=8301] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/8301/stat : 8301 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175664924 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.89
Current children cumulated vsize (KiB) 162012

[startup+1663.61 s]
/proc/loadavg: 1.00 1.29 1.80 2/68 8301
/proc/meminfo: memFree=1709672/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=162012 CPUtime=1653.88
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 125014 0 0 0 165307 81 0 0 25 0 4 0 175527624 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664629 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7658/statm: 40503 26238 170 90 0 40041 0
[pid=7658/tid=7660] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175529898 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=7859] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7859/stat : 7859 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175619915 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=8301] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/8301/stat : 8301 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175664924 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.88
Current children cumulated vsize (KiB) 162012

[startup+1723.62 s]
/proc/loadavg: 1.00 1.24 1.75 2/68 8301
/proc/meminfo: memFree=1709672/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=162012 CPUtime=1713.87
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 125014 0 0 0 171306 81 0 0 25 0 4 0 175527624 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7658/statm: 40503 26238 170 90 0 40041 0
[pid=7658/tid=7660] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175529898 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=7859] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7859/stat : 7859 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175619915 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=8301] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/8301/stat : 8301 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175664924 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.87
Current children cumulated vsize (KiB) 162012

[startup+1783.62 s]
/proc/loadavg: 1.00 1.19 1.70 2/68 8301
/proc/meminfo: memFree=1709608/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=162012 CPUtime=1773.86
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 125014 0 0 0 177304 82 0 0 25 0 4 0 175527624 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7658/statm: 40503 26238 170 90 0 40041 0
[pid=7658/tid=7660] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175529898 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=7859] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7859/stat : 7859 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175619915 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=8301] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/8301/stat : 8301 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175664924 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.86
Current children cumulated vsize (KiB) 162012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.79 s]
/proc/loadavg: 1.00 1.17 1.68 2/68 8301
/proc/meminfo: memFree=1709672/2055920 swapFree=4192812/4192956
[pid=7658] ppid=7656 vsize=162012 CPUtime=1800.03
/proc/7658/stat : 7658 (bprolog) R 7656 7658 7110 0 -1 4194304 125014 0 0 0 179921 82 0 0 25 0 4 0 175527624 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7658/statm: 40503 26238 170 90 0 40041 0
[pid=7658/tid=7660] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7660/stat : 7660 (bprolog) S 7656 7658 7110 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175529898 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=7859] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/7859/stat : 7859 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175619915 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7658/tid=8301] ppid=7656 vsize=162012 CPUtime=0
/proc/7658/task/8301/stat : 8301 (bprolog) S 7656 7658 7110 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175664924 165900288 26238 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 162012

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.81
CPU time (s): 1800.06
CPU user time (s): 1799.22
CPU system time (s): 0.836872
CPU usage (%): 99.4608
Max. virtual memory (cumulated for all children) (KiB): 162012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 0.836872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125014
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= 42165

runsolver used 1.92171 s user time and 5.32119 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Jan  8 15:48:10 UTC 2007


IDJOB= 225201
IDBENCH= 5835
FILE ID= node61/225201-1168271290

PBS_JOBID= 3483184

Free space on /tmp= 66514 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-49_ext.xml
COMMAND LINE= /tmp/evaluation/225201-1168271290/Complete/Ordinary/solver /tmp/evaluation/225201-1168271290/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node61/convwatcher-225201-1168271290 -o ROOT/results/node61/conversion-225201-1168271290 -C 600 -M 900 /tmp/evaluation/225201-1168271290/Complete/Ordinary/conversion /tmp/evaluation/225201-1168271290/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-225201-1168271290 -o ROOT/results/node61/solver-225201-1168271290 -C 1800 -M 900  /tmp/evaluation/225201-1168271290/Complete/Ordinary/solver /tmp/evaluation/225201-1168271290/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  e7744e2e0b31c6eb2d2c94934bc76323

RANDOM SEED= 258794448

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.259
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.259
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:       1367480 kB
Buffers:         43792 kB
Cached:         128044 kB
SwapCached:          0 kB
Active:         554032 kB
Inactive:        77316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5424 kB
Writeback:           0 kB
Mapped:         476300 kB
Slab:            41444 kB
Committed_AS:  4406480 kB
PageTables:       2708 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= 66517 MiB



End job on node61 on Mon Jan  8 16:18:28 UTC 2007