Trace number 202182

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namefapp/fapp21-25/fapp24/
fapp24-2000-8.xml
MD5SUM63a0d5813af6ab4196259e2912804508
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 benchmark11.3953
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/202182-1168150714/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/node43/watcher-202182-1168150714 -o ROOT/results/node43/solver-202182-1168150714 -C 1800 -M 900 /tmp/evaluation/202182-1168150714/Complete/Ordinary/solver /tmp/evaluation/202182-1168150714/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.98 1.91 5/73 3924
/proc/meminfo: memFree=1384720/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=5352 CPUtime=0
/proc/3923/stat : 3923 (sh) R 3921 3923 3222 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 163472152 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 216849099339 0 0 4100 65536 0 0 0 17 1 0 0
/proc/3923/statm: 1338 234 196 169 0 49 0

[startup+0.103664 s]
/proc/loadavg: 1.94 1.98 1.91 5/73 3924
/proc/meminfo: memFree=1384720/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=53824 CPUtime=0.09
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 2170 0 0 0 9 0 0 0 20 0 1 0 163472152 55115776 1886 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134693536 0 0 4096 2 0 0 0 17 1 0 0
/proc/3923/statm: 13456 1886 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.513728 s]
/proc/loadavg: 1.94 1.98 1.91 5/73 3924
/proc/meminfo: memFree=1384720/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=68724 CPUtime=0.49
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 8983 0 0 0 45 4 0 0 23 0 1 0 163472152 70373376 8697 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859019 0 0 4096 2 0 0 0 17 1 0 0
/proc/3923/statm: 17181 8697 157 90 0 16719 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 68724

[startup+1.33486 s]
/proc/loadavg: 1.94 1.98 1.91 3/73 3924
/proc/meminfo: memFree=1338704/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=68724 CPUtime=1.32
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 12372 0 0 0 126 6 0 0 25 0 1 0 163472152 70373376 12086 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565770 0 0 4096 2 0 0 0 17 1 0 0
/proc/3923/statm: 17181 12086 157 90 0 16719 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 68724

[startup+2.97213 s]
/proc/loadavg: 1.94 1.98 1.91 3/73 3924
/proc/meminfo: memFree=1336656/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=68720 CPUtime=2.95
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 12433 0 0 0 289 6 0 0 25 0 1 0 163472152 70369280 12146 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664625 0 0 4096 2 0 0 0 17 1 0 0
/proc/3923/statm: 17180 12146 176 90 0 16718 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 68720

[startup+6.25868 s]
/proc/loadavg: 1.94 1.98 1.91 3/73 3924
/proc/meminfo: memFree=1298704/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=107164 CPUtime=6.22
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 28641 0 0 0 609 13 0 0 25 0 1 0 163472152 109735936 14059 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 0 0 0 17 1 0 0
/proc/3923/statm: 26791 14059 176 90 0 26329 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 107164

[startup+12.7198 s]
/proc/loadavg: 1.95 1.98 1.91 3/74 3925
/proc/meminfo: memFree=1275720/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=12.65
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46041 0 0 0 1245 20 0 0 25 0 2 0 163472152 143126528 27376 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580623 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 34943 27376 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163473326 143126528 27376 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 139772

[startup+25.5419 s]
/proc/loadavg: 1.96 1.98 1.91 3/74 3925
/proc/meminfo: memFree=1275720/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=25.43
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46044 0 0 0 2523 20 0 0 25 0 2 0 163472152 143126528 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614995 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 34943 27379 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163473326 143126528 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 139772

[startup+51.1872 s]
/proc/loadavg: 1.97 1.98 1.91 3/74 3925
/proc/meminfo: memFree=1275848/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=50.97
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46044 0 0 0 5077 20 0 0 25 0 2 0 163472152 143126528 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 34943 27379 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163473326 143126528 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 139772

[startup+102.473 s]
/proc/loadavg: 1.99 1.98 1.91 3/74 3925
/proc/meminfo: memFree=1275784/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=102.06
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46044 0 0 0 10186 20 0 0 25 0 2 0 163472152 143126528 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552506 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 34943 27379 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163473326 143126528 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 139772

