Trace number 207474

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.11 1809.29

General information on the benchmark

Namefapp/test01-04/test04/
test04-1250-7.xml
MD5SUMa5a2a79608f0cb592c23dd9c76bf8e68
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.72598
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/207474-1168181897/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/node9/watcher-207474-1168181897 -o ROOT/results/node9/solver-207474-1168181897 -C 1800 -M 900 /tmp/evaluation/207474-1168181897/Complete/Ordinary/solver /tmp/evaluation/207474-1168181897/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.00 2.02 2.08 3/97 24328
/proc/meminfo: memFree=832504/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=5352 CPUtime=0
/proc/24327/stat : 24327 (sh) R 24325 24327 24174 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 166586073 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 215418989863 0 0 4096 0 0 0 0 17 1 0 0
/proc/24327/statm: 1338 234 196 169 0 49 0

[startup+0.102825 s]
/proc/loadavg: 2.00 2.02 2.08 3/97 24328
/proc/meminfo: memFree=832504/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=53824 CPUtime=0.09
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 2082 0 0 0 8 1 0 0 20 0 1 0 166586073 55115776 1798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558111 0 0 4096 2 0 0 0 17 1 0 0
/proc/24327/statm: 13456 1798 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.51087 s]
/proc/loadavg: 2.00 2.02 2.08 3/97 24328
/proc/meminfo: memFree=832504/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=53824 CPUtime=0.49
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 6049 0 0 0 45 4 0 0 24 0 1 0 166586073 55115776 5765 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565758 0 0 4096 2 0 0 0 17 1 0 0
/proc/24327/statm: 13456 5765 157 90 0 12994 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 53824

[startup+1.33196 s]
/proc/loadavg: 2.00 2.02 2.08 3/97 24328
/proc/meminfo: memFree=799416/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=74212 CPUtime=1.31
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 8732 0 0 0 125 6 0 0 25 0 1 0 166586073 75993088 8445 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662628 0 0 4096 2 0 0 0 17 1 0 0
/proc/24327/statm: 18553 8445 176 90 0 18091 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 74212

[startup+2.96914 s]
/proc/loadavg: 2.00 2.02 2.08 3/97 24328
/proc/meminfo: memFree=799416/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=74212 CPUtime=2.93
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 8733 0 0 0 287 6 0 0 25 0 1 0 166586073 75993088 8446 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664602 0 0 4096 2 0 0 0 17 1 0 0
/proc/24327/statm: 18553 8446 177 90 0 18091 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 74212

[startup+6.24851 s]
/proc/loadavg: 2.00 2.02 2.08 3/98 24329
/proc/meminfo: memFree=776752/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=91020 CPUtime=6.18
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 15888 0 0 0 607 11 0 0 25 0 1 0 166586073 93204480 14091 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 0 0 0 17 1 0 0
/proc/24327/statm: 22755 14091 177 90 0 22293 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 91020

[startup+12.7233 s]
/proc/loadavg: 2.00 2.02 2.08 3/95 24400
/proc/meminfo: memFree=1483912/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=12.59
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 1246 13 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166586878 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 101376

[startup+25.5787 s]
/proc/loadavg: 2.00 2.01 2.08 3/95 24400
/proc/meminfo: memFree=1365000/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=25.39
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 2526 13 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589294 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166586878 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 101376

[startup+51.2421 s]
/proc/loadavg: 2.00 2.01 2.08 3/95 24400
/proc/meminfo: memFree=1232072/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=50.82
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 5068 14 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557354 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166586878 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 101376

[startup+102.465 s]
/proc/loadavg: 2.07 2.02 2.08 3/95 24400
/proc/meminfo: memFree=1154760/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=101.57
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 10143 14 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166586878 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 101376

[startup+162.495 s]
/proc/loadavg: 2.15 2.05 2.08 3/101 24472
/proc/meminfo: memFree=1120520/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=160.98
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 16083 15 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664573 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166586878 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 101376

[startup+222.545 s]
/proc/loadavg: 2.09 2.05 2.08 4/101 24564
/proc/meminfo: memFree=1101912/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=220.39
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 22024 15 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166586878 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 101376

[startup+282.579 s]
/proc/loadavg: 2.03 2.04 2.08 3/95 24597
/proc/meminfo: memFree=1102856/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=279.84
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 27969 15 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166586878 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.84
Current children cumulated vsize (KiB) 101376

[startup+342.667 s]
/proc/loadavg: 2.01 2.03 2.07 3/95 24597
/proc/meminfo: memFree=1102856/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=339.4
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 33924 16 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166586878 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.4
Current children cumulated vsize (KiB) 101376

