Trace number 216225

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.05 1803.64

General information on the benchmark

NamepseudoSeries/ppp/
ppp-1-11-19-21.xml
MD5SUMc6c6f910320bb57891b536d9eff7e0af
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables4602
Number of constraints30353
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30353
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/216225-1168239099/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/node29/watcher-216225-1168239099 -o ROOT/results/node29/solver-216225-1168239099 -C 1800 -M 900 /tmp/evaluation/216225-1168239099/Complete/Ordinary/solver /tmp/evaluation/216225-1168239099/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.94 1.96 1.82 5/87 22615
/proc/meminfo: memFree=1343520/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=18540 CPUtime=0
/proc/22614/stat : 22614 (runsolver) R 22612 22614 22024 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 172306131 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22614/statm: 4635 279 244 17 0 2626 0

[startup+0.108172 s]
/proc/loadavg: 1.94 1.96 1.82 5/87 22615
/proc/meminfo: memFree=1343520/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=61640 CPUtime=0.09
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 2147 0 0 0 8 1 0 0 21 0 1 0 172306131 63119360 1863 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550486 0 0 4096 2 0 0 0 17 1 0 0
/proc/22614/statm: 15410 1863 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.517195 s]
/proc/loadavg: 1.94 1.96 1.82 5/87 22615
/proc/meminfo: memFree=1343520/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=61640 CPUtime=0.5
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 8888 0 0 0 46 4 0 0 24 0 1 0 172306131 63119360 8604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/22614/statm: 15410 8604 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34024 s]
/proc/loadavg: 1.94 1.96 1.82 3/87 22615
/proc/meminfo: memFree=1279328/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=80964 CPUtime=1.31
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 16345 0 0 0 124 7 0 0 25 0 1 0 172306131 82907136 15913 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552117 0 0 4096 2 0 0 0 17 1 0 0
/proc/22614/statm: 20241 15913 158 90 0 19779 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 80964

[startup+2.98635 s]
/proc/loadavg: 1.94 1.96 1.82 3/87 22615
/proc/meminfo: memFree=1277664/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=2.94
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29991 0 0 0 281 13 0 0 25 0 2 0 172306131 131829760 17604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22614/statm: 32185 17604 181 90 0 31723 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 128740

[startup+6.26555 s]
/proc/loadavg: 1.95 1.96 1.82 3/88 22616
/proc/meminfo: memFree=1268440/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=6.19
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29991 0 0 0 606 13 0 0 25 0 2 0 172306131 131829760 17604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817449 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22614/statm: 32185 17604 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 128740

[startup+12.74 s]
/proc/loadavg: 1.95 1.96 1.82 3/88 22616
/proc/meminfo: memFree=1263448/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=12.59
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29991 0 0 0 1246 13 0 0 25 0 2 0 172306131 131829760 17604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22614/statm: 32185 17604 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17604 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) 128740

[startup+25.5627 s]
/proc/loadavg: 1.96 1.96 1.82 3/88 22616
/proc/meminfo: memFree=1254168/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=25.31
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29991 0 0 0 2517 14 0 0 25 0 2 0 172306131 131829760 17604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22614/statm: 32185 17604 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 128740

[startup+51.2343 s]
/proc/loadavg: 1.97 1.96 1.82 3/88 22616
/proc/meminfo: memFree=1236888/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=50.74
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29991 0 0 0 5060 14 0 0 25 0 2 0 172306131 131829760 17604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22614/statm: 32185 17604 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17604 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) 128740

[startup+102.463 s]
/proc/loadavg: 1.99 1.97 1.83 3/88 22616
/proc/meminfo: memFree=1204056/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=101.5
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29992 0 0 0 10136 14 0 0 25 0 2 0 172306131 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22614/statm: 32185 17605 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 128740

[startup+162.522 s]
/proc/loadavg: 1.99 1.97 1.83 3/88 22616
/proc/meminfo: memFree=1175832/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=161.01
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29992 0 0 0 16087 14 0 0 25 0 2 0 172306131 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22614/statm: 32185 17605 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17605 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) 128740

[startup+222.59 s]
/proc/loadavg: 1.99 1.97 1.84 2/82 22632
/proc/meminfo: memFree=1326472/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=220.57
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29992 0 0 0 22042 15 0 0 25 0 2 0 172306131 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 32185 17605 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.57
Current children cumulated vsize (KiB) 128740

[startup+282.688 s]
/proc/loadavg: 1.96 1.96 1.84 3/95 22696
/proc/meminfo: memFree=1271984/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=280.58
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29992 0 0 0 28039 19 0 0 25 0 2 0 172306131 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134615401 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 32185 17605 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.58
Current children cumulated vsize (KiB) 128740

[startup+342.747 s]
/proc/loadavg: 1.98 1.97 1.85 3/95 22696
/proc/meminfo: memFree=1272112/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=340.58
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29992 0 0 0 34039 19 0 0 25 0 2 0 172306131 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 32185 17605 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.58
Current children cumulated vsize (KiB) 128740

