Trace number 234964

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

General information on the benchmark

Nametaillard/js-taillard-20-15/
js-taillard-20-15-100-7.xml
MD5SUMd049831f37c0733d90520710eabcf256
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1432
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
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/node26/watcher-234964-1168334212 -o ROOT/results/node26/solver-234964-1168334212 -C 1800 -M 900 /tmp/evaluation/234964-1168334212/solver /tmp/evaluation/234964-1168334212/unknown 1800 

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

/proc/loadavg: 2.00 2.00 1.90 5/87 2784
/proc/meminfo: memFree=1200864/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=18540 CPUtime=0
/proc/2783/stat : 2783 (runsolver) R 2781 2783 32715 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 181815624 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2783/statm: 4635 279 244 17 0 2626 0

[startup+0.111099 s]
/proc/loadavg: 2.00 2.00 1.90 5/87 2784
/proc/meminfo: memFree=1200864/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=0.05
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 376 2283 0 0 0 0 4 1 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5352

[startup+0.51914 s]
/proc/loadavg: 2.00 2.00 1.90 5/87 2784
/proc/meminfo: memFree=1200864/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=0.05
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 376 2283 0 0 0 0 4 1 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5352

[startup+1.34322 s]
/proc/loadavg: 2.00 2.00 1.90 3/88 2796
/proc/meminfo: memFree=1174608/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=0.05
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 376 2283 0 0 0 0 4 1 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2796] ppid=2783 vsize=28692 CPUtime=1.23
/proc/2796/stat : 2796 (bordewijk) R 2783 2783 32715 0 -1 4194304 7705 0 0 0 115 8 0 0 25 0 1 0 181815633 29380608 6649 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 134789840 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 7173 6649 210 97 0 6454 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 34044

[startup+2.99537 s]
/proc/loadavg: 2.00 2.00 1.90 3/88 2796
/proc/meminfo: memFree=1107536/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=0.05
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 376 2283 0 0 0 0 4 1 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2796] ppid=2783 vsize=85480 CPUtime=2.87
/proc/2796/stat : 2796 (bordewijk) R 2783 2783 32715 0 -1 4194304 22358 0 0 0 141 146 0 0 25 0 1 0 181815633 87531520 20413 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2796/statm: 21370 20413 217 97 0 20651 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 90832

[startup+6.27468 s]
/proc/loadavg: 2.00 2.00 1.90 3/88 2797
/proc/meminfo: memFree=1172816/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60240 CPUtime=1.35
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14158 0 0 0 53 82 0 0 25 0 1 0 181816114 61685760 14084 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105275234 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15060 14084 136 64 0 14375 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 65592

[startup+12.7493 s]
/proc/loadavg: 2.00 2.00 1.90 3/88 2797
/proc/meminfo: memFree=1134096/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60240 CPUtime=7.79
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14183 0 0 0 697 82 0 0 25 0 1 0 181816114 61685760 14109 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554206 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15060 14109 137 64 0 14375 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 65592

[startup+25.5745 s]
/proc/loadavg: 2.00 2.00 1.90 3/88 2797
/proc/meminfo: memFree=1133016/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60244 CPUtime=20.56
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14512 0 0 0 1974 82 0 0 25 0 1 0 181816114 61689856 14438 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105012398 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15061 14438 138 64 0 14376 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 65596

[startup+51.2529 s]
/proc/loadavg: 2.00 2.00 1.90 3/88 2797
/proc/meminfo: memFree=1132888/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60244 CPUtime=46.1
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14530 0 0 0 4527 83 0 0 25 0 1 0 181816114 61689856 14456 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104983064 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15061 14456 138 64 0 14376 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 65596

