Trace number 207490

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 1806.41

General information on the benchmark

Namefapp/test01-04/test04/
test04-1250-1.xml
MD5SUMf838068ab3eb8c616b68858fd6be1ac2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.63899
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1250
Number of constraints18359
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18359
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 2.15 2.15 1.90 5/73 11054
/proc/meminfo: memFree=1500440/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=18540 CPUtime=0
/proc/11053/stat : 11053 (runsolver) R 11051 11053 10552 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 166596527 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 271894244647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11053/statm: 4635 279 244 17 0 2626 0

[startup+0.107006 s]
/proc/loadavg: 2.15 2.15 1.90 5/73 11054
/proc/meminfo: memFree=1500440/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=53824 CPUtime=0.09
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 2248 0 0 0 9 0 0 0 20 0 1 0 166596527 55115776 1964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 5934054 0 0 4096 2 0 0 0 17 1 0 0
/proc/11053/statm: 13456 1964 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.515042 s]
/proc/loadavg: 2.15 2.15 1.90 5/73 11054
/proc/meminfo: memFree=1500440/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=53824 CPUtime=0.5
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 6134 0 0 0 48 2 0 0 24 0 1 0 166596527 55115776 5850 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589379 0 0 4096 2 0 0 0 17 1 0 0
/proc/11053/statm: 13456 5850 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.33612 s]
/proc/loadavg: 2.15 2.15 1.90 3/73 11054
/proc/meminfo: memFree=1467288/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=74212 CPUtime=1.32
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 8732 0 0 0 128 4 0 0 25 0 1 0 166596527 75993088 8445 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664572 0 0 4096 2 0 0 0 17 1 0 0
/proc/11053/statm: 18553 8445 176 90 0 18091 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 74212

[startup+2.97328 s]
/proc/loadavg: 2.15 2.15 1.90 3/73 11054
/proc/meminfo: memFree=1467224/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=74212 CPUtime=2.94
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 8733 0 0 0 290 4 0 0 25 0 1 0 166596527 75993088 8446 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663052 0 0 4096 2 0 0 0 17 1 0 0
/proc/11053/statm: 18553 8446 177 90 0 18091 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 74212

[startup+6.25261 s]
/proc/loadavg: 2.14 2.15 1.90 3/73 11054
/proc/meminfo: memFree=1444632/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=91020 CPUtime=6.19
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 15894 0 0 0 612 7 0 0 25 0 1 0 166596527 93204480 14097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 0 0 0 17 1 0 0
/proc/11053/statm: 22755 14097 177 90 0 22293 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 91020

[startup+12.7162 s]
/proc/loadavg: 2.13 2.15 1.90 3/74 11055
/proc/meminfo: memFree=1432464/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=12.61
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19434 0 0 0 1252 9 0 0 25 0 2 0 166596527 103809024 17152 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11053/statm: 25344 17152 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166597302 103809024 17152 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 101376

[startup+25.5415 s]
/proc/loadavg: 2.10 2.14 1.90 3/74 11055
/proc/meminfo: memFree=1432464/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=25.34
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19434 0 0 0 2525 9 0 0 25 0 2 0 166596527 103809024 17152 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11053/statm: 25344 17152 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166597302 103809024 17152 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 101376

[startup+51.182 s]
/proc/loadavg: 2.06 2.13 1.91 3/74 11055
/proc/meminfo: memFree=1432592/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=50.79
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19434 0 0 0 5070 9 0 0 25 0 2 0 166596527 103809024 17152 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664623 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11053/statm: 25344 17152 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166597302 103809024 17152 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 101376

[startup+102.477 s]
/proc/loadavg: 2.03 2.11 1.91 3/80 11163
/proc/meminfo: memFree=1431360/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=101.55
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19434 0 0 0 10146 9 0 0 25 0 2 0 166596527 103809024 17152 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11053/statm: 25344 17152 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166597302 103809024 17152 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 101376

[startup+162.501 s]
/proc/loadavg: 2.01 2.08 1.91 3/80 11229
/proc/meminfo: memFree=1431312/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=160.96
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19438 0 0 0 16087 9 0 0 25 0 2 0 166596527 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11053/statm: 25344 17156 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166597302 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 101376

[startup+222.505 s]
/proc/loadavg: 2.04 2.08 1.91 3/74 11253
/proc/meminfo: memFree=1432272/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=220.47
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19438 0 0 0 22038 9 0 0 25 0 2 0 166596527 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11053/statm: 25344 17156 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166597302 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.47
Current children cumulated vsize (KiB) 101376

[startup+282.597 s]
/proc/loadavg: 2.01 2.06 1.91 3/74 11253
/proc/meminfo: memFree=1432272/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=280.12
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19438 0 0 0 28003 9 0 0 25 0 2 0 166596527 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11053/statm: 25344 17156 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166597302 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.12
Current children cumulated vsize (KiB) 101376

