Trace number 234235

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.05 1805.05

General information on the benchmark

Nametaillard/
js-taillard-15/js-taillard-15-95-8.xml
MD5SUMef29485f7704c94496c8539eac1c6ac9
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 benchmark15.6
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1225
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/234235-1168331314/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/node38/watcher-234235-1168331314 -o ROOT/results/node38/solver-234235-1168331314 -C 1800 -M 900 /tmp/evaluation/234235-1168331314/Complete/Ordinary/solver /tmp/evaluation/234235-1168331314/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 0.98 1.00 5/82 5885
/proc/meminfo: memFree=1482200/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=5352 CPUtime=0
/proc/5884/stat : 5884 (sh) R 5882 5884 5749 0 -1 4194304 267 0 0 0 0 0 0 0 21 0 1 0 181531162 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 266890311286 0 0 4100 65536 0 0 0 17 1 0 0
/proc/5884/statm: 1338 234 196 169 0 49 0

[startup+0.103338 s]
/proc/loadavg: 0.92 0.98 1.00 5/82 5885
/proc/meminfo: memFree=1482200/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=61796 CPUtime=0.08
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 1494 0 0 0 8 0 0 0 21 0 1 0 181531162 63279104 1209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626272 0 0 4096 2 0 0 0 17 1 0 0
/proc/5884/statm: 15449 1209 162 90 0 14987 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61796

[startup+0.511419 s]
/proc/loadavg: 0.92 0.98 1.00 5/82 5885
/proc/meminfo: memFree=1482200/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=0.5
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 1917 0 0 0 49 1 0 0 25 0 2 0 181531162 73768960 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5884/statm: 18010 1632 172 90 0 17548 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72040

[startup+1.33458 s]
/proc/loadavg: 0.92 0.98 1.00 3/83 5886
/proc/meminfo: memFree=1456016/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1.32
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 1917 0 0 0 131 1 0 0 25 0 2 0 181531162 73768960 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5884/statm: 18010 1632 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 72040

[startup+2.9759 s]
/proc/loadavg: 0.92 0.98 1.00 3/83 5886
/proc/meminfo: memFree=1435728/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=2.95
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 1922 0 0 0 294 1 0 0 25 0 2 0 181531162 73768960 1637 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552868 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/5884/statm: 18010 1637 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1637 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 72040

[startup+6.26254 s]
/proc/loadavg: 1.01 1.00 1.01 3/76 5887
/proc/meminfo: memFree=1293512/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=6.19
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 1967 0 0 0 618 1 0 0 25 0 2 0 181531162 73768960 1682 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1682 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1682 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 72040

[startup+12.7348 s]
/proc/loadavg: 1.09 1.02 1.01 3/76 5887
/proc/meminfo: memFree=1271056/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=12.62
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 1973 0 0 0 1261 1 0 0 25 0 2 0 181531162 73768960 1688 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618368 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1688 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1688 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 72040

[startup+25.5633 s]
/proc/loadavg: 1.29 1.06 1.03 3/76 5887
/proc/meminfo: memFree=1271120/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=25.38
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 1989 0 0 0 2537 1 0 0 25 0 2 0 181531162 73768960 1704 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1704 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1704 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 72040

[startup+51.2373 s]
/proc/loadavg: 1.53 1.14 1.05 3/76 5887
/proc/meminfo: memFree=1271056/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=50.95
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 1992 0 0 0 5093 2 0 0 25 0 2 0 181531162 73768960 1707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1707 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1707 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) 72040

[startup+102.476 s]
/proc/loadavg: 1.79 1.27 1.10 3/76 5887
/proc/meminfo: memFree=1271184/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=101.95
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 1996 0 0 0 10193 2 0 0 25 0 2 0 181531162 73768960 1711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1711 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 72040

[startup+162.544 s]
/proc/loadavg: 1.92 1.40 1.15 3/76 5887
/proc/meminfo: memFree=1271184/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=161.72
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 1996 0 0 0 16169 3 0 0 25 0 2 0 181531162 73768960 1711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1711 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1711 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 72040

[startup+222.611 s]
/proc/loadavg: 2.14 1.55 1.22 3/82 5965
/proc/meminfo: memFree=840344/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=221.6
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 22156 4 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 72040

[startup+282.641 s]
/proc/loadavg: 2.05 1.63 1.26 3/82 5965
/proc/meminfo: memFree=840024/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=281.58
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 28154 4 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.58
Current children cumulated vsize (KiB) 72040

[startup+342.717 s]
/proc/loadavg: 2.02 1.70 1.31 3/82 5965
/proc/meminfo: memFree=839576/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=341.57
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 34153 4 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.57
Current children cumulated vsize (KiB) 72040

[startup+402.812 s]
/proc/loadavg: 2.00 1.75 1.35 3/82 5965
/proc/meminfo: memFree=839128/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=401.61
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 40157 4 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552968 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.61
Current children cumulated vsize (KiB) 72040

[startup+462.899 s]
/proc/loadavg: 2.00 1.79 1.39 4/82 5965
/proc/meminfo: memFree=838680/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=461.65
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 46160 5 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.65
Current children cumulated vsize (KiB) 72040

[startup+522.986 s]
/proc/loadavg: 2.00 1.83 1.42 3/82 5965
/proc/meminfo: memFree=838040/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=521.65
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 52160 5 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.65
Current children cumulated vsize (KiB) 72040

[startup+583.079 s]
/proc/loadavg: 2.00 1.86 1.46 3/82 5965
/proc/meminfo: memFree=837400/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=581.7
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 58165 5 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552963 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 23 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.7
Current children cumulated vsize (KiB) 72040

[startup+643.182 s]

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

