Trace number 202214

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.07 1810.67

General information on the benchmark

Namefapp/fapp21-25/fapp24/
fapp24-2000-7.xml
MD5SUM975a2e6ba3d0b3c4f3153deecb318748
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 benchmark11.2793
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/202214-1168150860/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/node17/watcher-202214-1168150860 -o ROOT/results/node17/solver-202214-1168150860 -C 1800 -M 900 /tmp/evaluation/202214-1168150860/Complete/Ordinary/solver /tmp/evaluation/202214-1168150860/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: 3.78 2.99 2.55 3/94 10098
/proc/meminfo: memFree=185440/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=5352 CPUtime=0
/proc/10097/stat : 10097 (sh) R 10095 10097 10015 0 -1 4194304 198 0 0 0 0 0 0 0 20 0 1 0 163482615 5480448 165 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4298175 0 0 4100 0 0 0 0 17 1 0 0
/proc/10097/statm: 1338 165 137 169 0 49 0

[startup+0.102935 s]
/proc/loadavg: 3.78 2.99 2.55 3/94 10098
/proc/meminfo: memFree=185440/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=53824 CPUtime=0.08
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 2131 0 0 0 8 0 0 0 20 0 1 0 163482615 55115776 1847 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550176 0 0 4096 2 0 0 0 17 1 0 0
/proc/10097/statm: 13456 1847 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.510975 s]
/proc/loadavg: 3.78 2.99 2.55 3/94 10098
/proc/meminfo: memFree=185440/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=68724 CPUtime=0.5
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 8873 0 0 0 45 5 0 0 24 0 1 0 163482615 70373376 8587 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/10097/statm: 17181 8587 157 90 0 16719 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 68724

[startup+1.33206 s]
/proc/loadavg: 3.78 2.99 2.55 3/94 10098
/proc/meminfo: memFree=116064/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=68724 CPUtime=1.3
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 12370 0 0 0 124 6 0 0 25 0 1 0 163482615 70373376 12084 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557015 0 0 4096 2 0 0 0 17 1 0 0
/proc/10097/statm: 17181 12084 157 90 0 16719 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 68724

[startup+2.97723 s]
/proc/loadavg: 3.87 3.02 2.56 4/94 10098
/proc/meminfo: memFree=94432/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=68720 CPUtime=2.93
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 12433 0 0 0 287 6 0 0 25 0 1 0 163482615 70369280 12146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 0 0 0 17 1 0 0
/proc/10097/statm: 17180 12146 176 90 0 16718 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 68720

[startup+6.25758 s]
/proc/loadavg: 3.87 3.02 2.56 3/94 10098
/proc/meminfo: memFree=25888/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=72012 CPUtime=6.19
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 21446 0 0 0 609 10 0 0 25 0 1 0 163482615 73740288 13039 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/10097/statm: 18003 13039 176 90 0 17541 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 72012

[startup+12.7232 s]
/proc/loadavg: 4.05 3.09 2.58 3/94 10098
/proc/meminfo: memFree=15200/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=129504 CPUtime=12.53
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 51643 0 0 0 1224 29 0 0 25 0 1 0 163482615 132612096 26002 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857623 0 0 4096 2 0 0 0 17 1 0 0
/proc/10097/statm: 32376 26002 176 90 0 31914 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 129504

[startup+25.5561 s]
/proc/loadavg: 4.27 3.17 2.62 3/95 10099
/proc/meminfo: memFree=16280/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=139748 CPUtime=25.23
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53018 0 0 0 2491 32 0 0 25 0 2 0 163482615 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620085 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10097/statm: 34937 27377 180 90 0 34475 0
[pid=10097/tid=10099] ppid=10095 vsize=139748 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163484030 143101952 27377 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 139748

[startup+51.2203 s]
/proc/loadavg: 4.37 3.28 2.67 3/95 10099
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=139748 CPUtime=50.6
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53019 0 0 0 5018 42 0 0 25 0 2 0 163482615 143101952 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10097/statm: 34937 27378 180 90 0 34475 0
[pid=10097/tid=10099] ppid=10095 vsize=139748 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163484030 143101952 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 139748

[startup+102.435 s]
/proc/loadavg: 3.51 3.22 2.68 3/95 10099
/proc/meminfo: memFree=14872/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=139748 CPUtime=101.25
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53019 0 0 0 10062 63 0 0 25 0 2 0 163482615 143101952 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10097/statm: 34937 27378 180 90 0 34475 0
[pid=10097/tid=10099] ppid=10095 vsize=139748 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163484030 143101952 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 139748

