Trace number 205697

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.06 1801.3

General information on the benchmark

Namefapp/fapp36-40/fapp40/
fapp40-3000-6.xml
MD5SUMffdafe8b3301c2726a31d80f032e4139
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 benchmark55.9515
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/205697-1168167852/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/node20/watcher-205697-1168167852 -o ROOT/results/node20/solver-205697-1168167852 -C 1800 -M 900 /tmp/evaluation/205697-1168167852/Complete/Ordinary/solver /tmp/evaluation/205697-1168167852/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.61 1.19 1.42 5/86 20608
/proc/meminfo: memFree=663192/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=18540 CPUtime=0
/proc/20607/stat : 20607 (runsolver) R 20605 20607 20389 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 165183259 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20607/statm: 4635 279 244 17 0 2626 0

[startup+0.107971 s]
/proc/loadavg: 1.61 1.19 1.42 5/86 20608
/proc/meminfo: memFree=663192/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=61640 CPUtime=0.09
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 2106 0 0 0 8 1 0 0 20 0 1 0 165183259 63119360 1822 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/20607/statm: 15410 1822 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.516016 s]
/proc/loadavg: 1.61 1.19 1.42 5/86 20608
/proc/meminfo: memFree=663192/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=61640 CPUtime=0.5
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 8758 0 0 0 44 6 0 0 24 0 1 0 165183259 63119360 8474 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589259 0 0 4096 2 0 0 0 17 1 0 0
/proc/20607/statm: 15410 8474 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33712 s]
/proc/loadavg: 1.64 1.21 1.43 3/86 20608
/proc/meminfo: memFree=594200/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=81472 CPUtime=1.32
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 16899 0 0 0 123 9 0 0 25 0 1 0 165183259 83427328 16043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858957 0 0 4096 2 0 0 0 17 1 0 0
/proc/20607/statm: 20368 16043 157 90 0 19906 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 81472

[startup+2.97431 s]
/proc/loadavg: 1.64 1.21 1.43 3/86 20608
/proc/meminfo: memFree=587352/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=120536 CPUtime=2.95
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 29652 0 0 0 280 15 0 0 25 0 1 0 165183259 123428864 19029 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568439 0 0 4096 2 0 0 0 17 1 0 0
/proc/20607/statm: 30134 19029 157 90 0 29672 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 120536

[startup+6.2607 s]
/proc/loadavg: 1.67 1.22 1.43 3/86 20608
/proc/meminfo: memFree=542432/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=145416 CPUtime=6.22
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 36648 0 0 0 605 17 0 0 25 0 1 0 165183259 148905984 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 0 0 0 17 1 0 0
/proc/20607/statm: 36354 20089 176 90 0 35892 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 145416

[startup+12.7175 s]
/proc/loadavg: 1.69 1.23 1.43 3/86 20608
/proc/meminfo: memFree=483168/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=145416 CPUtime=12.64
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 38488 0 0 0 1245 19 0 0 25 0 1 0 165183259 148905984 21929 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664642 0 0 4096 2 0 0 0 17 1 0 0
/proc/20607/statm: 36354 21929 176 90 0 35892 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 145416

[startup+25.565 s]
/proc/loadavg: 1.74 1.26 1.44 4/94 20679
/proc/meminfo: memFree=1113512/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=149516 CPUtime=25.45
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 50073 0 0 0 2514 31 0 0 25 0 1 0 165183259 153104384 32517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859948 0 0 4096 2 0 0 0 17 0 0 0
/proc/20607/statm: 37379 32517 176 90 0 36917 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 149516

[startup+51.2501 s]
/proc/loadavg: 2.00 1.36 1.47 4/95 20680
/proc/meminfo: memFree=578272/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=243084 CPUtime=51.1
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 83981 0 0 0 5059 51 0 0 25 0 2 0 165183259 248918016 42958 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 60771 42958 180 90 0 60309 0
[pid=20607/tid=20680] ppid=20605 vsize=243084 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187661 248918016 42958 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 243084

[startup+102.461 s]
/proc/loadavg: 1.94 1.44 1.49 3/87 20718
/proc/meminfo: memFree=947552/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=243084 CPUtime=102.25
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 83995 0 0 0 10167 58 0 0 25 0 2 0 165183259 248918016 42972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134612279 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 60771 42972 180 90 0 60309 0
[pid=20607/tid=20680] ppid=20605 vsize=243084 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187661 248918016 42972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 243084

[startup+162.48 s]
/proc/loadavg: 2.06 1.56 1.52 3/87 20718
/proc/meminfo: memFree=524640/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=243084 CPUtime=162.22
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 83995 0 0 0 16164 58 0 0 25 0 2 0 165183259 248918016 42972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 60771 42972 180 90 0 60309 0
[pid=20607/tid=20680] ppid=20605 vsize=243084 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187661 248918016 42972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 243084

