Trace number 215598

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.08 1803.68

General information on the benchmark

NamepseudoSeries/mps/
mps-mod010.xml
MD5SUM5abee85a11ddf4e6d788fd98de9cec2c
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 variables2655
Number of constraints291
Maximum constraint arity2655
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension291
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/215598-1168235364/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/node33/watcher-215598-1168235364 -o ROOT/results/node33/solver-215598-1168235364 -C 1800 -M 900 /tmp/evaluation/215598-1168235364/Complete/Ordinary/solver /tmp/evaluation/215598-1168235364/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.75 1.96 1.98 5/81 17123
/proc/meminfo: memFree=1849960/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=53824 CPUtime=0.09
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 2498 0 0 0 9 0 0 0 20 0 1 0 171931167 55115776 2214 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/17122/statm: 13456 2214 158 90 0 12994 0

[startup+0.213035 s]
/proc/loadavg: 1.75 1.96 1.98 5/81 17123
/proc/meminfo: memFree=1849960/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=53824 CPUtime=0.2
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 3092 0 0 0 19 1 0 0 21 0 1 0 171931167 55115776 2808 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611838 0 0 4096 2 0 0 0 17 1 0 0
/proc/17122/statm: 13456 2808 158 90 0 12994 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 53824

[startup+0.62112 s]
/proc/loadavg: 1.75 1.96 1.98 5/81 17123
/proc/meminfo: memFree=1849960/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=66188 CPUtime=0.6
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 4055 0 0 0 59 1 0 0 25 0 1 0 171931167 67776512 3768 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567430 0 0 4096 2 0 0 0 17 1 0 0
/proc/17122/statm: 16547 3768 177 90 0 16085 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 66188

[startup+1.44229 s]
/proc/loadavg: 1.75 1.96 1.98 3/82 17124
/proc/meminfo: memFree=1828960/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1.42
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5700 0 0 0 140 2 0 0 25 0 2 0 171931167 78266368 5413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800247 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17122/statm: 19108 5413 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 76432

[startup+3.08462 s]
/proc/loadavg: 1.77 1.96 1.98 3/82 17124
/proc/meminfo: memFree=1828960/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=3.05
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5700 0 0 0 303 2 0 0 25 0 2 0 171931167 78266368 5413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17122/statm: 19108 5413 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 76432

[startup+6.3643 s]
/proc/loadavg: 1.77 1.96 1.98 3/82 17124
/proc/meminfo: memFree=1828960/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=6.3
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5700 0 0 0 628 2 0 0 25 0 2 0 171931167 78266368 5413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17122/statm: 19108 5413 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 76432

[startup+12.8296 s]
/proc/loadavg: 1.80 1.96 1.98 3/82 17124
/proc/meminfo: memFree=1829024/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=12.71
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5700 0 0 0 1269 2 0 0 25 0 2 0 171931167 78266368 5413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618515 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17122/statm: 19108 5413 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 76432

[startup+25.6753 s]
/proc/loadavg: 1.83 1.96 1.98 3/82 17124
/proc/meminfo: memFree=1829088/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=25.44
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5700 0 0 0 2542 2 0 0 25 0 2 0 171931167 78266368 5413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17122/statm: 19108 5413 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 76432

[startup+51.3156 s]
/proc/loadavg: 1.89 1.96 1.98 3/82 17124
/proc/meminfo: memFree=1829152/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=50.85
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5702 0 0 0 5083 2 0 0 25 0 2 0 171931167 78266368 5415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758864 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17122/statm: 19108 5415 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 76432

[startup+102.54 s]
/proc/loadavg: 1.95 1.97 1.98 3/82 17124
/proc/meminfo: memFree=1829152/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=101.62
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5702 0 0 0 10160 2 0 0 25 0 2 0 171931167 78266368 5415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618544 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17122/statm: 19108 5415 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 76432

[startup+162.596 s]
/proc/loadavg: 1.98 1.97 1.98 3/82 17124
/proc/meminfo: memFree=1829152/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=161.16
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5702 0 0 0 16114 2 0 0 25 0 2 0 171931167 78266368 5415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799782 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17122/statm: 19108 5415 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 76432

[startup+222.646 s]
/proc/loadavg: 2.06 1.99 1.98 3/82 17199
/proc/meminfo: memFree=1775448/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=220.81
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5702 0 0 0 22071 10 0 0 25 0 2 0 171931167 78266368 5415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5415 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.81
Current children cumulated vsize (KiB) 76432

[startup+282.749 s]
/proc/loadavg: 2.02 1.99 1.98 3/82 17199
/proc/meminfo: memFree=1774744/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=280.83
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5702 0 0 0 28073 10 0 0 25 0 2 0 171931167 78266368 5415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758351 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5415 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.83
Current children cumulated vsize (KiB) 76432

[startup+342.785 s]
/proc/loadavg: 2.06 2.00 1.99 3/82 17199
/proc/meminfo: memFree=1774744/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=340.81
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5702 0 0 0 34071 10 0 0 25 0 2 0 171931167 78266368 5415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134784694 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5415 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.81
Current children cumulated vsize (KiB) 76432

[startup+402.881 s]
/proc/loadavg: 2.06 2.01 1.99 3/82 17199
/proc/meminfo: memFree=1774680/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=400.85
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5703 0 0 0 40074 11 0 0 25 0 2 0 171931167 78266368 5416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799215 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5416 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.85
Current children cumulated vsize (KiB) 76432

[startup+462.943 s]
/proc/loadavg: 2.02 2.01 1.99 3/82 17199
/proc/meminfo: memFree=1774680/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=460.83
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5703 0 0 0 46072 11 0 0 25 0 2 0 171931167 78266368 5416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758868 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5416 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.83
Current children cumulated vsize (KiB) 76432