[startup+162.521 s]
/proc/loadavg: 2.87 3.08 2.66 4/95 10099
/proc/meminfo: memFree=15896/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=139748 CPUtime=161.1
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53020 0 0 0 16028 82 0 0 25 0 2 0 163482615 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 34937 27379 180 90 0 34475 0
[pid=10097/tid=10099] ppid=10095 vsize=139748 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163484030 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 139748

[startup+222.578 s]
/proc/loadavg: 2.66 2.97 2.65 3/95 10099
/proc/meminfo: memFree=15448/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=139748 CPUtime=221
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53020 0 0 0 22000 100 0 0 25 0 2 0 163482615 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 34937 27379 180 90 0 34475 0
[pid=10097/tid=10099] ppid=10095 vsize=139748 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163484030 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221
Current children cumulated vsize (KiB) 139748

[startup+282.661 s]
/proc/loadavg: 2.70 2.92 2.64 3/95 10099
/proc/meminfo: memFree=15896/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=139748 CPUtime=280.9
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53020 0 0 0 27970 120 0 0 25 0 2 0 163482615 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552103 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 34937 27379 180 90 0 34475 0
[pid=10097/tid=10099] ppid=10095 vsize=139748 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163484030 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.9
Current children cumulated vsize (KiB) 139748

[startup+342.683 s]
/proc/loadavg: 3.10 2.98 2.68 3/95 10099
/proc/meminfo: memFree=15576/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=139748 CPUtime=340.78
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53020 0 0 0 33941 137 0 0 25 0 2 0 163482615 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663996 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 34937 27379 180 90 0 34475 0
[pid=10097/tid=10099] ppid=10095 vsize=139748 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163484030 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.78
Current children cumulated vsize (KiB) 139748

[startup+402.777 s]
/proc/loadavg: 3.54 3.15 2.76 3/95 10099
/proc/meminfo: memFree=15704/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=139748 CPUtime=400.57
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53020 0 0 0 39901 156 0 0 25 0 2 0 163482615 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 34937 27379 180 90 0 34475 0
[pid=10097/tid=10099] ppid=10095 vsize=139748 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163484030 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.57
Current children cumulated vsize (KiB) 139748

[startup+462.791 s]
/proc/loadavg: 2.84 3.02 2.73 3/95 10099
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=139748 CPUtime=460.19
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53020 0 0 0 45842 177 0 0 25 0 2 0 163482615 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662579 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 34937 27379 180 90 0 34475 0
[pid=10097/tid=10099] ppid=10095 vsize=139748 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163484030 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.19
Current children cumulated vsize (KiB) 139748

[startup+522.834 s]
/proc/loadavg: 2.62 2.92 2.71 3/95 10099
/proc/meminfo: memFree=15128/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=139748 CPUtime=519.81
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53020 0 0 0 51785 196 0 0 25 0 2 0 163482615 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10097/statm: 34937 27379 180 90 0 34475 0
[pid=10097/tid=10099] ppid=10095 vsize=139748 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163484030 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.81
Current children cumulated vsize (KiB) 139748

[startup+582.866 s]
/proc/loadavg: 2.67 2.87 2.71 3/95 10099
/proc/meminfo: memFree=15320/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=139748 CPUtime=579.44
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53020 0 0 0 57731 213 0 0 25 0 2 0 163482615 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 34937 27379 180 90 0 34475 0
[pid=10097/tid=10099] ppid=10095 vsize=139748 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163484030 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.44
Current children cumulated vsize (KiB) 139748

[startup+642.891 s]
/proc/loadavg: 3.25 2.98 2.75 3/95 10099
/proc/meminfo: memFree=15256/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=139748 CPUtime=639.08
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53020 0 0 0 63678 230 0 0 25 0 2 0 163482615 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 34937 27379 180 90 0 34475 0
[pid=10097/tid=10099] ppid=10095 vsize=139748 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163484030 143101952 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.08

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

[pid=10097/tid=10100] ppid=10095 vsize=149992 CPUtime=0
/proc/10097/task/10100/stat : 10100 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163574045 153591808 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.65
Current children cumulated vsize (KiB) 149992

