Trace number 201308

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.04 1812.43

General information on the benchmark

Namefapp/fapp11-15/fapp12/
fapp12-1500-1.xml
MD5SUM377352dfd2684bf560df5698f67e0e65
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 benchmark11.8052
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201308-1168146875/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/node19/watcher-201308-1168146875 -o ROOT/results/node19/solver-201308-1168146875 -C 1800 -M 900 /tmp/evaluation/201308-1168146875/Complete/Ordinary/solver /tmp/evaluation/201308-1168146875/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.27 2.10 2.03 5/94 15075
/proc/meminfo: memFree=1097376/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=18540 CPUtime=0
/proc/15074/stat : 15074 (runsolver) R 15072 15074 13916 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 163083676 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 255233915594 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15074/statm: 4635 279 244 17 0 2626 0

[startup+0.108385 s]
/proc/loadavg: 2.27 2.10 2.03 5/94 15075
/proc/meminfo: memFree=1097376/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=53824 CPUtime=0.09
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 2168 0 0 0 8 1 0 0 20 0 1 0 163083676 55115776 1884 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600400 0 0 4096 2 0 0 0 17 1 0 0
/proc/15074/statm: 13456 1884 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.520471 s]
/proc/loadavg: 2.27 2.10 2.03 5/94 15075
/proc/meminfo: memFree=1097376/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=68156 CPUtime=0.51
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 8693 0 0 0 44 7 0 0 24 0 1 0 163083676 69791744 8407 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/15074/statm: 17039 8407 157 90 0 16577 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 68156

[startup+1.34261 s]
/proc/loadavg: 2.27 2.10 2.03 3/94 15075
/proc/meminfo: memFree=1053472/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=68156 CPUtime=1.32
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 12027 0 0 0 124 8 0 0 25 0 1 0 163083676 69791744 11741 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557029 0 0 4096 2 0 0 0 17 1 0 0
/proc/15074/statm: 17039 11741 157 90 0 16577 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 68156

[startup+2.97991 s]
/proc/loadavg: 2.27 2.10 2.03 3/94 15075
/proc/meminfo: memFree=1049248/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=68152 CPUtime=2.93
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 12282 0 0 0 285 8 0 0 25 0 1 0 163083676 69787648 11995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664604 0 0 4096 2 0 0 0 17 1 0 0
/proc/15074/statm: 17038 11995 176 90 0 16576 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 68152

[startup+6.26653 s]
/proc/loadavg: 2.25 2.10 2.03 3/94 15075
/proc/meminfo: memFree=1032224/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=106008 CPUtime=6.19
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 26889 0 0 0 601 18 0 0 25 0 1 0 163083676 108552192 15976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/15074/statm: 26502 15976 176 90 0 26040 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 106008

[startup+12.7307 s]
/proc/loadavg: 2.23 2.10 2.03 3/95 15076
/proc/meminfo: memFree=975256/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=12.6
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42063 0 0 0 1235 25 0 0 25 0 2 0 163083676 144117760 27099 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 35185 27099 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163084770 144117760 27099 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 140740

[startup+25.5546 s]
/proc/loadavg: 2.18 2.09 2.03 3/95 15076
/proc/meminfo: memFree=966424/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=25.3
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42103 0 0 0 2505 25 0 0 25 0 2 0 163083676 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 35185 27139 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163084770 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 140740

[startup+51.218 s]
/proc/loadavg: 2.12 2.08 2.02 3/95 15076
/proc/meminfo: memFree=943384/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=50.73
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42103 0 0 0 5048 25 0 0 25 0 2 0 163083676 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557354 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 35185 27139 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163084770 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 140740

[startup+102.452 s]
/proc/loadavg: 2.13 2.09 2.03 3/95 15076
/proc/meminfo: memFree=894168/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=101.49
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42103 0 0 0 10123 26 0 0 25 0 2 0 163083676 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 35185 27139 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163084770 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 140740

[startup+162.474 s]
/proc/loadavg: 2.05 2.07 2.02 3/95 15076
/proc/meminfo: memFree=847256/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=160.96
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42103 0 0 0 16070 26 0 0 25 0 2 0 163083676 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 35185 27139 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163084770 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 140740

