Trace number 200820

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.11 1808.75

General information on the benchmark

Namefapp/fapp11-15/fapp14/
fapp14-2500-10.xml
MD5SUM7da57cc6785d866f073effab049038df
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 benchmark331.113
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/200820-1168143737/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/node13/watcher-200820-1168143737 -o ROOT/results/node13/solver-200820-1168143737 -C 1800 -M 900 /tmp/evaluation/200820-1168143737/Complete/Ordinary/solver /tmp/evaluation/200820-1168143737/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.21 2.09 1.99 4/88 29313
/proc/meminfo: memFree=1391448/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=53472 CPUtime=0
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 487 0 0 0 0 0 0 0 18 0 1 0 162771251 54755328 206 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/29312/statm: 13368 207 123 90 0 12906 0

[startup+0.107499 s]
/proc/loadavg: 2.21 2.09 1.99 4/88 29313
/proc/meminfo: memFree=1391448/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=53824 CPUtime=0.09
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 2321 0 0 0 8 1 0 0 18 0 1 0 162771251 55115776 2037 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608075 0 0 4096 2 0 0 0 17 1 0 0
/proc/29312/statm: 13456 2037 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.515553 s]
/proc/loadavg: 2.21 2.09 1.99 4/88 29313
/proc/meminfo: memFree=1391448/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=53824 CPUtime=0.5
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 9034 0 0 0 46 4 0 0 22 0 1 0 162771251 55115776 8750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/29312/statm: 13456 8751 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.33666 s]
/proc/loadavg: 2.21 2.09 1.99 3/88 29313
/proc/meminfo: memFree=1348696/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=98340 CPUtime=1.32
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 20566 0 0 0 122 10 0 0 25 0 1 0 162771251 100700160 11735 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604316 0 0 4096 2 0 0 0 17 1 0 0
/proc/29312/statm: 24585 11735 157 90 0 24123 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 98340

[startup+2.97388 s]
/proc/loadavg: 2.21 2.09 1.99 3/88 29313
/proc/meminfo: memFree=1333144/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=129076 CPUtime=2.95
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 27240 0 0 0 282 13 0 0 25 0 1 0 162771251 132173824 18020 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663110 0 0 4096 2 0 0 0 17 1 0 0
/proc/29312/statm: 32269 18020 176 90 0 31807 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 129076

[startup+6.25632 s]
/proc/loadavg: 2.19 2.09 1.99 3/88 29313
/proc/meminfo: memFree=1319896/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=129076 CPUtime=6.21
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 27240 0 0 0 608 13 0 0 25 0 1 0 162771251 132173824 18020 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755975 0 0 4096 2 0 0 0 17 1 0 0
/proc/29312/statm: 32269 18020 176 90 0 31807 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 129076

[startup+12.7122 s]
/proc/loadavg: 2.17 2.08 1.99 3/88 29313
/proc/meminfo: memFree=1279000/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=165340 CPUtime=12.64
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 39656 0 0 0 1246 18 0 0 25 0 1 0 162771251 169308160 28195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756025 0 0 4096 2 0 0 0 17 1 0 0
/proc/29312/statm: 41335 28195 176 90 0 40873 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 165340

[startup+25.5269 s]
/proc/loadavg: 2.14 2.08 1.99 3/89 29314
/proc/meminfo: memFree=1254288/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=183620 CPUtime=25.39
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 48965 0 0 0 2517 22 0 0 25 0 2 0 162771251 188026880 34544 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29312/statm: 45905 34544 180 90 0 45443 0
[pid=29312/tid=29314] ppid=29310 vsize=183620 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162772933 188026880 34544 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 183620

[startup+51.1613 s]
/proc/loadavg: 2.09 2.07 1.99 3/89 29314
/proc/meminfo: memFree=1252880/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=183624 CPUtime=50.91
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 64026 0 0 0 5061 30 0 0 25 0 2 0 162771251 188030976 34732 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29312/statm: 45906 34732 180 90 0 45444 0
[pid=29312/tid=29314] ppid=29310 vsize=183624 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162772933 188030976 34732 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 183624

[startup+102.425 s]
/proc/loadavg: 2.15 2.09 2.00 3/89 29314
/proc/meminfo: memFree=1252880/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=183624 CPUtime=101.93
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 66152 0 0 0 10162 31 0 0 25 0 2 0 162771251 188030976 34732 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29312/statm: 45906 34732 180 90 0 45444 0
[pid=29312/tid=29314] ppid=29310 vsize=183624 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162772933 188030976 34732 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 183624

