Trace number 234252

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.1 1809.67

General information on the benchmark

Nametaillard/
js-taillard-15/js-taillard-15-95-8.xml
MD5SUMef29485f7704c94496c8539eac1c6ac9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.6
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1225
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

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/node1/watcher-234252-1168331370 -o ROOT/results/node1/solver-234252-1168331370 -C 1800 -M 900 /tmp/evaluation/234252-1168331370/solver2 /tmp/evaluation/234252-1168331370/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.07 2.04 2.03 5/87 19289
/proc/meminfo: memFree=1325912/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5212 CPUtime=0
/proc/19288/stat : 19288 (solver2) R 19286 19288 16124 0 -1 4194304 101 0 0 0 0 0 0 0 20 0 1 0 181532895 5337088 74 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259352844823 0 0 4096 0 0 0 0 17 1 0 0
/proc/19288/statm: 1303 74 57 169 0 14 0

[startup+0.104151 s]
/proc/loadavg: 2.07 2.04 2.03 5/87 19289
/proc/meminfo: memFree=1325912/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=0.05
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 376 2263 0 0 0 0 4 1 18 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5352

[startup+0.512197 s]
/proc/loadavg: 2.07 2.04 2.03 5/87 19289
/proc/meminfo: memFree=1325912/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=0.05
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 376 2263 0 0 0 0 4 1 18 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5352

[startup+1.33329 s]
/proc/loadavg: 2.07 2.04 2.03 3/88 19301
/proc/meminfo: memFree=1272008/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=0.05
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 376 2263 0 0 0 0 4 1 18 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19301] ppid=19288 vsize=50408 CPUtime=1.24
/proc/19301/stat : 19301 (bordewijk) R 19288 19288 16124 0 -1 4194304 13480 0 0 0 81 43 0 0 23 0 1 0 181532902 51617792 11810 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19301/statm: 12602 11810 217 97 0 11883 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 55760

[startup+2.97048 s]
/proc/loadavg: 2.07 2.04 2.03 3/88 19301
/proc/meminfo: memFree=1270088/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=0.05
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 376 2263 0 0 0 0 4 1 18 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19301] ppid=19288 vsize=50408 CPUtime=2.86
/proc/19301/stat : 19301 (bordewijk) R 19288 19288 16124 0 -1 4194304 13480 0 0 0 91 195 0 0 25 0 1 0 181532902 51617792 11810 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19301/statm: 12602 11810 217 97 0 11883 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 55760

[startup+6.26887 s]
/proc/loadavg: 2.07 2.04 2.03 3/88 19302
/proc/meminfo: memFree=1287304/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=3.17
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 7944 0 0 0 267 50 0 0 25 0 1 0 181533201 35758080 7918 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130749348 0 0 4096 0 0 0 0 17 1 0 0
/proc/19302/statm: 8730 7918 136 64 0 8045 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 40272

[startup+12.7266 s]
/proc/loadavg: 2.06 2.04 2.03 3/88 19302
/proc/meminfo: memFree=1286808/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=9.57
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8104 0 0 0 907 50 0 0 25 0 1 0 181533201 35758080 8078 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134557071 0 0 4096 0 0 0 0 17 1 0 0
/proc/19302/statm: 8730 8078 136 64 0 8045 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 40272

[startup+25.5551 s]
/proc/loadavg: 2.05 2.04 2.03 3/88 19302
/proc/meminfo: memFree=1286936/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=22.3
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8107 0 0 0 2180 50 0 0 25 0 1 0 181533201 35758080 8081 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130724802 0 0 4096 0 0 0 0 17 1 0 0
/proc/19302/statm: 8730 8081 136 64 0 8045 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 40272

[startup+51.1981 s]
/proc/loadavg: 2.03 2.03 2.03 3/88 19302
/proc/meminfo: memFree=1287192/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=47.76
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8107 0 0 0 4725 51 0 0 25 0 1 0 181533201 35758080 8081 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130745884 0 0 4096 0 0 0 0 17 1 0 0
/proc/19302/statm: 8730 8081 136 64 0 8045 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 40272

[startup+102.484 s]
/proc/loadavg: 2.01 2.02 2.02 3/88 19302
/proc/meminfo: memFree=1287256/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=98.66
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8107 0 0 0 9815 51 0 0 25 0 1 0 181533201 35758080 8081 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130948107 0 0 4096 0 0 0 0 17 1 0 0
/proc/19302/statm: 8730 8081 136 64 0 8045 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 40272

