Trace number 207554

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.03 1808.32

General information on the benchmark

Namefapp/test01-04/test04/
test04-1250-9.xml
MD5SUMd3dec74f6acf47deb39467d9536ae53f
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 benchmark9.8445
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1250
Number of constraints18359
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18359
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/207554-1168182265/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/node10/watcher-207554-1168182265 -o ROOT/results/node10/solver-207554-1168182265 -C 1800 -M 900 /tmp/evaluation/207554-1168182265/Complete/Ordinary/solver /tmp/evaluation/207554-1168182265/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: 2.02 2.13 2.06 5/94 5046
/proc/meminfo: memFree=1384200/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=53472 CPUtime=0
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 486 0 0 0 0 0 0 0 18 0 1 0 166622793 54755328 205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/5045/statm: 13368 206 123 90 0 12906 0

[startup+0.103263 s]
/proc/loadavg: 2.02 2.13 2.06 5/94 5046
/proc/meminfo: memFree=1384200/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=53824 CPUtime=0.09
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 2272 0 0 0 9 0 0 0 18 0 1 0 166622793 55115776 1988 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/5045/statm: 13456 1989 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511318 s]
/proc/loadavg: 2.02 2.13 2.06 5/94 5046
/proc/meminfo: memFree=1384200/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=53824 CPUtime=0.51
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 6140 0 0 0 49 2 0 0 21 0 1 0 166622793 55115776 5856 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576933 0 0 4096 2 0 0 0 17 1 0 0
/proc/5045/statm: 13456 5856 157 90 0 12994 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 53824

[startup+1.33243 s]
/proc/loadavg: 2.02 2.13 2.06 3/94 5046
/proc/meminfo: memFree=1350864/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=74212 CPUtime=1.32
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 8732 0 0 0 129 3 0 0 25 0 1 0 166622793 75993088 8445 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576084 0 0 4096 2 0 0 0 17 1 0 0
/proc/5045/statm: 18553 8445 176 90 0 18091 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 74212

[startup+2.96965 s]
/proc/loadavg: 2.02 2.13 2.06 3/94 5046
/proc/meminfo: memFree=1350480/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=74212 CPUtime=2.95
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 8733 0 0 0 292 3 0 0 25 0 1 0 166622793 75993088 8446 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554967 0 0 4096 2 0 0 0 17 1 0 0
/proc/5045/statm: 18553 8446 177 90 0 18091 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 74212

[startup+6.2591 s]
/proc/loadavg: 2.02 2.13 2.06 3/94 5046
/proc/meminfo: memFree=1326928/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=91020 CPUtime=6.23
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 15877 0 0 0 616 7 0 0 25 0 1 0 166622793 93204480 14080 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134660665 0 0 4096 2 0 0 0 17 1 0 0
/proc/5045/statm: 22755 14080 177 90 0 22293 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 91020

[startup+12.718 s]
/proc/loadavg: 2.02 2.12 2.06 3/95 5047
/proc/meminfo: memFree=1315272/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=136528 CPUtime=12.65
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 27526 0 0 0 1254 11 0 0 25 0 2 0 166622793 139804672 16474 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 34132 16474 180 90 0 33670 0
[pid=5045/tid=5047] ppid=5043 vsize=136528 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166623553 139804672 16474 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) 136528

[startup+25.5507 s]
/proc/loadavg: 2.08 2.13 2.06 4/95 5047
/proc/meminfo: memFree=1297032/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=136528 CPUtime=25.43
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 27526 0 0 0 2531 12 0 0 25 0 2 0 166622793 139804672 16474 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 34132 16474 180 90 0 33670 0
[pid=5045/tid=5047] ppid=5043 vsize=136528 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166623553 139804672 16474 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) 136528

[startup+51.2082 s]
/proc/loadavg: 2.05 2.12 2.06 3/95 5047
/proc/meminfo: memFree=1288968/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=136528 CPUtime=50.96
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 27528 0 0 0 5084 12 0 0 25 0 2 0 166622793 139804672 16476 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 34132 16476 180 90 0 33670 0
[pid=5045/tid=5047] ppid=5043 vsize=136528 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166623553 139804672 16476 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 136528