[startup+222.556 s]
/proc/loadavg: 2.34 1.71 1.57 3/95 20789
/proc/meminfo: memFree=559456/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=243084 CPUtime=222.07
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 83995 0 0 0 22144 63 0 0 25 0 2 0 165183259 248918016 42972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 60771 42972 180 90 0 60309 0
[pid=20607/tid=20680] ppid=20605 vsize=243084 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187661 248918016 42972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 243084

[startup+282.65 s]
/proc/loadavg: 2.16 1.79 1.61 2/79 20875
/proc/meminfo: memFree=1262560/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=243084 CPUtime=281.87
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 83995 0 0 0 28116 71 0 0 25 0 2 0 165183259 248918016 42972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 60771 42972 180 90 0 60309 0
[pid=20607/tid=20680] ppid=20605 vsize=243084 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187661 248918016 42972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.87
Current children cumulated vsize (KiB) 243084

[startup+342.717 s]
/proc/loadavg: 1.42 1.64 1.57 2/79 20875
/proc/meminfo: memFree=1262696/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=243084 CPUtime=341.93
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 83995 0 0 0 34121 72 0 0 25 0 2 0 165183259 248918016 42972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 60771 42972 180 90 0 60309 0
[pid=20607/tid=20680] ppid=20605 vsize=243084 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187661 248918016 42972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.93
Current children cumulated vsize (KiB) 243084

[startup+402.785 s]
/proc/loadavg: 1.15 1.52 1.53 2/79 20875
/proc/meminfo: memFree=1262696/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=243084 CPUtime=401.97
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 83995 0 0 0 40125 72 0 0 25 0 2 0 165183259 248918016 42972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 60771 42972 180 90 0 60309 0
[pid=20607/tid=20680] ppid=20605 vsize=243084 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187661 248918016 42972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 243084

[startup+462.857 s]
/proc/loadavg: 1.06 1.43 1.49 2/79 20875
/proc/meminfo: memFree=1262760/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=243084 CPUtime=462.02
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 83996 0 0 0 46130 72 0 0 25 0 2 0 165183259 248918016 42973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 60771 42973 180 90 0 60309 0
[pid=20607/tid=20680] ppid=20605 vsize=243084 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187661 248918016 42973 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 243084

[startup+522.925 s]
/proc/loadavg: 1.02 1.35 1.46 2/79 20875
/proc/meminfo: memFree=1262760/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=243084 CPUtime=522.07
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 83997 0 0 0 52135 72 0 0 25 0 2 0 165183259 248918016 42974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 60771 42974 180 90 0 60309 0
[pid=20607/tid=20680] ppid=20605 vsize=243084 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187661 248918016 42974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 243084

[startup+582.993 s]
/proc/loadavg: 1.05 1.29 1.43 2/79 20875
/proc/meminfo: memFree=1262824/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=243084 CPUtime=582.12
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 83997 0 0 0 58140 72 0 0 25 0 2 0 165183259 248918016 42974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 60771 42974 180 90 0 60309 0
[pid=20607/tid=20680] ppid=20605 vsize=243084 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187661 248918016 42974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 243084

[startup+643.06 s]
/proc/loadavg: 1.02 1.24 1.40 2/79 20875
/proc/meminfo: memFree=1262824/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=243084 CPUtime=642.17
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 83997 0 0 0 64145 72 0 0 25 0 2 0 165183259 248918016 42974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 60771 42974 180 90 0 60309 0
[pid=20607/tid=20680] ppid=20605 vsize=243084 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187661 248918016 42974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 243084


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

[pid=20607/tid=20878] ppid=20605 vsize=253328 CPUtime=0
/proc/20607/task/20878/stat : 20878 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165277677 259407872 43005 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.75
Current children cumulated vsize (KiB) 253328

[startup+1243.9 s]
/proc/loadavg: 1.01 1.03 1.19 2/80 20878
/proc/meminfo: memFree=1262560/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=253328 CPUtime=1242.82
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 84028 0 0 0 124209 73 0 0 25 0 3 0 165183259 259407872 43005 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 63332 43005 180 90 0 62870 0
[pid=20607/tid=20680] ppid=20605 vsize=253328 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165187661 259407872 43005 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20607/tid=20878] ppid=20605 vsize=253328 CPUtime=0
/proc/20607/task/20878/stat : 20878 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165277677 259407872 43005 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1242.82
Current children cumulated vsize (KiB) 253328

