Trace number 216017

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.07 1808.73

General information on the benchmark

NamepseudoSeries/
mps/mps-aflow40b.xml
MD5SUMcb7d95b031b9c5c832d4a00fdd74fbd8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables23384
Number of constraints2884
Maximum constraint arity1202
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2884
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/216017-1168238169/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/node48/watcher-216017-1168238169 -o ROOT/results/node48/solver-216017-1168238169 -C 1800 -M 900 /tmp/evaluation/216017-1168238169/Complete/Ordinary/solver /tmp/evaluation/216017-1168238169/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.10 1.59 1.64 4/81 26150
/proc/meminfo: memFree=1383008/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=53468 CPUtime=0
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 172221801 54751232 181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134672228 0 0 4096 2 0 0 0 17 1 0 0
/proc/26149/statm: 13367 185 119 90 0 12905 0

[startup+0.107459 s]
/proc/loadavg: 2.10 1.59 1.64 4/81 26150
/proc/meminfo: memFree=1383008/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=61640 CPUtime=0.09
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 2294 0 0 0 8 1 0 0 18 0 1 0 172221801 63119360 2010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609154 0 0 4096 2 0 0 0 17 1 0 0
/proc/26149/statm: 15410 2011 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.519494 s]
/proc/loadavg: 2.10 1.59 1.64 4/81 26150
/proc/meminfo: memFree=1383008/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=61640 CPUtime=0.51
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 6916 0 0 0 47 4 0 0 21 0 1 0 172221801 63119360 6632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552326 0 0 4096 2 0 0 0 17 1 0 0
/proc/26149/statm: 15410 6633 158 90 0 14948 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 61640

[startup+1.34457 s]
/proc/loadavg: 2.10 1.59 1.64 3/81 26150
/proc/meminfo: memFree=1321376/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=82764 CPUtime=1.33
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 16577 0 0 0 124 9 0 0 25 0 1 0 172221801 84750336 16042 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550176 0 0 4096 2 0 0 0 17 1 0 0
/proc/26149/statm: 20691 16042 158 90 0 20229 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 82764

[startup+2.98073 s]
/proc/loadavg: 2.10 1.59 1.64 3/81 26150
/proc/meminfo: memFree=1285216/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=122816 CPUtime=2.95
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 29215 0 0 0 279 16 0 0 25 0 1 0 172221801 125763584 18084 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859033 0 0 4096 2 0 0 0 17 1 0 0
/proc/26149/statm: 30704 18084 158 90 0 30242 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 122816

[startup+6.26103 s]
/proc/loadavg: 2.09 1.59 1.65 3/81 26150
/proc/meminfo: memFree=1272928/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=151292 CPUtime=6.22
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 42280 0 0 0 600 22 0 0 25 0 1 0 172221801 154923008 21700 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857869 0 0 4096 2 0 0 0 17 1 0 0
/proc/26149/statm: 37823 21701 177 90 0 37361 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 151292

[startup+12.7346 s]
/proc/loadavg: 2.08 1.60 1.65 4/82 26151
/proc/meminfo: memFree=1228248/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=12.67
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 90017 0 0 0 1224 43 0 0 25 0 2 0 172221801 293937152 38055 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858218 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 38055 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172222583 293937152 38055 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 287048

[startup+25.5918 s]
/proc/loadavg: 2.28 1.67 1.67 4/82 26151
/proc/meminfo: memFree=1227096/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=25.46
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 90295 0 0 0 2503 43 0 0 25 0 2 0 172221801 293937152 38333 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858218 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 38333 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172222583 293937152 38333 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 287048

[startup+51.2732 s]
/proc/loadavg: 2.60 1.79 1.71 4/82 26151
/proc/meminfo: memFree=1221656/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=51.02
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 91652 0 0 0 5058 44 0 0 25 0 2 0 172221801 293937152 39690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858218 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 39690 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172222583 293937152 39690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 287048

