Trace number 202118

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.05 1800.78

General information on the benchmark

Namefapp/fapp21-25/fapp24/
fapp24-2000-9.xml
MD5SUM99b4a6f18c5a7267e849490799459a8e
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.0943
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/202118-1168150578/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/node58/watcher-202118-1168150578 -o ROOT/results/node58/solver-202118-1168150578 -C 1800 -M 900 /tmp/evaluation/202118-1168150578/Complete/Ordinary/solver /tmp/evaluation/202118-1168150578/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: 0.17 0.56 1.16 4/68 18858
/proc/meminfo: memFree=1387904/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=53472 CPUtime=0
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 480 0 0 0 0 0 0 0 18 0 1 0 163458627 54755328 199 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 5338076 0 0 4096 2 0 0 0 17 1 0 0
/proc/18857/statm: 13368 199 123 90 0 12906 0

[startup+0.102841 s]
/proc/loadavg: 0.17 0.56 1.16 4/68 18858
/proc/meminfo: memFree=1387904/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=53824 CPUtime=0.09
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 2244 0 0 0 8 1 0 0 18 0 1 0 163458627 55115776 1960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607572 0 0 4096 2 0 0 0 17 1 0 0
/proc/18857/statm: 13456 1960 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.510874 s]
/proc/loadavg: 0.17 0.56 1.16 4/68 18858
/proc/meminfo: memFree=1387904/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=68724 CPUtime=0.49
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 8935 0 0 0 45 4 0 0 21 0 1 0 163458627 70373376 8649 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857292 0 0 4096 2 0 0 0 17 1 0 0
/proc/18857/statm: 17181 8649 157 90 0 16719 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 68724

[startup+1.33094 s]
/proc/loadavg: 0.17 0.56 1.16 2/68 18858
/proc/meminfo: memFree=1342144/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=68724 CPUtime=1.32
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 12371 0 0 0 126 6 0 0 25 0 1 0 163458627 70373376 12085 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569540 0 0 4096 2 0 0 0 17 1 0 0
/proc/18857/statm: 17181 12085 157 90 0 16719 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 68724

[startup+2.97209 s]
/proc/loadavg: 0.17 0.56 1.16 2/68 18859
/proc/meminfo: memFree=1339776/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=68720 CPUtime=2.96
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 12433 0 0 0 290 6 0 0 25 0 1 0 163458627 70369280 12146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 0 0 0 17 1 0 0
/proc/18857/statm: 17180 12146 176 90 0 16718 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 68720

[startup+6.24837 s]
/proc/loadavg: 0.23 0.57 1.16 2/68 18859
/proc/meminfo: memFree=1336256/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=142328 CPUtime=6.24
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 30021 0 0 0 611 13 0 0 25 0 1 0 163458627 145743872 21614 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134866773 0 0 4096 2 0 0 0 17 1 0 0
/proc/18857/statm: 35582 21614 176 90 0 35120 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 142328

[startup+12.7159 s]
/proc/loadavg: 0.29 0.57 1.16 3/81 18906
/proc/meminfo: memFree=1187152/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=12.67
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48654 0 0 0 1244 23 0 0 25 0 2 0 163458627 143106048 27373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18857/statm: 34938 27373 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163459843 143106048 27373 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 139752

[startup+25.527 s]
/proc/loadavg: 0.67 0.64 1.17 3/81 18906
/proc/meminfo: memFree=1179728/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=25.44
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48659 0 0 0 2520 24 0 0 25 0 2 0 163458627 143106048 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589294 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18857/statm: 34938 27378 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163459843 143106048 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 139752

[startup+51.1662 s]
/proc/loadavg: 1.12 0.75 1.19 3/81 18906
/proc/meminfo: memFree=1169552/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=50.97
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48659 0 0 0 5073 24 0 0 25 0 2 0 163458627 143106048 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18857/statm: 34938 27378 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163459843 143106048 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 139752

