Trace number 233505

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
buggy_2_5_s 2007-01-08? (TO) 1800.07 1807.91

General information on the benchmark

Nametaillard/
os-taillard-15/os-taillard-15-95-6.xml
MD5SUMfffa7293bfb79a702132fd63166ab6d3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size884
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

1807.90	/tmp/evaluation/233505-1168326644/solver2: line 23: 29117 Terminated              ./standalone BORDEWIJK

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/node3/watcher-233505-1168326644 -o ROOT/results/node3/solver-233505-1168326644 -C 1800 -M 900 /tmp/evaluation/233505-1168326644/solver2 /tmp/evaluation/233505-1168326644/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.03 2.02 2.00 4/94 29105
/proc/meminfo: memFree=1150624/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=0
/proc/29103/stat : 29103 (solver2) R 29101 29103 26752 0 -1 4194304 264 0 0 0 0 0 0 0 21 0 1 0 181060225 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632754335 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/29103/statm: 1338 231 193 169 0 49 0
[pid=29105] ppid=29103 vsize=5352 CPUtime=0
/proc/29105/stat : 29105 (solver2) R 29103 29103 26752 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 181060226 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632754335 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/29105/statm: 1338 231 193 169 0 49 0

[startup+0.104438 s]
/proc/loadavg: 2.03 2.02 2.00 4/94 29105
/proc/meminfo: memFree=1150624/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=0.05
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 376 2285 0 0 0 0 4 1 17 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5352

[startup+0.512501 s]
/proc/loadavg: 2.03 2.02 2.00 4/94 29105
/proc/meminfo: memFree=1150624/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=0.05
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 376 2285 0 0 0 0 4 1 17 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5352

[startup+1.33363 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 29116
/proc/meminfo: memFree=1094816/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=0.05
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 376 2285 0 0 0 0 4 1 17 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29116] ppid=29103 vsize=51824 CPUtime=1.22
/proc/29116/stat : 29116 (bordewijk) R 29103 29103 26752 0 -1 4194304 13395 0 0 0 78 44 0 0 25 0 1 0 181060234 53067776 12241 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29116/statm: 12956 12241 217 97 0 12237 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 57176