[startup+102.499 s]
/proc/loadavg: 2.34 1.85 1.73 3/82 26151
/proc/meminfo: memFree=1187608/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=102.02
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 92013 0 0 0 10157 45 0 0 25 0 2 0 172221801 293937152 40051 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 40051 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172222583 293937152 40051 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 287048

[startup+162.577 s]
/proc/loadavg: 2.20 1.89 1.75 3/82 26151
/proc/meminfo: memFree=1181720/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=161.82
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 92109 0 0 0 16137 45 0 0 25 0 2 0 172221801 293937152 40147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 40147 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172222583 293937152 40147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.82
Current children cumulated vsize (KiB) 287048

[startup+222.653 s]
/proc/loadavg: 2.07 1.91 1.76 3/82 26151
/proc/meminfo: memFree=1174808/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=221.6
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 93821 0 0 0 22115 45 0 0 25 0 2 0 172221801 293937152 41859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858216 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 41859 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172222583 293937152 41859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 287048

[startup+282.721 s]
/proc/loadavg: 2.10 1.94 1.78 3/82 26151
/proc/meminfo: memFree=1167512/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=281.39
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 95651 0 0 0 28093 46 0 0 25 0 2 0 172221801 293937152 43689 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 43689 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172222583 293937152 43689 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.39
Current children cumulated vsize (KiB) 287048

[startup+342.79 s]
/proc/loadavg: 2.04 1.95 1.79 3/82 26151
/proc/meminfo: memFree=1166360/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=341.18
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 95925 0 0 0 34072 46 0 0 25 0 2 0 172221801 293937152 43963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 43963 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172222583 293937152 43963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.18
Current children cumulated vsize (KiB) 287048

[startup+402.865 s]
/proc/loadavg: 2.01 1.95 1.80 3/82 26151
/proc/meminfo: memFree=1166360/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=400.98
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 95925 0 0 0 40051 47 0 0 25 0 2 0 172221801 293937152 43963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758084 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 43963 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172222583 293937152 43963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.98
Current children cumulated vsize (KiB) 287048

[startup+462.934 s]
/proc/loadavg: 2.05 1.97 1.82 3/82 26151
/proc/meminfo: memFree=1166360/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=460.77
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 95925 0 0 0 46030 47 0 0 25 0 2 0 172221801 293937152 43963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 43963 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172222583 293937152 43963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.77
Current children cumulated vsize (KiB) 287048

[startup+523.002 s]
/proc/loadavg: 2.02 1.97 1.82 3/82 26151
/proc/meminfo: memFree=1166296/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=520.55
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 95925 0 0 0 52008 47 0 0 25 0 2 0 172221801 293937152 43963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 43963 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172222583 293937152 43963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.55
Current children cumulated vsize (KiB) 287048

[startup+583.068 s]
/proc/loadavg: 2.00 1.97 1.83 3/82 26151
/proc/meminfo: memFree=1166296/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=580.34
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 95925 0 0 0 57987 47 0 0 25 0 2 0 172221801 293937152 43963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 43963 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172222583 293937152 43963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.34
Current children cumulated vsize (KiB) 287048

[startup+643.142 s]
/proc/loadavg: 2.00 1.97 1.84 3/82 26151
/proc/meminfo: memFree=1166296/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=287048 CPUtime=640.13
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 95925 0 0 0 63966 47 0 0 25 0 2 0 172221801 293937152 43963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 71762 43963 182 90 0 71300 0
[pid=26149/tid=26151] ppid=26147 vsize=287048 CPUtime=0

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

/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 97298 0 0 0 117786 48 0 0 25 0 3 0 172221801 304427008 45336 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 74323 45336 182 90 0 73861 0
[pid=26149/tid=26151] ppid=26147 vsize=297292 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172222583 304427008 45336 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26147 vsize=297292 CPUtime=0
/proc/26149/task/26152/stat : 26152 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 172312612 304427008 45336 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.34
Current children cumulated vsize (KiB) 297292

