Trace number 195803

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.14 1803.82

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-6_ext.xml
MD5SUM12f3aa47e2277967d203a09c2b3e03d9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/195803-1168114479/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/node15/watcher-195803-1168114479 -o ROOT/results/node15/solver-195803-1168114479 -C 1800 -M 900 /tmp/evaluation/195803-1168114479/Complete/Ordinary/solver /tmp/evaluation/195803-1168114479/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 1.97 1.91 5/88 29079
/proc/meminfo: memFree=1718264/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=1320 CPUtime=0
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 302 0 0 0 0 0 0 0 21 0 1 0 159843934 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 7512868 0 0 4096 0 0 0 0 17 1 0 0
/proc/29078/statm: 330 36 29 90 0 167 0

[startup+0.102655 s]
/proc/loadavg: 2.00 1.97 1.91 5/88 29079
/proc/meminfo: memFree=1718264/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=61640 CPUtime=0.09
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 1896 0 0 0 8 1 0 0 21 0 1 0 159843934 63119360 1612 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589294 0 0 4096 2 0 0 0 17 1 0 0
/proc/29078/statm: 15410 1612 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510725 s]
/proc/loadavg: 2.00 1.97 1.91 5/88 29079
/proc/meminfo: memFree=1718264/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=61640 CPUtime=0.49
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 7699 0 0 0 45 4 0 0 24 0 1 0 159843934 63119360 7415 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591756 0 0 4096 2 0 0 0 17 1 0 0
/proc/29078/statm: 15410 7415 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33186 s]
/proc/loadavg: 2.00 1.97 1.91 3/88 29079
/proc/meminfo: memFree=1643640/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=136228 CPUtime=1.3
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 19048 0 0 0 122 8 0 0 25 0 1 0 159843934 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865056 0 0 4096 2 0 0 0 17 1 0 0
/proc/29078/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 136228

[startup+2.97514 s]
/proc/loadavg: 2.00 1.97 1.91 3/88 29079
/proc/meminfo: memFree=1673784/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=101068 CPUtime=2.94
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 21331 0 0 0 284 10 0 0 25 0 1 0 159843934 103493632 12483 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568439 0 0 4096 2 0 0 0 17 1 0 0
/proc/29078/statm: 25267 12483 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.25471 s]
/proc/loadavg: 2.00 1.97 1.91 3/88 29079
/proc/meminfo: memFree=1623864/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=130764 CPUtime=6.19
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 51876 0 0 0 595 24 0 0 25 0 1 0 159843934 133902336 24129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/29078/statm: 32691 24129 158 90 0 32229 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 130764

[startup+12.7258 s]
/proc/loadavg: 2.00 1.97 1.91 3/88 29079
/proc/meminfo: memFree=1612344/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=131404 CPUtime=12.6
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 83559 0 0 0 1220 40 0 0 25 0 1 0 159843934 134557696 24684 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 0 0 0 17 1 0 0
/proc/29078/statm: 32851 24684 158 90 0 32389 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 131404

[startup+25.554 s]
/proc/loadavg: 2.00 1.97 1.91 3/88 29079
/proc/meminfo: memFree=1610424/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=131504 CPUtime=25.31
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 139848 0 0 0 2462 69 0 0 25 0 1 0 159843934 134660096 27064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857370 0 0 4096 2 0 0 0 17 1 0 0
/proc/29078/statm: 32876 27064 158 90 0 32414 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 131504

[startup+51.2154 s]
/proc/loadavg: 2.00 1.97 1.91 3/88 29079
/proc/meminfo: memFree=1497272/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=302484 CPUtime=50.73
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 277785 0 0 0 4934 139 0 0 25 0 1 0 159843934 309743616 56133 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560506 0 0 4096 2 0 0 0 17 1 0 0
/proc/29078/statm: 75621 56133 158 90 0 75159 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 302484

[startup+102.448 s]
/proc/loadavg: 2.00 1.97 1.91 3/89 29080
/proc/meminfo: memFree=1469488/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=314464 CPUtime=101.49
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310770 0 0 0 9995 154 0 0 25 0 2 0 159843934 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608273 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29078/statm: 78616 62221 170 90 0 78154 0
[pid=29078/tid=29080] ppid=29076 vsize=314464 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159850191 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 314464

