Trace number 201633

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 1816.51

General information on the benchmark

Namefapp/fapp11-15/fapp13/
fapp13-2000-6.xml
MD5SUMe57f0b8f90b7d128b396369733fed01f
Bench Category2-ARY-INT (binary 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 variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201633-1168148818/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/node40/watcher-201633-1168148818 -o ROOT/results/node40/solver-201633-1168148818 -C 1800 -M 900 /tmp/evaluation/201633-1168148818/Complete/Ordinary/solver /tmp/evaluation/201633-1168148818/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.23 1.05 1.05 3/81 17206
/proc/meminfo: memFree=1785336/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=18540 CPUtime=0
/proc/17205/stat : 17205 (runsolver) R 17203 17205 17032 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 163282793 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17205/statm: 4635 279 244 17 0 2626 0

[startup+0.102374 s]
/proc/loadavg: 1.23 1.05 1.05 3/81 17206
/proc/meminfo: memFree=1785336/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=53824 CPUtime=0.09
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 2085 0 0 0 8 1 0 0 20 0 1 0 163282793 55115776 1801 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134570632 0 0 4096 2 0 0 0 17 1 0 0
/proc/17205/statm: 13456 1801 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.510419 s]
/proc/loadavg: 1.23 1.05 1.05 3/81 17206
/proc/meminfo: memFree=1785336/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=68396 CPUtime=0.49
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 8533 0 0 0 44 5 0 0 24 0 1 0 163282793 70037504 8247 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/17205/statm: 17099 8247 157 90 0 16637 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 68396

[startup+1.33152 s]
/proc/loadavg: 1.23 1.05 1.05 4/81 17206
/proc/meminfo: memFree=1740024/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=68396 CPUtime=1.31
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 12138 0 0 0 123 8 0 0 25 0 1 0 163282793 70037504 11852 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565530 0 0 4096 2 0 0 0 17 1 0 0
/proc/17205/statm: 17099 11852 157 90 0 16637 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 68396

[startup+2.96873 s]
/proc/loadavg: 1.29 1.06 1.06 3/81 17206
/proc/meminfo: memFree=1734648/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=68392 CPUtime=2.93
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 12347 0 0 0 285 8 0 0 25 0 1 0 163282793 70033408 12060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 0 0 0 17 1 0 0
/proc/17205/statm: 17098 12060 176 90 0 16636 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 68392

[startup+6.26374 s]
/proc/loadavg: 1.29 1.06 1.06 3/81 17206
/proc/meminfo: memFree=1718904/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=106248 CPUtime=6.19
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 26868 0 0 0 603 16 0 0 25 0 1 0 163282793 108797952 15929 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664573 0 0 4096 2 0 0 0 17 1 0 0
/proc/17205/statm: 26562 15929 176 90 0 26100 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 106248

[startup+12.73 s]
/proc/loadavg: 1.40 1.09 1.07 3/82 17207
/proc/meminfo: memFree=1654904/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=12.6
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43164 0 0 0 1235 25 0 0 25 0 2 0 163282793 144162816 28114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618422 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28114 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163283911 144162816 28114 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 140784

[startup+25.5577 s]
/proc/loadavg: 1.49 1.12 1.08 4/82 17207
/proc/meminfo: memFree=1640888/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=25.32
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43168 0 0 0 2507 25 0 0 25 0 2 0 163282793 144162816 28118 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28118 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163283911 144162816 28118 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) 140784

[startup+51.2525 s]
/proc/loadavg: 1.66 1.19 1.10 3/82 17207
/proc/meminfo: memFree=1614584/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=50.78
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43169 0 0 0 5053 25 0 0 25 0 2 0 163282793 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28119 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163283911 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 140784

[startup+102.513 s]
/proc/loadavg: 1.85 1.31 1.14 3/82 17207
/proc/meminfo: memFree=1577592/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=101.57
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43169 0 0 0 10132 25 0 0 25 0 2 0 163282793 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664258 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28119 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163283911 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 140784