[startup+102.42 s]
/proc/loadavg: 1.28 0.86 1.20 2/66 18922
/proc/meminfo: memFree=1280408/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=102.08
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48659 0 0 0 10184 24 0 0 25 0 2 0 163458627 143106048 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554689 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 34938 27378 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163459843 143106048 27378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 139752

[startup+162.462 s]
/proc/loadavg: 1.10 0.88 1.19 2/66 18922
/proc/meminfo: memFree=1280472/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=162.11
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48660 0 0 0 16187 24 0 0 25 0 2 0 163458627 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 34938 27379 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163459843 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 139752

[startup+222.495 s]
/proc/loadavg: 1.04 0.90 1.17 2/66 18922
/proc/meminfo: memFree=1280472/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=222.13
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48660 0 0 0 22189 24 0 0 25 0 2 0 163458627 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 34938 27379 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163459843 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 139752

[startup+282.532 s]
/proc/loadavg: 1.07 0.93 1.17 2/66 18922
/proc/meminfo: memFree=1280472/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=282.15
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48660 0 0 0 28191 24 0 0 25 0 2 0 163458627 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 34938 27379 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163459843 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 139752

[startup+342.569 s]
/proc/loadavg: 1.02 0.94 1.16 2/66 18922
/proc/meminfo: memFree=1280472/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=342.18
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48660 0 0 0 34194 24 0 0 25 0 2 0 163458627 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 34938 27379 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163459843 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 139752

[startup+402.612 s]
/proc/loadavg: 1.01 0.95 1.14 2/66 18922
/proc/meminfo: memFree=1280536/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=402.2
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48660 0 0 0 40196 24 0 0 25 0 2 0 163458627 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620139 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 34938 27379 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163459843 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 139752

[startup+462.652 s]
/proc/loadavg: 1.00 0.95 1.13 2/66 18922
/proc/meminfo: memFree=1280536/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=462.23
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48660 0 0 0 46199 24 0 0 25 0 2 0 163458627 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 34938 27379 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163459843 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 139752

[startup+522.689 s]
/proc/loadavg: 1.00 0.96 1.12 2/66 18922
/proc/meminfo: memFree=1280472/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=522.25
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48660 0 0 0 52201 24 0 0 25 0 2 0 163458627 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 34938 27379 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163459843 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 139752

[startup+582.73 s]
/proc/loadavg: 1.00 0.97 1.11 2/66 18922
/proc/meminfo: memFree=1280536/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=582.28
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48660 0 0 0 58204 24 0 0 25 0 2 0 163458627 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 34938 27379 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163459843 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 139752

[startup+642.769 s]
/proc/loadavg: 1.00 0.97 1.10 2/66 18922
/proc/meminfo: memFree=1280472/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=139752 CPUtime=642.3
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48660 0 0 0 64206 24 0 0 25 0 2 0 163458627 143106048 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661432 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 34938 27379 180 90 0 34476 0
[pid=18857/tid=18906] ppid=18855 vsize=139752 CPUtime=0

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

Current children cumulated CPU time (s) 1182.64
Current children cumulated vsize (KiB) 149996

[startup+1243.3 s]
/proc/loadavg: 1.00 0.97 1.04 2/67 18923
/proc/meminfo: memFree=1280272/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=149996 CPUtime=1242.69
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48662 0 0 0 124244 25 0 0 25 0 3 0 163458627 153595904 27381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 37499 27381 180 90 0 37037 0
[pid=18857/tid=18906] ppid=18855 vsize=149996 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163459843 153595904 27381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18923] ppid=18855 vsize=149996 CPUtime=0
/proc/18857/task/18923/stat : 18923 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163549857 153595904 27381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.69
Current children cumulated vsize (KiB) 149996

