Trace number 212361

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.04 1814.75

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-agg2.xml
MD5SUM2608eb324ff88666c5d33eb11fe6ff6f
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
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables9060
Number of constraints489
Maximum constraint arity1440
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension489
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/212361-1168218847/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-212361-1168218847 -o ROOT/results/node61/solver-212361-1168218847 -C 1800 -M 900 /tmp/evaluation/212361-1168218847/Complete/Ordinary/solver /tmp/evaluation/212361-1168218847/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.22 1.41 1.73 5/81 22149
/proc/meminfo: memFree=1850592/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=18540 CPUtime=0
/proc/22148/stat : 22148 (runsolver) R 22146 22148 21907 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 170284311 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22148/statm: 4635 279 244 17 0 2626 0

[startup+0.102749 s]
/proc/loadavg: 1.22 1.41 1.73 5/81 22149
/proc/meminfo: memFree=1850592/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=61640 CPUtime=0.09
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 2311 0 0 0 8 1 0 0 18 0 1 0 170284311 63119360 2027 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134612890 0 0 4096 2 0 0 0 17 0 0 0
/proc/22148/statm: 15410 2027 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510818 s]
/proc/loadavg: 1.22 1.41 1.73 5/81 22149
/proc/meminfo: memFree=1850592/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=82312 CPUtime=0.49
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 10592 0 0 0 44 5 0 0 22 0 1 0 170284311 84287488 10160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134853998 0 0 4096 2 0 0 0 17 0 0 0
/proc/22148/statm: 20578 10160 158 90 0 20116 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 82312

[startup+1.33196 s]
/proc/loadavg: 1.22 1.41 1.73 4/81 22149
/proc/meminfo: memFree=1779552/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=82468 CPUtime=1.31
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 16519 0 0 0 122 9 0 0 25 0 1 0 170284311 84447232 16087 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556978 0 0 4096 2 0 0 0 17 0 0 0
/proc/22148/statm: 20617 16087 158 90 0 20155 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 82468

[startup+2.97126 s]
/proc/loadavg: 1.22 1.41 1.73 3/81 22149
/proc/meminfo: memFree=1776864/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=108556 CPUtime=2.95
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 20696 0 0 0 284 11 0 0 25 0 1 0 170284311 111161344 11945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857292 0 0 4096 2 0 0 0 17 0 0 0
/proc/22148/statm: 27139 11945 178 90 0 26677 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 108556

[startup+6.25482 s]
/proc/loadavg: 1.28 1.42 1.73 3/82 22150
/proc/meminfo: memFree=1734944/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=6.21
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34558 0 0 0 604 17 0 0 25 0 2 0 170284311 145649664 19946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800262 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19946 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 142236

[startup+12.713 s]
/proc/loadavg: 1.34 1.43 1.73 3/82 22150
/proc/meminfo: memFree=1759008/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=12.61
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34558 0 0 0 1244 17 0 0 25 0 2 0 170284311 145649664 19946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19946 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 142236

[startup+25.5552 s]
/proc/loadavg: 1.52 1.46 1.74 3/82 22150
/proc/meminfo: memFree=1722336/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=25.33
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34558 0 0 0 2516 17 0 0 25 0 2 0 170284311 145649664 19946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19946 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 142236

[startup+51.1807 s]
/proc/loadavg: 1.71 1.51 1.74 3/82 22150
/proc/meminfo: memFree=1674848/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=50.76
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34558 0 0 0 5059 17 0 0 25 0 2 0 170284311 145649664 19946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758390 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19946 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 142236

[startup+102.475 s]
/proc/loadavg: 1.87 1.59 1.75 3/82 22150
/proc/meminfo: memFree=1674784/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=101.63
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34558 0 0 0 10146 17 0 0 25 0 2 0 170284311 145649664 19946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19946 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19946 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 142236

[startup+162.5 s]
/proc/loadavg: 2.03 1.69 1.78 3/82 22150
/proc/meminfo: memFree=1674784/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=161.16
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34560 0 0 0 16099 17 0 0 25 0 2 0 170284311 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19948 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 142236

[startup+222.602 s]
/proc/loadavg: 2.05 1.76 1.79 3/82 22150
/proc/meminfo: memFree=1672160/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=220.79
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34560 0 0 0 22061 18 0 0 25 0 2 0 170284311 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134774740 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19948 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.79
Current children cumulated vsize (KiB) 142236

[startup+282.68 s]
/proc/loadavg: 2.02 1.80 1.80 3/82 22152
/proc/meminfo: memFree=1672040/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=280.39
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34560 0 0 0 28021 18 0 0 25 0 2 0 170284311 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799852 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19948 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.39
Current children cumulated vsize (KiB) 142236

