Trace number 201578

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 1808.06

General information on the benchmark

Namefapp/fapp11-15/fapp13/
fapp13-2000-7.xml
MD5SUM0afc8cfff921a2b2bb2e875a86dffcb1
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark176.285
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201578-1168148590/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/node16/watcher-201578-1168148590 -o ROOT/results/node16/solver-201578-1168148590 -C 1800 -M 900 /tmp/evaluation/201578-1168148590/Complete/Ordinary/solver /tmp/evaluation/201578-1168148590/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.99 2.07 2.02 5/94 13308
/proc/meminfo: memFree=1049368/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=5352 CPUtime=0
/proc/13307/stat : 13307 (sh) R 13305 13307 13227 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 163255299 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 231962216884 0 0 4100 65536 0 0 0 17 1 0 0
/proc/13307/statm: 1338 233 196 169 0 49 0

[startup+0.102927 s]
/proc/loadavg: 1.99 2.07 2.02 5/94 13308
/proc/meminfo: memFree=1049368/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=53824 CPUtime=0.08
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 2140 0 0 0 8 0 0 0 20 0 1 0 163255299 55115776 1856 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566792 0 0 4096 2 0 0 0 17 1 0 0
/proc/13307/statm: 13456 1856 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.510851 s]
/proc/loadavg: 1.99 2.07 2.02 5/94 13308
/proc/meminfo: memFree=1049368/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=68396 CPUtime=0.49
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 8914 0 0 0 46 3 0 0 24 0 1 0 163255299 70037504 8628 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/13307/statm: 17099 8628 157 90 0 16637 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 68396

[startup+1.3317 s]
/proc/loadavg: 1.99 2.07 2.02 3/94 13308
/proc/meminfo: memFree=1003864/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=68396 CPUtime=1.31
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 12281 0 0 0 126 5 0 0 25 0 1 0 163255299 70037504 11995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607721 0 0 4096 2 0 0 0 17 1 0 0
/proc/13307/statm: 17099 11995 157 90 0 16637 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 68396

[startup+2.9684 s]
/proc/loadavg: 2.07 2.09 2.02 3/94 13308
/proc/meminfo: memFree=1000472/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=68392 CPUtime=2.94
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 12348 0 0 0 289 5 0 0 25 0 1 0 163255299 70033408 12061 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 0 0 0 17 1 0 0
/proc/13307/statm: 17098 12061 176 90 0 16636 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 68392

[startup+6.2468 s]
/proc/loadavg: 2.07 2.09 2.02 4/94 13308
/proc/meminfo: memFree=994008/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=106792 CPUtime=6.21
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 27250 0 0 0 609 12 0 0 25 0 1 0 163255299 109355008 14490 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 0 0 0 17 1 0 0
/proc/13307/statm: 26698 14490 176 90 0 26236 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 106792

[startup+12.7116 s]
/proc/loadavg: 2.06 2.08 2.02 3/95 13309
/proc/meminfo: memFree=938768/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=12.64
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 59615 0 0 0 1240 24 0 0 25 0 2 0 163255299 201625600 26714 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 26714 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163256405 201625600 26714 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 196900

[startup+25.5353 s]
/proc/loadavg: 2.05 2.08 2.02 3/95 13309
/proc/meminfo: memFree=924560/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=25.4
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 60995 0 0 0 2516 24 0 0 25 0 2 0 163255299 201625600 28094 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664573 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 28094 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163256405 201625600 28094 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 196900

[startup+51.1766 s]
/proc/loadavg: 2.03 2.07 2.02 3/95 13309
/proc/meminfo: memFree=899792/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=50.93
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 60996 0 0 0 5069 24 0 0 25 0 2 0 163255299 201625600 28095 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 28095 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163256405 201625600 28095 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 196900

[startup+102.453 s]
/proc/loadavg: 2.08 2.08 2.02 3/95 13309
/proc/meminfo: memFree=894544/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=101.99
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 60998 0 0 0 10174 25 0 0 25 0 2 0 163255299 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 28097 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163256405 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 196900

[startup+162.559 s]
/proc/loadavg: 2.03 2.06 2.01 3/95 13309
/proc/meminfo: memFree=894352/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=161.82
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 60998 0 0 0 16157 25 0 0 25 0 2 0 163255299 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 28097 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163256405 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.82
Current children cumulated vsize (KiB) 196900

[startup+222.661 s]
/proc/loadavg: 2.01 2.05 2.01 3/95 13309
/proc/meminfo: memFree=894288/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=221.66
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 60998 0 0 0 22140 26 0 0 25 0 2 0 163255299 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 28097 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163256405 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.66
Current children cumulated vsize (KiB) 196900