[startup+2.9709 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 29116
/proc/meminfo: memFree=1092896/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 5352

[startup+6.25843 s]
/proc/loadavg: 2.03 2.02 2.00 4/94 29117
/proc/meminfo: memFree=1112288/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35208 CPUtime=3.6
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8144 0 0 0 321 39 0 0 25 0 1 0 181060487 36052992 8063 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129350148 0 0 4096 0 0 0 0 17 1 0 0
/proc/29117/statm: 8802 8063 137 64 0 8117 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 40560

[startup+12.7195 s]
/proc/loadavg: 2.02 2.02 2.00 4/94 29117
/proc/meminfo: memFree=1112288/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35208 CPUtime=10
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8144 0 0 0 961 39 0 0 25 0 1 0 181060487 36052992 8063 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129559761 0 0 4096 0 0 0 0 17 1 0 0
/proc/29117/statm: 8802 8063 137 64 0 8117 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 40560

[startup+25.5706 s]
/proc/loadavg: 2.02 2.02 2.00 3/94 29117
/proc/meminfo: memFree=1112416/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35208 CPUtime=22.74
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8144 0 0 0 2235 39 0 0 25 0 1 0 181060487 36052992 8063 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129350625 0 0 4096 0 0 0 0 17 1 0 0
/proc/29117/statm: 8802 8063 137 64 0 8117 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 40560

[startup+51.2711 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 29117
/proc/meminfo: memFree=1112608/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35208 CPUtime=48.21
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8144 0 0 0 4782 39 0 0 25 0 1 0 181060487 36052992 8063 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129353485 0 0 4096 0 0 0 0 17 1 0 0
/proc/29117/statm: 8802 8063 137 64 0 8117 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 40560

[startup+102.571 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 29117
/proc/meminfo: memFree=1112672/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35208 CPUtime=99.04
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8144 0 0 0 9865 39 0 0 25 0 1 0 181060487 36052992 8063 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129354228 0 0 4096 0 0 0 0 17 1 0 0
/proc/29117/statm: 8802 8063 137 64 0 8117 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 40560

[startup+162.645 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 29117
/proc/meminfo: memFree=1112672/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35208 CPUtime=158.6
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8144 0 0 0 15820 40 0 0 25 0 1 0 181060487 36052992 8063 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129591349 0 0 4096 0 0 0 0 17 1 0 0
/proc/29117/statm: 8802 8063 137 64 0 8117 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 40560

[startup+222.712 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29216
/proc/meminfo: memFree=1176648/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35208 CPUtime=218.51
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8144 0 0 0 21805 46 0 0 25 0 1 0 181060487 36052992 8063 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134555379 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8802 8063 137 64 0 8117 0
Current children cumulated CPU time (s) 221.01
Current children cumulated vsize (KiB) 40560

[startup+282.779 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 29216
/proc/meminfo: memFree=1171848/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35208 CPUtime=278.5
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8145 0 0 0 27804 46 0 0 25 0 1 0 181060487 36052992 8064 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129347221 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8802 8064 137 64 0 8117 0
Current children cumulated CPU time (s) 281
Current children cumulated vsize (KiB) 40560

[startup+342.847 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 29216
/proc/meminfo: memFree=1168456/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35208 CPUtime=338.51
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8145 0 0 0 33805 46 0 0 25 0 1 0 181060487 36052992 8064 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129355404 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8802 8064 137 64 0 8117 0
Current children cumulated CPU time (s) 341.01
Current children cumulated vsize (KiB) 40560

[startup+402.918 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29216
/proc/meminfo: memFree=1165192/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35208 CPUtime=398.51
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8145 0 0 0 39805 46 0 0 25 0 1 0 181060487 36052992 8064 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129363119 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8802 8064 137 64 0 8117 0
Current children cumulated CPU time (s) 401.01
Current children cumulated vsize (KiB) 40560

[startup+462.987 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29218
/proc/meminfo: memFree=1162376/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35208 CPUtime=458.5
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8145 0 0 0 45804 46 0 0 25 0 1 0 181060487 36052992 8064 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134555400 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8802 8064 137 64 0 8117 0
Current children cumulated CPU time (s) 461
Current children cumulated vsize (KiB) 40560

[startup+523.059 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29218
/proc/meminfo: memFree=1158984/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=518.52
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 51806 46 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129783294 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 521.02

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

/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1057.77
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 105729 48 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1060.27
Current children cumulated vsize (KiB) 40568

[startup+1123.87 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 29218
/proc/meminfo: memFree=1138440/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1117.53
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 111704 49 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129521845 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1120.03
Current children cumulated vsize (KiB) 40568

[startup+1183.93 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 29218
/proc/meminfo: memFree=1136456/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1177.25
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 117676 49 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554232 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1179.75
Current children cumulated vsize (KiB) 40568

[startup+1244.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29218
/proc/meminfo: memFree=1134664/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1236.98
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 123649 49 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554206 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1239.48
Current children cumulated vsize (KiB) 40568

[startup+1304.08 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29218
/proc/meminfo: memFree=1132744/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1296.73
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 129624 49 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554178 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1299.23
Current children cumulated vsize (KiB) 40568

[startup+1364.16 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 29218
/proc/meminfo: memFree=1130632/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1356.46
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 135597 49 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554178 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1358.96
Current children cumulated vsize (KiB) 40568

[startup+1424.24 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 29218
/proc/meminfo: memFree=1128840/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1416.22
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 141572 50 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129529864 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1418.72
Current children cumulated vsize (KiB) 40568

[startup+1484.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 29218
/proc/meminfo: memFree=1127624/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1475.97
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 147547 50 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129720199 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1478.47
Current children cumulated vsize (KiB) 40568

[startup+1544.39 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29218
/proc/meminfo: memFree=1126152/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1535.7
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 153520 50 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554288 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1538.2
Current children cumulated vsize (KiB) 40568

[startup+1604.46 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29218
/proc/meminfo: memFree=1124808/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1595.44
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 159494 50 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554178 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1597.94
Current children cumulated vsize (KiB) 40568

[startup+1664.54 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29218
/proc/meminfo: memFree=1123464/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1655.19
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 165469 50 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4129349648 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1657.69
Current children cumulated vsize (KiB) 40568

[startup+1724.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29218
/proc/meminfo: memFree=1122248/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1714.92
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 171442 50 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554178 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1717.42
Current children cumulated vsize (KiB) 40568

[startup+1784.69 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29218
/proc/meminfo: memFree=1120968/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1774.47
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 177396 51 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1776.97
Current children cumulated vsize (KiB) 40568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 29218
/proc/meminfo: memFree=1120520/2055920 swapFree=4192812/4192956
[pid=29103] ppid=29101 vsize=5352 CPUtime=2.5
/proc/29103/stat : 29103 (solver2) S 29101 29103 26752 0 -1 4194304 397 15681 0 0 0 0 90 160 16 0 1 0 181060225 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29103/statm: 1338 242 203 169 0 49 0
[pid=29117] ppid=29103 vsize=35216 CPUtime=1797.54
/proc/29117/stat : 29117 (standalone) R 29103 29103 26752 0 -1 4194304 8292 0 0 0 179703 51 0 0 25 0 1 0 181060487 36061184 8211 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554288 0 0 4096 0 0 0 0 17 0 0 0
/proc/29117/statm: 8804 8211 138 64 0 8119 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 40568

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

Child status: 143
Real time (s): 1807.91
CPU time (s): 1800.07
CPU user time (s): 1797.94
CPU system time (s): 2.12768
CPU usage (%): 99.5664
Max. virtual memory (cumulated for all children) (KiB): 57176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.94
system time used= 2.12768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24383
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= 192
involuntary context switches= 29134

runsolver used 2.25466 s user time and 5.70513 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Tue Jan  9 07:10:46 UTC 2007


IDJOB= 233505
IDBENCH= 6612
FILE ID= node3/233505-1168326644

PBS_JOBID= 3502674

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-15/os-taillard-15-95-6.xml
COMMAND LINE= /tmp/evaluation/233505-1168326644/solver2 /tmp/evaluation/233505-1168326644/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-233505-1168326644 -o ROOT/results/node3/solver-233505-1168326644 -C 1800 -M 900  /tmp/evaluation/233505-1168326644/solver2 /tmp/evaluation/233505-1168326644/unknown 1800

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  fffa7293bfb79a702132fd63166ab6d3

RANDOM SEED= 532483175

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.279
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.279
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:       1151176 kB
Buffers:         75308 kB
Cached:         313788 kB
SwapCached:          0 kB
Active:         677496 kB
Inactive:       161168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1151176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10504 kB
Writeback:           0 kB
Mapped:         478552 kB
Slab:            50344 kB
Committed_AS:  5992452 kB
PageTables:       2868 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= 66465 MiB



End job on node3 on Tue Jan  9 07:40:54 UTC 2007