[startup+342.764 s]
/proc/loadavg: 2.00 1.83 1.82 3/82 22152
/proc/meminfo: memFree=1672040/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=339.96
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34560 0 0 0 33978 18 0 0 25 0 2 0 170284311 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758351 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19948 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.96
Current children cumulated vsize (KiB) 142236

[startup+402.805 s]
/proc/loadavg: 2.00 1.86 1.82 3/82 22152
/proc/meminfo: memFree=1672040/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=399.52
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34560 0 0 0 39934 18 0 0 25 0 2 0 170284311 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626432 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19948 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.52
Current children cumulated vsize (KiB) 142236

[startup+462.832 s]
/proc/loadavg: 2.04 1.90 1.83 3/82 22152
/proc/meminfo: memFree=1672104/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=459.07
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34560 0 0 0 45889 18 0 0 25 0 2 0 170284311 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799907 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19948 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 459.07
Current children cumulated vsize (KiB) 142236

[startup+522.933 s]
/proc/loadavg: 2.12 1.94 1.85 3/82 22152
/proc/meminfo: memFree=1672040/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=518.66
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34560 0 0 0 51848 18 0 0 25 0 2 0 170284311 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799921 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19948 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.66
Current children cumulated vsize (KiB) 142236

[startup+582.951 s]
/proc/loadavg: 2.04 1.95 1.86 3/82 22152
/proc/meminfo: memFree=1672040/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=578.21
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34560 0 0 0 57803 18 0 0 25 0 2 0 170284311 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 35559 19948 182 90 0 35097 0
[pid=22148/tid=22150] ppid=22146 vsize=142236 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170284620 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 578.21
Current children cumulated vsize (KiB) 142236

[startup+642.997 s]
/proc/loadavg: 2.01 1.95 1.86 3/82 22152
/proc/meminfo: memFree=1672040/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=142236 CPUtime=637.77
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34560 0 0 0 63759 18 0 0 25 0 2 0 170284311 145649664 19948 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134615725 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

/proc/22148/statm: 38120 19949 182 90 0 37658 0
[pid=22148/tid=22150] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170284620 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22153] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170374636 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1114.18
Current children cumulated vsize (KiB) 152480

[startup+1183.34 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 22153
/proc/meminfo: memFree=1671776/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=152480 CPUtime=1173.73
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34561 0 0 0 117354 19 0 0 25 0 3 0 170284311 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758214 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 38120 19949 182 90 0 37658 0
[pid=22148/tid=22150] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170284620 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22153] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170374636 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.73
Current children cumulated vsize (KiB) 152480

[startup+1243.36 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 22153
/proc/meminfo: memFree=1671712/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=152480 CPUtime=1233.25
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34561 0 0 0 123306 19 0 0 25 0 3 0 170284311 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 38120 19949 182 90 0 37658 0
[pid=22148/tid=22150] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170284620 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22153] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170374636 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1233.25
Current children cumulated vsize (KiB) 152480

[startup+1303.4 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 22153
/proc/meminfo: memFree=1671776/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=152480 CPUtime=1292.79
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34561 0 0 0 129260 19 0 0 25 0 3 0 170284311 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799782 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 38120 19949 182 90 0 37658 0
[pid=22148/tid=22150] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170284620 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22153] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170374636 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1292.79
Current children cumulated vsize (KiB) 152480

[startup+1363.43 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 22153
/proc/meminfo: memFree=1671712/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=152480 CPUtime=1352.34
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34561 0 0 0 135215 19 0 0 25 0 3 0 170284311 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552731 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 38120 19949 182 90 0 37658 0
[pid=22148/tid=22150] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170284620 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22153] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170374636 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1352.34
Current children cumulated vsize (KiB) 152480

[startup+1423.47 s]
/proc/loadavg: 2.07 2.00 1.92 3/83 22153
/proc/meminfo: memFree=1671712/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=152480 CPUtime=1411.89
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34561 0 0 0 141170 19 0 0 25 0 3 0 170284311 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 38120 19949 182 90 0 37658 0
[pid=22148/tid=22150] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170284620 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22153] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170374636 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.89
Current children cumulated vsize (KiB) 152480

[startup+1483.52 s]
/proc/loadavg: 2.02 2.00 1.92 3/83 22153
/proc/meminfo: memFree=1671712/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=152480 CPUtime=1471.46
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34561 0 0 0 147127 19 0 0 25 0 3 0 170284311 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 38120 19949 182 90 0 37658 0
[pid=22148/tid=22150] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170284620 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22153] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170374636 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.46
Current children cumulated vsize (KiB) 152480