[startup+162.511 s]
/proc/loadavg: 2.10 2.09 2.00 3/89 29314
/proc/meminfo: memFree=1252880/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=183624 CPUtime=161.73
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 66153 0 0 0 16142 31 0 0 25 0 2 0 162771251 188030976 34733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661355 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29312/statm: 45906 34733 180 90 0 45444 0
[pid=29312/tid=29314] ppid=29310 vsize=183624 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162772933 188030976 34733 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 183624

[startup+222.595 s]
/proc/loadavg: 2.04 2.07 2.00 3/89 29314
/proc/meminfo: memFree=1252880/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=183624 CPUtime=221.54
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 66154 0 0 0 22122 32 0 0 25 0 2 0 162771251 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29312/statm: 45906 34734 180 90 0 45444 0
[pid=29312/tid=29314] ppid=29310 vsize=183624 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162772933 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.54
Current children cumulated vsize (KiB) 183624

[startup+282.678 s]
/proc/loadavg: 2.01 2.05 2.00 3/89 29314
/proc/meminfo: memFree=1252880/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=183624 CPUtime=281.34
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 66154 0 0 0 28101 33 0 0 25 0 2 0 162771251 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29312/statm: 45906 34734 180 90 0 45444 0
[pid=29312/tid=29314] ppid=29310 vsize=183624 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162772933 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.34
Current children cumulated vsize (KiB) 183624

[startup+342.763 s]
/proc/loadavg: 2.00 2.04 2.00 3/89 29314
/proc/meminfo: memFree=1252880/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=183624 CPUtime=341.14
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 66154 0 0 0 34081 33 0 0 25 0 2 0 162771251 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29312/statm: 45906 34734 180 90 0 45444 0
[pid=29312/tid=29314] ppid=29310 vsize=183624 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162772933 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.14
Current children cumulated vsize (KiB) 183624

[startup+402.852 s]
/proc/loadavg: 2.00 2.03 2.00 3/90 29315
/proc/meminfo: memFree=1252872/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=183624 CPUtime=400.94
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 66154 0 0 0 40061 33 0 0 25 0 2 0 162771251 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29312/statm: 45906 34734 180 90 0 45444 0
[pid=29312/tid=29314] ppid=29310 vsize=183624 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162772933 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.94
Current children cumulated vsize (KiB) 183624

[startup+462.936 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 29315
/proc/meminfo: memFree=1252872/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=183624 CPUtime=460.75
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 66154 0 0 0 46041 34 0 0 25 0 2 0 162771251 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29312/statm: 45906 34734 180 90 0 45444 0
[pid=29312/tid=29314] ppid=29310 vsize=183624 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162772933 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.75
Current children cumulated vsize (KiB) 183624

[startup+523.022 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 29315
/proc/meminfo: memFree=1252872/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=183624 CPUtime=520.54
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 66154 0 0 0 52020 34 0 0 25 0 2 0 162771251 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29312/statm: 45906 34734 180 90 0 45444 0
[pid=29312/tid=29314] ppid=29310 vsize=183624 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162772933 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.54
Current children cumulated vsize (KiB) 183624

[startup+583.105 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 29315
/proc/meminfo: memFree=1252872/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=183624 CPUtime=580.35
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 67217 0 0 0 58000 35 0 0 25 0 2 0 162771251 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29312/statm: 45906 34734 180 90 0 45444 0
[pid=29312/tid=29314] ppid=29310 vsize=183624 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162772933 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.35
Current children cumulated vsize (KiB) 183624

[startup+643.194 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 29315
/proc/meminfo: memFree=1252808/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=183624 CPUtime=640.15
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 67217 0 0 0 63979 36 0 0 25 0 2 0 162771251 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29312/statm: 45906 34734 180 90 0 45444 0
[pid=29312/tid=29314] ppid=29310 vsize=183624 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162772933 188030976 34734 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.15

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

[pid=29312/tid=29424] ppid=29310 vsize=193872 CPUtime=0
/proc/29312/task/29424/stat : 29424 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 162862963 198524928 34739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1178.01
Current children cumulated vsize (KiB) 193872

[startup+1243.71 s]
/proc/loadavg: 2.02 2.05 2.01 3/96 29424
/proc/meminfo: memFree=714648/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=193872 CPUtime=1237.77
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 85304 0 0 0 123728 49 0 0 25 0 3 0 162771251 198524928 34739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555010 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29312/statm: 48468 34739 180 90 0 48006 0
[pid=29312/tid=29314] ppid=29310 vsize=193872 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162772933 198524928 34739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29312/tid=29424] ppid=29310 vsize=193872 CPUtime=0
/proc/29312/task/29424/stat : 29424 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 162862963 198524928 34739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.77
Current children cumulated vsize (KiB) 193872

[startup+1303.75 s]
/proc/loadavg: 2.01 2.04 2.01 3/96 29424
/proc/meminfo: memFree=714584/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=193872 CPUtime=1297.52
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 86368 0 0 0 129703 49 0 0 25 0 3 0 162771251 198524928 34739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29312/statm: 48468 34739 180 90 0 48006 0
[pid=29312/tid=29314] ppid=29310 vsize=193872 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162772933 198524928 34739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29312/tid=29424] ppid=29310 vsize=193872 CPUtime=0
/proc/29312/task/29424/stat : 29424 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 162862963 198524928 34739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.52
Current children cumulated vsize (KiB) 193872

[startup+1363.78 s]
/proc/loadavg: 2.00 2.03 2.00 4/96 29424
/proc/meminfo: memFree=714456/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=193872 CPUtime=1357.27
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 86368 0 0 0 135677 50 0 0 25 0 3 0 162771251 198524928 34739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662628 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29312/statm: 48468 34739 180 90 0 48006 0
[pid=29312/tid=29314] ppid=29310 vsize=193872 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162772933 198524928 34739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29312/tid=29424] ppid=29310 vsize=193872 CPUtime=0
/proc/29312/task/29424/stat : 29424 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 162862963 198524928 34739 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.27
Current children cumulated vsize (KiB) 193872

[startup+1423.84 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 29425
/proc/meminfo: memFree=714320/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=204116 CPUtime=1417.05
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 86369 0 0 0 141655 50 0 0 25 0 4 0 162771251 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579732 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29312/statm: 51029 34740 180 90 0 50567 0
[pid=29312/tid=29314] ppid=29310 vsize=204116 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162772933 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29312/tid=29424] ppid=29310 vsize=204116 CPUtime=0
/proc/29312/task/29424/stat : 29424 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162862963 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29312/tid=29425] ppid=29310 vsize=204116 CPUtime=0
/proc/29312/task/29425/stat : 29425 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162907985 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.05
Current children cumulated vsize (KiB) 204116

