Trace number 205853

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.13 1800.59

General information on the benchmark

Namefapp/fapp36-40/fapp38/
fapp38-2500-5.xml
MD5SUMac254b65cbcbcdf13e0c04fa74395cfe
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 benchmark45.897
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/205853-1168168211/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/node55/watcher-205853-1168168211 -o ROOT/results/node55/solver-205853-1168168211 -C 1800 -M 900 /tmp/evaluation/205853-1168168211/Complete/Ordinary/solver /tmp/evaluation/205853-1168168211/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: 0.98 1.01 1.26 2/65 11188
/proc/meminfo: memFree=1597424/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=53472 CPUtime=0
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 474 0 0 0 0 0 0 0 18 0 1 0 165223415 54755328 193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550287 0 0 4096 2 0 0 0 17 1 0 0
/proc/11187/statm: 13368 194 123 90 0 12906 0

[startup+0.102497 s]
/proc/loadavg: 0.98 1.01 1.26 2/65 11188
/proc/meminfo: memFree=1597424/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=53824 CPUtime=0.09
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 2238 0 0 0 9 0 0 0 18 0 1 0 165223415 55115776 1954 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/11187/statm: 13456 1955 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.510535 s]
/proc/loadavg: 0.98 1.01 1.26 2/65 11188
/proc/meminfo: memFree=1597424/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=53824 CPUtime=0.5
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 9045 0 0 0 46 4 0 0 21 0 1 0 165223415 55115776 8761 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607492 0 0 4096 2 0 0 0 17 1 0 0
/proc/11187/statm: 13456 8761 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.33061 s]
/proc/loadavg: 0.98 1.01 1.26 2/65 11188
/proc/meminfo: memFree=1554864/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=98340 CPUtime=1.32
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 23071 0 0 0 122 10 0 0 25 0 1 0 165223415 100700160 14240 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609154 0 0 4096 2 0 0 0 17 1 0 0
/proc/11187/statm: 24585 14241 157 90 0 24123 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 98340

[startup+2.96677 s]
/proc/loadavg: 0.98 1.01 1.26 2/65 11188
/proc/meminfo: memFree=1504048/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=118204 CPUtime=2.95
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 33734 0 0 0 279 16 0 0 25 0 1 0 165223415 121040896 24515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560516 0 0 4096 2 0 0 0 17 1 0 0
/proc/11187/statm: 29551 24515 157 90 0 29089 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 118204

[startup+6.24609 s]
/proc/loadavg: 0.98 1.01 1.26 2/65 11188
/proc/meminfo: memFree=1499248/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=118200 CPUtime=6.24
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 33893 0 0 0 607 17 0 0 25 0 1 0 165223415 121036800 24673 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 0 0 0 17 1 0 0
/proc/11187/statm: 29550 24673 176 90 0 29088 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 118200

[startup+12.6967 s]
/proc/loadavg: 0.98 1.01 1.26 2/65 11188
/proc/meminfo: memFree=1492720/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=124976 CPUtime=12.69
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 56996 0 0 0 1242 27 0 0 25 0 1 0 165223415 127975424 26302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857841 0 0 4096 2 0 0 0 17 1 0 0
/proc/11187/statm: 31244 26302 176 90 0 30782 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124976

[startup+25.499 s]
/proc/loadavg: 0.98 1.01 1.26 2/65 11188
/proc/meminfo: memFree=1424816/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=228136 CPUtime=25.47
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 108410 0 0 0 2497 50 0 0 25 0 1 0 165223415 233611264 46459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134854877 0 0 4096 2 0 0 0 17 1 0 0
/proc/11187/statm: 57034 46459 176 90 0 56572 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 228136

[startup+51.1085 s]
/proc/loadavg: 1.06 1.02 1.25 2/66 11189
/proc/meminfo: memFree=1383528/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=243052 CPUtime=51.08
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125143 0 0 0 5051 57 0 0 25 0 2 0 165223415 248885248 53515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664574 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 60763 53515 180 90 0 60301 0
[pid=11187/tid=11189] ppid=11185 vsize=243052 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 165227335 248885248 53515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 243052