[startup+1543.57 s]
/proc/loadavg: 2.01 2.00 1.92 3/83 22153
/proc/meminfo: memFree=1671648/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=152480 CPUtime=1531.02
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34561 0 0 0 153083 19 0 0 25 0 3 0 170284311 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554996 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 38120 19949 182 90 0 37658 0
[pid=22148/tid=22150] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170284620 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22153] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170374636 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.02
Current children cumulated vsize (KiB) 152480

[startup+1603.59 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 22153
/proc/meminfo: memFree=1671584/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=152480 CPUtime=1590.54
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34561 0 0 0 159035 19 0 0 25 0 3 0 170284311 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 38120 19949 182 90 0 37658 0
[pid=22148/tid=22150] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170284620 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22153] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170374636 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.54
Current children cumulated vsize (KiB) 152480

[startup+1663.6 s]
/proc/loadavg: 2.00 2.00 1.92 3/83 22153
/proc/meminfo: memFree=1671648/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=152480 CPUtime=1650.07
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34561 0 0 0 164988 19 0 0 25 0 3 0 170284311 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 38120 19949 182 90 0 37658 0
[pid=22148/tid=22150] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170284620 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22153] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170374636 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.07
Current children cumulated vsize (KiB) 152480

[startup+1723.61 s]
/proc/loadavg: 2.08 2.02 1.93 3/83 22153
/proc/meminfo: memFree=1671584/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=152480 CPUtime=1709.6
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34561 0 0 0 170941 19 0 0 25 0 3 0 170284311 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134777463 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 38120 19949 182 90 0 37658 0
[pid=22148/tid=22150] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170284620 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22153] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170374636 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.6
Current children cumulated vsize (KiB) 152480

[startup+1783.65 s]
/proc/loadavg: 2.03 2.01 1.93 3/83 22153
/proc/meminfo: memFree=1671520/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=152480 CPUtime=1769.14
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34561 0 0 0 176895 19 0 0 25 0 3 0 170284311 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22148/statm: 38120 19949 182 90 0 37658 0
[pid=22148/tid=22150] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22150/stat : 22150 (bprolog) S 22146 22148 21907 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170284620 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22153] ppid=22146 vsize=152480 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170374636 156139520 19949 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.14
Current children cumulated vsize (KiB) 152480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.73 s]
/proc/loadavg: 1.87 1.98 1.91 4/83 22445
/proc/meminfo: memFree=1725840/2055920 swapFree=4192812/4192956
[pid=22148] ppid=22146 vsize=162724 CPUtime=1800.01
/proc/22148/stat : 22148 (bprolog) R 22146 22148 21907 0 -1 4194304 34563 0 0 0 179977 24 0 0 25 0 3 0 170284311 166629376 19951 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758164 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22148/statm: 40681 19951 183 90 0 40219 0
[pid=22148/tid=22153] ppid=22146 vsize=162724 CPUtime=0
/proc/22148/task/22153/stat : 22153 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170374636 166629376 19951 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22148/tid=22383] ppid=22146 vsize=162724 CPUtime=0
/proc/22148/task/22383/stat : 22383 (bprolog) S 22146 22148 21907 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170464653 166629376 19951 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 162724

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.75
CPU time (s): 1800.04
CPU user time (s): 1799.78
CPU system time (s): 0.25996
CPU usage (%): 99.1891
Max. virtual memory (cumulated for all children) (KiB): 162724

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

runsolver used 1.84772 s user time and 4.6073 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Jan  8 01:14:07 UTC 2007


IDJOB= 212361
IDBENCH= 4765
FILE ID= node61/212361-1168218847

PBS_JOBID= 3480914

Free space on /tmp= 66515 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-agg2.xml
COMMAND LINE= /tmp/evaluation/212361-1168218847/Complete/Ordinary/solver /tmp/evaluation/212361-1168218847/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node61/convwatcher-212361-1168218847 -o ROOT/results/node61/conversion-212361-1168218847 -C 600 -M 900 /tmp/evaluation/212361-1168218847/Complete/Ordinary/conversion /tmp/evaluation/212361-1168218847/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  2608eb324ff88666c5d33eb11fe6ff6f

RANDOM SEED= 932932758

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:       1851072 kB
Buffers:         30760 kB
Cached:          81032 kB
SwapCached:          0 kB
Active:          88756 kB
Inactive:        58260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9708 kB
Writeback:           0 kB
Mapped:          53224 kB
Slab:            43288 kB
Committed_AS:  3695768 kB
PageTables:       1852 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= 66507 MiB



End job on node61 on Mon Jan  8 01:44:39 UTC 2007