Trace number 202358

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.07 1805.16

General information on the benchmark

Namefapp/fapp21-25/fapp22/
fapp22-1750-6.xml
MD5SUMfd45080d5a7414a3ed1043187d610da6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.86065
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/202358-1168151506/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-202358-1168151506 -o ROOT/results/node10/solver-202358-1168151506 -C 1800 -M 900 /tmp/evaluation/202358-1168151506/Complete/Ordinary/solver /tmp/evaluation/202358-1168151506/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.00 2.02 1.94 5/94 25085
/proc/meminfo: memFree=813736/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=5352 CPUtime=0
/proc/25084/stat : 25084 (sh) R 25082 25084 24931 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 163547752 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 214919711452 0 0 4100 65536 0 0 0 17 1 0 0
/proc/25084/statm: 1338 234 196 169 0 49 0

[startup+0.10299 s]
/proc/loadavg: 2.00 2.02 1.94 5/94 25085
/proc/meminfo: memFree=813736/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=53824 CPUtime=0.09
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 2162 0 0 0 8 1 0 0 20 0 1 0 163547752 55115776 1878 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 9305060 0 0 4096 2 0 0 0 17 1 0 0
/proc/25084/statm: 13456 1878 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511041 s]
/proc/loadavg: 2.00 2.02 1.94 5/94 25085
/proc/meminfo: memFree=813736/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=71048 CPUtime=0.49
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 9373 0 0 0 46 3 0 0 24 0 1 0 163547752 72753152 9087 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857055 0 0 4096 2 0 0 0 17 1 0 0
/proc/25084/statm: 17762 9087 157 90 0 17300 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 71048

[startup+1.33315 s]
/proc/loadavg: 2.00 2.02 1.94 3/94 25085
/proc/meminfo: memFree=763688/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=71048 CPUtime=1.32
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 12940 0 0 0 126 6 0 0 25 0 1 0 163547752 72753152 12654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555723 0 0 4096 2 0 0 0 17 1 0 0
/proc/25084/statm: 17762 12654 157 90 0 17300 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 71048

[startup+2.98338 s]
/proc/loadavg: 2.00 2.02 1.94 3/94 25085
/proc/meminfo: memFree=763304/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=73788 CPUtime=2.96
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 14974 0 0 0 289 7 0 0 25 0 1 0 163547752 75558912 13424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662725 0 0 4096 2 0 0 0 17 1 0 0
/proc/25084/statm: 18447 13424 176 90 0 17985 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 73788

[startup+6.26283 s]
/proc/loadavg: 2.00 2.02 1.94 3/94 25085
/proc/meminfo: memFree=760168/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=109520 CPUtime=6.22
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 37056 0 0 0 606 16 0 0 25 0 1 0 163547752 112148480 13414 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552838 0 0 4096 2 0 0 0 17 1 0 0
/proc/25084/statm: 27380 13414 176 90 0 26918 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 109520

[startup+12.7287 s]
/proc/loadavg: 2.00 2.01 1.94 3/94 25085
/proc/meminfo: memFree=709224/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=125460 CPUtime=12.65
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 54034 0 0 0 1241 24 0 0 25 0 1 0 163547752 128471040 26233 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663668 0 0 4096 2 0 0 0 17 1 0 0
/proc/25084/statm: 31365 26233 177 90 0 30903 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 125460

[startup+25.5474 s]
/proc/loadavg: 2.00 2.01 1.94 3/95 25086
/proc/meminfo: memFree=704544/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=208284 CPUtime=25.4
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77523 0 0 0 2506 34 0 0 25 0 2 0 163547752 213282816 27390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25084/statm: 52071 27390 180 90 0 51609 0
[pid=25084/tid=25086] ppid=25082 vsize=208284 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163549432 213282816 27390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 208284

[startup+51.2039 s]
/proc/loadavg: 2.00 2.01 1.94 3/95 25086
/proc/meminfo: memFree=704608/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=208284 CPUtime=50.95
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77523 0 0 0 5060 35 0 0 25 0 2 0 163547752 213282816 27390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664602 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25084/statm: 52071 27390 180 90 0 51609 0
[pid=25084/tid=25086] ppid=25082 vsize=208284 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163549432 213282816 27390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 208284

[startup+102.506 s]
/proc/loadavg: 2.07 2.02 1.95 3/95 25086
/proc/meminfo: memFree=704672/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=208284 CPUtime=102
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77523 0 0 0 10165 35 0 0 25 0 2 0 163547752 213282816 27390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25084/statm: 52071 27390 180 90 0 51609 0
[pid=25084/tid=25086] ppid=25082 vsize=208284 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163549432 213282816 27390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 208284