[startup+1304 s]
/proc/loadavg: 1.00 1.02 1.18 2/80 20878
/proc/meminfo: memFree=1262560/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=253328 CPUtime=1302.9
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 84029 0 0 0 130217 73 0 0 25 0 3 0 165183259 259407872 43006 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 63332 43006 180 90 0 62870 0
[pid=20607/tid=20680] ppid=20605 vsize=253328 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165187661 259407872 43006 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20607/tid=20878] ppid=20605 vsize=253328 CPUtime=0
/proc/20607/task/20878/stat : 20878 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165277677 259407872 43006 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1302.9
Current children cumulated vsize (KiB) 253328

[startup+1364 s]
/proc/loadavg: 1.00 1.02 1.17 2/80 20878
/proc/meminfo: memFree=1262496/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=253328 CPUtime=1362.88
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 84030 0 0 0 136215 73 0 0 25 0 3 0 165183259 259407872 43007 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 63332 43007 180 90 0 62870 0
[pid=20607/tid=20680] ppid=20605 vsize=253328 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165187661 259407872 43007 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20607/tid=20878] ppid=20605 vsize=253328 CPUtime=0
/proc/20607/task/20878/stat : 20878 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165277677 259407872 43007 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1362.88
Current children cumulated vsize (KiB) 253328

[startup+1424.01 s]
/proc/loadavg: 1.00 1.01 1.16 2/81 20879
/proc/meminfo: memFree=1261080/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=263572 CPUtime=1422.88
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 84418 0 0 0 142214 74 0 0 25 0 4 0 165183259 269897728 43395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 65893 43395 180 90 0 65431 0
[pid=20607/tid=20680] ppid=20605 vsize=263572 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187661 269897728 43395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20607/tid=20878] ppid=20605 vsize=263572 CPUtime=0
/proc/20607/task/20878/stat : 20878 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277677 269897728 43395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20607/tid=20879] ppid=20605 vsize=263572 CPUtime=0
/proc/20607/task/20879/stat : 20879 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165322685 269897728 43395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1422.88
Current children cumulated vsize (KiB) 263572

[startup+1484.03 s]
/proc/loadavg: 1.00 1.01 1.14 2/81 20879
/proc/meminfo: memFree=1261080/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=263572 CPUtime=1482.88
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 84419 0 0 0 148214 74 0 0 25 0 4 0 165183259 269897728 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663809 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 65893 43396 180 90 0 65431 0
[pid=20607/tid=20680] ppid=20605 vsize=263572 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187661 269897728 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20607/tid=20878] ppid=20605 vsize=263572 CPUtime=0
/proc/20607/task/20878/stat : 20878 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277677 269897728 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20607/tid=20879] ppid=20605 vsize=263572 CPUtime=0
/proc/20607/task/20879/stat : 20879 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165322685 269897728 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.88
Current children cumulated vsize (KiB) 263572

[startup+1544.04 s]
/proc/loadavg: 1.00 1.00 1.13 2/81 20879
/proc/meminfo: memFree=1261080/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=263572 CPUtime=1542.88
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 84419 0 0 0 154214 74 0 0 25 0 4 0 165183259 269897728 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671471 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 65893 43396 180 90 0 65431 0
[pid=20607/tid=20680] ppid=20605 vsize=263572 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187661 269897728 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20607/tid=20878] ppid=20605 vsize=263572 CPUtime=0
/proc/20607/task/20878/stat : 20878 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277677 269897728 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20607/tid=20879] ppid=20605 vsize=263572 CPUtime=0
/proc/20607/task/20879/stat : 20879 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165322685 269897728 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.88
Current children cumulated vsize (KiB) 263572

[startup+1604.06 s]
/proc/loadavg: 1.00 1.00 1.12 2/81 20879
/proc/meminfo: memFree=1261016/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=263572 CPUtime=1602.87
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 84419 0 0 0 160213 74 0 0 25 0 4 0 165183259 269897728 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 65893 43396 180 90 0 65431 0
[pid=20607/tid=20680] ppid=20605 vsize=263572 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187661 269897728 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20607/tid=20878] ppid=20605 vsize=263572 CPUtime=0
/proc/20607/task/20878/stat : 20878 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277677 269897728 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20607/tid=20879] ppid=20605 vsize=263572 CPUtime=0
/proc/20607/task/20879/stat : 20879 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165322685 269897728 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.87
Current children cumulated vsize (KiB) 263572