[startup+222.507 s]
/proc/loadavg: 2.02 2.05 2.01 3/95 15076
/proc/meminfo: memFree=809240/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=220.43
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42103 0 0 0 22017 26 0 0 25 0 2 0 163083676 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 35185 27139 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163084770 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.43
Current children cumulated vsize (KiB) 140740

[startup+282.582 s]
/proc/loadavg: 2.00 2.04 2.01 3/95 15078
/proc/meminfo: memFree=772120/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=279.96
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42103 0 0 0 27969 27 0 0 25 0 2 0 163083676 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 35185 27139 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163084770 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.96
Current children cumulated vsize (KiB) 140740

[startup+342.594 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 15078
/proc/meminfo: memFree=735768/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=339.42
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42103 0 0 0 33915 27 0 0 25 0 2 0 163083676 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664615 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 35185 27139 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163084770 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.42
Current children cumulated vsize (KiB) 140740

[startup+402.618 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 15078
/proc/meminfo: memFree=698392/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=398.89
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42103 0 0 0 39861 28 0 0 25 0 2 0 163083676 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 35185 27139 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163084770 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.89
Current children cumulated vsize (KiB) 140740

[startup+462.648 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 15078
/proc/meminfo: memFree=677400/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=458.37
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42103 0 0 0 45809 28 0 0 25 0 2 0 163083676 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620104 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 35185 27139 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163084770 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.37
Current children cumulated vsize (KiB) 140740

[startup+522.74 s]
/proc/loadavg: 1.93 2.00 1.99 6/98 15129
/proc/meminfo: memFree=1187776/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=517.56
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42103 0 0 0 51726 30 0 0 25 0 2 0 163083676 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15074/statm: 35185 27139 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163084770 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.56
Current children cumulated vsize (KiB) 140740

[startup+582.785 s]
/proc/loadavg: 2.07 2.03 2.00 4/98 15129
/proc/meminfo: memFree=641280/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=576.79
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42103 0 0 0 57648 31 0 0 25 0 2 0 163083676 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618422 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 35185 27139 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163084770 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 576.79
Current children cumulated vsize (KiB) 140740

[startup+642.843 s]
/proc/loadavg: 2.53 2.17 2.05 3/98 15215
/proc/meminfo: memFree=1229168/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=140740 CPUtime=636.07
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42103 0 0 0 63574 33 0 0 25 0 2 0 163083676 144117760 27139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15074/statm: 35185 27139 180 90 0 34723 0
[pid=15074/tid=15076] ppid=15072 vsize=140740 CPUtime=0

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

/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42104 0 0 0 117375 35 0 0 25 0 3 0 163083676 154607616 27140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663809 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 37746 27140 180 90 0 37284 0
[pid=15074/tid=15076] ppid=15072 vsize=150984 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163084770 154607616 27140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15074/tid=15216] ppid=15072 vsize=150984 CPUtime=0
/proc/15074/task/15216/stat : 15216 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163174786 154607616 27140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1174.1
Current children cumulated vsize (KiB) 150984

[startup+1243.57 s]
/proc/loadavg: 2.03 2.18 2.11 3/99 15216
/proc/meminfo: memFree=640616/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=150984 CPUtime=1233.9
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42104 0 0 0 123355 35 0 0 25 0 3 0 163083676 154607616 27140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 37746 27140 180 90 0 37284 0
[pid=15074/tid=15076] ppid=15072 vsize=150984 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163084770 154607616 27140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15074/tid=15216] ppid=15072 vsize=150984 CPUtime=0
/proc/15074/task/15216/stat : 15216 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163174786 154607616 27140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1233.9
Current children cumulated vsize (KiB) 150984

[startup+1303.65 s]
/proc/loadavg: 2.01 2.14 2.09 3/99 15216
/proc/meminfo: memFree=640552/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=150984 CPUtime=1293.69
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42104 0 0 0 129333 36 0 0 25 0 3 0 163083676 154607616 27140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 37746 27140 180 90 0 37284 0
[pid=15074/tid=15076] ppid=15072 vsize=150984 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163084770 154607616 27140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15074/tid=15216] ppid=15072 vsize=150984 CPUtime=0
/proc/15074/task/15216/stat : 15216 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163174786 154607616 27140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1293.69
Current children cumulated vsize (KiB) 150984