[startup+342.695 s]
/proc/loadavg: 2.00 2.05 1.91 3/74 11253
/proc/meminfo: memFree=1432272/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=339.78
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19438 0 0 0 33968 10 0 0 25 0 2 0 166596527 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11053/statm: 25344 17156 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166597302 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.78
Current children cumulated vsize (KiB) 101376

[startup+402.792 s]
/proc/loadavg: 2.00 2.04 1.91 3/74 11253
/proc/meminfo: memFree=1432272/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=399.44
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19438 0 0 0 39934 10 0 0 25 0 2 0 166596527 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11053/statm: 25344 17156 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166597302 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.44
Current children cumulated vsize (KiB) 101376

[startup+462.799 s]
/proc/loadavg: 2.00 2.03 1.91 3/74 11253
/proc/meminfo: memFree=1432400/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=459
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19438 0 0 0 45890 10 0 0 25 0 2 0 166596527 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11053/statm: 25344 17156 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166597302 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459
Current children cumulated vsize (KiB) 101376

[startup+522.866 s]
/proc/loadavg: 2.08 2.05 1.93 3/85 11305
/proc/meminfo: memFree=1266104/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=518.89
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19438 0 0 0 51878 11 0 0 25 0 2 0 166596527 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557354 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 25344 17156 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166597302 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.89
Current children cumulated vsize (KiB) 101376

[startup+582.951 s]
/proc/loadavg: 2.09 2.06 1.93 3/85 11305
/proc/meminfo: memFree=1129848/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=578.9
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19438 0 0 0 57879 11 0 0 25 0 2 0 166596527 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 25344 17156 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166597302 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.9
Current children cumulated vsize (KiB) 101376

[startup+643.023 s]
/proc/loadavg: 2.09 2.06 1.94 3/85 11305
/proc/meminfo: memFree=995640/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=101376 CPUtime=638.69
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19438 0 0 0 63858 11 0 0 25 0 2 0 166596527 103809024 17156 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11053/statm: 25344 17156 180 90 0 24882 0
[pid=11053/tid=11055] ppid=11051 vsize=101376 CPUtime=0

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

Current children cumulated CPU time (s) 1177.42
Current children cumulated vsize (KiB) 111620

[startup+1243.7 s]
/proc/loadavg: 1.00 1.33 1.65 2/67 11503
/proc/meminfo: memFree=1447256/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=111620 CPUtime=1237.49
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19439 0 0 0 123734 15 0 0 25 0 3 0 166596527 114298880 17157 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554689 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 27905 17157 180 90 0 27443 0
[pid=11053/tid=11055] ppid=11051 vsize=111620 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166597302 114298880 17157 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11501] ppid=11051 vsize=111620 CPUtime=0
/proc/11053/task/11501/stat : 11501 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166687315 114298880 17157 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.49
Current children cumulated vsize (KiB) 111620

[startup+1303.78 s]
/proc/loadavg: 1.00 1.27 1.61 2/67 11503
/proc/meminfo: memFree=1447320/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=111620 CPUtime=1297.56
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19439 0 0 0 129741 15 0 0 25 0 3 0 166596527 114298880 17157 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 27905 17157 180 90 0 27443 0
[pid=11053/tid=11055] ppid=11051 vsize=111620 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166597302 114298880 17157 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11501] ppid=11051 vsize=111620 CPUtime=0
/proc/11053/task/11501/stat : 11501 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166687315 114298880 17157 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.56
Current children cumulated vsize (KiB) 111620

[startup+1363.86 s]
/proc/loadavg: 1.00 1.22 1.57 2/68 11504
/proc/meminfo: memFree=1447312/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=121864 CPUtime=1357.62
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19440 0 0 0 135747 15 0 0 25 0 4 0 166596527 124788736 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 30466 17158 180 90 0 30004 0
[pid=11053/tid=11055] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166597302 124788736 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11501] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11501/stat : 11501 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166687315 124788736 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11504] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11504/stat : 11504 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166732322 124788736 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.62
Current children cumulated vsize (KiB) 121864

[startup+1423.87 s]
/proc/loadavg: 1.00 1.17 1.53 2/68 11504
/proc/meminfo: memFree=1445520/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=121864 CPUtime=1417.61
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19913 0 0 0 141746 15 0 0 25 0 4 0 166596527 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662545 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 30466 17631 180 90 0 30004 0
[pid=11053/tid=11055] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166597302 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11501] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11501/stat : 11501 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166687315 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11504] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11504/stat : 11504 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166732322 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.61
Current children cumulated vsize (KiB) 121864

[startup+1483.87 s]
/proc/loadavg: 1.00 1.14 1.49 2/68 11504
/proc/meminfo: memFree=1445456/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=121864 CPUtime=1477.6
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19913 0 0 0 147745 15 0 0 25 0 4 0 166596527 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554269 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 30466 17631 180 90 0 30004 0
[pid=11053/tid=11055] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166597302 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11501] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11501/stat : 11501 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166687315 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11504] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11504/stat : 11504 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166732322 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.6
Current children cumulated vsize (KiB) 121864