[startup+523.023 s]
/proc/loadavg: 2.01 2.00 1.99 3/82 17199
/proc/meminfo: memFree=1774616/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=520.86
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5703 0 0 0 52075 11 0 0 25 0 2 0 171931167 78266368 5416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134794300 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5416 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.86
Current children cumulated vsize (KiB) 76432

[startup+583.094 s]
/proc/loadavg: 2.00 2.00 1.99 3/82 17199
/proc/meminfo: memFree=1774680/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=580.87
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5703 0 0 0 58076 11 0 0 25 0 2 0 171931167 78266368 5416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5416 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 171931243 78266368 5416 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.87
Current children cumulated vsize (KiB) 76432

[startup+643.173 s]

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

[pid=17122] ppid=17120 vsize=76432 CPUtime=1000.8
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 100057 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800215 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1000.8
Current children cumulated vsize (KiB) 76432

[startup+1063.64 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 17397
/proc/meminfo: memFree=1774168/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1060.84
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 106061 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758160 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1060.84
Current children cumulated vsize (KiB) 76432

[startup+1123.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17397
/proc/meminfo: memFree=1774168/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1120.86
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 112063 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134619681 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1120.86
Current children cumulated vsize (KiB) 76432

[startup+1183.79 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17397
/proc/meminfo: memFree=1774232/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1180.84
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 118061 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758192 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1180.84
Current children cumulated vsize (KiB) 76432

[startup+1243.86 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17397
/proc/meminfo: memFree=1774168/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1240.87
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 124064 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134777463 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1240.87
Current children cumulated vsize (KiB) 76432

[startup+1303.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17397
/proc/meminfo: memFree=1774168/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1300.87
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 130064 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552929 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1300.87
Current children cumulated vsize (KiB) 76432

[startup+1364.02 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 17397
/proc/meminfo: memFree=1774104/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1360.88
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 136065 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1360.88
Current children cumulated vsize (KiB) 76432

[startup+1424.02 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 17397
/proc/meminfo: memFree=1774104/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1420.83
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 142060 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626282 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1420.83
Current children cumulated vsize (KiB) 76432

[startup+1484.08 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17397
/proc/meminfo: memFree=1774040/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1480.83
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 148060 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.83
Current children cumulated vsize (KiB) 76432

[startup+1544.09 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17397
/proc/meminfo: memFree=1774104/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1540.76
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 154053 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758208 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.76
Current children cumulated vsize (KiB) 76432

[startup+1604.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 17397
/proc/meminfo: memFree=1774040/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1600.72
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 160049 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758160 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.72
Current children cumulated vsize (KiB) 76432

[startup+1664.19 s]
/proc/loadavg: 2.13 2.03 2.01 3/82 17397
/proc/meminfo: memFree=1774040/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1660.75
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 166052 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758192 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.75
Current children cumulated vsize (KiB) 76432

[startup+1724.26 s]
/proc/loadavg: 2.05 2.02 2.00 3/82 17397
/proc/meminfo: memFree=1773976/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1720.74
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 172051 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758135 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.74
Current children cumulated vsize (KiB) 76432

[startup+1784.33 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 17397
/proc/meminfo: memFree=1773976/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=76432 CPUtime=1780.74
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5707 0 0 0 178051 23 0 0 25 0 2 0 171931167 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800203 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 19108 5420 182 90 0 18646 0
[pid=17122/tid=17124] ppid=17120 vsize=76432 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 171931243 78266368 5420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.74
Current children cumulated vsize (KiB) 76432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.66 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 17398
/proc/meminfo: memFree=1773904/2055920 swapFree=4192224/4192956
[pid=17122] ppid=17120 vsize=86676 CPUtime=1800.06
/proc/17122/stat : 17122 (bprolog) R 17120 17122 16473 0 -1 4194304 5717 0 0 0 179982 24 0 0 25 0 3 0 171931167 88756224 5430 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17122/statm: 21669 5430 182 90 0 21207 0
[pid=17122/tid=17124] ppid=17120 vsize=86676 CPUtime=0
/proc/17122/task/17124/stat : 17124 (bprolog) S 17120 17122 16473 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 171931243 88756224 5430 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17122/tid=17398] ppid=17120 vsize=86676 CPUtime=0
/proc/17122/task/17398/stat : 17398 (bprolog) S 17120 17122 16473 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172111275 88756224 5430 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) 86676

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.68
CPU time (s): 1800.08
CPU user time (s): 1799.83
CPU system time (s): 0.243962
CPU usage (%): 99.8004
Max. virtual memory (cumulated for all children) (KiB): 86676

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

runsolver used 1.80073 s user time and 5.30519 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Jan  8 05:49:25 UTC 2007


IDJOB= 215598
IDBENCH= 5014
FILE ID= node33/215598-1168235364

PBS_JOBID= 3481404

Free space on /tmp= 66558 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-215598-1168235364 -o ROOT/results/node33/solver-215598-1168235364 -C 1800 -M 900  /tmp/evaluation/215598-1168235364/Complete/Ordinary/solver /tmp/evaluation/215598-1168235364/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5abee85a11ddf4e6d788fd98de9cec2c

RANDOM SEED= 327718

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.281
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.281
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:       1850440 kB
Buffers:         13012 kB
Cached:          82624 kB
SwapCached:        448 kB
Active:         122472 kB
Inactive:        33940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850440 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            2468 kB
Writeback:           0 kB
Mapped:          78976 kB
Slab:            34188 kB
Committed_AS:  3925568 kB
PageTables:       1952 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= 66553 MiB



End job on node33 on Mon Jan  8 06:19:38 UTC 2007