Trace number 238122

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.07 1808.78

General information on the benchmark

Namehaystacks/
haystacks_40.xml
MD5SUM8b5182a49a250a29e8348f72e42d7007
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 benchmark641.278
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1600
Number of constraints31239
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31239
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 1.95 1.98 1.99 4/95 29428
/proc/meminfo: memFree=1378760/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=18540 CPUtime=0
/proc/29427/stat : 29427 (runsolver) R 29425 29427 28212 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 183781403 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29427/statm: 4635 279 244 17 0 2626 0

[startup+0.108545 s]
/proc/loadavg: 1.95 1.98 1.99 4/95 29428
/proc/meminfo: memFree=1378760/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=53824 CPUtime=0.1
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 2229 0 0 0 9 1 0 0 22 0 1 0 183781403 55115776 1945 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550199 0 0 4096 2 0 0 0 17 1 0 0
/proc/29427/statm: 13456 1945 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.520602 s]
/proc/loadavg: 1.95 1.98 1.99 4/95 29428
/proc/meminfo: memFree=1378760/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=66484 CPUtime=0.51
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 8915 0 0 0 45 6 0 0 25 0 1 0 183781403 68079616 8629 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857338 0 0 4096 2 0 0 0 17 1 0 0
/proc/29427/statm: 16621 8629 157 90 0 16159 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 66484

[startup+1.34671 s]
/proc/loadavg: 1.95 1.98 1.99 3/95 29428
/proc/meminfo: memFree=1337736/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=66480 CPUtime=1.32
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 11771 0 0 0 125 7 0 0 25 0 1 0 183781403 68075520 11484 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134561121 0 0 4096 2 0 0 0 17 1 0 0
/proc/29427/statm: 16620 11484 174 90 0 16158 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 66480

[startup+2.98392 s]
/proc/loadavg: 1.95 1.98 1.99 3/96 29429
/proc/meminfo: memFree=1330560/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=2.95
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 281 14 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 114028

[startup+6.26336 s]
/proc/loadavg: 1.96 1.98 1.99 3/96 29429
/proc/meminfo: memFree=1330560/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=6.2
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 606 14 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 114028

[startup+12.7302 s]
/proc/loadavg: 1.96 1.98 1.99 3/96 29429
/proc/meminfo: memFree=1330624/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=12.61
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 1247 14 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752126 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 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) 114028

[startup+25.5709 s]
/proc/loadavg: 1.97 1.98 1.99 4/96 29429
/proc/meminfo: memFree=1330688/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=25.33
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 2519 14 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752503 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 114028

[startup+51.2214 s]
/proc/loadavg: 1.98 1.98 1.99 3/96 29429
/proc/meminfo: memFree=1330752/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=50.74
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 5060 14 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661327 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 114028

[startup+102.495 s]
/proc/loadavg: 1.99 1.98 1.99 3/96 29429
/proc/meminfo: memFree=1330752/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=101.55
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 10141 14 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 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) 114028

[startup+162.524 s]
/proc/loadavg: 2.05 2.00 2.00 3/96 29429
/proc/meminfo: memFree=1330688/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=161.03
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 16088 15 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661307 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 114028

[startup+222.582 s]
/proc/loadavg: 2.02 2.00 2.00 3/96 29429
/proc/meminfo: memFree=1292224/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=220.54
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 22039 15 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 114028

