Trace number 225316

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.1 1800.83

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-27_ext.xml
MD5SUM3ac0e5fd51cdfeaeb41cf7ea716924ba
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark231.646
SatisfiableNO
(Un)Satisfiability was provedNO
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/225316-1168271886/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/node50/watcher-225316-1168271886 -o ROOT/results/node50/solver-225316-1168271886 -C 1800 -M 900 /tmp/evaluation/225316-1168271886/Complete/Ordinary/solver /tmp/evaluation/225316-1168271886/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.07 2/65 868
/proc/meminfo: memFree=1818848/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=53472 CPUtime=0
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 175587782 54755328 195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/867/statm: 13368 196 123 90 0 12906 0

[startup+0.102567 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 868
/proc/meminfo: memFree=1818848/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=61640 CPUtime=0.09
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 1890 0 0 0 9 0 0 0 18 0 1 0 175587782 63119360 1606 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/867/statm: 15410 1606 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510632 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 868
/proc/meminfo: memFree=1818848/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=61640 CPUtime=0.5
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 5383 0 0 0 48 2 0 0 21 0 1 0 175587782 63119360 5099 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601535 0 0 4096 2 0 0 0 17 1 0 0
/proc/867/statm: 15410 5099 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33077 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 868
/proc/meminfo: memFree=1794592/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=64576 CPUtime=1.31
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 10028 0 0 0 127 4 0 0 25 0 1 0 175587782 66125824 9010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/867/statm: 16144 9010 158 90 0 15682 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 64576

[startup+2.96804 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 868
/proc/meminfo: memFree=1772960/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=77328 CPUtime=2.95
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 23931 0 0 0 285 10 0 0 25 0 1 0 175587782 79183872 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584435 0 0 4096 2 0 0 0 17 1 0 0
/proc/867/statm: 19332 12166 158 90 0 18870 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 77328

[startup+6.24559 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 868
/proc/meminfo: memFree=1767272/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=77580 CPUtime=6.23
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 41341 0 0 0 605 18 0 0 25 0 1 0 175587782 79441920 13097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/867/statm: 19395 13097 158 90 0 18933 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 77580

[startup+12.6987 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 868
/proc/meminfo: memFree=1766248/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=77624 CPUtime=12.68
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 69165 0 0 0 1237 31 0 0 25 0 1 0 175587782 79486976 13279 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/867/statm: 19406 13279 158 90 0 18944 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 77624

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 869
/proc/meminfo: memFree=1714592/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=141524 CPUtime=25.48
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117543 0 0 0 2493 55 0 0 25 0 2 0 175587782 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 35381 26204 170 90 0 34919 0
[pid=867/tid=869] ppid=865 vsize=141524 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175589930 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 141524

[startup+51.1191 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 869
/proc/meminfo: memFree=1714720/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=141524 CPUtime=51.08
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117543 0 0 0 5053 55 0 0 25 0 2 0 175587782 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670255 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 35381 26204 170 90 0 34919 0
[pid=867/tid=869] ppid=865 vsize=141524 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175589930 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 141524

[startup+102.342 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 869
/proc/meminfo: memFree=1714784/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=141524 CPUtime=102.29
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117543 0 0 0 10174 55 0 0 25 0 2 0 175587782 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 35381 26204 170 90 0 34919 0
[pid=867/tid=869] ppid=865 vsize=141524 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175589930 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 141524

[startup+162.386 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 869
/proc/meminfo: memFree=1714720/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=141524 CPUtime=162.31
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117543 0 0 0 16176 55 0 0 25 0 2 0 175587782 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 35381 26204 170 90 0 34919 0
[pid=867/tid=869] ppid=865 vsize=141524 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175589930 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 141524

[startup+222.454 s]
/proc/loadavg: 1.00 1.00 1.05 2/72 1015
/proc/meminfo: memFree=1713328/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=141524 CPUtime=222.3
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117543 0 0 0 22174 56 0 0 25 0 2 0 175587782 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 35381 26204 170 90 0 34919 0
[pid=867/tid=869] ppid=865 vsize=141524 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175589930 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 141524

[startup+282.515 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 1067
/proc/meminfo: memFree=1714272/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=141524 CPUtime=282.3
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117543 0 0 0 28174 56 0 0 25 0 2 0 175587782 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 35381 26204 170 90 0 34919 0
[pid=867/tid=869] ppid=865 vsize=141524 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175589930 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 141524

[startup+342.549 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 1067
/proc/meminfo: memFree=1714272/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=141524 CPUtime=342.32
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117543 0 0 0 34176 56 0 0 25 0 2 0 175587782 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 35381 26204 170 90 0 34919 0
[pid=867/tid=869] ppid=865 vsize=141524 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175589930 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 141524

[startup+402.588 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 1067
/proc/meminfo: memFree=1714336/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=141524 CPUtime=402.34
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117543 0 0 0 40178 56 0 0 25 0 2 0 175587782 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 35381 26204 170 90 0 34919 0
[pid=867/tid=869] ppid=865 vsize=141524 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175589930 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 141524

[startup+462.623 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 1067
/proc/meminfo: memFree=1714336/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=141524 CPUtime=462.35
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117543 0 0 0 46179 56 0 0 25 0 2 0 175587782 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 35381 26204 170 90 0 34919 0
[pid=867/tid=869] ppid=865 vsize=141524 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175589930 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 141524

[startup+522.661 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 1067
/proc/meminfo: memFree=1714336/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=141524 CPUtime=522.37
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117543 0 0 0 52181 56 0 0 25 0 2 0 175587782 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 35381 26204 170 90 0 34919 0
[pid=867/tid=869] ppid=865 vsize=141524 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175589930 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 141524

[startup+582.704 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 1067
/proc/meminfo: memFree=1714400/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=141524 CPUtime=582.39
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117543 0 0 0 58183 56 0 0 25 0 2 0 175587782 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 35381 26204 170 90 0 34919 0
[pid=867/tid=869] ppid=865 vsize=141524 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175589930 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.39
Current children cumulated vsize (KiB) 141524

[startup+642.744 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 1067
/proc/meminfo: memFree=1714336/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=141524 CPUtime=642.41
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117543 0 0 0 64185 56 0 0 25 0 2 0 175587782 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 35381 26204 170 90 0 34919 0
[pid=867/tid=869] ppid=865 vsize=141524 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175589930 144920576 26204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.41

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

[pid=867/tid=1068] ppid=865 vsize=151768 CPUtime=0
/proc/867/task/1068/stat : 1068 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175679942 155410432 26206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.68
Current children cumulated vsize (KiB) 151768

[startup+1243.26 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1070
/proc/meminfo: memFree=1714072/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=151768 CPUtime=1242.72
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117545 0 0 0 124215 57 0 0 25 0 3 0 175587782 155410432 26206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 37942 26206 170 90 0 37480 0
[pid=867/tid=869] ppid=865 vsize=151768 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175589930 155410432 26206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1068] ppid=865 vsize=151768 CPUtime=0
/proc/867/task/1068/stat : 1068 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175679942 155410432 26206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.72
Current children cumulated vsize (KiB) 151768

[startup+1303.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1070
/proc/meminfo: memFree=1714136/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=151768 CPUtime=1302.76
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117545 0 0 0 130219 57 0 0 25 0 3 0 175587782 155410432 26206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 37942 26206 170 90 0 37480 0
[pid=867/tid=869] ppid=865 vsize=151768 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175589930 155410432 26206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1068] ppid=865 vsize=151768 CPUtime=0
/proc/867/task/1068/stat : 1068 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175679942 155410432 26206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.76
Current children cumulated vsize (KiB) 151768

[startup+1363.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 1070
/proc/meminfo: memFree=1714136/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=151768 CPUtime=1362.8
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117545 0 0 0 136223 57 0 0 25 0 3 0 175587782 155410432 26206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 37942 26206 170 90 0 37480 0
[pid=867/tid=869] ppid=865 vsize=151768 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175589930 155410432 26206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1068] ppid=865 vsize=151768 CPUtime=0
/proc/867/task/1068/stat : 1068 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175679942 155410432 26206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.8
Current children cumulated vsize (KiB) 151768

[startup+1423.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 1071
/proc/meminfo: memFree=1714064/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=162012 CPUtime=1422.86
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117574 0 0 0 142229 57 0 0 25 0 4 0 175587782 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 40503 26235 170 90 0 40041 0
[pid=867/tid=869] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175589930 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1068] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1068/stat : 1068 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175679942 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1071] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1071/stat : 1071 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175724948 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.86
Current children cumulated vsize (KiB) 162012

[startup+1483.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 1071
/proc/meminfo: memFree=1714000/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=162012 CPUtime=1482.93
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117574 0 0 0 148236 57 0 0 25 0 4 0 175587782 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 40503 26235 170 90 0 40041 0
[pid=867/tid=869] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175589930 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1068] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1068/stat : 1068 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175679942 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1071] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1071/stat : 1071 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175724948 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.93
Current children cumulated vsize (KiB) 162012

[startup+1543.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 1071
/proc/meminfo: memFree=1714064/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=162012 CPUtime=1542.99
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117574 0 0 0 154242 57 0 0 25 0 4 0 175587782 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 40503 26235 170 90 0 40041 0
[pid=867/tid=869] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175589930 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1068] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1068/stat : 1068 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175679942 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1071] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1071/stat : 1071 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175724948 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.99
Current children cumulated vsize (KiB) 162012

[startup+1603.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 1071
/proc/meminfo: memFree=1714000/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=162012 CPUtime=1603.06
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117574 0 0 0 160249 57 0 0 25 0 4 0 175587782 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 40503 26235 170 90 0 40041 0
[pid=867/tid=869] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175589930 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1068] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1068/stat : 1068 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175679942 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1071] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1071/stat : 1071 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175724948 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.06
Current children cumulated vsize (KiB) 162012

[startup+1663.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 1071
/proc/meminfo: memFree=1714000/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=162012 CPUtime=1663.12
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117574 0 0 0 166255 57 0 0 25 0 4 0 175587782 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 40503 26235 170 90 0 40041 0
[pid=867/tid=869] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175589930 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1068] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1068/stat : 1068 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175679942 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1071] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1071/stat : 1071 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175724948 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.12
Current children cumulated vsize (KiB) 162012

[startup+1723.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 1071
/proc/meminfo: memFree=1713936/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=162012 CPUtime=1723.18
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117574 0 0 0 172261 57 0 0 25 0 4 0 175587782 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 40503 26235 170 90 0 40041 0
[pid=867/tid=869] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175589930 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1068] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1068/stat : 1068 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175679942 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1071] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1071/stat : 1071 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175724948 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.18
Current children cumulated vsize (KiB) 162012

[startup+1783.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 1071
/proc/meminfo: memFree=1714000/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=162012 CPUtime=1783.25
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117574 0 0 0 178268 57 0 0 25 0 4 0 175587782 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711201 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 40503 26235 170 90 0 40041 0
[pid=867/tid=869] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175589930 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1068] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1068/stat : 1068 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175679942 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1071] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1071/stat : 1071 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175724948 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.25
Current children cumulated vsize (KiB) 162012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 1071
/proc/meminfo: memFree=1713936/2055920 swapFree=4191892/4192956
[pid=867] ppid=865 vsize=162012 CPUtime=1800.06
/proc/867/stat : 867 (bprolog) R 865 867 468 0 -1 4194304 117574 0 0 0 179949 57 0 0 25 0 4 0 175587782 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/867/statm: 40503 26235 170 90 0 40041 0
[pid=867/tid=869] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/869/stat : 869 (bprolog) S 865 867 468 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175589930 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1068] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1068/stat : 1068 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175679942 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=867/tid=1071] ppid=865 vsize=162012 CPUtime=0
/proc/867/task/1071/stat : 1071 (bprolog) S 865 867 468 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175724948 165900288 26235 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
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): 1800.83
CPU time (s): 1800.1
CPU user time (s): 1799.5
CPU system time (s): 0.593909
CPU usage (%): 99.9595
Max. virtual memory (cumulated for all children) (KiB): 162012

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

runsolver used 1.42778 s user time and 3.83942 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Mon Jan  8 15:58:06 UTC 2007


IDJOB= 225316
IDBENCH= 5845
FILE ID= node50/225316-1168271886

PBS_JOBID= 3482947

Free space on /tmp= 66560 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-225316-1168271886 -o ROOT/results/node50/solver-225316-1168271886 -C 1800 -M 900  /tmp/evaluation/225316-1168271886/Complete/Ordinary/solver /tmp/evaluation/225316-1168271886/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  3ac0e5fd51cdfeaeb41cf7ea716924ba

RANDOM SEED= 491852759

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.263
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.263
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:       1819328 kB
Buffers:         48648 kB
Cached:         120548 kB
SwapCached:        396 kB
Active:         100916 kB
Inactive:        83588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819328 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5420 kB
Writeback:           0 kB
Mapped:          24084 kB
Slab:            38088 kB
Committed_AS:  4323920 kB
PageTables:       1460 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= 66558 MiB



End job on node50 on Mon Jan  8 16:28:13 UTC 2007