[startup+162.565 s]
/proc/loadavg: 2.09 1.47 1.21 3/82 17207
/proc/meminfo: memFree=1543288/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=161.09
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43169 0 0 0 16083 26 0 0 25 0 2 0 163282793 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28119 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163283911 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.09
Current children cumulated vsize (KiB) 140784

[startup+222.637 s]
/proc/loadavg: 2.10 1.58 1.26 3/82 17207
/proc/meminfo: memFree=1520824/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=220.62
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43169 0 0 0 22036 26 0 0 25 0 2 0 163282793 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28119 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163283911 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.62
Current children cumulated vsize (KiB) 140784

[startup+282.703 s]
/proc/loadavg: 2.04 1.65 1.30 3/82 17207
/proc/meminfo: memFree=1499256/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=280.14
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43169 0 0 0 27988 26 0 0 25 0 2 0 163282793 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28119 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163283911 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.14
Current children cumulated vsize (KiB) 140784

[startup+342.739 s]
/proc/loadavg: 2.01 1.72 1.35 3/82 17207
/proc/meminfo: memFree=1475384/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=339.63
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43169 0 0 0 33937 26 0 0 25 0 2 0 163282793 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552461 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28119 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163283911 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.63
Current children cumulated vsize (KiB) 140784

[startup+402.759 s]
/proc/loadavg: 2.00 1.77 1.38 3/82 17207
/proc/meminfo: memFree=1456824/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=399.13
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43169 0 0 0 39887 26 0 0 25 0 2 0 163282793 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28119 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163283911 144162816 28119 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.13
Current children cumulated vsize (KiB) 140784

[startup+462.802 s]
/proc/loadavg: 2.00 1.81 1.42 3/82 17207
/proc/meminfo: memFree=1434168/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=458.64
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43171 0 0 0 45838 26 0 0 25 0 2 0 163282793 144162816 28121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661369 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28121 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163283911 144162816 28121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.64
Current children cumulated vsize (KiB) 140784

[startup+522.859 s]
/proc/loadavg: 2.00 1.84 1.45 3/82 17207
/proc/meminfo: memFree=1420024/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=518.19
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43171 0 0 0 51792 27 0 0 25 0 2 0 163282793 144162816 28121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28121 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163283911 144162816 28121 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) 140784

[startup+582.95 s]
/proc/loadavg: 2.11 1.90 1.49 3/82 17207
/proc/meminfo: memFree=1406264/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=577.74
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43171 0 0 0 57747 27 0 0 25 0 2 0 163282793 144162816 28121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28121 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163283911 144162816 28121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.74
Current children cumulated vsize (KiB) 140784

[startup+642.975 s]
/proc/loadavg: 2.10 1.93 1.53 3/82 17207
/proc/meminfo: memFree=1393464/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=140784 CPUtime=637.24
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43171 0 0 0 63697 27 0 0 25 0 2 0 163282793 144162816 28121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 35196 28121 180 90 0 34734 0
[pid=17205/tid=17207] ppid=17203 vsize=140784 CPUtime=0

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

/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43174 0 0 0 117227 29 0 0 25 0 3 0 163282793 154652672 28124 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 37757 28124 180 90 0 37295 0
[pid=17205/tid=17207] ppid=17203 vsize=151028 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163283911 154652672 28124 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17382] ppid=17203 vsize=151028 CPUtime=0
/proc/17205/task/17382/stat : 17382 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163373938 154652672 28124 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.56
Current children cumulated vsize (KiB) 151028

[startup+1243.47 s]
/proc/loadavg: 2.00 1.97 1.74 3/83 17406
/proc/meminfo: memFree=1274160/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=151028 CPUtime=1232.09
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43174 0 0 0 123180 29 0 0 25 0 3 0 163282793 154652672 28124 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663946 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 37757 28124 180 90 0 37295 0
[pid=17205/tid=17207] ppid=17203 vsize=151028 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163283911 154652672 28124 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17382] ppid=17203 vsize=151028 CPUtime=0
/proc/17205/task/17382/stat : 17382 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163373938 154652672 28124 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.09
Current children cumulated vsize (KiB) 151028