[startup+1243.22 s]
/proc/loadavg: 2.12 2.56 2.68 3/88 10399
/proc/meminfo: memFree=1744256/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=149992 CPUtime=1235.38
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53021 0 0 0 123141 397 0 0 25 0 3 0 163482615 153591808 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 37498 27380 180 90 0 37036 0
[pid=10097/tid=10099] ppid=10095 vsize=149992 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163484030 153591808 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10097/tid=10100] ppid=10095 vsize=149992 CPUtime=0
/proc/10097/task/10100/stat : 10100 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163574045 153591808 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1235.38
Current children cumulated vsize (KiB) 149992

[startup+1303.25 s]
/proc/loadavg: 2.09 2.47 2.64 3/88 10399
/proc/meminfo: memFree=1744448/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=149992 CPUtime=1295.14
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53021 0 0 0 129116 398 0 0 25 0 3 0 163482615 153591808 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580510 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 37498 27380 180 90 0 37036 0
[pid=10097/tid=10099] ppid=10095 vsize=149992 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163484030 153591808 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10097/tid=10100] ppid=10095 vsize=149992 CPUtime=0
/proc/10097/task/10100/stat : 10100 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163574045 153591808 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1295.14
Current children cumulated vsize (KiB) 149992

[startup+1363.28 s]
/proc/loadavg: 2.03 2.38 2.59 3/88 10399
/proc/meminfo: memFree=1744448/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=149992 CPUtime=1354.88
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53021 0 0 0 135090 398 0 0 25 0 3 0 163482615 153591808 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 37498 27380 180 90 0 37036 0
[pid=10097/tid=10099] ppid=10095 vsize=149992 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163484030 153591808 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10097/tid=10100] ppid=10095 vsize=149992 CPUtime=0
/proc/10097/task/10100/stat : 10100 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163574045 153591808 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1354.88
Current children cumulated vsize (KiB) 149992

[startup+1423.32 s]
/proc/loadavg: 1.98 2.30 2.55 3/91 10486
/proc/meminfo: memFree=1741672/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=160236 CPUtime=1414.64
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53340 0 0 0 141063 401 0 0 25 0 4 0 163482615 164081664 27699 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 40059 27699 180 90 0 39597 0
[pid=10097/tid=10099] ppid=10095 vsize=160236 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163484030 164081664 27699 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10097/tid=10100] ppid=10095 vsize=160236 CPUtime=0
/proc/10097/task/10100/stat : 10100 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163574045 164081664 27699 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10097/tid=10400] ppid=10095 vsize=160236 CPUtime=0
/proc/10097/task/10400/stat : 10400 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163619054 164081664 27699 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1414.64
Current children cumulated vsize (KiB) 160236

[startup+1483.38 s]
/proc/loadavg: 2.06 2.26 2.52 3/91 10486
/proc/meminfo: memFree=1741672/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=160236 CPUtime=1474.38
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53342 0 0 0 147037 401 0 0 25 0 4 0 163482615 164081664 27701 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 40059 27701 180 90 0 39597 0
[pid=10097/tid=10099] ppid=10095 vsize=160236 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163484030 164081664 27701 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10097/tid=10100] ppid=10095 vsize=160236 CPUtime=0
/proc/10097/task/10100/stat : 10100 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163574045 164081664 27701 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10097/tid=10400] ppid=10095 vsize=160236 CPUtime=0
/proc/10097/task/10400/stat : 10400 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163619054 164081664 27701 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.38
Current children cumulated vsize (KiB) 160236

[startup+1543.44 s]
/proc/loadavg: 2.02 2.21 2.48 3/91 10486
/proc/meminfo: memFree=1741488/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=160236 CPUtime=1534.13
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 53342 0 0 0 153012 401 0 0 25 0 4 0 163482615 164081664 27701 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 40059 27701 180 90 0 39597 0
[pid=10097/tid=10099] ppid=10095 vsize=160236 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163484030 164081664 27701 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10097/tid=10100] ppid=10095 vsize=160236 CPUtime=0
/proc/10097/task/10100/stat : 10100 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163574045 164081664 27701 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10097/tid=10400] ppid=10095 vsize=160236 CPUtime=0
/proc/10097/task/10400/stat : 10400 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163619054 164081664 27701 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.13
Current children cumulated vsize (KiB) 160236

[startup+1603.49 s]
/proc/loadavg: 2.04 2.18 2.45 3/91 10486
/proc/meminfo: memFree=1736496/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=168048 CPUtime=1593.88
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 56530 0 0 0 158985 403 0 0 25 0 4 0 163482615 172081152 28935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 42012 28935 180 90 0 41550 0
[pid=10097/tid=10099] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163484030 172081152 28935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10097/tid=10100] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10100/stat : 10100 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163574045 172081152 28935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10097/tid=10400] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10400/stat : 10400 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163619054 172081152 28935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.88
Current children cumulated vsize (KiB) 168048