[startup+162.513 s]
/proc/loadavg: 2.00 1.97 1.91 3/89 29080
/proc/meminfo: memFree=1469488/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=314464 CPUtime=161.01
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310770 0 0 0 15946 155 0 0 25 0 2 0 159843934 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29078/statm: 78616 62221 170 90 0 78154 0
[pid=29078/tid=29080] ppid=29076 vsize=314464 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159850191 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 314464

[startup+222.579 s]
/proc/loadavg: 1.94 1.96 1.91 3/87 29147
/proc/meminfo: memFree=1359432/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=314464 CPUtime=220.66
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310770 0 0 0 21909 157 0 0 25 0 2 0 159843934 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 78616 62221 170 90 0 78154 0
[pid=29078/tid=29080] ppid=29076 vsize=314464 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159850191 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.66
Current children cumulated vsize (KiB) 314464

[startup+282.643 s]
/proc/loadavg: 1.98 1.96 1.91 3/88 29148
/proc/meminfo: memFree=1212224/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=314464 CPUtime=280.68
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310770 0 0 0 27910 158 0 0 25 0 2 0 159843934 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 78616 62221 170 90 0 78154 0
[pid=29078/tid=29080] ppid=29076 vsize=314464 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159850191 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.68
Current children cumulated vsize (KiB) 314464

[startup+342.694 s]
/proc/loadavg: 1.99 1.97 1.91 3/88 29148
/proc/meminfo: memFree=1212224/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=314464 CPUtime=340.65
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310770 0 0 0 33907 158 0 0 25 0 2 0 159843934 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639158 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 78616 62221 170 90 0 78154 0
[pid=29078/tid=29080] ppid=29076 vsize=314464 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159850191 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.65
Current children cumulated vsize (KiB) 314464

[startup+402.742 s]
/proc/loadavg: 1.99 1.97 1.91 3/88 29148
/proc/meminfo: memFree=1212224/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=314464 CPUtime=400.63
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310770 0 0 0 39905 158 0 0 25 0 2 0 159843934 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604118 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 78616 62221 170 90 0 78154 0
[pid=29078/tid=29080] ppid=29076 vsize=314464 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159850191 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.63
Current children cumulated vsize (KiB) 314464

[startup+462.796 s]
/proc/loadavg: 1.99 1.97 1.91 3/88 29148
/proc/meminfo: memFree=1212288/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=314464 CPUtime=460.63
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310770 0 0 0 45905 158 0 0 25 0 2 0 159843934 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589404 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 78616 62221 170 90 0 78154 0
[pid=29078/tid=29080] ppid=29076 vsize=314464 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159850191 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.63
Current children cumulated vsize (KiB) 314464

[startup+522.852 s]
/proc/loadavg: 1.99 1.97 1.91 3/88 29148
/proc/meminfo: memFree=1212224/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=314464 CPUtime=520.61
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310770 0 0 0 51903 158 0 0 25 0 2 0 159843934 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 78616 62221 170 90 0 78154 0
[pid=29078/tid=29080] ppid=29076 vsize=314464 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159850191 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.61
Current children cumulated vsize (KiB) 314464

[startup+582.911 s]
/proc/loadavg: 1.99 1.97 1.91 3/88 29148
/proc/meminfo: memFree=1212224/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=314464 CPUtime=580.59
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310770 0 0 0 57901 158 0 0 25 0 2 0 159843934 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565269 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 78616 62221 170 90 0 78154 0
[pid=29078/tid=29080] ppid=29076 vsize=314464 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159850191 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.59
Current children cumulated vsize (KiB) 314464

[startup+642.967 s]
/proc/loadavg: 1.99 1.97 1.91 3/88 29148
/proc/meminfo: memFree=1212160/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=314464 CPUtime=640.6
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310770 0 0 0 63901 159 0 0 25 0 2 0 159843934 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 78616 62221 170 90 0 78154 0
[pid=29078/tid=29080] ppid=29076 vsize=314464 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159850191 322011136 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.6
Current children cumulated vsize (KiB) 314464

[startup+703.014 s]
/proc/loadavg: 1.99 1.97 1.91 3/88 29148

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