/proc/loadavg: 1.99 1.94 1.63 3/74 6192
/proc/meminfo: memFree=1447064/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1001.49
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 100141 8 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1001.49
Current children cumulated vsize (KiB) 72040

[startup+1063.3 s]
/proc/loadavg: 1.99 1.95 1.65 3/74 6192
/proc/meminfo: memFree=1447000/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1061.42
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 106134 8 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1061.42
Current children cumulated vsize (KiB) 72040

[startup+1123.41 s]
/proc/loadavg: 1.99 1.96 1.67 3/74 6192
/proc/meminfo: memFree=1447000/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1121.46
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 112138 8 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1121.46
Current children cumulated vsize (KiB) 72040

[startup+1183.41 s]
/proc/loadavg: 1.99 1.96 1.69 3/74 6192
/proc/meminfo: memFree=1446936/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1181.41
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 118133 8 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.41
Current children cumulated vsize (KiB) 72040

[startup+1243.51 s]
/proc/loadavg: 2.03 1.98 1.71 3/74 6192
/proc/meminfo: memFree=1446936/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1241.44
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 124135 9 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1241.44
Current children cumulated vsize (KiB) 72040

[startup+1303.54 s]
/proc/loadavg: 2.01 1.98 1.73 3/74 6192
/proc/meminfo: memFree=1446872/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1301.2
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 130111 9 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552924 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1301.2
Current children cumulated vsize (KiB) 72040

[startup+1363.56 s]
/proc/loadavg: 2.06 2.00 1.74 3/74 6192
/proc/meminfo: memFree=1446936/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1360.95
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 136086 9 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626298 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1360.95
Current children cumulated vsize (KiB) 72040

[startup+1423.58 s]
/proc/loadavg: 2.02 2.00 1.76 3/74 6192
/proc/meminfo: memFree=1446872/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1420.68
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 142059 9 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1420.68
Current children cumulated vsize (KiB) 72040

[startup+1483.6 s]
/proc/loadavg: 2.01 2.00 1.77 3/74 6192
/proc/meminfo: memFree=1446872/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1480.44
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 148035 9 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.44
Current children cumulated vsize (KiB) 72040

[startup+1543.63 s]
/proc/loadavg: 2.00 2.00 1.78 3/74 6192
/proc/meminfo: memFree=1446808/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1540.2
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 154011 9 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.2
Current children cumulated vsize (KiB) 72040

[startup+1603.66 s]
/proc/loadavg: 2.08 2.01 1.80 3/74 6192
/proc/meminfo: memFree=1446808/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1599.95
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 159985 10 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.95
Current children cumulated vsize (KiB) 72040

[startup+1663.69 s]
/proc/loadavg: 2.03 2.01 1.81 3/74 6192
/proc/meminfo: memFree=1446808/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1659.7
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 165960 10 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552855 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.7
Current children cumulated vsize (KiB) 72040

[startup+1723.7 s]
/proc/loadavg: 2.01 2.00 1.82 3/74 6192
/proc/meminfo: memFree=1446744/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1719.45
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 171935 10 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.45
Current children cumulated vsize (KiB) 72040

[startup+1783.73 s]
/proc/loadavg: 2.00 2.00 1.83 3/74 6192
/proc/meminfo: memFree=1446744/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1779.19
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 177909 10 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626365 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.19
Current children cumulated vsize (KiB) 72040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.66 s]
/proc/loadavg: 2.00 2.00 1.83 3/74 6192
/proc/meminfo: memFree=1446744/2055920 swapFree=4192812/4192956
[pid=5884] ppid=5882 vsize=72040 CPUtime=1800.04
/proc/5884/stat : 5884 (bprolog) R 5882 5884 5749 0 -1 4194304 2005 0 0 0 179994 10 0 0 25 0 2 0 181531162 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553018 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5884/statm: 18010 1720 172 90 0 17548 0
[pid=5884/tid=5886] ppid=5882 vsize=72040 CPUtime=0
/proc/5884/task/5886/stat : 5886 (bprolog) S 5882 5884 5749 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 181531177 73768960 1720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 72040

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.05
CPU time (s): 1800.05
CPU user time (s): 1799.95
CPU system time (s): 0.105983
CPU usage (%): 99.7234
Max. virtual memory (cumulated for all children) (KiB): 72040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2005
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= 10
involuntary context switches= 13468

runsolver used 1.79173 s user time and 5.11822 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Tue Jan  9 08:28:34 UTC 2007


IDJOB= 234235
IDBENCH= 6673
FILE ID= node38/234235-1168331314

PBS_JOBID= 3503288

Free space on /tmp= 66520 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-15/js-taillard-15-95-8.xml
COMMAND LINE= /tmp/evaluation/234235-1168331314/Complete/Ordinary/solver /tmp/evaluation/234235-1168331314/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node38/convwatcher-234235-1168331314 -o ROOT/results/node38/conversion-234235-1168331314 -C 600 -M 900 /tmp/evaluation/234235-1168331314/Complete/Ordinary/conversion /tmp/evaluation/234235-1168331314/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-234235-1168331314 -o ROOT/results/node38/solver-234235-1168331314 -C 1800 -M 900  /tmp/evaluation/234235-1168331314/Complete/Ordinary/solver /tmp/evaluation/234235-1168331314/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  ef29485f7704c94496c8539eac1c6ac9

RANDOM SEED= 51297497

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.267
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.267
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:       1482816 kB
Buffers:          8052 kB
Cached:         475088 kB
SwapCached:          0 kB
Active:          85900 kB
Inactive:       434820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1482816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2832 kB
Writeback:           0 kB
Mapped:          54272 kB
Slab:            37580 kB
Committed_AS:  4353992 kB
PageTables:       1968 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= 66517 MiB



End job on node38 on Tue Jan  9 08:58:40 UTC 2007