[startup+402.681 s]
/proc/loadavg: 2.05 2.04 2.07 3/95 24597
/proc/meminfo: memFree=1102856/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=398.87
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 39871 16 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661446 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166586878 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.87
Current children cumulated vsize (KiB) 101376

[startup+462.693 s]
/proc/loadavg: 2.06 2.04 2.07 3/95 24597
/proc/meminfo: memFree=1102856/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=458.34
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 45817 17 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554590 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166586878 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.34
Current children cumulated vsize (KiB) 101376

[startup+522.773 s]
/proc/loadavg: 1.98 2.02 2.06 3/87 24824
/proc/meminfo: memFree=1464520/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=518.18
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 51797 21 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166586878 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.18
Current children cumulated vsize (KiB) 101376

[startup+582.798 s]
/proc/loadavg: 1.99 2.01 2.05 3/87 24824
/proc/meminfo: memFree=1464648/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=578.15
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 57794 21 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166586878 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.15
Current children cumulated vsize (KiB) 101376

[startup+642.819 s]
/proc/loadavg: 1.99 2.00 2.04 3/87 24824
/proc/meminfo: memFree=1464648/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=101376 CPUtime=638.11
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19440 0 0 0 63789 22 0 0 25 0 2 0 166586073 103809024 17158 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 25344 17158 180 90 0 24882 0
[pid=24327/tid=24330] ppid=24325 vsize=101376 CPUtime=0

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

/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19441 0 0 0 117662 23 0 0 25 0 3 0 166586073 114298880 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 27905 17159 180 90 0 27443 0
[pid=24327/tid=24330] ppid=24325 vsize=111620 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166586878 114298880 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24327/tid=24825] ppid=24325 vsize=111620 CPUtime=0
/proc/24327/task/24825/stat : 24825 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 166676893 114298880 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.85
Current children cumulated vsize (KiB) 111620

[startup+1243.24 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 24825
/proc/meminfo: memFree=1464576/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=111620 CPUtime=1236.65
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19441 0 0 0 123642 23 0 0 25 0 3 0 166586073 114298880 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 27905 17159 180 90 0 27443 0
[pid=24327/tid=24330] ppid=24325 vsize=111620 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166586878 114298880 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24327/tid=24825] ppid=24325 vsize=111620 CPUtime=0
/proc/24327/task/24825/stat : 24825 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 166676893 114298880 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.65
Current children cumulated vsize (KiB) 111620

[startup+1303.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/88 24827
/proc/meminfo: memFree=1464512/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=111620 CPUtime=1296.44
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19441 0 0 0 129621 23 0 0 25 0 3 0 166586073 114298880 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557354 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 27905 17159 180 90 0 27443 0
[pid=24327/tid=24330] ppid=24325 vsize=111620 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166586878 114298880 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24327/tid=24825] ppid=24325 vsize=111620 CPUtime=0
/proc/24327/task/24825/stat : 24825 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 166676893 114298880 17159 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.44
Current children cumulated vsize (KiB) 111620

[startup+1363.37 s]
/proc/loadavg: 2.08 2.03 2.00 3/89 24828
/proc/meminfo: memFree=1464504/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=121864 CPUtime=1356.22
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19442 0 0 0 135598 24 0 0 25 0 4 0 166586073 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 30466 17160 180 90 0 30004 0
[pid=24327/tid=24330] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166586878 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24327/tid=24825] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24825/stat : 24825 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166676893 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24327/tid=24828] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24828/stat : 24828 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166721915 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.22
Current children cumulated vsize (KiB) 121864

[startup+1423.46 s]
/proc/loadavg: 2.03 2.02 2.00 3/89 24828
/proc/meminfo: memFree=1464440/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=121864 CPUtime=1416.04
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19442 0 0 0 141580 24 0 0 25 0 4 0 166586073 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 30466 17160 180 90 0 30004 0
[pid=24327/tid=24330] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166586878 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24327/tid=24825] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24825/stat : 24825 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166676893 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24327/tid=24828] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24828/stat : 24828 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166721915 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.04
Current children cumulated vsize (KiB) 121864

[startup+1483.54 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 24828
/proc/meminfo: memFree=1464504/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=121864 CPUtime=1475.83
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19442 0 0 0 147559 24 0 0 25 0 4 0 166586073 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 30466 17160 180 90 0 30004 0
[pid=24327/tid=24330] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166586878 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24327/tid=24825] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24825/stat : 24825 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166676893 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24327/tid=24828] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24828/stat : 24828 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166721915 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.83
Current children cumulated vsize (KiB) 121864