[startup+1664.08 s]
/proc/loadavg: 1.00 1.00 1.11 2/81 20879
/proc/meminfo: memFree=1242648/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=279196 CPUtime=1662.88
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 92940 0 0 0 166209 79 0 0 25 0 4 0 165183259 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 69799 48010 180 90 0 69337 0
[pid=20607/tid=20680] ppid=20605 vsize=279196 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187661 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20607/tid=20878] ppid=20605 vsize=279196 CPUtime=0
/proc/20607/task/20878/stat : 20878 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277677 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20607/tid=20879] ppid=20605 vsize=279196 CPUtime=0
/proc/20607/task/20879/stat : 20879 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165322685 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.88
Current children cumulated vsize (KiB) 279196

[startup+1724.1 s]
/proc/loadavg: 1.00 1.00 1.10 2/81 20879
/proc/meminfo: memFree=1242584/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=279196 CPUtime=1722.88
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 92940 0 0 0 172209 79 0 0 25 0 4 0 165183259 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 69799 48010 180 90 0 69337 0
[pid=20607/tid=20680] ppid=20605 vsize=279196 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187661 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20607/tid=20878] ppid=20605 vsize=279196 CPUtime=0
/proc/20607/task/20878/stat : 20878 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277677 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20607/tid=20879] ppid=20605 vsize=279196 CPUtime=0
/proc/20607/task/20879/stat : 20879 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165322685 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.88
Current children cumulated vsize (KiB) 279196

[startup+1784.12 s]
/proc/loadavg: 1.00 1.00 1.09 2/81 20879
/proc/meminfo: memFree=1242584/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=279196 CPUtime=1782.88
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 92940 0 0 0 178209 79 0 0 25 0 4 0 165183259 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552076 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 69799 48010 180 90 0 69337 0
[pid=20607/tid=20680] ppid=20605 vsize=279196 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187661 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20607/tid=20878] ppid=20605 vsize=279196 CPUtime=0
/proc/20607/task/20878/stat : 20878 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277677 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20607/tid=20879] ppid=20605 vsize=279196 CPUtime=0
/proc/20607/task/20879/stat : 20879 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165322685 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.88
Current children cumulated vsize (KiB) 279196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.26 s]
/proc/loadavg: 1.00 1.00 1.09 2/81 20879
/proc/meminfo: memFree=1242584/2055920 swapFree=4170192/4192956
[pid=20607] ppid=20605 vsize=279196 CPUtime=1800.02
/proc/20607/stat : 20607 (bprolog) R 20605 20607 20389 0 -1 4194304 92940 0 0 0 179923 79 0 0 25 0 4 0 165183259 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134822646 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20607/statm: 69799 48010 180 90 0 69337 0
[pid=20607/tid=20680] ppid=20605 vsize=279196 CPUtime=0
/proc/20607/task/20680/stat : 20680 (bprolog) S 20605 20607 20389 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187661 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20607/tid=20878] ppid=20605 vsize=279196 CPUtime=0
/proc/20607/task/20878/stat : 20878 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277677 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20607/tid=20879] ppid=20605 vsize=279196 CPUtime=0
/proc/20607/task/20879/stat : 20879 (bprolog) S 20605 20607 20389 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165322685 285896704 48010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 279196

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.3
CPU time (s): 1800.06
CPU user time (s): 1799.24
CPU system time (s): 0.825874
CPU usage (%): 99.9315
Max. virtual memory (cumulated for all children) (KiB): 294240

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

runsolver used 2.18167 s user time and 4.44532 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sun Jan  7 11:04:12 UTC 2007


IDJOB= 205697
IDBENCH= 4164
FILE ID= node20/205697-1168167852

PBS_JOBID= 3479005

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp40/fapp40-3000-6.xml
COMMAND LINE= /tmp/evaluation/205697-1168167852/Complete/Ordinary/solver /tmp/evaluation/205697-1168167852/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node20/convwatcher-205697-1168167852 -o ROOT/results/node20/conversion-205697-1168167852 -C 600 -M 900 /tmp/evaluation/205697-1168167852/Complete/Ordinary/conversion /tmp/evaluation/205697-1168167852/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-205697-1168167852 -o ROOT/results/node20/solver-205697-1168167852 -C 1800 -M 900  /tmp/evaluation/205697-1168167852/Complete/Ordinary/solver /tmp/evaluation/205697-1168167852/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  ffdafe8b3301c2726a31d80f032e4139

RANDOM SEED= 905506592

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.216
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.216
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:        665592 kB
Buffers:         47280 kB
Cached:         459480 kB
SwapCached:       3580 kB
Active:         899148 kB
Inactive:       425136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        665592 kB
SwapTotal:     4192956 kB
SwapFree:      4170192 kB
Dirty:            8416 kB
Writeback:           0 kB
Mapped:         832816 kB
Slab:            49316 kB
Committed_AS:  4086408 kB
PageTables:       3884 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66545 MiB



End job on node20 on Sun Jan  7 11:34:48 UTC 2007