[startup+1303.37 s]
/proc/loadavg: 1.00 0.97 1.03 2/67 18923
/proc/meminfo: memFree=1280272/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=149996 CPUtime=1302.74
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48662 0 0 0 130249 25 0 0 25 0 3 0 163458627 153595904 27381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 37499 27381 180 90 0 37037 0
[pid=18857/tid=18906] ppid=18855 vsize=149996 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163459843 153595904 27381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18923] ppid=18855 vsize=149996 CPUtime=0
/proc/18857/task/18923/stat : 18923 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163549857 153595904 27381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.74
Current children cumulated vsize (KiB) 149996

[startup+1363.43 s]
/proc/loadavg: 1.00 0.97 1.02 2/68 18924
/proc/meminfo: memFree=1280264/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=160240 CPUtime=1362.79
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 48663 0 0 0 136254 25 0 0 25 0 4 0 163458627 164085760 27382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618039 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 40060 27382 180 90 0 39598 0
[pid=18857/tid=18906] ppid=18855 vsize=160240 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163459843 164085760 27382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18923] ppid=18855 vsize=160240 CPUtime=0
/proc/18857/task/18923/stat : 18923 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163549857 164085760 27382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18924] ppid=18855 vsize=160240 CPUtime=0
/proc/18857/task/18924/stat : 18924 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163594864 164085760 27382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.79
Current children cumulated vsize (KiB) 160240

[startup+1423.52 s]
/proc/loadavg: 1.00 0.97 1.02 2/68 18924
/proc/meminfo: memFree=1278024/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=160240 CPUtime=1422.87
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 49212 0 0 0 142261 26 0 0 25 0 4 0 163458627 164085760 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 40060 27931 180 90 0 39598 0
[pid=18857/tid=18906] ppid=18855 vsize=160240 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163459843 164085760 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18923] ppid=18855 vsize=160240 CPUtime=0
/proc/18857/task/18923/stat : 18923 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163549857 164085760 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18924] ppid=18855 vsize=160240 CPUtime=0
/proc/18857/task/18924/stat : 18924 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163594864 164085760 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.87
Current children cumulated vsize (KiB) 160240

[startup+1483.61 s]
/proc/loadavg: 1.00 0.97 1.01 2/68 18924
/proc/meminfo: memFree=1278024/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=160240 CPUtime=1482.95
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 49212 0 0 0 148269 26 0 0 25 0 4 0 163458627 164085760 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 40060 27931 180 90 0 39598 0
[pid=18857/tid=18906] ppid=18855 vsize=160240 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163459843 164085760 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18923] ppid=18855 vsize=160240 CPUtime=0
/proc/18857/task/18923/stat : 18923 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163549857 164085760 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18924] ppid=18855 vsize=160240 CPUtime=0
/proc/18857/task/18924/stat : 18924 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163594864 164085760 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.95
Current children cumulated vsize (KiB) 160240

[startup+1543.7 s]
/proc/loadavg: 1.03 0.99 1.01 2/68 18924
/proc/meminfo: memFree=1277960/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=160240 CPUtime=1543.02
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 49212 0 0 0 154276 26 0 0 25 0 4 0 163458627 164085760 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 40060 27931 180 90 0 39598 0
[pid=18857/tid=18906] ppid=18855 vsize=160240 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163459843 164085760 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18923] ppid=18855 vsize=160240 CPUtime=0
/proc/18857/task/18923/stat : 18923 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163549857 164085760 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18924] ppid=18855 vsize=160240 CPUtime=0
/proc/18857/task/18924/stat : 18924 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163594864 164085760 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.02
Current children cumulated vsize (KiB) 160240

[startup+1603.78 s]
/proc/loadavg: 1.01 0.99 1.01 2/68 18924
/proc/meminfo: memFree=1273992/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=168052 CPUtime=1603.08
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 52170 0 0 0 160281 27 0 0 25 0 4 0 163458627 172085248 28935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 42013 28935 180 90 0 41551 0
[pid=18857/tid=18906] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163459843 172085248 28935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18923] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18923/stat : 18923 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163549857 172085248 28935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18924] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18924/stat : 18924 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163594864 172085248 28935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.08
Current children cumulated vsize (KiB) 168052