[startup+1303.54 s]
/proc/loadavg: 2.00 1.97 1.75 3/83 17406
/proc/meminfo: memFree=1265840/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=151028 CPUtime=1291.62
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 43174 0 0 0 129133 29 0 0 25 0 3 0 163282793 154652672 28124 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664602 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 37757 28124 180 90 0 37295 0
[pid=17205/tid=17207] ppid=17203 vsize=151028 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163283911 154652672 28124 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17382] ppid=17203 vsize=151028 CPUtime=0
/proc/17205/task/17382/stat : 17382 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163373938 154652672 28124 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.62
Current children cumulated vsize (KiB) 151028

[startup+1363.6 s]
/proc/loadavg: 2.00 1.97 1.76 3/84 17407
/proc/meminfo: memFree=1257896/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=169084 CPUtime=1351.16
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 46299 0 0 0 135084 32 0 0 25 0 4 0 163282793 173142016 29295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 42271 29295 180 90 0 41809 0
[pid=17205/tid=17207] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163283911 173142016 29295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17382] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17382/stat : 17382 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163373938 173142016 29295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17407] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17407/stat : 17407 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163418948 173142016 29295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.16
Current children cumulated vsize (KiB) 169084

[startup+1423.69 s]
/proc/loadavg: 2.00 1.97 1.77 3/84 17407
/proc/meminfo: memFree=1238632/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=169084 CPUtime=1410.71
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 47135 0 0 0 141038 33 0 0 25 0 4 0 163282793 173142016 30131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574038 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 42271 30131 180 90 0 41809 0
[pid=17205/tid=17207] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163283911 173142016 30131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17382] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17382/stat : 17382 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163373938 173142016 30131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17407] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17407/stat : 17407 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163418948 173142016 30131 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.71
Current children cumulated vsize (KiB) 169084

[startup+1483.76 s]
/proc/loadavg: 2.00 1.97 1.78 3/84 17407
/proc/meminfo: memFree=1229992/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=169084 CPUtime=1470.24
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 47138 0 0 0 146991 33 0 0 25 0 4 0 163282793 173142016 30134 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 42271 30134 180 90 0 41809 0
[pid=17205/tid=17207] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163283911 173142016 30134 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17382] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17382/stat : 17382 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163373938 173142016 30134 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17407] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17407/stat : 17407 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163418948 173142016 30134 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.24
Current children cumulated vsize (KiB) 169084

[startup+1543.79 s]
/proc/loadavg: 2.00 1.97 1.79 3/84 17407
/proc/meminfo: memFree=1217640/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=169084 CPUtime=1529.72
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 47139 0 0 0 152939 33 0 0 25 0 4 0 163282793 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 42271 30135 180 90 0 41809 0
[pid=17205/tid=17207] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163283911 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17382] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17382/stat : 17382 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163373938 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17407] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17407/stat : 17407 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163418948 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.72
Current children cumulated vsize (KiB) 169084

[startup+1603.87 s]
/proc/loadavg: 2.00 1.97 1.81 3/84 17407
/proc/meminfo: memFree=1207720/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=169084 CPUtime=1589.26
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 47139 0 0 0 158893 33 0 0 25 0 4 0 163282793 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607478 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 42271 30135 180 90 0 41809 0
[pid=17205/tid=17207] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163283911 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17382] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17382/stat : 17382 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163373938 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17407] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17407/stat : 17407 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163418948 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.26
Current children cumulated vsize (KiB) 169084