[startup+162.534 s]
/proc/loadavg: 2.02 2.02 1.95 3/95 25086
/proc/meminfo: memFree=704672/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=208284 CPUtime=161.74
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77530 0 0 0 16139 35 0 0 25 0 2 0 163547752 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25084/statm: 52071 27397 180 90 0 51609 0
[pid=25084/tid=25086] ppid=25082 vsize=208284 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163549432 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 208284

[startup+222.568 s]
/proc/loadavg: 2.01 2.01 1.95 3/95 25086
/proc/meminfo: memFree=704608/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=208284 CPUtime=221.5
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77530 0 0 0 22114 36 0 0 25 0 2 0 163547752 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620154 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25084/statm: 52071 27397 180 90 0 51609 0
[pid=25084/tid=25086] ppid=25082 vsize=208284 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163549432 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.5
Current children cumulated vsize (KiB) 208284

[startup+282.593 s]
/proc/loadavg: 2.05 2.02 1.95 3/95 25086
/proc/meminfo: memFree=704608/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=208284 CPUtime=281.23
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77530 0 0 0 28087 36 0 0 25 0 2 0 163547752 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568424 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25084/statm: 52071 27397 180 90 0 51609 0
[pid=25084/tid=25086] ppid=25082 vsize=208284 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163549432 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.23
Current children cumulated vsize (KiB) 208284

[startup+342.621 s]
/proc/loadavg: 2.02 2.02 1.95 3/95 25086
/proc/meminfo: memFree=704544/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=208284 CPUtime=340.99
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77530 0 0 0 34062 37 0 0 25 0 2 0 163547752 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25084/statm: 52071 27397 180 90 0 51609 0
[pid=25084/tid=25086] ppid=25082 vsize=208284 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163549432 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.99
Current children cumulated vsize (KiB) 208284

[startup+402.647 s]
/proc/loadavg: 2.08 2.03 1.96 3/95 25086
/proc/meminfo: memFree=704544/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=208284 CPUtime=400.72
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77530 0 0 0 40035 37 0 0 25 0 2 0 163547752 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554251 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25084/statm: 52071 27397 180 90 0 51609 0
[pid=25084/tid=25086] ppid=25082 vsize=208284 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163549432 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.72
Current children cumulated vsize (KiB) 208284

[startup+462.675 s]
/proc/loadavg: 2.03 2.02 1.96 3/95 25086
/proc/meminfo: memFree=704480/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=208284 CPUtime=460.47
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77530 0 0 0 46009 38 0 0 25 0 2 0 163547752 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25084/statm: 52071 27397 180 90 0 51609 0
[pid=25084/tid=25086] ppid=25082 vsize=208284 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163549432 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.47
Current children cumulated vsize (KiB) 208284

[startup+522.708 s]
/proc/loadavg: 2.01 2.01 1.96 3/95 25086
/proc/meminfo: memFree=704480/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=208284 CPUtime=520.21
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77530 0 0 0 51983 38 0 0 25 0 2 0 163547752 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25084/statm: 52071 27397 180 90 0 51609 0
[pid=25084/tid=25086] ppid=25082 vsize=208284 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163549432 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.21
Current children cumulated vsize (KiB) 208284

[startup+582.733 s]
/proc/loadavg: 2.00 2.01 1.96 3/95 25086
/proc/meminfo: memFree=704352/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=208284 CPUtime=579.96
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77530 0 0 0 57957 39 0 0 25 0 2 0 163547752 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25084/statm: 52071 27397 180 90 0 51609 0
[pid=25084/tid=25086] ppid=25082 vsize=208284 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163549432 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.96
Current children cumulated vsize (KiB) 208284

[startup+642.755 s]
/proc/loadavg: 2.05 2.02 1.96 3/95 25086
/proc/meminfo: memFree=704352/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=208284 CPUtime=639.7
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77530 0 0 0 63931 39 0 0 25 0 2 0 163547752 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25084/statm: 52071 27397 180 90 0 51609 0
[pid=25084/tid=25086] ppid=25082 vsize=208284 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163549432 213282816 27397 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.7

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

[pid=25084/tid=25174] ppid=25082 vsize=218528 CPUtime=0
/proc/25084/task/25174/stat : 25174 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163639452 223772672 27405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1178.7
Current children cumulated vsize (KiB) 218528