[startup+102.333 s]
/proc/loadavg: 1.02 1.02 1.24 2/66 11189
/proc/meminfo: memFree=1383528/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=243052 CPUtime=102.29
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125143 0 0 0 10172 57 0 0 25 0 2 0 165223415 248885248 53515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 60763 53515 180 90 0 60301 0
[pid=11187/tid=11189] ppid=11185 vsize=243052 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 165227335 248885248 53515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 243052

[startup+162.376 s]
/proc/loadavg: 1.01 1.01 1.22 2/66 11189
/proc/meminfo: memFree=1383592/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=243052 CPUtime=162.32
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125144 0 0 0 16175 57 0 0 25 0 2 0 165223415 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 60763 53516 180 90 0 60301 0
[pid=11187/tid=11189] ppid=11185 vsize=243052 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 165227335 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 243052

[startup+222.418 s]
/proc/loadavg: 1.00 1.01 1.20 2/66 11189
/proc/meminfo: memFree=1383528/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=243052 CPUtime=222.35
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125144 0 0 0 22178 57 0 0 25 0 2 0 165223415 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552506 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 60763 53516 180 90 0 60301 0
[pid=11187/tid=11189] ppid=11185 vsize=243052 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 165227335 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 243052

[startup+282.46 s]
/proc/loadavg: 1.00 1.00 1.19 2/66 11189
/proc/meminfo: memFree=1383464/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=243052 CPUtime=282.37
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125144 0 0 0 28180 57 0 0 25 0 2 0 165223415 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 60763 53516 180 90 0 60301 0
[pid=11187/tid=11189] ppid=11185 vsize=243052 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 165227335 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 243052

[startup+342.496 s]
/proc/loadavg: 1.06 1.01 1.18 2/66 11189
/proc/meminfo: memFree=1383464/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=243052 CPUtime=342.39
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125144 0 0 0 34182 57 0 0 25 0 2 0 165223415 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134750842 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 60763 53516 180 90 0 60301 0
[pid=11187/tid=11189] ppid=11185 vsize=243052 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 165227335 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 243052

[startup+402.535 s]
/proc/loadavg: 1.02 1.01 1.17 2/66 11189
/proc/meminfo: memFree=1383528/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=243052 CPUtime=402.42
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125144 0 0 0 40185 57 0 0 25 0 2 0 165223415 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 60763 53516 180 90 0 60301 0
[pid=11187/tid=11189] ppid=11185 vsize=243052 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 165227335 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 243052