[startup+282.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 29429
/proc/meminfo: memFree=1292096/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=280
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 27985 15 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661317 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280
Current children cumulated vsize (KiB) 114028

[startup+342.636 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 29429
/proc/meminfo: memFree=1292096/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=339.49
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 33933 16 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.49
Current children cumulated vsize (KiB) 114028

[startup+402.671 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 29429
/proc/meminfo: memFree=1292032/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=398.97
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 39881 16 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.97
Current children cumulated vsize (KiB) 114028

[startup+462.703 s]
/proc/loadavg: 2.05 2.01 2.00 3/96 29429
/proc/meminfo: memFree=1291968/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=458.47
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 45830 17 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663864 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.47
Current children cumulated vsize (KiB) 114028

[startup+522.736 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 29429
/proc/meminfo: memFree=1291840/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=517.95
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 51778 17 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.95
Current children cumulated vsize (KiB) 114028

[startup+582.77 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 29429
/proc/meminfo: memFree=1291840/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=114028 CPUtime=577.44
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24551 0 0 0 57726 18 0 0 25 0 2 0 183781403 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29427/statm: 28507 12166 179 90 0 28045 0
[pid=29427/tid=29429] ppid=29425 vsize=114028 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 183781564 116764672 12166 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.44
Current children cumulated vsize (KiB) 114028

[startup+642.803 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 29429
/proc/meminfo: memFree=1291776/2055920 swapFree=4191880/4192956

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

/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24565 0 0 0 117444 64 0 0 25 0 3 0 183781403 127254528 12180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29427/statm: 31068 12180 179 90 0 30606 0
[pid=29427/tid=29429] ppid=29425 vsize=124272 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183781564 127254528 12180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29427/tid=29539] ppid=29425 vsize=124272 CPUtime=0
/proc/29427/task/29539/stat : 29539 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183871595 127254528 12180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.08
Current children cumulated vsize (KiB) 124272

[startup+1243.23 s]
/proc/loadavg: 1.96 1.85 1.91 3/90 405
/proc/meminfo: memFree=1700648/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=124272 CPUtime=1235.11
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24565 0 0 0 123447 64 0 0 25 0 3 0 183781403 127254528 12180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29427/statm: 31068 12180 179 90 0 30606 0
[pid=29427/tid=29429] ppid=29425 vsize=124272 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183781564 127254528 12180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29427/tid=29539] ppid=29425 vsize=124272 CPUtime=0
/proc/29427/task/29539/stat : 29539 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183871595 127254528 12180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1235.11
Current children cumulated vsize (KiB) 124272

[startup+1303.31 s]
/proc/loadavg: 1.98 1.87 1.91 3/90 405
/proc/meminfo: memFree=1698536/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=124272 CPUtime=1295.14
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 24565 0 0 0 129450 64 0 0 25 0 3 0 183781403 127254528 12180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29427/statm: 31068 12180 179 90 0 30606 0
[pid=29427/tid=29429] ppid=29425 vsize=124272 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 183781564 127254528 12180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29427/tid=29539] ppid=29425 vsize=124272 CPUtime=0
/proc/29427/task/29539/stat : 29539 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 183871595 127254528 12180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1295.14
Current children cumulated vsize (KiB) 124272

[startup+1363.4 s]
/proc/loadavg: 1.99 1.89 1.91 3/91 406
/proc/meminfo: memFree=1695776/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=134516 CPUtime=1355.15
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 25032 0 0 0 135450 65 0 0 25 0 4 0 183781403 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752078 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29427/statm: 33629 12647 179 90 0 33167 0
[pid=29427/tid=29429] ppid=29425 vsize=134516 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183781564 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29427/tid=29539] ppid=29425 vsize=134516 CPUtime=0
/proc/29427/task/29539/stat : 29539 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183871595 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29427/tid=406] ppid=29425 vsize=134516 CPUtime=0
/proc/29427/task/406/stat : 406 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183916606 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.15
Current children cumulated vsize (KiB) 134516

[startup+1423.4 s]
/proc/loadavg: 1.99 1.91 1.91 3/91 406
/proc/meminfo: memFree=1694496/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=134516 CPUtime=1415.1
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 25032 0 0 0 141445 65 0 0 25 0 4 0 183781403 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29427/statm: 33629 12647 179 90 0 33167 0
[pid=29427/tid=29429] ppid=29425 vsize=134516 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183781564 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29427/tid=29539] ppid=29425 vsize=134516 CPUtime=0
/proc/29427/task/29539/stat : 29539 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183871595 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29427/tid=406] ppid=29425 vsize=134516 CPUtime=0
/proc/29427/task/406/stat : 406 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183916606 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.1
Current children cumulated vsize (KiB) 134516

[startup+1483.42 s]
/proc/loadavg: 1.99 1.92 1.91 3/91 406
/proc/meminfo: memFree=1693280/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=134516 CPUtime=1475.05
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 25032 0 0 0 147440 65 0 0 25 0 4 0 183781403 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664267 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29427/statm: 33629 12647 179 90 0 33167 0
[pid=29427/tid=29429] ppid=29425 vsize=134516 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183781564 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29427/tid=29539] ppid=29425 vsize=134516 CPUtime=0
/proc/29427/task/29539/stat : 29539 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183871595 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29427/tid=406] ppid=29425 vsize=134516 CPUtime=0
/proc/29427/task/406/stat : 406 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183916606 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.05
Current children cumulated vsize (KiB) 134516

[startup+1543.43 s]
/proc/loadavg: 1.99 1.94 1.91 3/91 406
/proc/meminfo: memFree=1692960/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=134516 CPUtime=1535
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 25032 0 0 0 153434 66 0 0 25 0 4 0 183781403 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29427/statm: 33629 12647 179 90 0 33167 0
[pid=29427/tid=29429] ppid=29425 vsize=134516 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183781564 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29427/tid=29539] ppid=29425 vsize=134516 CPUtime=0
/proc/29427/task/29539/stat : 29539 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183871595 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29427/tid=406] ppid=29425 vsize=134516 CPUtime=0
/proc/29427/task/406/stat : 406 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 183916606 137744384 12647 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535
Current children cumulated vsize (KiB) 134516

[startup+1603.45 s]
/proc/loadavg: 1.99 1.94 1.91 3/91 406
/proc/meminfo: memFree=1658272/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=157952 CPUtime=1594.96
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 39228 0 0 0 159423 73 0 0 25 0 4 0 183781403 161742848 20982 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29427/statm: 39488 20982 179 90 0 39026 0
[pid=29427/tid=29429] ppid=29425 vsize=157952 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183781564 161742848 20982 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29427/tid=29539] ppid=29425 vsize=157952 CPUtime=0
/proc/29427/task/29539/stat : 29539 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183871595 161742848 20982 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29427/tid=406] ppid=29425 vsize=157952 CPUtime=0
/proc/29427/task/406/stat : 406 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183916606 161742848 20982 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.96
Current children cumulated vsize (KiB) 157952