[startup+1483.9 s]
/proc/loadavg: 2.08 2.03 2.01 3/97 29425
/proc/meminfo: memFree=714256/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=204116 CPUtime=1476.83
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 86369 0 0 0 147633 50 0 0 25 0 4 0 162771251 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29312/statm: 51029 34740 180 90 0 50567 0
[pid=29312/tid=29314] ppid=29310 vsize=204116 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162772933 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29312/tid=29424] ppid=29310 vsize=204116 CPUtime=0
/proc/29312/task/29424/stat : 29424 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162862963 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29312/tid=29425] ppid=29310 vsize=204116 CPUtime=0
/proc/29312/task/29425/stat : 29425 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162907985 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.83
Current children cumulated vsize (KiB) 204116

[startup+1543.96 s]
/proc/loadavg: 2.03 2.03 2.00 3/97 29425
/proc/meminfo: memFree=714128/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=204116 CPUtime=1536.58
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 86369 0 0 0 153608 50 0 0 25 0 4 0 162771251 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29312/statm: 51029 34740 180 90 0 50567 0
[pid=29312/tid=29314] ppid=29310 vsize=204116 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162772933 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29312/tid=29424] ppid=29310 vsize=204116 CPUtime=0
/proc/29312/task/29424/stat : 29424 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162862963 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29312/tid=29425] ppid=29310 vsize=204116 CPUtime=0
/proc/29312/task/29425/stat : 29425 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162907985 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.58
Current children cumulated vsize (KiB) 204116

[startup+1604.02 s]
/proc/loadavg: 2.05 2.03 2.00 3/97 29425
/proc/meminfo: memFree=714064/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=204116 CPUtime=1596.36
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 86369 0 0 0 159586 50 0 0 25 0 4 0 162771251 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29312/statm: 51029 34740 180 90 0 50567 0
[pid=29312/tid=29314] ppid=29310 vsize=204116 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162772933 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29312/tid=29424] ppid=29310 vsize=204116 CPUtime=0
/proc/29312/task/29424/stat : 29424 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162862963 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29312/tid=29425] ppid=29310 vsize=204116 CPUtime=0
/proc/29312/task/29425/stat : 29425 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162907985 209014784 34740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.36
Current children cumulated vsize (KiB) 204116