[startup+162.487 s]
/proc/loadavg: 2.00 2.02 2.02 3/88 19302
/proc/meminfo: memFree=1287192/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=158.23
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8107 0 0 0 15771 52 0 0 25 0 1 0 181533201 35758080 8081 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130758625 0 0 4096 0 0 0 0 17 1 0 0
/proc/19302/statm: 8730 8081 136 64 0 8045 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 40272

[startup+222.496 s]
/proc/loadavg: 2.00 2.01 2.01 3/88 19302
/proc/meminfo: memFree=1287256/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=217.79
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8107 0 0 0 21727 52 0 0 25 0 1 0 181533201 35758080 8081 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130927838 0 0 4096 0 0 0 0 17 1 0 0
/proc/19302/statm: 8730 8081 136 64 0 8045 0
Current children cumulated CPU time (s) 220.78
Current children cumulated vsize (KiB) 40272

[startup+282.501 s]
/proc/loadavg: 2.00 2.01 2.01 3/88 19302
/proc/meminfo: memFree=1287192/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=277.36
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8107 0 0 0 27683 53 0 0 25 0 1 0 181533201 35758080 8081 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130847057 0 0 4096 0 0 0 0 17 1 0 0
/proc/19302/statm: 8730 8081 136 64 0 8045 0
Current children cumulated CPU time (s) 280.35
Current children cumulated vsize (KiB) 40272