[startup+1243.11 s]
/proc/loadavg: 2.07 2.05 2.00 3/100 25174
/proc/meminfo: memFree=1284728/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=218528 CPUtime=1238.67
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77538 0 0 0 123824 43 0 0 25 0 3 0 163547752 223772672 27405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669182 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25084/statm: 54632 27405 180 90 0 54170 0
[pid=25084/tid=25086] ppid=25082 vsize=218528 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163549432 223772672 27405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25084/tid=25174] ppid=25082 vsize=218528 CPUtime=0
/proc/25084/task/25174/stat : 25174 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163639452 223772672 27405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1238.67
Current children cumulated vsize (KiB) 218528

[startup+1303.18 s]
/proc/loadavg: 2.03 2.04 2.00 3/100 25174
/proc/meminfo: memFree=1284664/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=218528 CPUtime=1298.67
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77538 0 0 0 129824 43 0 0 25 0 3 0 163547752 223772672 27405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25084/statm: 54632 27405 180 90 0 54170 0
[pid=25084/tid=25086] ppid=25082 vsize=218528 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163549432 223772672 27405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25084/tid=25174] ppid=25082 vsize=218528 CPUtime=0
/proc/25084/task/25174/stat : 25174 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163639452 223772672 27405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1298.67
Current children cumulated vsize (KiB) 218528

[startup+1363.23 s]
/proc/loadavg: 2.01 2.03 2.00 3/100 25174
/proc/meminfo: memFree=1284728/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=218528 CPUtime=1358.67
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 77538 0 0 0 135824 43 0 0 25 0 3 0 163547752 223772672 27405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25084/statm: 54632 27405 180 90 0 54170 0
[pid=25084/tid=25086] ppid=25082 vsize=218528 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163549432 223772672 27405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25084/tid=25174] ppid=25082 vsize=218528 CPUtime=0
/proc/25084/task/25174/stat : 25174 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163639452 223772672 27405 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1358.67
Current children cumulated vsize (KiB) 218528

[startup+1423.29 s]
/proc/loadavg: 2.00 2.02 2.00 3/101 25175
/proc/meminfo: memFree=1282736/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=228772 CPUtime=1418.64
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 78064 0 0 0 141821 43 0 0 25 0 4 0 163547752 234262528 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25084/statm: 57193 27931 180 90 0 56731 0
[pid=25084/tid=25086] ppid=25082 vsize=228772 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163549432 234262528 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25084/tid=25174] ppid=25082 vsize=228772 CPUtime=0
/proc/25084/task/25174/stat : 25174 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163639452 234262528 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25084/tid=25175] ppid=25082 vsize=228772 CPUtime=0
/proc/25084/task/25175/stat : 25175 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163684464 234262528 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.64
Current children cumulated vsize (KiB) 228772

[startup+1483.34 s]
/proc/loadavg: 2.00 2.02 2.00 3/101 25175
/proc/meminfo: memFree=1282672/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=228772 CPUtime=1478.65
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 78064 0 0 0 147821 44 0 0 25 0 4 0 163547752 234262528 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589235 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25084/statm: 57193 27931 180 90 0 56731 0
[pid=25084/tid=25086] ppid=25082 vsize=228772 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163549432 234262528 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25084/tid=25174] ppid=25082 vsize=228772 CPUtime=0
/proc/25084/task/25174/stat : 25174 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163639452 234262528 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25084/tid=25175] ppid=25082 vsize=228772 CPUtime=0
/proc/25084/task/25175/stat : 25175 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163684464 234262528 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.65
Current children cumulated vsize (KiB) 228772

[startup+1543.41 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 25175
/proc/meminfo: memFree=1282608/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=228772 CPUtime=1538.67
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 78064 0 0 0 153823 44 0 0 25 0 4 0 163547752 234262528 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25084/statm: 57193 27931 180 90 0 56731 0
[pid=25084/tid=25086] ppid=25082 vsize=228772 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163549432 234262528 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25084/tid=25174] ppid=25082 vsize=228772 CPUtime=0
/proc/25084/task/25174/stat : 25174 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163639452 234262528 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25084/tid=25175] ppid=25082 vsize=228772 CPUtime=0
/proc/25084/task/25175/stat : 25175 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163684464 234262528 27931 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.67
Current children cumulated vsize (KiB) 228772