[startup+162.475 s]
/proc/loadavg: 1.99 1.98 1.91 3/74 3925
/proc/meminfo: memFree=1275848/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=161.83
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46044 0 0 0 16163 20 0 0 25 0 2 0 163472152 143126528 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 34943 27379 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163473326 143126528 27379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.83
Current children cumulated vsize (KiB) 139772

[startup+222.517 s]
/proc/loadavg: 2.14 2.03 1.93 3/82 3998
/proc/meminfo: memFree=1080384/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=221.74
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46045 0 0 0 22151 23 0 0 25 0 2 0 163472152 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3923/statm: 34943 27380 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163473326 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 139772

[startup+282.525 s]
/proc/loadavg: 2.11 2.04 1.93 3/82 3998
/proc/meminfo: memFree=991552/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=281.45
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46045 0 0 0 28122 23 0 0 25 0 2 0 163472152 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3923/statm: 34943 27380 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163473326 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.45
Current children cumulated vsize (KiB) 139772

[startup+342.535 s]
/proc/loadavg: 2.11 2.06 1.94 3/82 3998
/proc/meminfo: memFree=913152/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=341.19
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46045 0 0 0 34096 23 0 0 25 0 2 0 163472152 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3923/statm: 34943 27380 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163473326 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.19
Current children cumulated vsize (KiB) 139772

[startup+402.545 s]
/proc/loadavg: 2.08 2.06 1.95 3/82 3998
/proc/meminfo: memFree=851264/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=400.94
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46045 0 0 0 40071 23 0 0 25 0 2 0 163472152 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3923/statm: 34943 27380 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163473326 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.94
Current children cumulated vsize (KiB) 139772

[startup+462.55 s]
/proc/loadavg: 2.03 2.05 1.95 3/82 3998
/proc/meminfo: memFree=811200/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=460.64
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46045 0 0 0 46041 23 0 0 25 0 2 0 163472152 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750848 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3923/statm: 34943 27380 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163473326 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.64
Current children cumulated vsize (KiB) 139772

[startup+522.561 s]
/proc/loadavg: 2.04 2.05 1.95 3/82 3998
/proc/meminfo: memFree=753664/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=520.4
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46045 0 0 0 52016 24 0 0 25 0 2 0 163472152 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3923/statm: 34943 27380 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163473326 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.4
Current children cumulated vsize (KiB) 139772

[startup+582.577 s]
/proc/loadavg: 2.01 2.04 1.95 3/82 3998
/proc/meminfo: memFree=711872/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=580.14
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46045 0 0 0 57990 24 0 0 25 0 2 0 163472152 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617947 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3923/statm: 34943 27380 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 163473326 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.14
Current children cumulated vsize (KiB) 139772

[startup+642.585 s]
/proc/loadavg: 2.00 2.03 1.95 3/82 3998
/proc/meminfo: memFree=673792/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=139772 CPUtime=639.86
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46045 0 0 0 63962 24 0 0 25 0 2 0 163472152 143126528 27380 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554689 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3923/statm: 34943 27380 180 90 0 34481 0
[pid=3923/tid=3925] ppid=3921 vsize=139772 CPUtime=0

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

Current children cumulated CPU time (s) 1177.86
Current children cumulated vsize (KiB) 150016

[startup+1242.99 s]
/proc/loadavg: 1.02 1.49 1.76 2/67 4156
/proc/meminfo: memFree=1319120/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=150016 CPUtime=1237.9
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46047 0 0 0 123757 33 0 0 25 0 3 0 163472152 153616384 27382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 37504 27382 180 90 0 37042 0
[pid=3923/tid=3925] ppid=3921 vsize=150016 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163473326 153616384 27382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3923/tid=4071] ppid=3921 vsize=150016 CPUtime=0
/proc/3923/task/4071/stat : 4071 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163563348 153616384 27382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.9
Current children cumulated vsize (KiB) 150016

[startup+1303.05 s]
/proc/loadavg: 1.01 1.40 1.72 2/67 4156
/proc/meminfo: memFree=1319056/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=150016 CPUtime=1297.94
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46047 0 0 0 129761 33 0 0 25 0 3 0 163472152 153616384 27382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 37504 27382 180 90 0 37042 0
[pid=3923/tid=3925] ppid=3921 vsize=150016 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163473326 153616384 27382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3923/tid=4071] ppid=3921 vsize=150016 CPUtime=0
/proc/3923/task/4071/stat : 4071 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163563348 153616384 27382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.94
Current children cumulated vsize (KiB) 150016