[startup+1543.61 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 24828
/proc/meminfo: memFree=1464440/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=121864 CPUtime=1535.62
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19442 0 0 0 153538 24 0 0 25 0 4 0 166586073 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 30466 17160 180 90 0 30004 0
[pid=24327/tid=24330] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166586878 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24327/tid=24825] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24825/stat : 24825 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166676893 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24327/tid=24828] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24828/stat : 24828 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166721915 124788736 17160 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.62
Current children cumulated vsize (KiB) 121864

[startup+1603.68 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 24828
/proc/meminfo: memFree=1463160/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=121864 CPUtime=1595.42
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19814 0 0 0 159518 24 0 0 25 0 4 0 166586073 124788736 17532 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664602 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 30466 17532 180 90 0 30004 0
[pid=24327/tid=24330] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166586878 124788736 17532 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24327/tid=24825] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24825/stat : 24825 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166676893 124788736 17532 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24327/tid=24828] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24828/stat : 24828 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166721915 124788736 17532 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.42
Current children cumulated vsize (KiB) 121864

[startup+1663.76 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 24828
/proc/meminfo: memFree=1463096/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=121864 CPUtime=1655.23
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19814 0 0 0 165498 25 0 0 25 0 4 0 166586073 124788736 17532 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 30466 17532 180 90 0 30004 0
[pid=24327/tid=24330] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166586878 124788736 17532 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24327/tid=24825] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24825/stat : 24825 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166676893 124788736 17532 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24327/tid=24828] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24828/stat : 24828 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166721915 124788736 17532 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.23
Current children cumulated vsize (KiB) 121864

[startup+1723.83 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 24828
/proc/meminfo: memFree=1463096/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=121864 CPUtime=1715.01
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19815 0 0 0 171476 25 0 0 25 0 4 0 166586073 124788736 17533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 30466 17533 180 90 0 30004 0
[pid=24327/tid=24330] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166586878 124788736 17533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24327/tid=24825] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24825/stat : 24825 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166676893 124788736 17533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24327/tid=24828] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24828/stat : 24828 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166721915 124788736 17533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.01
Current children cumulated vsize (KiB) 121864

[startup+1783.91 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 24828
/proc/meminfo: memFree=1463032/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=121864 CPUtime=1774.83
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19815 0 0 0 177458 25 0 0 25 0 4 0 166586073 124788736 17533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663932 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24327/statm: 30466 17533 180 90 0 30004 0
[pid=24327/tid=24330] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24330/stat : 24330 (bprolog) S 24325 24327 24174 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166586878 124788736 17533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24327/tid=24825] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24825/stat : 24825 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166676893 124788736 17533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=24327/tid=24828] ppid=24325 vsize=121864 CPUtime=0
/proc/24327/task/24828/stat : 24828 (bprolog) S 24325 24327 24174 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166721915 124788736 17533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.83
Current children cumulated vsize (KiB) 121864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.27 s]
/proc/loadavg: 2.07 2.02 2.00 3/86 24828
/proc/meminfo: memFree=1463032/2055920 swapFree=4191880/4192956
[pid=24327] ppid=24325 vsize=121864 CPUtime=1800.09
/proc/24327/stat : 24327 (bprolog) R 24325 24327 24174 0 -1 4194304 19816 0 0 0 179984 25 0 0 25 0 1 0 166586073 124788736 17534 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580580 0 0 4096 2 0 0 0 17 0 0 0
/proc/24327/statm: 30466 17534 181 90 0 30004 0
Current children cumulated CPU time (s) 1800.09
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): 1809.29
CPU time (s): 1800.11
CPU user time (s): 1799.84
CPU system time (s): 0.264959
CPU usage (%): 99.4926
Max. virtual memory (cumulated for all children) (KiB): 121864

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

runsolver used 2.30165 s user time and 5.64314 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Jan  7 14:58:18 UTC 2007


IDJOB= 207474
IDBENCH= 4293
FILE ID= node9/207474-1168181897

PBS_JOBID= 3478901

Free space on /tmp= 66539 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-207474-1168181897 -o ROOT/results/node9/solver-207474-1168181897 -C 1800 -M 900  /tmp/evaluation/207474-1168181897/Complete/Ordinary/solver /tmp/evaluation/207474-1168181897/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  a5a2a79608f0cb592c23dd9c76bf8e68

RANDOM SEED= 124960336

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.231
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.231
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:        833048 kB
Buffers:         46716 kB
Cached:         329388 kB
SwapCached:        276 kB
Active:         905996 kB
Inactive:       253012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        833048 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            5460 kB
Writeback:           0 kB
Mapped:         805060 kB
Slab:            47036 kB
Committed_AS:  5305888 kB
PageTables:       3788 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= 66535 MiB



End job on node9 on Sun Jan  7 15:28:39 UTC 2007