[startup+1603.49 s]
/proc/loadavg: 2.11 2.04 2.01 3/101 25175
/proc/meminfo: memFree=1275760/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=236584 CPUtime=1598.65
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 81748 0 0 0 159819 46 0 0 25 0 4 0 163547752 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25084/statm: 59146 29661 180 90 0 58684 0
[pid=25084/tid=25086] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163549432 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25084/tid=25174] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25174/stat : 25174 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163639452 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25084/tid=25175] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25175/stat : 25175 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163684464 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.65
Current children cumulated vsize (KiB) 236584

[startup+1663.53 s]
/proc/loadavg: 2.04 2.03 2.00 3/101 25175
/proc/meminfo: memFree=1275696/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=236584 CPUtime=1658.64
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 81748 0 0 0 165818 46 0 0 25 0 4 0 163547752 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25084/statm: 59146 29661 180 90 0 58684 0
[pid=25084/tid=25086] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163549432 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25084/tid=25174] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25174/stat : 25174 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163639452 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25084/tid=25175] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25175/stat : 25175 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163684464 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.64
Current children cumulated vsize (KiB) 236584

[startup+1723.57 s]
/proc/loadavg: 2.19 2.07 2.01 3/101 25175
/proc/meminfo: memFree=1210992/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=236584 CPUtime=1718.63
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 81748 0 0 0 171817 46 0 0 25 0 4 0 163547752 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665048 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25084/statm: 59146 29661 180 90 0 58684 0
[pid=25084/tid=25086] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163549432 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25084/tid=25174] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25174/stat : 25174 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163639452 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25084/tid=25175] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25175/stat : 25175 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163684464 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.63
Current children cumulated vsize (KiB) 236584

[startup+1783.65 s]
/proc/loadavg: 2.07 2.05 2.01 3/107 25317
/proc/meminfo: memFree=1209520/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=236584 CPUtime=1778.57
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 81748 0 0 0 177806 51 0 0 25 0 4 0 163547752 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664249 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25084/statm: 59146 29661 180 90 0 58684 0
[pid=25084/tid=25086] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163549432 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25084/tid=25174] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25174/stat : 25174 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163639452 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25084/tid=25175] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25175/stat : 25175 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163684464 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.57
Current children cumulated vsize (KiB) 236584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.13 s]
/proc/loadavg: 2.12 2.06 2.01 3/107 25339
/proc/meminfo: memFree=1209472/2055920 swapFree=4178216/4192956
[pid=25084] ppid=25082 vsize=236584 CPUtime=1800.03
/proc/25084/stat : 25084 (bprolog) R 25082 25084 24931 0 -1 4194304 81748 0 0 0 179950 53 0 0 25 0 4 0 163547752 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577576 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25084/statm: 59146 29661 180 90 0 58684 0
[pid=25084/tid=25086] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25086/stat : 25086 (bprolog) S 25082 25084 24931 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163549432 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25084/tid=25174] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25174/stat : 25174 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163639452 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=25084/tid=25175] ppid=25082 vsize=236584 CPUtime=0
/proc/25084/task/25175/stat : 25175 (bprolog) S 25082 25084 24931 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163684464 242262016 29661 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 236584

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.16
CPU time (s): 1800.07
CPU user time (s): 1799.51
CPU system time (s): 0.554915
CPU usage (%): 99.7181
Max. virtual memory (cumulated for all children) (KiB): 268356

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

runsolver used 2.40763 s user time and 5.62115 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Jan  7 06:31:46 UTC 2007


IDJOB= 202358
IDBENCH= 3829
FILE ID= node10/202358-1168151506

PBS_JOBID= 3478226

Free space on /tmp= 66368 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp21-25/fapp22/fapp22-1750-6.xml
COMMAND LINE= /tmp/evaluation/202358-1168151506/Complete/Ordinary/solver /tmp/evaluation/202358-1168151506/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node10/convwatcher-202358-1168151506 -o ROOT/results/node10/conversion-202358-1168151506 -C 600 -M 900 /tmp/evaluation/202358-1168151506/Complete/Ordinary/conversion /tmp/evaluation/202358-1168151506/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  fd45080d5a7414a3ed1043187d610da6

RANDOM SEED= 605542958

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:        814152 kB
Buffers:         51856 kB
Cached:         324204 kB
SwapCached:       2088 kB
Active:         832968 kB
Inactive:       322936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        814152 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:            8700 kB
Writeback:           0 kB
Mapped:         797268 kB
Slab:            68988 kB
Committed_AS:  4704556 kB
PageTables:       3736 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= 66366 MiB



End job on node10 on Sun Jan  7 07:02:12 UTC 2007