[startup+1363.71 s]
/proc/loadavg: 2.00 2.11 2.09 3/100 15217
/proc/meminfo: memFree=640544/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=161228 CPUtime=1353.47
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42105 0 0 0 135311 36 0 0 25 0 4 0 163083676 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 40307 27141 180 90 0 39845 0
[pid=15074/tid=15076] ppid=15072 vsize=161228 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163084770 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15074/tid=15216] ppid=15072 vsize=161228 CPUtime=0
/proc/15074/task/15216/stat : 15216 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163174786 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15074/tid=15217] ppid=15072 vsize=161228 CPUtime=0
/proc/15074/task/15217/stat : 15217 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163219795 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1353.47
Current children cumulated vsize (KiB) 161228

[startup+1423.81 s]
/proc/loadavg: 2.00 2.09 2.08 3/100 15217
/proc/meminfo: memFree=640544/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=161228 CPUtime=1413.28
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42105 0 0 0 141291 37 0 0 25 0 4 0 163083676 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 40307 27141 180 90 0 39845 0
[pid=15074/tid=15076] ppid=15072 vsize=161228 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163084770 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15074/tid=15216] ppid=15072 vsize=161228 CPUtime=0
/proc/15074/task/15216/stat : 15216 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163174786 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15074/tid=15217] ppid=15072 vsize=161228 CPUtime=0
/proc/15074/task/15217/stat : 15217 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163219795 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1413.28
Current children cumulated vsize (KiB) 161228

[startup+1483.9 s]
/proc/loadavg: 2.00 2.07 2.08 3/100 15217
/proc/meminfo: memFree=640544/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=161228 CPUtime=1473.08
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42105 0 0 0 147271 37 0 0 25 0 4 0 163083676 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 40307 27141 180 90 0 39845 0
[pid=15074/tid=15076] ppid=15072 vsize=161228 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163084770 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15074/tid=15216] ppid=15072 vsize=161228 CPUtime=0
/proc/15074/task/15216/stat : 15216 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163174786 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15074/tid=15217] ppid=15072 vsize=161228 CPUtime=0
/proc/15074/task/15217/stat : 15217 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163219795 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1473.08
Current children cumulated vsize (KiB) 161228

[startup+1543.98 s]
/proc/loadavg: 2.07 2.07 2.07 3/100 15217
/proc/meminfo: memFree=640480/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=161228 CPUtime=1532.88
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 42105 0 0 0 153251 37 0 0 25 0 4 0 163083676 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 40307 27141 180 90 0 39845 0
[pid=15074/tid=15076] ppid=15072 vsize=161228 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163084770 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15074/tid=15216] ppid=15072 vsize=161228 CPUtime=0
/proc/15074/task/15216/stat : 15216 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163174786 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15074/tid=15217] ppid=15072 vsize=161228 CPUtime=0
/proc/15074/task/15217/stat : 15217 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163219795 165097472 27141 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.88
Current children cumulated vsize (KiB) 161228

[startup+1604.08 s]
/proc/loadavg: 2.06 2.07 2.07 3/100 15217
/proc/meminfo: memFree=623712/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=184664 CPUtime=1592.69
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 52203 0 0 0 159226 43 0 0 25 0 4 0 163083676 189095936 31378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574521 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 46166 31378 180 90 0 45704 0
[pid=15074/tid=15076] ppid=15072 vsize=184664 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163084770 189095936 31378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15074/tid=15216] ppid=15072 vsize=184664 CPUtime=0
/proc/15074/task/15216/stat : 15216 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163174786 189095936 31378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15074/tid=15217] ppid=15072 vsize=184664 CPUtime=0
/proc/15074/task/15217/stat : 15217 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163219795 189095936 31378 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.69
Current children cumulated vsize (KiB) 184664

[startup+1664.17 s]
/proc/loadavg: 2.02 2.05 2.07 3/100 15217
/proc/meminfo: memFree=620448/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=184664 CPUtime=1652.49
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 52948 0 0 0 165205 44 0 0 25 0 4 0 163083676 189095936 32123 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 46166 32123 180 90 0 45704 0
[pid=15074/tid=15076] ppid=15072 vsize=184664 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163084770 189095936 32123 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15074/tid=15216] ppid=15072 vsize=184664 CPUtime=0
/proc/15074/task/15216/stat : 15216 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163174786 189095936 32123 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15074/tid=15217] ppid=15072 vsize=184664 CPUtime=0
/proc/15074/task/15217/stat : 15217 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163219795 189095936 32123 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.49
Current children cumulated vsize (KiB) 184664