[startup+1543.88 s]
/proc/loadavg: 1.06 1.13 1.46 2/68 11504
/proc/meminfo: memFree=1445456/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=121864 CPUtime=1537.59
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19913 0 0 0 153744 15 0 0 25 0 4 0 166596527 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 30466 17631 180 90 0 30004 0
[pid=11053/tid=11055] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166597302 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11501] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11501/stat : 11501 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166687315 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11504] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11504/stat : 11504 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166732322 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.59
Current children cumulated vsize (KiB) 121864

[startup+1603.89 s]
/proc/loadavg: 1.02 1.10 1.43 2/68 11504
/proc/meminfo: memFree=1445392/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=121864 CPUtime=1597.58
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19913 0 0 0 159743 15 0 0 25 0 4 0 166596527 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620220 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 30466 17631 180 90 0 30004 0
[pid=11053/tid=11055] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166597302 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11501] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11501/stat : 11501 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166687315 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11504] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11504/stat : 11504 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166732322 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.58
Current children cumulated vsize (KiB) 121864

[startup+1663.9 s]
/proc/loadavg: 1.01 1.08 1.40 2/68 11504
/proc/meminfo: memFree=1445392/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=121864 CPUtime=1657.57
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19913 0 0 0 165742 15 0 0 25 0 4 0 166596527 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 30466 17631 180 90 0 30004 0
[pid=11053/tid=11055] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166597302 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11501] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11501/stat : 11501 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166687315 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11504] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11504/stat : 11504 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166732322 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.57
Current children cumulated vsize (KiB) 121864

[startup+1723.9 s]
/proc/loadavg: 1.00 1.06 1.37 2/68 11504
/proc/meminfo: memFree=1445328/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=121864 CPUtime=1717.57
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19913 0 0 0 171742 15 0 0 25 0 4 0 166596527 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 30466 17631 180 90 0 30004 0
[pid=11053/tid=11055] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166597302 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11501] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11501/stat : 11501 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166687315 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11504] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11504/stat : 11504 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166732322 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.57
Current children cumulated vsize (KiB) 121864

[startup+1783.91 s]
/proc/loadavg: 1.00 1.05 1.35 2/68 11504
/proc/meminfo: memFree=1445328/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=121864 CPUtime=1777.56
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19913 0 0 0 177741 15 0 0 25 0 4 0 166596527 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566847 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 30466 17631 180 90 0 30004 0
[pid=11053/tid=11055] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166597302 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11501] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11501/stat : 11501 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166687315 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11504] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11504/stat : 11504 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166732322 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.56
Current children cumulated vsize (KiB) 121864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.38 s]
/proc/loadavg: 1.00 1.04 1.34 2/68 11504
/proc/meminfo: memFree=1445328/2055920 swapFree=4192812/4192956
[pid=11053] ppid=11051 vsize=121864 CPUtime=1800.03
/proc/11053/stat : 11053 (bprolog) R 11051 11053 10552 0 -1 4194304 19913 0 0 0 179988 15 0 0 25 0 4 0 166596527 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11053/statm: 30466 17631 180 90 0 30004 0
[pid=11053/tid=11055] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11055/stat : 11055 (bprolog) S 11051 11053 10552 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166597302 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11501] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11501/stat : 11501 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166687315 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11053/tid=11504] ppid=11051 vsize=121864 CPUtime=0
/proc/11053/task/11504/stat : 11504 (bprolog) S 11051 11053 10552 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166732322 124788736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 121864

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.41
CPU time (s): 1800.06
CPU user time (s): 1799.89
CPU system time (s): 0.169974
CPU usage (%): 99.6487
Max. virtual memory (cumulated for all children) (KiB): 121864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19913
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= 14
involuntary context switches= 19888

runsolver used 1.65275 s user time and 4.95925 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Jan  7 14:59:35 UTC 2007


IDJOB= 207490
IDBENCH= 4294
FILE ID= node60/207490-1168181975

PBS_JOBID= 3479154

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test04/test04-1250-1.xml
COMMAND LINE= /tmp/evaluation/207490-1168181975/Complete/Ordinary/solver /tmp/evaluation/207490-1168181975/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node60/convwatcher-207490-1168181975 -o ROOT/results/node60/conversion-207490-1168181975 -C 600 -M 900 /tmp/evaluation/207490-1168181975/Complete/Ordinary/conversion /tmp/evaluation/207490-1168181975/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-207490-1168181975 -o ROOT/results/node60/solver-207490-1168181975 -C 1800 -M 900  /tmp/evaluation/207490-1168181975/Complete/Ordinary/solver /tmp/evaluation/207490-1168181975/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f838068ab3eb8c616b68858fd6be1ac2

RANDOM SEED= 831948557

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:       1500920 kB
Buffers:         34784 kB
Cached:         434552 kB
SwapCached:          0 kB
Active:         156232 kB
Inactive:       340684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1500920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5472 kB
Writeback:           0 kB
Mapped:          41140 kB
Slab:            43412 kB
Committed_AS:  3712424 kB
PageTables:       1836 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= 66554 MiB



End job on node60 on Sun Jan  7 15:29:53 UTC 2007