[startup+102.41 s]
/proc/loadavg: 2.07 2.12 2.06 3/95 5047
/proc/meminfo: memFree=1277320/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=136528 CPUtime=101.91
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 27528 0 0 0 10179 12 0 0 25 0 2 0 166622793 139804672 16476 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554689 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 34132 16476 180 90 0 33670 0
[pid=5045/tid=5047] ppid=5043 vsize=136528 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166623553 139804672 16476 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 136528

[startup+162.498 s]
/proc/loadavg: 2.02 2.09 2.05 3/95 5047
/proc/meminfo: memFree=1277256/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=136528 CPUtime=161.73
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 27528 0 0 0 16160 13 0 0 25 0 2 0 166622793 139804672 16476 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 34132 16476 180 90 0 33670 0
[pid=5045/tid=5047] ppid=5043 vsize=136528 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166623553 139804672 16476 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 136528

[startup+222.588 s]
/proc/loadavg: 2.01 2.07 2.05 3/95 5047
/proc/meminfo: memFree=1277064/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=136528 CPUtime=221.53
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 27529 0 0 0 22140 13 0 0 25 0 2 0 166622793 139804672 16477 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756171 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 34132 16477 180 90 0 33670 0
[pid=5045/tid=5047] ppid=5043 vsize=136528 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166623553 139804672 16477 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.53
Current children cumulated vsize (KiB) 136528

[startup+282.68 s]
/proc/loadavg: 2.07 2.08 2.05 3/95 5047
/proc/meminfo: memFree=1277000/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=136528 CPUtime=281.33
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 27532 0 0 0 28119 14 0 0 25 0 2 0 166622793 139804672 16480 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 34132 16480 180 90 0 33670 0
[pid=5045/tid=5047] ppid=5043 vsize=136528 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166623553 139804672 16480 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.33
Current children cumulated vsize (KiB) 136528

[startup+342.765 s]
/proc/loadavg: 2.02 2.07 2.05 3/95 5047
/proc/meminfo: memFree=1276936/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=136528 CPUtime=341.13
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 27532 0 0 0 34099 14 0 0 25 0 2 0 166622793 139804672 16480 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 34132 16480 180 90 0 33670 0
[pid=5045/tid=5047] ppid=5043 vsize=136528 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166623553 139804672 16480 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) 136528

[startup+402.777 s]
/proc/loadavg: 2.12 2.08 2.05 3/95 5047
/proc/meminfo: memFree=1220232/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=136528 CPUtime=400.87
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 27532 0 0 0 40072 15 0 0 25 0 2 0 166622793 139804672 16480 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 34132 16480 180 90 0 33670 0
[pid=5045/tid=5047] ppid=5043 vsize=136528 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166623553 139804672 16480 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.87
Current children cumulated vsize (KiB) 136528

[startup+462.785 s]
/proc/loadavg: 2.04 2.06 2.04 3/95 5047
/proc/meminfo: memFree=1210568/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=144340 CPUtime=460.58
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 29530 0 0 0 46042 16 0 0 25 0 2 0 166622793 147804160 16524 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557011 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 36085 16524 180 90 0 35623 0
[pid=5045/tid=5047] ppid=5043 vsize=144340 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166623553 147804160 16524 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.58
Current children cumulated vsize (KiB) 144340

[startup+522.792 s]
/proc/loadavg: 2.08 2.07 2.04 3/95 5047
/proc/meminfo: memFree=1197960/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=144340 CPUtime=520.31
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 29532 0 0 0 52014 17 0 0 25 0 2 0 166622793 147804160 16526 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 36085 16526 180 90 0 35623 0
[pid=5045/tid=5047] ppid=5043 vsize=144340 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166623553 147804160 16526 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.31
Current children cumulated vsize (KiB) 144340

[startup+582.794 s]
/proc/loadavg: 2.10 2.07 2.04 3/95 5047
/proc/meminfo: memFree=1185800/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=144340 CPUtime=580.03
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 29533 0 0 0 57985 18 0 0 25 0 2 0 166622793 147804160 16527 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 36085 16527 180 90 0 35623 0
[pid=5045/tid=5047] ppid=5043 vsize=144340 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 166623553 147804160 16527 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.03
Current children cumulated vsize (KiB) 144340

[startup+642.893 s]
/proc/loadavg: 2.03 2.05 2.04 3/95 5047
/proc/meminfo: memFree=1185800/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=144340 CPUtime=639.84
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 29535 0 0 0 63966 18 0 0 25 0 2 0 166622793 147804160 16529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5045/statm: 36085 16529 180 90 0 35623 0
[pid=5045/tid=5047] ppid=5043 vsize=144340 CPUtime=0

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