[startup+1663.46 s]
/proc/loadavg: 1.99 1.95 1.91 3/91 406
/proc/meminfo: memFree=1657760/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=157952 CPUtime=1654.91
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 39232 0 0 0 165418 73 0 0 25 0 4 0 183781403 161742848 20986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134752475 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29427/statm: 39488 20986 179 90 0 39026 0
[pid=29427/tid=29429] ppid=29425 vsize=157952 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183781564 161742848 20986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29427/tid=29539] ppid=29425 vsize=157952 CPUtime=0
/proc/29427/task/29539/stat : 29539 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183871595 161742848 20986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29427/tid=406] ppid=29425 vsize=157952 CPUtime=0
/proc/29427/task/406/stat : 406 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183916606 161742848 20986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.91
Current children cumulated vsize (KiB) 157952

[startup+1723.47 s]
/proc/loadavg: 1.99 1.96 1.91 3/91 406
/proc/meminfo: memFree=1657440/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=157952 CPUtime=1714.84
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 39238 0 0 0 171411 73 0 0 25 0 4 0 183781403 161742848 20992 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29427/statm: 39488 20992 179 90 0 39026 0
[pid=29427/tid=29429] ppid=29425 vsize=157952 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183781564 161742848 20992 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29427/tid=29539] ppid=29425 vsize=157952 CPUtime=0
/proc/29427/task/29539/stat : 29539 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183871595 161742848 20992 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29427/tid=406] ppid=29425 vsize=157952 CPUtime=0
/proc/29427/task/406/stat : 406 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183916606 161742848 20992 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.84
Current children cumulated vsize (KiB) 157952

[startup+1783.48 s]
/proc/loadavg: 1.99 1.96 1.91 3/91 406
/proc/meminfo: memFree=1657184/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=157952 CPUtime=1774.8
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 39238 0 0 0 177407 73 0 0 25 0 4 0 183781403 161742848 20992 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29427/statm: 39488 20992 179 90 0 39026 0
[pid=29427/tid=29429] ppid=29425 vsize=157952 CPUtime=0
/proc/29427/task/29429/stat : 29429 (bprolog) S 29425 29427 28212 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 183781564 161742848 20992 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29427/tid=29539] ppid=29425 vsize=157952 CPUtime=0
/proc/29427/task/29539/stat : 29539 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183871595 161742848 20992 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29427/tid=406] ppid=29425 vsize=157952 CPUtime=0
/proc/29427/task/406/stat : 406 (bprolog) S 29425 29427 28212 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 183916606 161742848 20992 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.8
Current children cumulated vsize (KiB) 157952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.76 s]
/proc/loadavg: 1.99 1.96 1.91 3/88 406
/proc/meminfo: memFree=1657120/2055920 swapFree=4191880/4192956
[pid=29427] ppid=29425 vsize=157952 CPUtime=1800.04
/proc/29427/stat : 29427 (bprolog) R 29425 29427 28212 0 -1 4194304 39239 0 0 0 179931 73 0 0 25 0 1 0 183781403 161742848 20993 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661392 0 0 4096 2 0 0 0 17 0 0 0
/proc/29427/statm: 39488 20993 180 90 0 39026 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 157952

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.78
CPU time (s): 1800.07
CPU user time (s): 1799.32
CPU system time (s): 0.751885
CPU usage (%): 99.5184
Max. virtual memory (cumulated for all children) (KiB): 157952

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

runsolver used 2.16367 s user time and 5.73613 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Tue Jan  9 14:44:08 UTC 2007


IDJOB= 238122
IDBENCH= 6984
FILE ID= node13/238122-1168353847

PBS_JOBID= 3503710

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_40.xml
COMMAND LINE= /tmp/evaluation/238122-1168353847/Complete/Ordinary/solver /tmp/evaluation/238122-1168353847/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node13/convwatcher-238122-1168353847 -o ROOT/results/node13/conversion-238122-1168353847 -C 600 -M 900 /tmp/evaluation/238122-1168353847/Complete/Ordinary/conversion /tmp/evaluation/238122-1168353847/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-238122-1168353847 -o ROOT/results/node13/solver-238122-1168353847 -C 1800 -M 900  /tmp/evaluation/238122-1168353847/Complete/Ordinary/solver /tmp/evaluation/238122-1168353847/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  8b5182a49a250a29e8348f72e42d7007

RANDOM SEED= 404914835

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.247
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.247
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:       1379240 kB
Buffers:         20936 kB
Cached:         136840 kB
SwapCached:        392 kB
Active:         555072 kB
Inactive:        60784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1379240 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7736 kB
Writeback:           0 kB
Mapped:         484560 kB
Slab:            44468 kB
Committed_AS:  5885368 kB
PageTables:       3288 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= 66547 MiB



End job on node13 on Tue Jan  9 15:14:33 UTC 2007