[startup+402.83 s]
/proc/loadavg: 1.99 1.97 1.85 3/95 22696
/proc/meminfo: memFree=1272112/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=400.61
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29992 0 0 0 40042 19 0 0 25 0 2 0 172306131 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 32185 17605 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.61
Current children cumulated vsize (KiB) 128740

[startup+462.911 s]
/proc/loadavg: 1.99 1.97 1.86 3/95 22696
/proc/meminfo: memFree=1272112/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=460.63
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29992 0 0 0 46043 20 0 0 25 0 2 0 172306131 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809194 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 32185 17605 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17605 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) 128740

[startup+522.941 s]
/proc/loadavg: 1.99 1.97 1.86 3/95 22696
/proc/meminfo: memFree=1272048/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=520.61
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29992 0 0 0 52041 20 0 0 25 0 2 0 172306131 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809324 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 32185 17605 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17605 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) 128740

[startup+582.984 s]
/proc/loadavg: 1.99 1.97 1.87 3/101 22834
/proc/meminfo: memFree=1270824/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=580.56
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29992 0 0 0 58028 28 0 0 25 0 2 0 172306131 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 32185 17605 181 90 0 31723 0
[pid=22614/tid=22616] ppid=22612 vsize=128740 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 172306387 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.56
Current children cumulated vsize (KiB) 128740

[startup+643.007 s]
/proc/loadavg: 1.99 1.97 1.88 3/95 22894
/proc/meminfo: memFree=1271792/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=128740 CPUtime=640.5
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 29992 0 0 0 64015 35 0 0 25 0 2 0 172306131 131829760 17605 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552570 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

/proc/22614/statm: 34753 17972 181 90 0 34291 0
[pid=22614/tid=22616] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172306387 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22614/tid=22895] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172396407 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1120.37
Current children cumulated vsize (KiB) 139012

[startup+1183.34 s]
/proc/loadavg: 1.99 1.97 1.91 3/96 22895
/proc/meminfo: memFree=1270312/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=139012 CPUtime=1180.32
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 32292 0 0 0 117995 37 0 0 25 0 3 0 172306131 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815420 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 34753 17972 181 90 0 34291 0
[pid=22614/tid=22616] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172306387 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22614/tid=22895] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172396407 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1180.32
Current children cumulated vsize (KiB) 139012

[startup+1243.39 s]
/proc/loadavg: 1.99 1.97 1.91 3/96 22895
/proc/meminfo: memFree=1270248/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=139012 CPUtime=1240.33
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 32292 0 0 0 123996 37 0 0 25 0 3 0 172306131 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815516 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 34753 17972 181 90 0 34291 0
[pid=22614/tid=22616] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172306387 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22614/tid=22895] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172396407 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1240.33
Current children cumulated vsize (KiB) 139012

[startup+1303.41 s]
/proc/loadavg: 1.99 1.97 1.91 3/96 22895
/proc/meminfo: memFree=1270184/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=139012 CPUtime=1300.31
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 32292 0 0 0 129993 38 0 0 25 0 3 0 172306131 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555018 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 34753 17972 181 90 0 34291 0
[pid=22614/tid=22616] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172306387 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22614/tid=22895] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172396407 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1300.31
Current children cumulated vsize (KiB) 139012

[startup+1363.5 s]
/proc/loadavg: 1.99 1.97 1.91 3/96 22895
/proc/meminfo: memFree=1270184/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=139012 CPUtime=1360.32
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 32292 0 0 0 135994 38 0 0 25 0 3 0 172306131 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552759 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 34753 17972 181 90 0 34291 0
[pid=22614/tid=22616] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172306387 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22614/tid=22895] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 172396407 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1360.32
Current children cumulated vsize (KiB) 139012

[startup+1423.52 s]
/proc/loadavg: 1.99 1.97 1.91 3/96 22895
/proc/meminfo: memFree=1270120/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=139012 CPUtime=1420.29
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 32292 0 0 0 141991 38 0 0 25 0 3 0 172306131 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 34753 17972 181 90 0 34291 0
[pid=22614/tid=22616] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172306387 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22614/tid=22895] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 172396407 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1420.29
Current children cumulated vsize (KiB) 139012

[startup+1483.56 s]
/proc/loadavg: 1.99 1.97 1.91 4/96 22895
/proc/meminfo: memFree=1270056/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=139012 CPUtime=1480.28
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 32292 0 0 0 147990 38 0 0 25 0 3 0 172306131 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614578 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 34753 17972 181 90 0 34291 0
[pid=22614/tid=22616] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172306387 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22614/tid=22895] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 172396407 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.28
Current children cumulated vsize (KiB) 139012