[startup+462.571 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 11191
/proc/meminfo: memFree=1383272/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=243052 CPUtime=462.43
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125144 0 0 0 46186 57 0 0 25 0 2 0 165223415 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 60763 53516 180 90 0 60301 0
[pid=11187/tid=11189] ppid=11185 vsize=243052 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 165227335 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 243052

[startup+522.606 s]
/proc/loadavg: 1.00 1.00 1.14 2/66 11191
/proc/meminfo: memFree=1383336/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=243052 CPUtime=522.45
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125144 0 0 0 52188 57 0 0 25 0 2 0 165223415 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554153 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 60763 53516 180 90 0 60301 0
[pid=11187/tid=11189] ppid=11185 vsize=243052 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 165227335 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 243052

[startup+582.644 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 11191
/proc/meminfo: memFree=1383336/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=243052 CPUtime=582.48
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125144 0 0 0 58191 57 0 0 25 0 2 0 165223415 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 60763 53516 180 90 0 60301 0
[pid=11187/tid=11189] ppid=11185 vsize=243052 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 165227335 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.48
Current children cumulated vsize (KiB) 243052

[startup+642.686 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 11191
/proc/meminfo: memFree=1383400/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=243052 CPUtime=642.5
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125144 0 0 0 64193 57 0 0 25 0 2 0 165223415 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 60763 53516 180 90 0 60301 0
[pid=11187/tid=11189] ppid=11185 vsize=243052 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 24 0 2 0 165227335 248885248 53516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 243052


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

[pid=11187/tid=11192] ppid=11185 vsize=253296 CPUtime=0
/proc/11187/task/11192/stat : 11192 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 24 0 3 0 165317353 259375104 53517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.8
Current children cumulated vsize (KiB) 253296

[startup+1243.18 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 11192
/proc/meminfo: memFree=1383264/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=253296 CPUtime=1242.85
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125145 0 0 0 124228 57 0 0 25 0 3 0 165223415 259375104 53517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 63324 53517 180 90 0 62862 0
[pid=11187/tid=11189] ppid=11185 vsize=253296 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165227335 259375104 53517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11192] ppid=11185 vsize=253296 CPUtime=0
/proc/11187/task/11192/stat : 11192 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 24 0 3 0 165317353 259375104 53517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.85
Current children cumulated vsize (KiB) 253296

[startup+1303.25 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 11192
/proc/meminfo: memFree=1383264/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=253296 CPUtime=1302.9
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125145 0 0 0 130233 57 0 0 25 0 3 0 165223415 259375104 53517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 63324 53517 180 90 0 62862 0
[pid=11187/tid=11189] ppid=11185 vsize=253296 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165227335 259375104 53517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11192] ppid=11185 vsize=253296 CPUtime=0
/proc/11187/task/11192/stat : 11192 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 24 0 3 0 165317353 259375104 53517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.9
Current children cumulated vsize (KiB) 253296

[startup+1363.32 s]
/proc/loadavg: 1.00 1.00 1.04 2/67 11192
/proc/meminfo: memFree=1383264/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=253296 CPUtime=1362.95
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125145 0 0 0 136238 57 0 0 25 0 3 0 165223415 259375104 53517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 63324 53517 180 90 0 62862 0
[pid=11187/tid=11189] ppid=11185 vsize=253296 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165227335 259375104 53517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11192] ppid=11185 vsize=253296 CPUtime=0
/proc/11187/task/11192/stat : 11192 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 24 0 3 0 165317353 259375104 53517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.95
Current children cumulated vsize (KiB) 253296

[startup+1423.39 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 11193
/proc/meminfo: memFree=1383192/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=263540 CPUtime=1423.01
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125146 0 0 0 142244 57 0 0 25 0 4 0 165223415 269864960 53518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662579 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 65885 53518 180 90 0 65423 0
[pid=11187/tid=11189] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165227335 269864960 53518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11192] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11192/stat : 11192 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165317353 269864960 53518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11193] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11193/stat : 11193 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165362361 269864960 53518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1423.01
Current children cumulated vsize (KiB) 263540

[startup+1483.48 s]
/proc/loadavg: 1.00 1.00 1.03 2/68 11193
/proc/meminfo: memFree=1383256/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=263540 CPUtime=1483.09
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125146 0 0 0 148252 57 0 0 25 0 4 0 165223415 269864960 53518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580485 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 65885 53518 180 90 0 65423 0
[pid=11187/tid=11189] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165227335 269864960 53518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11192] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11192/stat : 11192 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165317353 269864960 53518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11193] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11193/stat : 11193 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165362361 269864960 53518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.09
Current children cumulated vsize (KiB) 263540

[startup+1543.58 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 11193
/proc/meminfo: memFree=1383192/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=263540 CPUtime=1543.17
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125146 0 0 0 154260 57 0 0 25 0 4 0 165223415 269864960 53518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 65885 53518 180 90 0 65423 0
[pid=11187/tid=11189] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165227335 269864960 53518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11192] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11192/stat : 11192 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165317353 269864960 53518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11193] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11193/stat : 11193 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165362361 269864960 53518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.17
Current children cumulated vsize (KiB) 263540

[startup+1603.67 s]
/proc/loadavg: 1.00 1.00 1.02 2/68 11193
/proc/meminfo: memFree=1383064/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=263540 CPUtime=1603.24
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125174 0 0 0 160267 57 0 0 25 0 4 0 165223415 269864960 53546 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 65885 53546 180 90 0 65423 0
[pid=11187/tid=11189] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165227335 269864960 53546 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11192] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11192/stat : 11192 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165317353 269864960 53546 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11193] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11193/stat : 11193 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165362361 269864960 53546 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.24
Current children cumulated vsize (KiB) 263540

