Trace number 234347

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 2007-01-08? (TO) 1800.09 1804.37

General information on the benchmark

Nametaillard/
js-taillard-15/js-taillard-15-95-2.xml
MD5SUM1be6534ea2a6d2988f7221fd0bff0aca
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 benchmark7.62184
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1171
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)

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/node52/watcher-234347-1168331907 -o ROOT/results/node52/solver-234347-1168331907 -C 1800 -M 900 /tmp/evaluation/234347-1168331907/solver /tmp/evaluation/234347-1168331907/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 1.26 1.62 5/73 5699
/proc/meminfo: memFree=1411296/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=18540 CPUtime=0
/proc/5698/stat : 5698 (runsolver) R 5696 5698 4752 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 181589351 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5698/statm: 4635 279 244 17 0 2626 0

[startup+0.115673 s]
/proc/loadavg: 0.92 1.26 1.62 5/73 5699
/proc/meminfo: memFree=1411296/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=0.04
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 376 2263 0 0 0 0 3 1 17 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5352

[startup+0.525847 s]
/proc/loadavg: 0.92 1.26 1.62 5/73 5699
/proc/meminfo: memFree=1411296/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=0.04
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 376 2263 0 0 0 0 3 1 17 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5352

[startup+1.35875 s]
/proc/loadavg: 0.92 1.26 1.62 3/74 5711
/proc/meminfo: memFree=1361104/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=0.04
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 376 2263 0 0 0 0 3 1 17 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5711] ppid=5698 vsize=47720 CPUtime=1.27
/proc/5711/stat : 5711 (bordewijk) R 5698 5698 4752 0 -1 4194304 12042 0 0 0 78 49 0 0 25 0 1 0 181589358 48865280 11138 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5711/statm: 11930 11138 217 97 0 11211 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 53072

[startup+2.99787 s]
/proc/loadavg: 1.00 1.27 1.63 3/74 5711
/proc/meminfo: memFree=1359888/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 5352

[startup+6.27709 s]
/proc/loadavg: 1.00 1.27 1.63 3/74 5712
/proc/meminfo: memFree=1376104/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=3.32
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7390 0 0 0 283 49 0 0 25 0 1 0 181589643 33427456 7363 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132015024 0 0 4096 0 0 0 0 17 1 0 0
/proc/5712/statm: 8161 7363 136 64 0 7476 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 37996

[startup+12.7465 s]
/proc/loadavg: 1.08 1.28 1.62 3/74 5938
/proc/meminfo: memFree=1375656/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=9.79
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7596 0 0 0 929 50 0 0 25 0 1 0 181589643 33427456 7569 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134525689 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7569 137 64 0 7476 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 37996

[startup+25.5624 s]
/proc/loadavg: 1.30 1.32 1.63 3/74 5938
/proc/meminfo: memFree=1375472/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=22.57
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7608 0 0 0 2207 50 0 0 25 0 1 0 181589643 33427456 7581 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134516918 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7581 137 64 0 7476 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 37996

[startup+51.2122 s]
/proc/loadavg: 1.54 1.37 1.64 3/74 5938
/proc/meminfo: memFree=1375664/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=48.19
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7608 0 0 0 4769 50 0 0 25 0 1 0 181589643 33427456 7581 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554755 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7581 137 64 0 7476 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37996

[startup+102.506 s]
/proc/loadavg: 1.83 1.48 1.66 3/75 6001
/proc/meminfo: memFree=1213736/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=99.36
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7611 0 0 0 9884 52 0 0 25 0 1 0 181589643 33427456 7584 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132056835 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7584 137 64 0 7476 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 37996

[startup+162.576 s]
/proc/loadavg: 2.15 1.63 1.70 3/82 6082
/proc/meminfo: memFree=1136112/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=159.25
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 15872 53 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132048149 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 37996

[startup+222.677 s]
/proc/loadavg: 2.62 1.85 1.77 4/82 6082
/proc/meminfo: memFree=870768/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=219.03
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 21849 54 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132112037 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 221.91
Current children cumulated vsize (KiB) 37996

[startup+282.76 s]
/proc/loadavg: 2.72 2.02 1.83 4/82 6082
/proc/meminfo: memFree=691760/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=278.8
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 27826 54 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132045700 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 281.68
Current children cumulated vsize (KiB) 37996

[startup+342.772 s]
/proc/loadavg: 2.26 2.02 1.84 3/75 6762
/proc/meminfo: memFree=1370600/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=338.69
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 33812 57 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132001705 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 341.57
Current children cumulated vsize (KiB) 37996

[startup+402.869 s]
/proc/loadavg: 2.10 2.01 1.84 3/75 6762
/proc/meminfo: memFree=1370664/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=398.73
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 39816 57 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132093524 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 401.61
Current children cumulated vsize (KiB) 37996

[startup+462.972 s]
/proc/loadavg: 2.03 2.01 1.85 3/75 6762
/proc/meminfo: memFree=1370664/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=458.78
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 45821 57 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132238057 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 461.66
Current children cumulated vsize (KiB) 37996