[startup+342.505 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 19302
/proc/meminfo: memFree=1287256/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=336.92
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8108 0 0 0 33638 54 0 0 25 0 1 0 181533201 35758080 8082 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130759756 0 0 4096 0 0 0 0 17 1 0 0
/proc/19302/statm: 8730 8082 136 64 0 8045 0
Current children cumulated CPU time (s) 339.91
Current children cumulated vsize (KiB) 40272

[startup+402.511 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 19302
/proc/meminfo: memFree=1287192/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=396.48
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8108 0 0 0 39594 54 0 0 25 0 1 0 181533201 35758080 8082 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134555370 0 0 4096 0 0 0 0 17 1 0 0
/proc/19302/statm: 8730 8082 136 64 0 8045 0
Current children cumulated CPU time (s) 399.47
Current children cumulated vsize (KiB) 40272

[startup+462.514 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 19302
/proc/meminfo: memFree=1287192/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=456.05
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8108 0 0 0 45550 55 0 0 25 0 1 0 181533201 35758080 8082 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130764988 0 0 4096 0 0 0 0 17 1 0 0
/proc/19302/statm: 8730 8082 136 64 0 8045 0
Current children cumulated CPU time (s) 459.04
Current children cumulated vsize (KiB) 40272

[startup+522.54 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 19302
/proc/meminfo: memFree=1286936/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=515.59
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 51504 55 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130834644 0 0 4096 0 0 0 0 17 1 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 518.58

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

/proc/loadavg: 2.63 2.20 2.06 4/95 19375
/proc/meminfo: memFree=632992/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1111.72
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 111111 61 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130836616 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1114.71
Current children cumulated vsize (KiB) 40272

[startup+1183.15 s]
/proc/loadavg: 2.34 2.20 2.07 3/95 19447
/proc/meminfo: memFree=1167712/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1171.58
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 117096 62 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554146 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1174.57
Current children cumulated vsize (KiB) 40272

[startup+1243.23 s]
/proc/loadavg: 2.04 2.15 2.06 2/82 19460
/proc/meminfo: memFree=1334216/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1231.35
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 123072 63 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134548964 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1234.34
Current children cumulated vsize (KiB) 40272

[startup+1303.23 s]
/proc/loadavg: 2.21 2.17 2.07 3/95 20204
/proc/meminfo: memFree=1111456/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1291.28
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 129061 67 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130836334 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1294.27
Current children cumulated vsize (KiB) 40272

[startup+1363.32 s]
/proc/loadavg: 2.34 2.20 2.09 3/88 20205
/proc/meminfo: memFree=1204312/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1351.29
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 135061 68 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130744252 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1354.28
Current children cumulated vsize (KiB) 40272

[startup+1423.36 s]
/proc/loadavg: 1.95 2.11 2.07 3/88 22233
/proc/meminfo: memFree=1330448/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1411.26
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 141049 77 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130717746 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1414.25
Current children cumulated vsize (KiB) 40272

[startup+1483.36 s]
/proc/loadavg: 1.98 2.09 2.06 3/88 22233
/proc/meminfo: memFree=1330832/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1471.18
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 147040 78 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554217 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1474.17
Current children cumulated vsize (KiB) 40272

[startup+1543.37 s]
/proc/loadavg: 1.99 2.07 2.05 3/88 22233
/proc/meminfo: memFree=1330832/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1531.13
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 153035 78 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130790513 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1534.12
Current children cumulated vsize (KiB) 40272

[startup+1603.37 s]
/proc/loadavg: 1.99 2.05 2.05 3/88 22233
/proc/meminfo: memFree=1330832/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1591.07
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 159029 78 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519655 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1594.06
Current children cumulated vsize (KiB) 40272

[startup+1663.37 s]
/proc/loadavg: 2.07 2.07 2.05 3/88 22233
/proc/meminfo: memFree=1330832/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1651
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 165022 78 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554232 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1653.99
Current children cumulated vsize (KiB) 40272

[startup+1723.38 s]
/proc/loadavg: 2.02 2.05 2.05 3/88 22233
/proc/meminfo: memFree=1330832/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1710.95
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 171017 78 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554206 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1713.94
Current children cumulated vsize (KiB) 40272

[startup+1783.38 s]
/proc/loadavg: 2.01 2.04 2.04 3/88 22233
/proc/meminfo: memFree=1330832/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1770.88
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 177010 78 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4130721850 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1773.87
Current children cumulated vsize (KiB) 40272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.64 s]
/proc/loadavg: 2.00 2.04 2.04 3/88 22233
/proc/meminfo: memFree=1330832/2055920 swapFree=4165612/4192956
[pid=19288] ppid=19286 vsize=5352 CPUtime=2.99
/proc/19288/stat : 19288 (solver2) S 19286 19288 16124 0 -1 4194304 397 15744 0 0 0 0 95 204 16 0 1 0 181532895 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19288/statm: 1338 242 203 169 0 49 0
[pid=19302] ppid=19288 vsize=34920 CPUtime=1797.11
/proc/19302/stat : 19302 (standalone) R 19288 19288 16124 0 -1 4194304 8177 0 0 0 179633 78 0 0 25 0 1 0 181533201 35758080 8151 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549630 0 0 4096 0 0 0 0 17 0 0 0
/proc/19302/statm: 8730 8151 137 64 0 8045 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 40272

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 19288 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=961853 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=50688
CPU time returned by wait4() is 3.01254
while last known CPU time is 1800.1

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

Real time (s): 1809.67
CPU time (s): 1800.1
CPU user time (s): 1797.28
CPU system time (s): 2.82
CPU usage (%): 99.4709
Max. virtual memory (cumulated for all children) (KiB): 55760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.961853
system time used= 2.05069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16141
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= 129
involuntary context switches= 146

runsolver used 2.04969 s user time and 5.14722 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Jan  9 08:29:31 UTC 2007


IDJOB= 234252
IDBENCH= 6673
FILE ID= node1/234252-1168331370

PBS_JOBID= 3503035

Free space on /tmp= 66488 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-15/js-taillard-15-95-8.xml
COMMAND LINE= /tmp/evaluation/234252-1168331370/solver2 /tmp/evaluation/234252-1168331370/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-234252-1168331370 -o ROOT/results/node1/solver-234252-1168331370 -C 1800 -M 900  /tmp/evaluation/234252-1168331370/solver2 /tmp/evaluation/234252-1168331370/unknown 1800

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  ef29485f7704c94496c8539eac1c6ac9

RANDOM SEED= 311312592

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.234
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.234
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:       1326392 kB
Buffers:         79172 kB
Cached:         518668 kB
SwapCached:       3620 kB
Active:         222764 kB
Inactive:       445364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326392 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:           10252 kB
Writeback:           0 kB
Mapped:          81300 kB
Slab:            46084 kB
Committed_AS:  5763292 kB
PageTables:       2392 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= 66497 MiB



End job on node1 on Tue Jan  9 08:59:41 UTC 2007