/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 29540 0 0 0 117769 25 0 0 25 0 3 0 166622793 158294016 16534 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5045/statm: 38646 16534 180 90 0 38184 0
[pid=5045/tid=5047] ppid=5043 vsize=154584 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166623553 158294016 16534 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5048] ppid=5043 vsize=154584 CPUtime=0
/proc/5045/task/5048/stat : 5048 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166713571 158294016 16534 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.94
Current children cumulated vsize (KiB) 154584

[startup+1243.36 s]
/proc/loadavg: 1.99 1.99 2.00 3/89 5501
/proc/meminfo: memFree=1629296/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=154584 CPUtime=1237.68
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 29540 0 0 0 123740 28 0 0 25 0 3 0 166622793 158294016 16534 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661446 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5045/statm: 38646 16534 180 90 0 38184 0
[pid=5045/tid=5047] ppid=5043 vsize=154584 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166623553 158294016 16534 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5048] ppid=5043 vsize=154584 CPUtime=0
/proc/5045/task/5048/stat : 5048 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166713571 158294016 16534 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.68
Current children cumulated vsize (KiB) 154584

[startup+1303.38 s]
/proc/loadavg: 1.99 1.99 2.00 3/89 5501
/proc/meminfo: memFree=1629360/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=154584 CPUtime=1297.42
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 29540 0 0 0 129714 28 0 0 25 0 3 0 166622793 158294016 16534 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5045/statm: 38646 16534 180 90 0 38184 0
[pid=5045/tid=5047] ppid=5043 vsize=154584 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 166623553 158294016 16534 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5048] ppid=5043 vsize=154584 CPUtime=0
/proc/5045/task/5048/stat : 5048 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 166713571 158294016 16534 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.42
Current children cumulated vsize (KiB) 154584

[startup+1363.4 s]
/proc/loadavg: 1.99 1.99 2.00 3/90 5502
/proc/meminfo: memFree=1627240/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=164828 CPUtime=1357.15
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 30102 0 0 0 135687 28 0 0 25 0 4 0 166622793 168783872 17096 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134822663 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5045/statm: 41207 17096 180 90 0 40745 0
[pid=5045/tid=5047] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166623553 168783872 17096 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5048] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5048/stat : 5048 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166713571 168783872 17096 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5502] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5502/stat : 5502 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166758583 168783872 17096 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.15
Current children cumulated vsize (KiB) 164828

[startup+1423.44 s]
/proc/loadavg: 1.99 1.99 2.00 3/90 5502
/proc/meminfo: memFree=1627112/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=164828 CPUtime=1416.93
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 30107 0 0 0 141665 28 0 0 25 0 4 0 166622793 168783872 17101 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671498 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5045/statm: 41207 17101 180 90 0 40745 0
[pid=5045/tid=5047] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166623553 168783872 17101 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5048] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5048/stat : 5048 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166713571 168783872 17101 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5502] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5502/stat : 5502 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166758583 168783872 17101 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.93
Current children cumulated vsize (KiB) 164828

[startup+1483.49 s]
/proc/loadavg: 2.05 2.00 2.00 3/90 5502
/proc/meminfo: memFree=1627048/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=164828 CPUtime=1476.7
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 30111 0 0 0 147642 28 0 0 25 0 4 0 166622793 168783872 17105 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5045/statm: 41207 17105 180 90 0 40745 0
[pid=5045/tid=5047] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166623553 168783872 17105 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5048] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5048/stat : 5048 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166713571 168783872 17105 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5502] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5502/stat : 5502 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166758583 168783872 17105 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.7
Current children cumulated vsize (KiB) 164828

[startup+1543.53 s]
/proc/loadavg: 2.06 2.01 2.00 3/90 5502
/proc/meminfo: memFree=1626920/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=164828 CPUtime=1536.45
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 30116 0 0 0 153617 28 0 0 25 0 4 0 166622793 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5045/statm: 41207 17110 180 90 0 40745 0
[pid=5045/tid=5047] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166623553 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5048] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5048/stat : 5048 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166713571 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5502] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5502/stat : 5502 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 166758583 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.45
Current children cumulated vsize (KiB) 164828

