Trace number 201125

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.09 1812.02

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-5.xml
MD5SUMcbf1a33575819e47024f404c59ea6857
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1205.71
SatisfiableYES
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201125-1168145349/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-201125-1168145349 -o ROOT/results/node33/solver-201125-1168145349 -C 1800 -M 900 /tmp/evaluation/201125-1168145349/Complete/Ordinary/solver /tmp/evaluation/201125-1168145349/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.99 1.89 1.74 5/81 31179
/proc/meminfo: memFree=1123496/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=18540 CPUtime=0
/proc/31178/stat : 31178 (runsolver) R 31176 31178 30822 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 162930921 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31178/statm: 4635 279 244 17 0 2626 0

[startup+0.108473 s]
/proc/loadavg: 1.99 1.89 1.74 5/81 31179
/proc/meminfo: memFree=1123496/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=61640 CPUtime=0.09
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 2104 0 0 0 8 1 0 0 20 0 1 0 162930921 63119360 1820 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550515 0 0 4096 2 0 0 0 17 1 0 0
/proc/31178/statm: 15410 1820 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.517555 s]
/proc/loadavg: 1.99 1.89 1.74 5/81 31179
/proc/meminfo: memFree=1123496/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=61640 CPUtime=0.5
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 8698 0 0 0 46 4 0 0 23 0 1 0 162930921 63119360 8414 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 0 0 0 17 1 0 0
/proc/31178/statm: 15410 8414 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34273 s]
/proc/loadavg: 1.99 1.89 1.74 3/81 31179
/proc/meminfo: memFree=1085800/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=61640 CPUtime=1.32
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 9857 0 0 0 126 6 0 0 25 0 1 0 162930921 63119360 9573 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568771 0 0 4096 2 0 0 0 17 1 0 0
/proc/31178/statm: 15410 9573 157 90 0 14948 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 61640

[startup+2.98006 s]
/proc/loadavg: 1.99 1.89 1.74 3/81 31179
/proc/meminfo: memFree=1085544/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=69608 CPUtime=2.95
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 12947 0 0 0 288 7 0 0 25 0 1 0 162930921 71278592 11319 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 0 0 0 17 1 0 0
/proc/31178/statm: 17402 11319 176 90 0 16940 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 69608

[startup+6.27075 s]
/proc/loadavg: 1.99 1.90 1.74 3/81 31179
/proc/meminfo: memFree=1072552/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=105076 CPUtime=6.2
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 37113 0 0 0 603 17 0 0 25 0 1 0 162930921 107597824 14122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552373 0 0 4096 2 0 0 0 17 1 0 0
/proc/31178/statm: 26269 14122 176 90 0 25807 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 105076

[startup+12.7321 s]
/proc/loadavg: 1.99 1.90 1.74 3/81 31179
/proc/meminfo: memFree=1017960/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=127272 CPUtime=12.61
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 54818 0 0 0 1237 24 0 0 25 0 1 0 162930921 130326528 26611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/31178/statm: 31818 26611 176 90 0 31356 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 127272

[startup+25.5517 s]
/proc/loadavg: 1.99 1.90 1.74 3/82 31180
/proc/meminfo: memFree=1008416/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=207940 CPUtime=25.32
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 80412 0 0 0 2497 35 0 0 25 0 2 0 162930921 212930560 28851 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 51985 28851 180 90 0 51523 0
[pid=31178/tid=31180] ppid=31176 vsize=207940 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162932692 212930560 28851 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 207940

[startup+51.213 s]
/proc/loadavg: 1.99 1.91 1.75 3/82 31180
/proc/meminfo: memFree=1008288/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=207940 CPUtime=50.76
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 80462 0 0 0 5041 35 0 0 25 0 2 0 162930921 212930560 28901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 51985 28901 180 90 0 51523 0
[pid=31178/tid=31180] ppid=31176 vsize=207940 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162932692 212930560 28901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 207940

[startup+102.433 s]
/proc/loadavg: 2.04 1.94 1.76 3/82 31180
/proc/meminfo: memFree=1008224/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=207940 CPUtime=101.54
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 80462 0 0 0 10119 35 0 0 25 0 2 0 162930921 212930560 28901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554411 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 51985 28901 180 90 0 51523 0
[pid=31178/tid=31180] ppid=31176 vsize=207940 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162932692 212930560 28901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 207940