[pid=29078/tid=29149] ppid=29076 vsize=324708 CPUtime=0
/proc/29078/task/29149/stat : 29149 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159940203 332500992 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1180.58
Current children cumulated vsize (KiB) 324708

[startup+1243.64 s]
/proc/loadavg: 2.03 1.99 1.91 3/90 29150
/proc/meminfo: memFree=1211952/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=324708 CPUtime=1240.58
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310771 0 0 0 123898 160 0 0 25 0 3 0 159843934 332500992 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 81177 62222 170 90 0 80715 0
[pid=29078/tid=29080] ppid=29076 vsize=324708 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159850191 332500992 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29078/tid=29149] ppid=29076 vsize=324708 CPUtime=0
/proc/29078/task/29149/stat : 29149 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159940203 332500992 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1240.58
Current children cumulated vsize (KiB) 324708

[startup+1303.73 s]
/proc/loadavg: 2.01 1.99 1.91 3/90 29150
/proc/meminfo: memFree=1211888/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=324708 CPUtime=1300.6
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310771 0 0 0 129900 160 0 0 25 0 3 0 159843934 332500992 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 81177 62222 170 90 0 80715 0
[pid=29078/tid=29080] ppid=29076 vsize=324708 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159850191 332500992 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29078/tid=29149] ppid=29076 vsize=324708 CPUtime=0
/proc/29078/task/29149/stat : 29149 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159940203 332500992 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1300.6
Current children cumulated vsize (KiB) 324708

[startup+1363.81 s]
/proc/loadavg: 2.00 1.99 1.91 3/90 29150
/proc/meminfo: memFree=1211888/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=324708 CPUtime=1360.61
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310771 0 0 0 135901 160 0 0 25 0 3 0 159843934 332500992 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134595440 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 81177 62222 170 90 0 80715 0
[pid=29078/tid=29080] ppid=29076 vsize=324708 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159850191 332500992 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29078/tid=29149] ppid=29076 vsize=324708 CPUtime=0
/proc/29078/task/29149/stat : 29149 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159940203 332500992 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1360.61
Current children cumulated vsize (KiB) 324708

[startup+1423.89 s]
/proc/loadavg: 2.00 1.99 1.91 3/91 29151
/proc/meminfo: memFree=1211816/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=334952 CPUtime=1420.63
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310772 0 0 0 141902 161 0 0 25 0 4 0 159843934 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 83738 62223 170 90 0 83276 0
[pid=29078/tid=29080] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159850191 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29078/tid=29149] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29149/stat : 29149 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159940203 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29078/tid=29151] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29151/stat : 29151 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159985213 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1420.63
Current children cumulated vsize (KiB) 334952

[startup+1483.89 s]
/proc/loadavg: 2.04 2.00 1.92 3/91 29151
/proc/meminfo: memFree=1211880/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=334952 CPUtime=1480.57
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310772 0 0 0 147896 161 0 0 25 0 4 0 159843934 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609483 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 83738 62223 170 90 0 83276 0
[pid=29078/tid=29080] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159850191 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29078/tid=29149] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29149/stat : 29149 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159940203 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29078/tid=29151] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29151/stat : 29151 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159985213 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.57
Current children cumulated vsize (KiB) 334952

[startup+1543.91 s]
/proc/loadavg: 2.01 2.00 1.92 3/91 29151
/proc/meminfo: memFree=1211816/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=334952 CPUtime=1540.51
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310772 0 0 0 153890 161 0 0 25 0 4 0 159843934 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639158 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 83738 62223 170 90 0 83276 0
[pid=29078/tid=29080] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159850191 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29078/tid=29149] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29149/stat : 29149 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159940203 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29078/tid=29151] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29151/stat : 29151 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159985213 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.51
Current children cumulated vsize (KiB) 334952

[startup+1603.91 s]
/proc/loadavg: 2.00 2.00 1.92 3/91 29151
/proc/meminfo: memFree=1211752/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=334952 CPUtime=1600.43
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310772 0 0 0 159882 161 0 0 25 0 4 0 159843934 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 83738 62223 170 90 0 83276 0
[pid=29078/tid=29080] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159850191 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29078/tid=29149] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29149/stat : 29149 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159940203 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29078/tid=29151] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29151/stat : 29151 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159985213 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.43
Current children cumulated vsize (KiB) 334952