[startup+1603.56 s]
/proc/loadavg: 2.02 2.01 2.00 3/90 5502
/proc/meminfo: memFree=1626920/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=164828 CPUtime=1596.22
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 30116 0 0 0 159594 28 0 0 25 0 4 0 166622793 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5045/statm: 41207 17110 180 90 0 40745 0
[pid=5045/tid=5047] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166623553 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5048] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5048/stat : 5048 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166713571 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5502] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5502/stat : 5502 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166758583 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.22
Current children cumulated vsize (KiB) 164828

[startup+1663.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5502
/proc/meminfo: memFree=1626792/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=164828 CPUtime=1656
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 30116 0 0 0 165572 28 0 0 25 0 4 0 166622793 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5045/statm: 41207 17110 180 90 0 40745 0
[pid=5045/tid=5047] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166623553 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5048] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5048/stat : 5048 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166713571 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5502] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5502/stat : 5502 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166758583 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656
Current children cumulated vsize (KiB) 164828

[startup+1723.64 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5502
/proc/meminfo: memFree=1626792/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=164828 CPUtime=1715.74
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 30116 0 0 0 171545 29 0 0 25 0 4 0 166622793 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620234 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5045/statm: 41207 17110 180 90 0 40745 0
[pid=5045/tid=5047] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166623553 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5048] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5048/stat : 5048 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166713571 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5502] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5502/stat : 5502 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166758583 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.74
Current children cumulated vsize (KiB) 164828

[startup+1783.68 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 5502
/proc/meminfo: memFree=1626792/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=164828 CPUtime=1775.51
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 30116 0 0 0 177522 29 0 0 25 0 4 0 166622793 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5045/statm: 41207 17110 180 90 0 40745 0
[pid=5045/tid=5047] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5047/stat : 5047 (bprolog) S 5043 5045 4965 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 166623553 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5048] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5048/stat : 5048 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166713571 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=5045/tid=5502] ppid=5043 vsize=164828 CPUtime=0
/proc/5045/task/5502/stat : 5502 (bprolog) S 5043 5045 4965 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 166758583 168783872 17110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.51
Current children cumulated vsize (KiB) 164828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 5502
/proc/meminfo: memFree=1626792/2055920 swapFree=4178216/4192956
[pid=5045] ppid=5043 vsize=164828 CPUtime=1800.01
/proc/5045/stat : 5045 (bprolog) R 5043 5045 4965 0 -1 4194304 30117 0 0 0 179972 29 0 0 25 0 1 0 166622793 168783872 17111 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 0 0 0 17 0 0 0
/proc/5045/statm: 41207 17111 181 90 0 40745 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 164828

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.32
CPU time (s): 1800.03
CPU user time (s): 1799.73
CPU system time (s): 0.303953
CPU usage (%): 99.5414
Max. virtual memory (cumulated for all children) (KiB): 164828

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

runsolver used 1.70674 s user time and 4.73428 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Jan  7 15:04:25 UTC 2007


IDJOB= 207554
IDBENCH= 4298
FILE ID= node10/207554-1168182265

PBS_JOBID= 3478919

Free space on /tmp= 66371 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test04/test04-1250-9.xml
COMMAND LINE= /tmp/evaluation/207554-1168182265/Complete/Ordinary/solver /tmp/evaluation/207554-1168182265/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node10/convwatcher-207554-1168182265 -o ROOT/results/node10/conversion-207554-1168182265 -C 600 -M 900 /tmp/evaluation/207554-1168182265/Complete/Ordinary/conversion /tmp/evaluation/207554-1168182265/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-207554-1168182265 -o ROOT/results/node10/solver-207554-1168182265 -C 1800 -M 900  /tmp/evaluation/207554-1168182265/Complete/Ordinary/solver /tmp/evaluation/207554-1168182265/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  d3dec74f6acf47deb39467d9536ae53f

RANDOM SEED= 516155502

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.232
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.232
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:       1384680 kB
Buffers:         26572 kB
Cached:         190596 kB
SwapCached:       2064 kB
Active:         473152 kB
Inactive:       134264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1384680 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            5372 kB
Writeback:           0 kB
Mapped:         407756 kB
Slab:            47736 kB
Committed_AS:  4657692 kB
PageTables:       2984 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= 66371 MiB



End job on node10 on Sun Jan  7 15:34:45 UTC 2007