[startup+162.434 s]
/proc/loadavg: 2.01 1.95 1.78 3/82 31180
/proc/meminfo: memFree=1008224/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=207940 CPUtime=161.02
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 80462 0 0 0 16067 35 0 0 25 0 2 0 162930921 212930560 28901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552512 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 51985 28901 180 90 0 51523 0
[pid=31178/tid=31180] ppid=31176 vsize=207940 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162932692 212930560 28901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 207940

[startup+222.438 s]
/proc/loadavg: 2.00 1.95 1.79 3/82 31180
/proc/meminfo: memFree=1007072/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=215752 CPUtime=220.48
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82660 0 0 0 22012 36 0 0 25 0 2 0 162930921 220930048 29145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751729 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 53938 29145 180 90 0 53476 0
[pid=31178/tid=31180] ppid=31176 vsize=215752 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162932692 220930048 29145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.48
Current children cumulated vsize (KiB) 215752

[startup+282.496 s]
/proc/loadavg: 2.07 1.97 1.81 3/82 31180
/proc/meminfo: memFree=1006944/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=215752 CPUtime=280.01
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82661 0 0 0 27964 37 0 0 25 0 2 0 162930921 220930048 29146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664253 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 53938 29146 180 90 0 53476 0
[pid=31178/tid=31180] ppid=31176 vsize=215752 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162932692 220930048 29146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.01
Current children cumulated vsize (KiB) 215752

[startup+342.56 s]
/proc/loadavg: 2.02 1.97 1.82 3/82 31180
/proc/meminfo: memFree=1006816/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=215752 CPUtime=339.56
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82661 0 0 0 33919 37 0 0 25 0 2 0 162930921 220930048 29146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 53938 29146 180 90 0 53476 0
[pid=31178/tid=31180] ppid=31176 vsize=215752 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162932692 220930048 29146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.56
Current children cumulated vsize (KiB) 215752

[startup+402.607 s]
/proc/loadavg: 2.07 1.99 1.83 3/82 31180
/proc/meminfo: memFree=1006688/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=215752 CPUtime=399.09
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82662 0 0 0 39872 37 0 0 25 0 2 0 162930921 220930048 29147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 53938 29147 180 90 0 53476 0
[pid=31178/tid=31180] ppid=31176 vsize=215752 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162932692 220930048 29147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.09
Current children cumulated vsize (KiB) 215752

[startup+462.689 s]
/proc/loadavg: 2.02 1.99 1.83 3/82 31180
/proc/meminfo: memFree=1006560/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=215752 CPUtime=458.65
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82662 0 0 0 45828 37 0 0 25 0 2 0 162930921 220930048 29147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554244 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 53938 29147 180 90 0 53476 0
[pid=31178/tid=31180] ppid=31176 vsize=215752 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162932692 220930048 29147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.65
Current children cumulated vsize (KiB) 215752

[startup+522.735 s]
/proc/loadavg: 2.01 1.99 1.84 3/82 31180
/proc/meminfo: memFree=985568/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=215752 CPUtime=518.19
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82662 0 0 0 51782 37 0 0 25 0 2 0 162930921 220930048 29147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 53938 29147 180 90 0 53476 0
[pid=31178/tid=31180] ppid=31176 vsize=215752 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162932692 220930048 29147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.19
Current children cumulated vsize (KiB) 215752

[startup+582.805 s]
/proc/loadavg: 2.06 2.00 1.85 3/82 31180
/proc/meminfo: memFree=949088/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=215752 CPUtime=577.73
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82662 0 0 0 57736 37 0 0 25 0 2 0 162930921 220930048 29147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756832 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 53938 29147 180 90 0 53476 0
[pid=31178/tid=31180] ppid=31176 vsize=215752 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162932692 220930048 29147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.73
Current children cumulated vsize (KiB) 215752

[startup+642.877 s]
/proc/loadavg: 2.02 2.00 1.86 3/82 31180
/proc/meminfo: memFree=918176/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=215752 CPUtime=637.29
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82662 0 0 0 63692 37 0 0 25 0 2 0 162930921 220930048 29147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 53938 29147 180 90 0 53476 0
[pid=31178/tid=31180] ppid=31176 vsize=215752 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162932692 220930048 29147 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.29

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