[startup+102.509 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 2797
/proc/meminfo: memFree=1133080/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60244 CPUtime=97.12
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14530 0 0 0 9629 83 0 0 25 0 1 0 181816114 61689856 14456 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105057591 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15061 14456 138 64 0 14376 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 65596

[startup+162.598 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 2799
/proc/meminfo: memFree=1132952/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60244 CPUtime=156.93
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14538 0 0 0 15610 83 0 0 25 0 1 0 181816114 61689856 14464 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105265479 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15061 14464 138 64 0 14376 0
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (KiB) 65596

[startup+222.691 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 2799
/proc/meminfo: memFree=1132952/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60244 CPUtime=216.74
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14538 0 0 0 21590 84 0 0 25 0 1 0 181816114 61689856 14464 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105275630 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15061 14464 138 64 0 14376 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 65596

[startup+282.78 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 2799
/proc/meminfo: memFree=1132952/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=276.55
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14539 0 0 0 27571 84 0 0 25 0 1 0 181816114 61693952 14465 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105275999 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15062 14465 138 64 0 14377 0
Current children cumulated CPU time (s) 281.37
Current children cumulated vsize (KiB) 65600

[startup+342.867 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 2799
/proc/meminfo: memFree=1132952/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=336.35
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14539 0 0 0 33551 84 0 0 25 0 1 0 181816114 61693952 14465 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105042777 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15062 14465 138 64 0 14377 0
Current children cumulated CPU time (s) 341.17
Current children cumulated vsize (KiB) 65600

[startup+402.953 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 2799
/proc/meminfo: memFree=1132952/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=396.16
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14541 0 0 0 39531 85 0 0 25 0 1 0 181816114 61693952 14467 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105042405 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15062 14467 138 64 0 14377 0
Current children cumulated CPU time (s) 400.98
Current children cumulated vsize (KiB) 65600

[startup+463.044 s]
/proc/loadavg: 2.07 2.02 1.91 3/88 2799
/proc/meminfo: memFree=1132888/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=455.97
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14541 0 0 0 45512 85 0 0 25 0 1 0 181816114 61693952 14467 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105264719 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15062 14467 138 64 0 14377 0
Current children cumulated CPU time (s) 460.79
Current children cumulated vsize (KiB) 65600

[startup+523.138 s]
/proc/loadavg: 2.02 2.01 1.91 3/89 2800
/proc/meminfo: memFree=1132880/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=515.79
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 51493 86 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105267796 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 520.61

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

/proc/loadavg: 2.10 2.04 1.94 3/90 2801
/proc/meminfo: memFree=1132360/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1113.85
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 111296 89 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105050218 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1118.67
Current children cumulated vsize (KiB) 65600

[startup+1184.09 s]
/proc/loadavg: 2.04 2.03 1.94 3/90 2801
/proc/meminfo: memFree=1132360/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1173.66
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 117276 90 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554209 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1178.48
Current children cumulated vsize (KiB) 65600

[startup+1244.19 s]
/proc/loadavg: 2.01 2.02 1.94 3/90 2801
/proc/meminfo: memFree=1132232/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1233.46
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 123256 90 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104983117 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1238.28
Current children cumulated vsize (KiB) 65600

[startup+1304.28 s]
/proc/loadavg: 2.04 2.03 1.95 3/90 2801
/proc/meminfo: memFree=1132168/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1293.27
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 129237 90 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549718 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1298.09
Current children cumulated vsize (KiB) 65600

[startup+1364.36 s]
/proc/loadavg: 2.01 2.02 1.95 3/90 2801
/proc/meminfo: memFree=1132168/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1353.07
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 135217 90 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105275623 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1357.89
Current children cumulated vsize (KiB) 65600

[startup+1424.45 s]
/proc/loadavg: 2.25 2.08 1.97 3/95 2877
/proc/meminfo: memFree=839832/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1412.95
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 141203 92 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105051571 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1417.77
Current children cumulated vsize (KiB) 65600

[startup+1484.53 s]
/proc/loadavg: 2.64 2.21 2.02 4/95 2877
/proc/meminfo: memFree=582744/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1472.67
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 147175 92 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104982265 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1477.49
Current children cumulated vsize (KiB) 65600

[startup+1544.63 s]
/proc/loadavg: 2.73 2.32 2.07 3/95 2877
/proc/meminfo: memFree=414360/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1532.44
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 153152 92 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4105011650 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1537.26
Current children cumulated vsize (KiB) 65600

[startup+1604.66 s]
/proc/loadavg: 2.27 2.26 2.06 3/87 3103
/proc/meminfo: memFree=1119448/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1592.41
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 159147 94 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104949743 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1597.23
Current children cumulated vsize (KiB) 65600

[startup+1664.68 s]
/proc/loadavg: 2.10 2.21 2.06 3/87 3103
/proc/meminfo: memFree=1119448/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1652.36
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 165142 94 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104840536 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1657.18
Current children cumulated vsize (KiB) 65600

[startup+1724.7 s]
/proc/loadavg: 2.11 2.19 2.06 3/87 3103
/proc/meminfo: memFree=1119384/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1712.32
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 171138 94 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554235 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1717.14
Current children cumulated vsize (KiB) 65600

[startup+1784.72 s]
/proc/loadavg: 2.04 2.15 2.05 3/87 3103
/proc/meminfo: memFree=1119384/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1772.28
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 177134 94 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104983092 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1777.1
Current children cumulated vsize (KiB) 65600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 2.02 2.14 2.05 3/87 3103
/proc/meminfo: memFree=1119320/2055920 swapFree=4192812/4192956
[pid=2783] ppid=2781 vsize=5352 CPUtime=4.82
/proc/2783/stat : 2783 (solver) S 2781 2783 32715 0 -1 4194304 396 24642 0 0 0 0 157 325 16 0 1 0 181815624 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2783/statm: 1338 242 203 169 0 49 0
[pid=2797] ppid=2783 vsize=60248 CPUtime=1795.23
/proc/2797/stat : 2797 (standalone) R 2783 2783 32715 0 -1 4194304 14545 0 0 0 179429 94 0 0 25 0 1 0 181816114 61693952 14471 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104914384 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 15062 14471 138 64 0 14377 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 65600

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 2783 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=580759 childrusage.ru_stime.tv_sec=3 childrusage.ru_stime.tv_usec=261504
CPU time returned by wait4() is 4.84226
while last known CPU time is 1800.05

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

Real time (s): 1807.72
CPU time (s): 1800.05
CPU user time (s): 1795.86
CPU system time (s): 4.19
CPU usage (%): 99.5757
Max. virtual memory (cumulated for all children) (KiB): 90832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.58076
system time used= 3.2615
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25038
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= 172
involuntary context switches= 169

runsolver used 1.9807 s user time and 5.9341 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Tue Jan  9 09:16:54 UTC 2007


IDJOB= 234964
IDBENCH= 6730
FILE ID= node26/234964-1168334212

PBS_JOBID= 3503297

Free space on /tmp= 66530 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-100-7.xml
COMMAND LINE= /tmp/evaluation/234964-1168334212/solver /tmp/evaluation/234964-1168334212/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-234964-1168334212 -o ROOT/results/node26/solver-234964-1168334212 -C 1800 -M 900  /tmp/evaluation/234964-1168334212/solver /tmp/evaluation/234964-1168334212/unknown 1800

META MD5SUM SOLVER= 6c84d9851726bfff2e2bc2bb5530c705
MD5SUM BENCH=  d049831f37c0733d90520710eabcf256

RANDOM SEED= 526119274

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.236
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.236
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:       1201280 kB
Buffers:         18272 kB
Cached:         707696 kB
SwapCached:          0 kB
Active:         257248 kB
Inactive:       543892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1201280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11192 kB
Writeback:           0 kB
Mapped:          95356 kB
Slab:            38240 kB
Committed_AS:  3681260 kB
PageTables:       2260 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= 66519 MiB



End job on node26 on Tue Jan  9 09:47:01 UTC 2007