[startup+1543.6 s]
/proc/loadavg: 1.99 1.97 1.91 3/96 22895
/proc/meminfo: memFree=1269672/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=139012 CPUtime=1540.24
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 32292 0 0 0 153986 38 0 0 25 0 3 0 172306131 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 34753 17972 181 90 0 34291 0
[pid=22614/tid=22616] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172306387 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22614/tid=22895] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 172396407 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.24
Current children cumulated vsize (KiB) 139012

[startup+1603.64 s]
/proc/loadavg: 1.99 1.97 1.91 3/96 22897
/proc/meminfo: memFree=1269480/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=139012 CPUtime=1600.23
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 32292 0 0 0 159985 38 0 0 25 0 3 0 172306131 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 34753 17972 181 90 0 34291 0
[pid=22614/tid=22616] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172306387 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22614/tid=22895] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 172396407 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.23
Current children cumulated vsize (KiB) 139012

[startup+1663.69 s]
/proc/loadavg: 2.04 1.99 1.91 3/96 22897
/proc/meminfo: memFree=1269544/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=139012 CPUtime=1660.25
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 32292 0 0 0 165986 39 0 0 25 0 3 0 172306131 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552802 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 34753 17972 181 90 0 34291 0
[pid=22614/tid=22616] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172306387 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22614/tid=22895] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 172396407 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1660.25
Current children cumulated vsize (KiB) 139012

[startup+1723.73 s]
/proc/loadavg: 2.01 1.99 1.91 3/96 22897
/proc/meminfo: memFree=1269480/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=139012 CPUtime=1720.2
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 32292 0 0 0 171981 39 0 0 25 0 3 0 172306131 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 34753 17972 181 90 0 34291 0
[pid=22614/tid=22616] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172306387 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22614/tid=22895] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 172396407 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.2
Current children cumulated vsize (KiB) 139012

[startup+1783.77 s]
/proc/loadavg: 2.00 1.99 1.91 3/96 22897
/proc/meminfo: memFree=1269480/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=139012 CPUtime=1780.19
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 32292 0 0 0 177980 39 0 0 25 0 3 0 172306131 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 34753 17972 181 90 0 34291 0
[pid=22614/tid=22616] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22616/stat : 22616 (bprolog) S 22612 22614 22024 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172306387 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22614/tid=22895] ppid=22612 vsize=139012 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 172396407 142348288 17972 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.19
Current children cumulated vsize (KiB) 139012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.62 s]
/proc/loadavg: 2.00 1.99 1.91 3/96 22898
/proc/meminfo: memFree=1269472/2055920 swapFree=4191880/4192956
[pid=22614] ppid=22612 vsize=149256 CPUtime=1800.02
/proc/22614/stat : 22614 (bprolog) R 22612 22614 22024 0 -1 4194304 32295 0 0 0 179963 39 0 0 25 0 3 0 172306131 152838144 17975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614995 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22614/statm: 37314 17975 183 90 0 36852 0
[pid=22614/tid=22895] ppid=22612 vsize=149256 CPUtime=0
/proc/22614/task/22895/stat : 22895 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 172396407 152838144 17975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22614/tid=22898] ppid=22612 vsize=149256 CPUtime=0
/proc/22614/task/22898/stat : 22898 (bprolog) S 22612 22614 22024 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172486421 152838144 17975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 149256

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.64
CPU time (s): 1800.05
CPU user time (s): 1799.64
CPU system time (s): 0.406938
CPU usage (%): 99.8006
Max. virtual memory (cumulated for all children) (KiB): 163840

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

runsolver used 2.12268 s user time and 4.87926 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan  8 06:51:40 UTC 2007


IDJOB= 216225
IDBENCH= 5062
FILE ID= node29/216225-1168239099

PBS_JOBID= 3481495

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ppp/ppp-1-11-19-21.xml
COMMAND LINE= /tmp/evaluation/216225-1168239099/Complete/Ordinary/solver /tmp/evaluation/216225-1168239099/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node29/convwatcher-216225-1168239099 -o ROOT/results/node29/conversion-216225-1168239099 -C 600 -M 900 /tmp/evaluation/216225-1168239099/Complete/Ordinary/conversion /tmp/evaluation/216225-1168239099/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-216225-1168239099 -o ROOT/results/node29/solver-216225-1168239099 -C 1800 -M 900  /tmp/evaluation/216225-1168239099/Complete/Ordinary/solver /tmp/evaluation/216225-1168239099/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c6c6f910320bb57891b536d9eff7e0af

RANDOM SEED= 397613308

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.241
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.241
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:       1344000 kB
Buffers:         31492 kB
Cached:         524276 kB
SwapCached:        268 kB
Active:         200164 kB
Inactive:       459200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1344000 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           21364 kB
Writeback:           0 kB
Mapped:         122112 kB
Slab:            37124 kB
Committed_AS:  3773584 kB
PageTables:       2496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66545 MiB



End job on node29 on Mon Jan  8 07:22:04 UTC 2007