[pid=31178/tid=31379] ppid=31176 vsize=225996 CPUtime=0
/proc/31178/task/31379/stat : 31379 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163022711 231419904 29148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.71
Current children cumulated vsize (KiB) 225996

[startup+1243.45 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 31379
/proc/meminfo: memFree=843800/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=225996 CPUtime=1232.26
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82663 0 0 0 123188 38 0 0 25 0 3 0 162930921 231419904 29148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557366 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31178/statm: 56499 29148 180 90 0 56037 0
[pid=31178/tid=31180] ppid=31176 vsize=225996 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162932692 231419904 29148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31379] ppid=31176 vsize=225996 CPUtime=0
/proc/31178/task/31379/stat : 31379 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163022711 231419904 29148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.26
Current children cumulated vsize (KiB) 225996

[startup+1303.51 s]
/proc/loadavg: 1.95 1.98 1.91 3/75 31606
/proc/meminfo: memFree=1488408/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=225996 CPUtime=1292.1
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82663 0 0 0 129167 43 0 0 25 0 3 0 162930921 231419904 29148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566852 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31178/statm: 56499 29148 180 90 0 56037 0
[pid=31178/tid=31180] ppid=31176 vsize=225996 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162932692 231419904 29148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31379] ppid=31176 vsize=225996 CPUtime=0
/proc/31178/task/31379/stat : 31379 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163022711 231419904 29148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1292.1
Current children cumulated vsize (KiB) 225996

[startup+1363.56 s]
/proc/loadavg: 1.98 1.98 1.91 3/75 31606
/proc/meminfo: memFree=1488472/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=225996 CPUtime=1352.09
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82663 0 0 0 135166 43 0 0 25 0 3 0 162930921 231419904 29148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31178/statm: 56499 29148 180 90 0 56037 0
[pid=31178/tid=31180] ppid=31176 vsize=225996 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162932692 231419904 29148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31379] ppid=31176 vsize=225996 CPUtime=0
/proc/31178/task/31379/stat : 31379 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163022711 231419904 29148 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1352.09
Current children cumulated vsize (KiB) 225996

[startup+1423.63 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 31607
/proc/meminfo: memFree=1488464/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=236240 CPUtime=1412.08
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82664 0 0 0 141165 43 0 0 25 0 4 0 162930921 241909760 29149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31178/statm: 59060 29149 180 90 0 58598 0
[pid=31178/tid=31180] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162932692 241909760 29149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31379] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31379/stat : 31379 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163022711 241909760 29149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31607] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31607/stat : 31607 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163067723 241909760 29149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1412.08
Current children cumulated vsize (KiB) 236240

[startup+1483.69 s]
/proc/loadavg: 2.05 2.00 1.91 3/76 31607
/proc/meminfo: memFree=1488464/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=236240 CPUtime=1472.08
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82664 0 0 0 147165 43 0 0 25 0 4 0 162930921 241909760 29149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566792 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31178/statm: 59060 29149 180 90 0 58598 0
[pid=31178/tid=31180] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162932692 241909760 29149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31379] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31379/stat : 31379 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163022711 241909760 29149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31607] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31607/stat : 31607 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163067723 241909760 29149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1472.08
Current children cumulated vsize (KiB) 236240

[startup+1543.76 s]
/proc/loadavg: 2.02 2.00 1.91 3/76 31607
/proc/meminfo: memFree=1488400/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=236240 CPUtime=1532.11
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82664 0 0 0 153167 44 0 0 25 0 4 0 162930921 241909760 29149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31178/statm: 59060 29149 180 90 0 58598 0
[pid=31178/tid=31180] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162932692 241909760 29149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31379] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31379/stat : 31379 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163022711 241909760 29149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31607] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31607/stat : 31607 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163067723 241909760 29149 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.11
Current children cumulated vsize (KiB) 236240

[startup+1603.83 s]
/proc/loadavg: 2.08 2.02 1.92 3/76 31607
/proc/meminfo: memFree=1487632/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=236240 CPUtime=1592.1
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82914 0 0 0 159166 44 0 0 25 0 4 0 162930921 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31178/statm: 59060 29399 180 90 0 58598 0
[pid=31178/tid=31180] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162932692 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31379] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31379/stat : 31379 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163022711 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31607] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31607/stat : 31607 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163067723 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.1
Current children cumulated vsize (KiB) 236240