[startup+1363.11 s]
/proc/loadavg: 1.00 1.33 1.67 2/68 4157
/proc/meminfo: memFree=1318992/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=160260 CPUtime=1357.98
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46048 0 0 0 135765 33 0 0 25 0 4 0 163472152 164106240 27383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 40065 27383 180 90 0 39603 0
[pid=3923/tid=3925] ppid=3921 vsize=160260 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163473326 164106240 27383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3923/tid=4071] ppid=3921 vsize=160260 CPUtime=0
/proc/3923/task/4071/stat : 4071 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163563348 164106240 27383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3923/tid=4157] ppid=3921 vsize=160260 CPUtime=0
/proc/3923/task/4157/stat : 4157 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163608357 164106240 27383 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.98
Current children cumulated vsize (KiB) 160260

[startup+1423.2 s]
/proc/loadavg: 1.00 1.26 1.62 2/68 4157
/proc/meminfo: memFree=1316944/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=160260 CPUtime=1418.06
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46580 0 0 0 141772 34 0 0 25 0 4 0 163472152 164106240 27915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 40065 27915 180 90 0 39603 0
[pid=3923/tid=3925] ppid=3921 vsize=160260 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163473326 164106240 27915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3923/tid=4071] ppid=3921 vsize=160260 CPUtime=0
/proc/3923/task/4071/stat : 4071 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163563348 164106240 27915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3923/tid=4157] ppid=3921 vsize=160260 CPUtime=0
/proc/3923/task/4157/stat : 4157 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163608357 164106240 27915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.06
Current children cumulated vsize (KiB) 160260

[startup+1483.29 s]
/proc/loadavg: 1.00 1.21 1.58 2/68 4157
/proc/meminfo: memFree=1316880/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=160260 CPUtime=1478.12
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46580 0 0 0 147778 34 0 0 25 0 4 0 163472152 164106240 27915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 40065 27915 180 90 0 39603 0
[pid=3923/tid=3925] ppid=3921 vsize=160260 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163473326 164106240 27915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3923/tid=4071] ppid=3921 vsize=160260 CPUtime=0
/proc/3923/task/4071/stat : 4071 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163563348 164106240 27915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3923/tid=4157] ppid=3921 vsize=160260 CPUtime=0
/proc/3923/task/4157/stat : 4157 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163608357 164106240 27915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.12
Current children cumulated vsize (KiB) 160260

[startup+1543.37 s]
/proc/loadavg: 1.00 1.17 1.54 2/68 4157
/proc/meminfo: memFree=1316880/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=160260 CPUtime=1538.19
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 46580 0 0 0 153785 34 0 0 25 0 4 0 163472152 164106240 27915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554148 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 40065 27915 180 90 0 39603 0
[pid=3923/tid=3925] ppid=3921 vsize=160260 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163473326 164106240 27915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3923/tid=4071] ppid=3921 vsize=160260 CPUtime=0
/proc/3923/task/4071/stat : 4071 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163563348 164106240 27915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3923/tid=4157] ppid=3921 vsize=160260 CPUtime=0
/proc/3923/task/4157/stat : 4157 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163608357 164106240 27915 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.19
Current children cumulated vsize (KiB) 160260

[startup+1603.46 s]
/proc/loadavg: 1.00 1.14 1.50 2/68 4157
/proc/meminfo: memFree=1313040/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=168072 CPUtime=1598.25
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 49474 0 0 0 159791 34 0 0 25 0 4 0 163472152 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 42018 28855 180 90 0 41556 0
[pid=3923/tid=3925] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163473326 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3923/tid=4071] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/4071/stat : 4071 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163563348 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3923/tid=4157] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/4157/stat : 4157 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163608357 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.25
Current children cumulated vsize (KiB) 168072