[startup+282.662 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 13309
/proc/meminfo: memFree=894096/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=281.4
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 60998 0 0 0 28114 26 0 0 25 0 2 0 163255299 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 28097 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163256405 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.4
Current children cumulated vsize (KiB) 196900

[startup+342.664 s]
/proc/loadavg: 2.04 2.04 2.00 3/95 13309
/proc/meminfo: memFree=893968/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=341.13
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 60998 0 0 0 34087 26 0 0 25 0 2 0 163255299 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662579 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 28097 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163256405 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.13
Current children cumulated vsize (KiB) 196900

[startup+402.666 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 13309
/proc/meminfo: memFree=893904/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=400.88
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 60998 0 0 0 40061 27 0 0 25 0 2 0 163255299 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 28097 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163256405 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.88
Current children cumulated vsize (KiB) 196900

[startup+462.674 s]
/proc/loadavg: 2.06 2.04 2.00 3/95 13309
/proc/meminfo: memFree=878416/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=460.61
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 60998 0 0 0 46034 27 0 0 25 0 2 0 163255299 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 28097 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163256405 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.61
Current children cumulated vsize (KiB) 196900

[startup+522.678 s]
/proc/loadavg: 2.02 2.03 2.00 4/95 13309
/proc/meminfo: memFree=826576/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=520.36
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 60998 0 0 0 52008 28 0 0 25 0 2 0 163255299 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580510 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 28097 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163256405 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.36
Current children cumulated vsize (KiB) 196900

[startup+582.678 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 13309
/proc/meminfo: memFree=805648/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=580.09
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 60998 0 0 0 57981 28 0 0 25 0 2 0 163255299 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 28097 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163256405 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.09
Current children cumulated vsize (KiB) 196900

[startup+642.678 s]
/proc/loadavg: 2.07 2.03 2.00 3/95 13309
/proc/meminfo: memFree=791376/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=196900 CPUtime=639.83
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 60998 0 0 0 63955 28 0 0 25 0 2 0 163255299 201625600 28097 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664253 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 49225 28097 180 90 0 48763 0
[pid=13307/tid=13309] ppid=13305 vsize=196900 CPUtime=0

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

Current children cumulated CPU time (s) 1177.76
Current children cumulated vsize (KiB) 222768

[startup+1243.21 s]
/proc/loadavg: 2.07 2.06 2.00 3/96 13508
/proc/meminfo: memFree=780232/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=222768 CPUtime=1237.52
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 65127 0 0 0 123718 34 0 0 25 0 3 0 163255299 228114432 28319 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 55692 28319 180 90 0 55230 0
[pid=13307/tid=13309] ppid=13305 vsize=222768 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163256405 228114432 28319 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13310] ppid=13305 vsize=222768 CPUtime=0
/proc/13307/task/13310/stat : 13310 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163346398 228114432 28319 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.52
Current children cumulated vsize (KiB) 222768

[startup+1303.24 s]
/proc/loadavg: 2.06 2.06 2.00 4/96 13508
/proc/meminfo: memFree=780232/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=222768 CPUtime=1297.29
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 65127 0 0 0 129694 35 0 0 25 0 3 0 163255299 228114432 28319 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 55692 28319 180 90 0 55230 0
[pid=13307/tid=13309] ppid=13305 vsize=222768 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163256405 228114432 28319 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13310] ppid=13305 vsize=222768 CPUtime=0
/proc/13307/task/13310/stat : 13310 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163346398 228114432 28319 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.29
Current children cumulated vsize (KiB) 222768

[startup+1363.28 s]
/proc/loadavg: 2.02 2.04 2.00 3/97 13509
/proc/meminfo: memFree=780224/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=233012 CPUtime=1357.06
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 65128 0 0 0 135671 35 0 0 25 0 4 0 163255299 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620247 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 58253 28320 180 90 0 57791 0
[pid=13307/tid=13309] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163256405 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13310] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13310/stat : 13310 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163346398 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13509] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13509/stat : 13509 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163391396 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.06
Current children cumulated vsize (KiB) 233012

[startup+1423.34 s]
/proc/loadavg: 2.01 2.03 2.00 3/97 13509
/proc/meminfo: memFree=780224/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=233012 CPUtime=1416.85
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 65128 0 0 0 141650 35 0 0 25 0 4 0 163255299 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 58253 28320 180 90 0 57791 0
[pid=13307/tid=13309] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163256405 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13310] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13310/stat : 13310 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163346398 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13509] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13509/stat : 13509 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163391396 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.85
Current children cumulated vsize (KiB) 233012

[startup+1483.4 s]
/proc/loadavg: 2.04 2.04 2.00 3/97 13509
/proc/meminfo: memFree=780160/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=233012 CPUtime=1476.65
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 65128 0 0 0 147629 36 0 0 25 0 4 0 163255299 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663953 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 58253 28320 180 90 0 57791 0
[pid=13307/tid=13309] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163256405 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13310] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13310/stat : 13310 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163346398 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13509] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13509/stat : 13509 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163391396 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.65
Current children cumulated vsize (KiB) 233012