[startup+1663.92 s]
/proc/loadavg: 2.07 2.03 1.93 3/76 31607
/proc/meminfo: memFree=1487568/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=236240 CPUtime=1652.13
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82914 0 0 0 165169 44 0 0 25 0 4 0 162930921 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31178/statm: 59060 29399 180 90 0 58598 0
[pid=31178/tid=31180] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162932692 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31379] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31379/stat : 31379 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163022711 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31607] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31607/stat : 31607 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163067723 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.13
Current children cumulated vsize (KiB) 236240

[startup+1723.99 s]
/proc/loadavg: 2.03 2.02 1.93 3/76 31607
/proc/meminfo: memFree=1487568/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=236240 CPUtime=1712.13
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82914 0 0 0 171169 44 0 0 25 0 4 0 162930921 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620104 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31178/statm: 59060 29399 180 90 0 58598 0
[pid=31178/tid=31180] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162932692 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31379] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31379/stat : 31379 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163022711 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31607] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31607/stat : 31607 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163067723 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.13
Current children cumulated vsize (KiB) 236240

[startup+1784.06 s]
/proc/loadavg: 2.01 2.02 1.93 3/76 31607
/proc/meminfo: memFree=1487568/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=236240 CPUtime=1772.14
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82914 0 0 0 177170 44 0 0 25 0 4 0 162930921 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31178/statm: 59060 29399 180 90 0 58598 0
[pid=31178/tid=31180] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162932692 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31379] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31379/stat : 31379 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163022711 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31607] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31607/stat : 31607 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163067723 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.14
Current children cumulated vsize (KiB) 236240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.99 s]
/proc/loadavg: 2.08 2.03 1.93 3/76 31609
/proc/meminfo: memFree=1487176/2055920 swapFree=4192224/4192956
[pid=31178] ppid=31176 vsize=236240 CPUtime=1800.06
/proc/31178/stat : 31178 (bprolog) R 31176 31178 30822 0 -1 4194304 82914 0 0 0 179962 44 0 0 25 0 4 0 162930921 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31178/statm: 59060 29399 180 90 0 58598 0
[pid=31178/tid=31180] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31180/stat : 31180 (bprolog) S 31176 31178 30822 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162932692 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31379] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31379/stat : 31379 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163022711 241909760 29399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31178/tid=31607] ppid=31176 vsize=236240 CPUtime=0
/proc/31178/task/31607/stat : 31607 (bprolog) S 31176 31178 30822 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163067723 241909760 29399 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) 236240

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.02
CPU time (s): 1800.09
CPU user time (s): 1799.63
CPU system time (s): 0.462929
CPU usage (%): 99.3418
Max. virtual memory (cumulated for all children) (KiB): 268012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.462929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82914
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= 13
involuntary context switches= 24746

runsolver used 1.84572 s user time and 5.40418 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Jan  7 04:49:10 UTC 2007


IDJOB= 201125
IDBENCH= 3745
FILE ID= node33/201125-1168145349

PBS_JOBID= 3478134

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp15/fapp15-3000-5.xml
COMMAND LINE= /tmp/evaluation/201125-1168145349/Complete/Ordinary/solver /tmp/evaluation/201125-1168145349/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node33/convwatcher-201125-1168145349 -o ROOT/results/node33/conversion-201125-1168145349 -C 600 -M 900 /tmp/evaluation/201125-1168145349/Complete/Ordinary/conversion /tmp/evaluation/201125-1168145349/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  cbf1a33575819e47024f404c59ea6857

RANDOM SEED= 231825484

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:       1123976 kB
Buffers:         22148 kB
Cached:         291496 kB
SwapCached:        448 kB
Active:         600180 kB
Inactive:       265072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123976 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            8768 kB
Writeback:           0 kB
Mapped:         568992 kB
Slab:            50864 kB
Committed_AS:  3656336 kB
PageTables:       2884 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= 66545 MiB



End job on node33 on Sun Jan  7 05:19:43 UTC 2007