[startup+1663.55 s]
/proc/loadavg: 1.00 1.11 1.47 2/68 4157
/proc/meminfo: memFree=1313040/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=168072 CPUtime=1658.31
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 49474 0 0 0 165797 34 0 0 25 0 4 0 163472152 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 42018 28855 180 90 0 41556 0
[pid=3923/tid=3925] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163473326 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3923/tid=4071] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/4071/stat : 4071 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163563348 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3923/tid=4157] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/4157/stat : 4157 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163608357 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.31
Current children cumulated vsize (KiB) 168072

[startup+1723.63 s]
/proc/loadavg: 1.00 1.09 1.44 2/68 4157
/proc/meminfo: memFree=1313040/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=168072 CPUtime=1718.38
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 49474 0 0 0 171804 34 0 0 25 0 4 0 163472152 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661296 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 42018 28855 180 90 0 41556 0
[pid=3923/tid=3925] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163473326 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3923/tid=4071] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/4071/stat : 4071 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163563348 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3923/tid=4157] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/4157/stat : 4157 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163608357 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.38
Current children cumulated vsize (KiB) 168072

[startup+1783.71 s]
/proc/loadavg: 1.04 1.08 1.41 2/68 4157
/proc/meminfo: memFree=1313040/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=168072 CPUtime=1778.44
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 49474 0 0 0 177810 34 0 0 25 0 4 0 163472152 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618159 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 42018 28855 180 90 0 41556 0
[pid=3923/tid=3925] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163473326 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3923/tid=4071] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/4071/stat : 4071 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163563348 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3923/tid=4157] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/4157/stat : 4157 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163608357 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.44
Current children cumulated vsize (KiB) 168072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.35 s]
/proc/loadavg: 1.03 1.08 1.40 2/68 4157
/proc/meminfo: memFree=1312976/2055920 swapFree=4192812/4192956
[pid=3923] ppid=3921 vsize=168072 CPUtime=1800.07
/proc/3923/stat : 3923 (bprolog) R 3921 3923 3222 0 -1 4194304 49474 0 0 0 179973 34 0 0 25 0 4 0 163472152 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664249 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3923/statm: 42018 28855 180 90 0 41556 0
[pid=3923/tid=3925] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/3925/stat : 3925 (bprolog) S 3921 3923 3222 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163473326 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3923/tid=4071] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/4071/stat : 4071 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163563348 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3923/tid=4157] ppid=3921 vsize=168072 CPUtime=0
/proc/3923/task/4157/stat : 4157 (bprolog) S 3921 3923 3222 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163608357 172105728 28855 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 168072

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.38
CPU time (s): 1800.11
CPU user time (s): 1799.74
CPU system time (s): 0.366944
CPU usage (%): 99.708
Max. virtual memory (cumulated for all children) (KiB): 168072

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

runsolver used 1.63275 s user time and 4.49332 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sun Jan  7 06:18:35 UTC 2007


IDJOB= 202182
IDBENCH= 3818
FILE ID= node43/202182-1168150714

PBS_JOBID= 3478406

Free space on /tmp= 66483 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp21-25/fapp24/fapp24-2000-8.xml
COMMAND LINE= /tmp/evaluation/202182-1168150714/Complete/Ordinary/solver /tmp/evaluation/202182-1168150714/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node43/convwatcher-202182-1168150714 -o ROOT/results/node43/conversion-202182-1168150714 -C 600 -M 900 /tmp/evaluation/202182-1168150714/Complete/Ordinary/conversion /tmp/evaluation/202182-1168150714/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-202182-1168150714 -o ROOT/results/node43/solver-202182-1168150714 -C 1800 -M 900  /tmp/evaluation/202182-1168150714/Complete/Ordinary/solver /tmp/evaluation/202182-1168150714/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  63a0d5813af6ab4196259e2912804508

RANDOM SEED= 530787474

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.278
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.278
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:       1385136 kB
Buffers:         63088 kB
Cached:         480504 kB
SwapCached:          0 kB
Active:         302992 kB
Inactive:       305096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1385136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7412 kB
Writeback:           0 kB
Mapped:          78096 kB
Slab:            47908 kB
Committed_AS:  3380304 kB
PageTables:       1900 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= 66487 MiB



End job on node43 on Sun Jan  7 06:48:56 UTC 2007