[startup+1663.86 s]
/proc/loadavg: 1.00 0.99 1.00 2/68 18924
/proc/meminfo: memFree=1273928/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=168052 CPUtime=1663.15
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 52171 0 0 0 166288 27 0 0 25 0 4 0 163458627 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557329 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 42013 28936 180 90 0 41551 0
[pid=18857/tid=18906] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163459843 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18923] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18923/stat : 18923 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163549857 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18924] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18924/stat : 18924 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163594864 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.15
Current children cumulated vsize (KiB) 168052

[startup+1723.95 s]
/proc/loadavg: 1.00 0.99 1.00 2/68 18924
/proc/meminfo: memFree=1273864/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=168052 CPUtime=1723.23
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 52171 0 0 0 172296 27 0 0 25 0 4 0 163458627 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 42013 28936 180 90 0 41551 0
[pid=18857/tid=18906] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163459843 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18923] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18923/stat : 18923 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163549857 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18924] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18924/stat : 18924 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163594864 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.23
Current children cumulated vsize (KiB) 168052

[startup+1784.04 s]
/proc/loadavg: 1.00 0.99 1.00 2/68 18924
/proc/meminfo: memFree=1273864/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=168052 CPUtime=1783.3
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 52171 0 0 0 178303 27 0 0 25 0 4 0 163458627 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554133 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 42013 28936 180 90 0 41551 0
[pid=18857/tid=18906] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163459843 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18923] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18923/stat : 18923 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163549857 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18924] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18924/stat : 18924 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163594864 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.3
Current children cumulated vsize (KiB) 168052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.75 s]
/proc/loadavg: 1.00 0.99 1.00 2/68 18924
/proc/meminfo: memFree=1273928/2055920 swapFree=4192812/4192956
[pid=18857] ppid=18855 vsize=168052 CPUtime=1800.01
/proc/18857/stat : 18857 (bprolog) R 18855 18857 18203 0 -1 4194304 52171 0 0 0 179974 27 0 0 25 0 4 0 163458627 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671471 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18857/statm: 42013 28936 180 90 0 41551 0
[pid=18857/tid=18906] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18906/stat : 18906 (bprolog) S 18855 18857 18203 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163459843 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18923] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18923/stat : 18923 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163549857 172085248 28936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18857/tid=18924] ppid=18855 vsize=168052 CPUtime=0
/proc/18857/task/18924/stat : 18924 (bprolog) S 18855 18857 18203 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163594864 172085248 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.01
Current children cumulated vsize (KiB) 168052

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.78
CPU time (s): 1800.05
CPU user time (s): 1799.75
CPU system time (s): 0.295955
CPU usage (%): 99.9594
Max. virtual memory (cumulated for all children) (KiB): 168052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52171
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 3381

runsolver used 1.56376 s user time and 3.74543 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sun Jan  7 06:16:22 UTC 2007


IDJOB= 202118
IDBENCH= 3814
FILE ID= node58/202118-1168150578

PBS_JOBID= 3478430

Free space on /tmp= 66547 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-202118-1168150578 -o ROOT/results/node58/solver-202118-1168150578 -C 1800 -M 900  /tmp/evaluation/202118-1168150578/Complete/Ordinary/solver /tmp/evaluation/202118-1168150578/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  99b4a6f18c5a7267e849490799459a8e

RANDOM SEED= 31209312

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.223
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.223
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:       1388448 kB
Buffers:         37920 kB
Cached:         542528 kB
SwapCached:          0 kB
Active:         136808 kB
Inactive:       463764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1388448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7296 kB
Writeback:           0 kB
Mapped:          30340 kB
Slab:            52732 kB
Committed_AS:  2540236 kB
PageTables:       1572 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= 66550 MiB



End job on node58 on Sun Jan  7 06:46:47 UTC 2007