[startup+1663.76 s]
/proc/loadavg: 1.00 1.00 1.01 2/68 11193
/proc/meminfo: memFree=1381784/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=263540 CPUtime=1663.32
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125487 0 0 0 166274 58 0 0 25 0 4 0 165223415 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664604 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 65885 53859 180 90 0 65423 0
[pid=11187/tid=11189] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165227335 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11192] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11192/stat : 11192 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165317353 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11193] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11193/stat : 11193 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165362361 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.32
Current children cumulated vsize (KiB) 263540

[startup+1723.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 11193
/proc/meminfo: memFree=1381720/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=263540 CPUtime=1723.4
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125487 0 0 0 172282 58 0 0 25 0 4 0 165223415 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858216 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 65885 53859 180 90 0 65423 0
[pid=11187/tid=11189] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165227335 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11192] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11192/stat : 11192 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165317353 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11193] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11193/stat : 11193 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165362361 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.4
Current children cumulated vsize (KiB) 263540

[startup+1783.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 11193
/proc/meminfo: memFree=1381784/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=263540 CPUtime=1783.47
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125487 0 0 0 178289 58 0 0 25 0 4 0 165223415 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 65885 53859 180 90 0 65423 0
[pid=11187/tid=11189] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165227335 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11192] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11192/stat : 11192 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165317353 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11193] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11193/stat : 11193 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165362361 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.47
Current children cumulated vsize (KiB) 263540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 11193
/proc/meminfo: memFree=1381720/2055920 swapFree=4192812/4192956
[pid=11187] ppid=11185 vsize=263540 CPUtime=1800.08
/proc/11187/stat : 11187 (bprolog) R 11185 11187 9744 0 -1 4194304 125487 0 0 0 179950 58 0 0 25 0 4 0 165223415 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859992 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11187/statm: 65885 53859 180 90 0 65423 0
[pid=11187/tid=11189] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11189/stat : 11189 (bprolog) S 11185 11187 9744 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165227335 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11192] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11192/stat : 11192 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165317353 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11187/tid=11193] ppid=11185 vsize=263540 CPUtime=0
/proc/11187/task/11193/stat : 11193 (bprolog) S 11185 11187 9744 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165362361 269864960 53859 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 263540

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.59
CPU time (s): 1800.13
CPU user time (s): 1799.51
CPU system time (s): 0.612906
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 265604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.612906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125487
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= 24
involuntary context switches= 2936

runsolver used 1.61575 s user time and 3.41448 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sun Jan  7 11:10:13 UTC 2007


IDJOB= 205853
IDBENCH= 4172
FILE ID= node55/205853-1168168211

PBS_JOBID= 3478701

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp38/fapp38-2500-5.xml
COMMAND LINE= /tmp/evaluation/205853-1168168211/Complete/Ordinary/solver /tmp/evaluation/205853-1168168211/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node55/convwatcher-205853-1168168211 -o ROOT/results/node55/conversion-205853-1168168211 -C 600 -M 900 /tmp/evaluation/205853-1168168211/Complete/Ordinary/conversion /tmp/evaluation/205853-1168168211/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-205853-1168168211 -o ROOT/results/node55/solver-205853-1168168211 -C 1800 -M 900  /tmp/evaluation/205853-1168168211/Complete/Ordinary/solver /tmp/evaluation/205853-1168168211/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  ac254b65cbcbcdf13e0c04fa74395cfe

RANDOM SEED= 468643013

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.218
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	: 5931.00
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.218
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:       1597904 kB
Buffers:         28008 kB
Cached:         359388 kB
SwapCached:          0 kB
Active:         108264 kB
Inactive:       294676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10252 kB
Writeback:           0 kB
Mapped:          25656 kB
Slab:            41180 kB
Committed_AS:  3420884 kB
PageTables:       1380 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= 66544 MiB



End job on node55 on Sun Jan  7 11:40:52 UTC 2007