[startup+1663.54 s]
/proc/loadavg: 2.01 2.14 2.42 3/91 10486
/proc/meminfo: memFree=1736368/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=168048 CPUtime=1653.63
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 56531 0 0 0 164960 403 0 0 25 0 4 0 163482615 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 42012 28936 180 90 0 41550 0
[pid=10097/tid=10099] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163484030 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10097/tid=10100] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10100/stat : 10100 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163574045 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10097/tid=10400] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10400/stat : 10400 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163619054 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.63
Current children cumulated vsize (KiB) 168048

[startup+1723.59 s]
/proc/loadavg: 2.00 2.12 2.39 3/91 10486
/proc/meminfo: memFree=1736304/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=168048 CPUtime=1713.4
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 56531 0 0 0 170937 403 0 0 25 0 4 0 163482615 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620403 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 42012 28936 180 90 0 41550 0
[pid=10097/tid=10099] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163484030 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10097/tid=10100] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10100/stat : 10100 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163574045 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10097/tid=10400] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10400/stat : 10400 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163619054 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.4
Current children cumulated vsize (KiB) 168048

[startup+1783.64 s]
/proc/loadavg: 2.00 2.09 2.37 3/91 10486
/proc/meminfo: memFree=1736240/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=168048 CPUtime=1773.17
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 56531 0 0 0 176914 403 0 0 25 0 4 0 163482615 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 42012 28936 180 90 0 41550 0
[pid=10097/tid=10099] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163484030 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10097/tid=10100] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10100/stat : 10100 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163574045 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10097/tid=10400] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10400/stat : 10400 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163619054 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.17
Current children cumulated vsize (KiB) 168048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.64 s]
/proc/loadavg: 2.00 2.08 2.35 3/91 10486
/proc/meminfo: memFree=1736176/2055920 swapFree=4192812/4192956
[pid=10097] ppid=10095 vsize=168048 CPUtime=1800.03
/proc/10097/stat : 10097 (bprolog) R 10095 10097 10015 0 -1 4194304 56531 0 0 0 179600 403 0 0 25 0 4 0 163482615 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618408 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10097/statm: 42012 28936 180 90 0 41550 0
[pid=10097/tid=10099] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10099/stat : 10099 (bprolog) S 10095 10097 10015 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163484030 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10097/tid=10100] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10100/stat : 10100 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163574045 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10097/tid=10400] ppid=10095 vsize=168048 CPUtime=0
/proc/10097/task/10400/stat : 10400 (bprolog) S 10095 10097 10015 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163619054 172081152 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 168048

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.67
CPU time (s): 1800.07
CPU user time (s): 1796.01
CPU system time (s): 4.05838
CPU usage (%): 99.4145
Max. virtual memory (cumulated for all children) (KiB): 168048

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

runsolver used 1.81472 s user time and 5.18221 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Jan  7 06:21:01 UTC 2007


IDJOB= 202214
IDBENCH= 3820
FILE ID= node17/202214-1168150860

PBS_JOBID= 3478225

Free space on /tmp= 54807 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp21-25/fapp24/fapp24-2000-7.xml
COMMAND LINE= /tmp/evaluation/202214-1168150860/Complete/Ordinary/solver /tmp/evaluation/202214-1168150860/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node17/convwatcher-202214-1168150860 -o ROOT/results/node17/conversion-202214-1168150860 -C 600 -M 900 /tmp/evaluation/202214-1168150860/Complete/Ordinary/conversion /tmp/evaluation/202214-1168150860/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-202214-1168150860 -o ROOT/results/node17/solver-202214-1168150860 -C 1800 -M 900  /tmp/evaluation/202214-1168150860/Complete/Ordinary/solver /tmp/evaluation/202214-1168150860/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  975a2e6ba3d0b3c4f3153deecb318748

RANDOM SEED= 900640109

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.236
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.236
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:        185984 kB
Buffers:          3408 kB
Cached:        1640288 kB
SwapCached:          0 kB
Active:         165124 kB
Inactive:      1607128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        185984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          206668 kB
Writeback:           0 kB
Mapped:         154132 kB
Slab:            82188 kB
Committed_AS:  4480504 kB
PageTables:       2460 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= 66321 MiB



End job on node17 on Sun Jan  7 06:51:29 UTC 2007