[startup+523.068 s]
/proc/loadavg: 2.01 2.00 1.85 3/75 6762
/proc/meminfo: memFree=1370664/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=518.81
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 51824 57 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132044068 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 521.69
Current children cumulated vsize (KiB) 37996

[startup+583.165 s]

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

/proc/loadavg: 2.00 2.00 1.91 3/75 6762
/proc/meminfo: memFree=1370216/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1118.96
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 111838 58 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132241087 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 37996

[startup+1183.86 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 6762
/proc/meminfo: memFree=1370216/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1178.98
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 117840 58 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132247244 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 37996

[startup+1243.94 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 6762
/proc/meminfo: memFree=1370216/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1238.98
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 123840 58 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132244916 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 37996

[startup+1304 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 6762
/proc/meminfo: memFree=1370152/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1299
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 129842 58 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554209 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 37996

[startup+1364.08 s]
/proc/loadavg: 2.27 2.06 1.93 3/81 6834
/proc/meminfo: memFree=1368920/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1358.99
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 135837 62 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554217 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 37996

[startup+1424.17 s]
/proc/loadavg: 2.10 2.05 1.93 3/81 6926
/proc/meminfo: memFree=1368952/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1419
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 141830 70 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554209 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 37996

[startup+1484.25 s]
/proc/loadavg: 2.03 2.04 1.93 3/75 6960
/proc/meminfo: memFree=1369896/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1479.02
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 147829 73 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132003790 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 37996

[startup+1544.31 s]
/proc/loadavg: 2.06 2.04 1.94 3/75 6960
/proc/meminfo: memFree=1369896/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1539.03
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 153830 73 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132070993 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 37996

[startup+1604.38 s]
/proc/loadavg: 2.05 2.05 1.94 3/75 6960
/proc/meminfo: memFree=1369896/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1599
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 159827 73 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549715 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 37996

[startup+1664.45 s]
/proc/loadavg: 2.02 2.04 1.94 3/75 6960
/proc/meminfo: memFree=1369896/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1658.81
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 165808 73 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132116126 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 37996

[startup+1724.51 s]
/proc/loadavg: 2.00 2.03 1.94 3/75 6960
/proc/meminfo: memFree=1369896/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1718.61
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 171788 73 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132023613 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 37996

[startup+1784.57 s]
/proc/loadavg: 2.00 2.02 1.94 3/75 6960
/proc/meminfo: memFree=1369896/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1778.38
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 177765 73 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132118257 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1781.26
Current children cumulated vsize (KiB) 37996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.46 s]
/proc/loadavg: 2.00 2.02 1.94 3/75 6960
/proc/meminfo: memFree=1369896/2055920 swapFree=4192812/4192956
[pid=5698] ppid=5696 vsize=5352 CPUtime=2.88
/proc/5698/stat : 5698 (solver) S 5696 5698 4752 0 -1 4194304 396 14306 0 0 0 0 91 197 16 0 1 0 181589351 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5698/statm: 1338 242 203 169 0 49 0
[pid=5712] ppid=5698 vsize=32644 CPUtime=1797.2
/proc/5712/stat : 5712 (standalone) R 5698 5698 4752 0 -1 4194304 7612 0 0 0 179647 73 0 0 25 0 1 0 181589643 33427456 7585 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4132070472 0 0 4096 0 0 0 0 17 0 0 0
/proc/5712/statm: 8161 7585 137 64 0 7476 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 37996

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 5698 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=913861 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=977699
CPU time returned by wait4() is 2.89156
while last known CPU time is 1800.09

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1804.37
CPU time (s): 1800.09
CPU user time (s): 1797.38
CPU system time (s): 2.71
CPU usage (%): 99.7626
Max. virtual memory (cumulated for all children) (KiB): 53072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.913861
system time used= 1.9777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14702
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= 127
involuntary context switches= 72

runsolver used 2.09168 s user time and 5.32319 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Tue Jan  9 08:38:29 UTC 2007


IDJOB= 234347
IDBENCH= 6682
FILE ID= node52/234347-1168331907

PBS_JOBID= 3503299

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-15/js-taillard-15-95-2.xml
COMMAND LINE= /tmp/evaluation/234347-1168331907/solver /tmp/evaluation/234347-1168331907/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-234347-1168331907 -o ROOT/results/node52/solver-234347-1168331907 -C 1800 -M 900  /tmp/evaluation/234347-1168331907/solver /tmp/evaluation/234347-1168331907/unknown 1800

META MD5SUM SOLVER= 6c84d9851726bfff2e2bc2bb5530c705
MD5SUM BENCH=  1be6534ea2a6d2988f7221fd0bff0aca

RANDOM SEED= 409057048

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1411776 kB
Buffers:         78288 kB
Cached:         440756 kB
SwapCached:          0 kB
Active:         274084 kB
Inactive:       308192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1411776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14688 kB
Writeback:           0 kB
Mapped:          76848 kB
Slab:            47240 kB
Committed_AS:  4372280 kB
PageTables:       1916 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= 66526 MiB



End job on node52 on Tue Jan  9 09:08:33 UTC 2007