[startup+1664.09 s]
/proc/loadavg: 2.02 2.02 2.00 3/97 29425
/proc/meminfo: memFree=713936/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=204124 CPUtime=1656.15
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 93827 0 0 0 165561 54 0 0 25 0 4 0 162771251 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29312/statm: 51031 34742 180 90 0 50569 0
[pid=29312/tid=29314] ppid=29310 vsize=204124 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162772933 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29312/tid=29424] ppid=29310 vsize=204124 CPUtime=0
/proc/29312/task/29424/stat : 29424 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162862963 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29312/tid=29425] ppid=29310 vsize=204124 CPUtime=0
/proc/29312/task/29425/stat : 29425 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162907985 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.15
Current children cumulated vsize (KiB) 204124

[startup+1724.14 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 29425
/proc/meminfo: memFree=713808/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=204124 CPUtime=1715.9
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 93827 0 0 0 171536 54 0 0 25 0 4 0 162771251 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552055 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29312/statm: 51031 34742 180 90 0 50569 0
[pid=29312/tid=29314] ppid=29310 vsize=204124 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162772933 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29312/tid=29424] ppid=29310 vsize=204124 CPUtime=0
/proc/29312/task/29424/stat : 29424 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162862963 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29312/tid=29425] ppid=29310 vsize=204124 CPUtime=0
/proc/29312/task/29425/stat : 29425 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162907985 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.9
Current children cumulated vsize (KiB) 204124

[startup+1784.19 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 29425
/proc/meminfo: memFree=713744/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=204124 CPUtime=1775.67
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 93827 0 0 0 177513 54 0 0 25 0 4 0 162771251 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134823363 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29312/statm: 51031 34742 180 90 0 50569 0
[pid=29312/tid=29314] ppid=29310 vsize=204124 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162772933 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29312/tid=29424] ppid=29310 vsize=204124 CPUtime=0
/proc/29312/task/29424/stat : 29424 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162862963 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29312/tid=29425] ppid=29310 vsize=204124 CPUtime=0
/proc/29312/task/29425/stat : 29425 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162907985 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.67
Current children cumulated vsize (KiB) 204124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.71 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 29425
/proc/meminfo: memFree=713680/2055920 swapFree=4192812/4192956
[pid=29312] ppid=29310 vsize=204124 CPUtime=1800.07
/proc/29312/stat : 29312 (bprolog) R 29310 29312 29158 0 -1 4194304 93827 0 0 0 179953 54 0 0 25 0 4 0 162771251 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29312/statm: 51031 34742 180 90 0 50569 0
[pid=29312/tid=29314] ppid=29310 vsize=204124 CPUtime=0
/proc/29312/task/29314/stat : 29314 (bprolog) S 29310 29312 29158 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162772933 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29312/tid=29424] ppid=29310 vsize=204124 CPUtime=0
/proc/29312/task/29424/stat : 29424 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162862963 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29312/tid=29425] ppid=29310 vsize=204124 CPUtime=0
/proc/29312/task/29425/stat : 29425 (bprolog) S 29310 29312 29158 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162907985 209022976 34742 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 204124

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.75
CPU time (s): 1800.11
CPU user time (s): 1799.54
CPU system time (s): 0.568913
CPU usage (%): 99.5225
Max. virtual memory (cumulated for all children) (KiB): 204124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.568913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93827
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= 16
involuntary context switches= 44503

runsolver used 1.78573 s user time and 4.78127 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 04:22:18 UTC 2007


IDJOB= 200820
IDBENCH= 3729
FILE ID= node13/200820-1168143737

PBS_JOBID= 3477867

Free space on /tmp= 66317 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp14/fapp14-2500-10.xml
COMMAND LINE= /tmp/evaluation/200820-1168143737/Complete/Ordinary/solver /tmp/evaluation/200820-1168143737/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node13/convwatcher-200820-1168143737 -o ROOT/results/node13/conversion-200820-1168143737 -C 600 -M 900 /tmp/evaluation/200820-1168143737/Complete/Ordinary/conversion /tmp/evaluation/200820-1168143737/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-200820-1168143737 -o ROOT/results/node13/solver-200820-1168143737 -C 1800 -M 900  /tmp/evaluation/200820-1168143737/Complete/Ordinary/solver /tmp/evaluation/200820-1168143737/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7da57cc6785d866f073effab049038df

RANDOM SEED= 730651216

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.247
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.247
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:       1391864 kB
Buffers:         55120 kB
Cached:         470996 kB
SwapCached:          0 kB
Active:         221544 kB
Inactive:       357036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10680 kB
Writeback:           0 kB
Mapped:          72768 kB
Slab:            70100 kB
Committed_AS:  4070904 kB
PageTables:       2364 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= 66310 MiB



End job on node13 on Sun Jan  7 04:52:51 UTC 2007