[startup+1663.93 s]
/proc/loadavg: 2.00 2.00 1.92 3/92 29152
/proc/meminfo: memFree=1211744/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=334952 CPUtime=1660.39
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310772 0 0 0 165878 161 0 0 25 0 4 0 159843934 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552207 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 83738 62223 170 90 0 83276 0
[pid=29078/tid=29080] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159850191 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29078/tid=29149] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29149/stat : 29149 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159940203 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29078/tid=29151] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29151/stat : 29151 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159985213 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.39
Current children cumulated vsize (KiB) 334952

[startup+1723.93 s]
/proc/loadavg: 2.00 2.00 1.92 3/92 29152
/proc/meminfo: memFree=1211744/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=334952 CPUtime=1720.33
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310772 0 0 0 171872 161 0 0 25 0 4 0 159843934 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611187 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 83738 62223 170 90 0 83276 0
[pid=29078/tid=29080] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159850191 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29078/tid=29149] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29149/stat : 29149 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159940203 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29078/tid=29151] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29151/stat : 29151 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159985213 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.33
Current children cumulated vsize (KiB) 334952

[startup+1783.94 s]
/proc/loadavg: 2.00 2.00 1.92 3/92 29152
/proc/meminfo: memFree=1211744/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=334952 CPUtime=1780.26
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310772 0 0 0 177865 161 0 0 25 0 4 0 159843934 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711370 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 83738 62223 170 90 0 83276 0
[pid=29078/tid=29080] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159850191 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29078/tid=29149] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29149/stat : 29149 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159940203 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29078/tid=29151] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29151/stat : 29151 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159985213 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.26
Current children cumulated vsize (KiB) 334952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.77 s]
/proc/loadavg: 2.00 2.00 1.92 3/92 29152
/proc/meminfo: memFree=1211744/2055920 swapFree=4174172/4192956
[pid=29078] ppid=29076 vsize=334952 CPUtime=1800.08
/proc/29078/stat : 29078 (bprolog) R 29076 29078 28474 0 -1 4194304 310772 0 0 0 179847 161 0 0 25 0 4 0 159843934 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29078/statm: 83738 62223 170 90 0 83276 0
[pid=29078/tid=29080] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29080/stat : 29080 (bprolog) S 29076 29078 28474 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159850191 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29078/tid=29149] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29149/stat : 29149 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159940203 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29078/tid=29151] ppid=29076 vsize=334952 CPUtime=0
/proc/29078/task/29151/stat : 29151 (bprolog) S 29076 29078 28474 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159985213 342990848 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 334952

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.82
CPU time (s): 1800.14
CPU user time (s): 1798.48
CPU system time (s): 1.65775
CPU usage (%): 99.7958
Max. virtual memory (cumulated for all children) (KiB): 334952

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

runsolver used 2.33564 s user time and 5.65614 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Jan  6 20:14:40 UTC 2007


IDJOB= 195803
IDBENCH= 3303
FILE ID= node15/195803-1168114479

PBS_JOBID= 3477112

Free space on /tmp= 66282 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-6_ext.xml
COMMAND LINE= /tmp/evaluation/195803-1168114479/Complete/Ordinary/solver /tmp/evaluation/195803-1168114479/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node15/convwatcher-195803-1168114479 -o ROOT/results/node15/conversion-195803-1168114479 -C 600 -M 900 /tmp/evaluation/195803-1168114479/Complete/Ordinary/conversion /tmp/evaluation/195803-1168114479/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-195803-1168114479 -o ROOT/results/node15/solver-195803-1168114479 -C 1800 -M 900  /tmp/evaluation/195803-1168114479/Complete/Ordinary/solver /tmp/evaluation/195803-1168114479/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  12f3aa47e2277967d203a09c2b3e03d9

RANDOM SEED= 372170530

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.276
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.276
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:       1718744 kB
Buffers:         31420 kB
Cached:         214528 kB
SwapCached:       6400 kB
Active:         129224 kB
Inactive:       156304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718744 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            7640 kB
Writeback:           0 kB
Mapped:          50488 kB
Slab:            36136 kB
Committed_AS:  4369688 kB
PageTables:       2420 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= 66272 MiB



End job on node15 on Sat Jan  6 20:44:55 UTC 2007