[startup+1243.96 s]
/proc/loadavg: 2.01 2.00 1.90 3/83 26152
/proc/meminfo: memFree=1158608/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=297292 CPUtime=1238.15
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 97793 0 0 0 123767 48 0 0 25 0 3 0 172221801 304427008 45831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 74323 45831 182 90 0 73861 0
[pid=26149/tid=26151] ppid=26147 vsize=297292 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172222583 304427008 45831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26147 vsize=297292 CPUtime=0
/proc/26149/task/26152/stat : 26152 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 172312612 304427008 45831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1238.15
Current children cumulated vsize (KiB) 297292

[startup+1304.05 s]
/proc/loadavg: 2.03 2.01 1.91 3/83 26152
/proc/meminfo: memFree=1158480/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=297292 CPUtime=1297.96
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 97804 0 0 0 129748 48 0 0 25 0 3 0 172221801 304427008 45842 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858218 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 74323 45842 182 90 0 73861 0
[pid=26149/tid=26151] ppid=26147 vsize=297292 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172222583 304427008 45842 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26147 vsize=297292 CPUtime=0
/proc/26149/task/26152/stat : 26152 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 172312612 304427008 45842 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.96
Current children cumulated vsize (KiB) 297292

[startup+1364.15 s]
/proc/loadavg: 2.01 2.01 1.91 3/84 26153
/proc/meminfo: memFree=1130952/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=370036 CPUtime=1357.77
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 120255 0 0 0 135718 59 0 0 25 0 4 0 172221801 378916864 52667 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134625205 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 92509 52667 182 90 0 92047 0
[pid=26149/tid=26151] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172222583 378916864 52667 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26152/stat : 26152 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172312612 378916864 52667 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26153/stat : 26153 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172357642 378916864 52667 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.77
Current children cumulated vsize (KiB) 370036