[startup+1663.9 s]
/proc/loadavg: 2.00 1.97 1.82 3/84 17407
/proc/meminfo: memFree=1203624/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=169084 CPUtime=1648.75
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 47139 0 0 0 164841 34 0 0 25 0 4 0 163282793 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580611 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 42271 30135 180 90 0 41809 0
[pid=17205/tid=17207] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163283911 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17382] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17382/stat : 17382 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163373938 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17407] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17407/stat : 17407 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163418948 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.75
Current children cumulated vsize (KiB) 169084

[startup+1723.96 s]
/proc/loadavg: 2.00 1.97 1.82 3/84 17407
/proc/meminfo: memFree=1192616/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=169084 CPUtime=1708.28
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 47139 0 0 0 170794 34 0 0 25 0 4 0 163282793 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 42271 30135 180 90 0 41809 0
[pid=17205/tid=17207] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163283911 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17382] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17382/stat : 17382 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163373938 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17407] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17407/stat : 17407 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163418948 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.28
Current children cumulated vsize (KiB) 169084

[startup+1783.99 s]
/proc/loadavg: 2.00 1.97 1.83 3/84 17407
/proc/meminfo: memFree=1186664/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=169084 CPUtime=1767.77
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 47139 0 0 0 176743 34 0 0 25 0 4 0 163282793 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17205/statm: 42271 30135 180 90 0 41809 0
[pid=17205/tid=17207] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17207/stat : 17207 (bprolog) S 17203 17205 17032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163283911 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17382] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17382/stat : 17382 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163373938 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17205/tid=17407] ppid=17203 vsize=169084 CPUtime=0
/proc/17205/task/17407/stat : 17407 (bprolog) S 17203 17205 17032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163418948 173142016 30135 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.77
Current children cumulated vsize (KiB) 169084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.49 s]
/proc/loadavg: 2.13 2.00 1.84 3/81 17481
/proc/meminfo: memFree=1574760/2055920 swapFree=4192812/4192956
[pid=17205] ppid=17203 vsize=169084 CPUtime=1800.09
/proc/17205/stat : 17205 (bprolog) R 17203 17205 17032 0 -1 4194304 47140 0 0 0 179969 40 0 0 25 0 1 0 163282793 173142016 30136 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 0 0 0 17 0 0 0
/proc/17205/statm: 42271 30136 181 90 0 41809 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 169084

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.51
CPU time (s): 1800.11
CPU user time (s): 1799.69
CPU system time (s): 0.421935
CPU usage (%): 99.0973
Max. virtual memory (cumulated for all children) (KiB): 169084

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

runsolver used 2.20566 s user time and 5.45217 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Jan  7 05:47:00 UTC 2007


IDJOB= 201633
IDBENCH= 3775
FILE ID= node40/201633-1168148818

PBS_JOBID= 3478408

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp13/fapp13-2000-6.xml
COMMAND LINE= /tmp/evaluation/201633-1168148818/Complete/Ordinary/solver /tmp/evaluation/201633-1168148818/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node40/convwatcher-201633-1168148818 -o ROOT/results/node40/conversion-201633-1168148818 -C 600 -M 900 /tmp/evaluation/201633-1168148818/Complete/Ordinary/conversion /tmp/evaluation/201633-1168148818/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-201633-1168148818 -o ROOT/results/node40/solver-201633-1168148818 -C 1800 -M 900  /tmp/evaluation/201633-1168148818/Complete/Ordinary/solver /tmp/evaluation/201633-1168148818/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  e57f0b8f90b7d128b396369733fed01f

RANDOM SEED= 650922151

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.239
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.239
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:       1785752 kB
Buffers:          8452 kB
Cached:         113132 kB
SwapCached:          0 kB
Active:         175356 kB
Inactive:        40992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14312 kB
Writeback:           0 kB
Mapped:         113916 kB
Slab:            38908 kB
Committed_AS:  3972440 kB
PageTables:       2032 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= 66541 MiB



End job on node40 on Sun Jan  7 06:17:31 UTC 2007