[startup+1543.45 s]
/proc/loadavg: 2.01 2.03 2.00 3/97 13509
/proc/meminfo: memFree=780160/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=233012 CPUtime=1536.44
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 65128 0 0 0 153608 36 0 0 25 0 4 0 163255299 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 58253 28320 180 90 0 57791 0
[pid=13307/tid=13309] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163256405 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13310] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13310/stat : 13310 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163346398 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13509] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13509/stat : 13509 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163391396 238604288 28320 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.44
Current children cumulated vsize (KiB) 233012

[startup+1603.51 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 13509
/proc/meminfo: memFree=779072/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=233012 CPUtime=1596.24
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 65380 0 0 0 159587 37 0 0 25 0 4 0 163255299 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 58253 28572 180 90 0 57791 0
[pid=13307/tid=13309] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163256405 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13310] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13310/stat : 13310 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163346398 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13509] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13509/stat : 13509 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163391396 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.24
Current children cumulated vsize (KiB) 233012

[startup+1663.55 s]
/proc/loadavg: 2.05 2.03 2.00 3/97 13509
/proc/meminfo: memFree=779072/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=233012 CPUtime=1656.01
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 65380 0 0 0 165564 37 0 0 25 0 4 0 163255299 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13307/statm: 58253 28572 180 90 0 57791 0
[pid=13307/tid=13309] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163256405 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13310] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13310/stat : 13310 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163346398 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13509] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13509/stat : 13509 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163391396 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.01
Current children cumulated vsize (KiB) 233012

[startup+1723.58 s]
/proc/loadavg: 1.91 2.02 2.00 2/84 13651
/proc/meminfo: memFree=1294376/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=233012 CPUtime=1715.61
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 65380 0 0 0 171521 40 0 0 25 0 4 0 163255299 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13307/statm: 58253 28572 180 90 0 57791 0
[pid=13307/tid=13309] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163256405 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13310] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13310/stat : 13310 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163346398 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13509] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13509/stat : 13509 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163391396 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.61
Current children cumulated vsize (KiB) 233012

[startup+1783.61 s]
/proc/loadavg: 1.42 1.86 1.94 2/84 13826
/proc/meminfo: memFree=1295528/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=233012 CPUtime=1775.63
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 65380 0 0 0 177521 42 0 0 25 0 4 0 163255299 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13307/statm: 58253 28572 180 90 0 57791 0
[pid=13307/tid=13309] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163256405 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13310] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13310/stat : 13310 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163346398 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13509] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13509/stat : 13509 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163391396 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.63
Current children cumulated vsize (KiB) 233012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.03 s]
/proc/loadavg: 1.28 1.79 1.92 2/84 13876
/proc/meminfo: memFree=1293032/2055920 swapFree=4191880/4192956
[pid=13307] ppid=13305 vsize=233012 CPUtime=1800.02
/proc/13307/stat : 13307 (bprolog) R 13305 13307 13227 0 -1 4194304 65380 0 0 0 179960 42 0 0 25 0 4 0 163255299 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554133 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13307/statm: 58253 28572 180 90 0 57791 0
[pid=13307/tid=13309] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13309/stat : 13309 (bprolog) S 13305 13307 13227 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163256405 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13310] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13310/stat : 13310 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163346398 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13307/tid=13509] ppid=13305 vsize=233012 CPUtime=0
/proc/13307/task/13509/stat : 13509 (bprolog) S 13305 13307 13227 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163391396 238604288 28572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 233012

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.06
CPU time (s): 1800.05
CPU user time (s): 1799.61
CPU system time (s): 0.440932
CPU usage (%): 99.5567
Max. virtual memory (cumulated for all children) (KiB): 249160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65380
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 79483

runsolver used 2.26266 s user time and 5.66914 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Jan  7 05:43:10 UTC 2007


IDJOB= 201578
IDBENCH= 3772
FILE ID= node16/201578-1168148590

PBS_JOBID= 3478179

Free space on /tmp= 66508 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp13/fapp13-2000-7.xml
COMMAND LINE= /tmp/evaluation/201578-1168148590/Complete/Ordinary/solver /tmp/evaluation/201578-1168148590/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node16/convwatcher-201578-1168148590 -o ROOT/results/node16/conversion-201578-1168148590 -C 600 -M 900 /tmp/evaluation/201578-1168148590/Complete/Ordinary/conversion /tmp/evaluation/201578-1168148590/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-201578-1168148590 -o ROOT/results/node16/solver-201578-1168148590 -C 1800 -M 900  /tmp/evaluation/201578-1168148590/Complete/Ordinary/solver /tmp/evaluation/201578-1168148590/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  0afc8cfff921a2b2bb2e875a86dffcb1

RANDOM SEED= 669386085

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.220
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.220
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:       1049848 kB
Buffers:         72356 kB
Cached:         460792 kB
SwapCached:        448 kB
Active:         545768 kB
Inactive:       392660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1049848 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7360 kB
Writeback:           0 kB
Mapped:         431408 kB
Slab:            51640 kB
Committed_AS:  4722220 kB
PageTables:       3132 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= 66507 MiB



End job on node16 on Sun Jan  7 06:13:36 UTC 2007