[startup+1724.27 s]
/proc/loadavg: 2.00 2.04 2.06 3/100 15217
/proc/meminfo: memFree=620384/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=184664 CPUtime=1712.29
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 52948 0 0 0 171185 44 0 0 25 0 4 0 163083676 189095936 32123 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 46166 32123 180 90 0 45704 0
[pid=15074/tid=15076] ppid=15072 vsize=184664 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163084770 189095936 32123 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15074/tid=15216] ppid=15072 vsize=184664 CPUtime=0
/proc/15074/task/15216/stat : 15216 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163174786 189095936 32123 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15074/tid=15217] ppid=15072 vsize=184664 CPUtime=0
/proc/15074/task/15217/stat : 15217 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163219795 189095936 32123 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.29
Current children cumulated vsize (KiB) 184664

[startup+1784.36 s]
/proc/loadavg: 2.00 2.03 2.06 3/100 15217
/proc/meminfo: memFree=620384/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=184664 CPUtime=1772.1
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 52948 0 0 0 177166 44 0 0 25 0 4 0 163083676 189095936 32123 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15074/statm: 46166 32123 180 90 0 45704 0
[pid=15074/tid=15076] ppid=15072 vsize=184664 CPUtime=0
/proc/15074/task/15076/stat : 15076 (bprolog) S 15072 15074 13916 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163084770 189095936 32123 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15074/tid=15216] ppid=15072 vsize=184664 CPUtime=0
/proc/15074/task/15216/stat : 15216 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163174786 189095936 32123 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15074/tid=15217] ppid=15072 vsize=184664 CPUtime=0
/proc/15074/task/15217/stat : 15217 (bprolog) S 15072 15074 13916 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163219795 189095936 32123 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.1
Current children cumulated vsize (KiB) 184664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.4 s]
/proc/loadavg: 2.00 2.03 2.05 2/81 15218
/proc/meminfo: memFree=1359648/2055920 swapFree=4171244/4192956
[pid=15074] ppid=15072 vsize=184664 CPUtime=1800.01
/proc/15074/stat : 15074 (bprolog) R 15072 15074 13916 0 -1 4194304 52949 0 0 0 179957 44 0 0 25 0 1 0 163083676 189095936 32124 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 0 0 0 17 1 0 0
/proc/15074/statm: 46166 32124 181 90 0 45704 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 184664

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.43
CPU time (s): 1800.04
CPU user time (s): 1799.57
CPU system time (s): 0.471928
CPU usage (%): 99.3167
Max. virtual memory (cumulated for all children) (KiB): 184664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.471928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52949
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= 11
involuntary context switches= 76405

runsolver used 1.83072 s user time and 5.18821 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sun Jan  7 05:14:35 UTC 2007


IDJOB= 201308
IDBENCH= 3756
FILE ID= node19/201308-1168146875

PBS_JOBID= 3477841

Free space on /tmp= 66309 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp12/fapp12-1500-1.xml
COMMAND LINE= /tmp/evaluation/201308-1168146875/Complete/Ordinary/solver /tmp/evaluation/201308-1168146875/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node19/convwatcher-201308-1168146875 -o ROOT/results/node19/conversion-201308-1168146875 -C 600 -M 900 /tmp/evaluation/201308-1168146875/Complete/Ordinary/conversion /tmp/evaluation/201308-1168146875/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-201308-1168146875 -o ROOT/results/node19/solver-201308-1168146875 -C 1800 -M 900  /tmp/evaluation/201308-1168146875/Complete/Ordinary/solver /tmp/evaluation/201308-1168146875/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  377352dfd2684bf560df5698f67e0e65

RANDOM SEED= 964839324

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.260
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.260
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:       1097856 kB
Buffers:         68540 kB
Cached:         393452 kB
SwapCached:      10472 kB
Active:         566472 kB
Inactive:       324192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1097856 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            7056 kB
Writeback:           0 kB
Mapped:         446260 kB
Slab:            51208 kB
Committed_AS:  4715048 kB
PageTables:       3252 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= 66309 MiB



End job on node19 on Sun Jan  7 05:45:03 UTC 2007