[startup+1424.16 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 26153
/proc/meminfo: memFree=1130952/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=370036 CPUtime=1417.51
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 120264 0 0 0 141692 59 0 0 25 0 4 0 172221801 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 92509 52676 182 90 0 92047 0
[pid=26149/tid=26151] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172222583 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26152/stat : 26152 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172312612 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26153/stat : 26153 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172357642 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.51
Current children cumulated vsize (KiB) 370036

[startup+1484.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 26299
/proc/meminfo: memFree=1129416/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=370036 CPUtime=1477.11
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 120264 0 0 0 147652 59 0 0 25 0 4 0 172221801 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552412 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 92509 52676 182 90 0 92047 0
[pid=26149/tid=26151] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172222583 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26152/stat : 26152 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172312612 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26153/stat : 26153 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172357642 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.11
Current children cumulated vsize (KiB) 370036

[startup+1544.23 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 26351
/proc/meminfo: memFree=1130376/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=370036 CPUtime=1536.81
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 120264 0 0 0 153622 59 0 0 25 0 4 0 172221801 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 92509 52676 182 90 0 92047 0
[pid=26149/tid=26151] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172222583 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26152/stat : 26152 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172312612 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26153/stat : 26153 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 172357642 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.81
Current children cumulated vsize (KiB) 370036

[startup+1604.26 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 26351
/proc/meminfo: memFree=1130376/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=370036 CPUtime=1596.54
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 120264 0 0 0 159595 59 0 0 25 0 4 0 172221801 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858230 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 92509 52676 182 90 0 92047 0
[pid=26149/tid=26151] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172222583 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26152/stat : 26152 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172312612 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26153/stat : 26153 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172357642 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.54
Current children cumulated vsize (KiB) 370036

[startup+1664.27 s]
/proc/loadavg: 2.06 2.03 1.92 3/84 26351
/proc/meminfo: memFree=1130376/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=370036 CPUtime=1656.29
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 120264 0 0 0 165569 60 0 0 25 0 4 0 172221801 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557335 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 92509 52676 182 90 0 92047 0
[pid=26149/tid=26151] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172222583 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26152/stat : 26152 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172312612 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26153/stat : 26153 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172357642 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.29
Current children cumulated vsize (KiB) 370036

[startup+1724.29 s]
/proc/loadavg: 2.02 2.02 1.92 3/84 26351
/proc/meminfo: memFree=1130376/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=370036 CPUtime=1716.02
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 120264 0 0 0 171542 60 0 0 25 0 4 0 172221801 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26149/statm: 92509 52676 182 90 0 92047 0
[pid=26149/tid=26151] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172222583 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26152/stat : 26152 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172312612 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26153/stat : 26153 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172357642 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.02
Current children cumulated vsize (KiB) 370036

[startup+1784.34 s]
/proc/loadavg: 2.00 2.01 1.92 3/84 26425
/proc/meminfo: memFree=1593856/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=370036 CPUtime=1775.82
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 120264 0 0 0 177521 61 0 0 25 0 4 0 172221801 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552902 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26149/statm: 92509 52676 182 90 0 92047 0
[pid=26149/tid=26151] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26151/stat : 26151 (bprolog) S 26147 26149 25753 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172222583 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26152] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26152/stat : 26152 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172312612 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26149/tid=26153] ppid=26147 vsize=370036 CPUtime=0
/proc/26149/task/26153/stat : 26153 (bprolog) S 26147 26149 25753 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172357642 378916864 52676 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.82
Current children cumulated vsize (KiB) 370036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.69 s]
/proc/loadavg: 2.00 2.01 1.92 3/81 26425
/proc/meminfo: memFree=1593920/2055920 swapFree=4192812/4192956
[pid=26149] ppid=26147 vsize=370036 CPUtime=1800.03
/proc/26149/stat : 26149 (bprolog) R 26147 26149 25753 0 -1 4194304 120265 0 0 0 179942 61 0 0 25 0 1 0 172221801 378916864 52677 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134784799 0 0 4096 2 0 0 0 17 0 0 0
/proc/26149/statm: 92509 52677 183 90 0 92047 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 370036

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.73
CPU time (s): 1800.07
CPU user time (s): 1799.43
CPU system time (s): 0.644901
CPU usage (%): 99.5215
Max. virtual memory (cumulated for all children) (KiB): 432540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.644901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120265
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= 15
involuntary context switches= 54798

runsolver used 1.86272 s user time and 4.6183 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Jan  8 06:36:09 UTC 2007


IDJOB= 216017
IDBENCH= 5046
FILE ID= node48/216017-1168238169

PBS_JOBID= 3481507

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mps/mps-aflow40b.xml
COMMAND LINE= /tmp/evaluation/216017-1168238169/Complete/Ordinary/solver /tmp/evaluation/216017-1168238169/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node48/convwatcher-216017-1168238169 -o ROOT/results/node48/conversion-216017-1168238169 -C 600 -M 900 /tmp/evaluation/216017-1168238169/Complete/Ordinary/conversion /tmp/evaluation/216017-1168238169/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-216017-1168238169 -o ROOT/results/node48/solver-216017-1168238169 -C 1800 -M 900  /tmp/evaluation/216017-1168238169/Complete/Ordinary/solver /tmp/evaluation/216017-1168238169/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  cb7d95b031b9c5c832d4a00fdd74fbd8

RANDOM SEED= 23692729

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.218
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.218
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:       1383552 kB
Buffers:         14864 kB
Cached:         118960 kB
SwapCached:          0 kB
Active:         570864 kB
Inactive:        42744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1383552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2988 kB
Writeback:           0 kB
Mapped:         498764 kB
Slab:            43100 kB
Committed_AS:  4717960 kB
PageTables:       2728 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= 66551 MiB



End job on node48 on Mon Jan  8 07:07:20 UTC 2007