Trace number 232342

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.01 1809.24

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-4.xml
MD5SUM4c4deeb2afb0e80a3737568b2042a76c
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 benchmark374.043
SatisfiableNO
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1518
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
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/node10/watcher-232342-1168321556 -o ROOT/results/node10/solver-232342-1168321556 -C 1800 -M 900 /tmp/evaluation/232342-1168321556/solver /tmp/evaluation/232342-1168321556/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.00 1.96 5/87 32700
/proc/meminfo: memFree=1246296/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=18540 CPUtime=0
/proc/32699/stat : 32699 (runsolver) R 32697 32699 31334 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 180550919 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32699/statm: 4635 279 244 17 0 2626 0

[startup+0.111663 s]
/proc/loadavg: 2.07 2.00 1.96 5/87 32700
/proc/meminfo: memFree=1246296/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=0
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 354 334 0 0 0 0 0 0 18 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.520723 s]
/proc/loadavg: 2.07 2.00 1.96 5/87 32700
/proc/meminfo: memFree=1246296/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=0.08
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 376 2300 0 0 0 0 6 2 15 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5352

[startup+1.34983 s]
/proc/loadavg: 2.07 2.00 1.96 3/88 32712
/proc/meminfo: memFree=1214160/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=0.08
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 376 2300 0 0 0 0 6 2 15 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32712] ppid=32699 vsize=25932 CPUtime=1.2
/proc/32712/stat : 32712 (bordewijk) R 32699 32699 31334 0 -1 4194304 7271 0 0 0 112 8 0 0 25 0 1 0 180550932 26554368 6219 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 134769321 0 0 4096 0 0 0 0 17 1 0 0
/proc/32712/statm: 6483 6219 169 97 0 6061 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 31284

[startup+2.99305 s]
/proc/loadavg: 2.07 2.00 1.96 3/88 32712
/proc/meminfo: memFree=1130000/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=0.08
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 376 2300 0 0 0 0 6 2 15 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32712] ppid=32699 vsize=120520 CPUtime=2.83
/proc/32712/stat : 32712 (bordewijk) R 32699 32699 31334 0 -1 4194304 32758 0 0 0 193 90 0 0 25 0 1 0 180550932 123412480 28998 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 9691860 0 0 4096 0 0 0 0 17 1 0 0
/proc/32712/statm: 30130 28998 217 97 0 29411 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 125872

[startup+6.27249 s]
/proc/loadavg: 2.07 2.00 1.96 3/88 32712
/proc/meminfo: memFree=1112016/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=0.08
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 376 2300 0 0 0 0 6 2 15 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32712] ppid=32699 vsize=120520 CPUtime=6.09
/proc/32712/stat : 32712 (bordewijk) R 32699 32699 31334 0 -1 4194304 32758 0 0 0 210 399 0 0 25 0 1 0 180550932 123412480 28998 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32712/statm: 30130 28998 217 97 0 29411 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 125872

[startup+12.7524 s]
/proc/loadavg: 2.06 2.00 1.96 3/88 32713
/proc/meminfo: memFree=1150864/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85376 CPUtime=5.78
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20334 0 0 0 465 113 0 0 25 0 1 0 180551612 87425024 20195 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081303864 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21344 20195 136 64 0 20659 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 90728

[startup+25.5791 s]
/proc/loadavg: 2.05 2.00 1.96 3/88 32713
/proc/meminfo: memFree=1150544/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85376 CPUtime=18.55
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20480 0 0 0 1741 114 0 0 25 0 1 0 180551612 87425024 20341 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081564596 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21344 20341 137 64 0 20659 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 90728

[startup+51.2536 s]
/proc/loadavg: 2.03 2.00 1.96 3/88 32713
/proc/meminfo: memFree=1149264/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=44.1
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 4296 114 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081518198 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 90732

[startup+102.507 s]
/proc/loadavg: 2.01 2.00 1.96 3/88 32713
/proc/meminfo: memFree=1149328/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=95.12
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 9397 115 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081292471 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 90732

[startup+162.599 s]
/proc/loadavg: 2.00 2.00 1.96 3/88 32713
/proc/meminfo: memFree=1149328/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=154.92
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 15377 115 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081344144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (KiB) 90732

[startup+222.695 s]
/proc/loadavg: 2.00 2.00 1.96 3/88 32713
/proc/meminfo: memFree=1149328/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=214.74
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 21358 116 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081679914 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 221.57
Current children cumulated vsize (KiB) 90732

[startup+282.789 s]
/proc/loadavg: 2.00 2.00 1.96 3/88 32713
/proc/meminfo: memFree=1149264/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=274.55
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 27339 116 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081175344 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 281.38
Current children cumulated vsize (KiB) 90732

[startup+342.882 s]
/proc/loadavg: 2.04 2.01 1.96 3/88 32713
/proc/meminfo: memFree=1149264/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=334.36
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 33319 117 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081671877 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 341.19
Current children cumulated vsize (KiB) 90732

[startup+402.976 s]
/proc/loadavg: 2.01 2.01 1.96 3/88 32713
/proc/meminfo: memFree=1149264/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=394.17
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 39300 117 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549728 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 401
Current children cumulated vsize (KiB) 90732

[startup+463.073 s]
/proc/loadavg: 2.00 2.00 1.96 3/88 32713
/proc/meminfo: memFree=1149264/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=453.99
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 45281 118 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554217 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 460.82
Current children cumulated vsize (KiB) 90732

[startup+523.17 s]
/proc/loadavg: 2.00 2.00 1.96 3/88 32713
/proc/meminfo: memFree=1149328/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=513.8
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 51262 118 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081117842 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 520.63

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

/proc/loadavg: 2.05 2.01 1.97 3/90 445
/proc/meminfo: memFree=1148608/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1111.51
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 111028 123 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081292710 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1118.34
Current children cumulated vsize (KiB) 90732

[startup+1184 s]
/proc/loadavg: 2.06 2.02 1.98 3/90 445
/proc/meminfo: memFree=1148608/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1171.32
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 117008 124 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081198716 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1178.15
Current children cumulated vsize (KiB) 90732

[startup+1244.09 s]
/proc/loadavg: 2.02 2.02 1.98 3/90 445
/proc/meminfo: memFree=1148288/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1231.12
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 122988 124 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1237.95
Current children cumulated vsize (KiB) 90732

[startup+1304.19 s]
/proc/loadavg: 2.00 2.01 1.98 3/90 445
/proc/meminfo: memFree=1148288/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1290.94
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 128969 125 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554178 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1297.77
Current children cumulated vsize (KiB) 90732

[startup+1364.28 s]
/proc/loadavg: 2.00 2.01 1.98 3/90 445
/proc/meminfo: memFree=1148288/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1350.74
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 134949 125 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549724 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1357.57
Current children cumulated vsize (KiB) 90732

[startup+1424.37 s]
/proc/loadavg: 2.00 2.00 1.98 3/90 445
/proc/meminfo: memFree=1148288/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1410.56
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 140930 126 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554211 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1417.39
Current children cumulated vsize (KiB) 90732

[startup+1484.47 s]
/proc/loadavg: 2.07 2.02 1.98 4/95 556
/proc/meminfo: memFree=887776/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1470.47
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 146920 127 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554217 0 0 4096 0 0 0 0 17 0 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1477.3
Current children cumulated vsize (KiB) 90732

[startup+1544.56 s]
/proc/loadavg: 2.15 2.04 2.00 3/95 556
/proc/meminfo: memFree=504416/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1530.48
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 152920 128 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081352850 0 0 4096 0 0 0 0 17 0 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1537.31
Current children cumulated vsize (KiB) 90732

[startup+1604.62 s]
/proc/loadavg: 2.17 2.08 2.01 3/98 607
/proc/meminfo: memFree=897096/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1589.95
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 158866 129 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081321816 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1596.78
Current children cumulated vsize (KiB) 90732

[startup+1664.71 s]
/proc/loadavg: 2.06 2.06 2.00 3/98 607
/proc/meminfo: memFree=518664/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1649.49
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 164819 130 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081452810 0 0 4096 0 0 0 0 17 1 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1656.32
Current children cumulated vsize (KiB) 90732

[startup+1724.8 s]
/proc/loadavg: 2.10 2.08 2.01 5/98 607
/proc/meminfo: memFree=433288/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1709.41
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 170811 130 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081331700 0 0 4096 0 0 0 0 17 0 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1716.24
Current children cumulated vsize (KiB) 90732

[startup+1784.86 s]
/proc/loadavg: 2.17 2.10 2.02 3/98 607
/proc/meminfo: memFree=429960/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1769.05
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 176775 130 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081679206 0 0 4096 0 0 0 0 17 0 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1775.88
Current children cumulated vsize (KiB) 90732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.22 s]
/proc/loadavg: 2.11 2.09 2.01 3/98 607
/proc/meminfo: memFree=422984/2055920 swapFree=4178216/4192956
[pid=32699] ppid=32697 vsize=5352 CPUtime=6.83
/proc/32699/stat : 32699 (solver) S 32697 32699 31334 0 -1 4194304 396 35059 0 0 0 0 221 462 16 0 1 0 180550919 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1338 242 203 169 0 49 0
[pid=32713] ppid=32699 vsize=85380 CPUtime=1793.18
/proc/32713/stat : 32713 (standalone) R 32699 32699 31334 0 -1 4194304 20843 0 0 0 179188 130 0 0 25 0 1 0 180551612 87429120 20704 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4081452788 0 0 4096 0 0 0 0 17 0 0 0
/proc/32713/statm: 21345 20704 138 64 0 20660 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 90732

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 32699 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=213663 childrusage.ru_stime.tv_sec=4 childrusage.ru_stime.tv_usec=624297
CPU time returned by wait4() is 6.83796
while last known CPU time is 1800.01

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

Real time (s): 1809.24
CPU time (s): 1800.01
CPU user time (s): 1794.09
CPU system time (s): 5.92
CPU usage (%): 99.4898
Max. virtual memory (cumulated for all children) (KiB): 125872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.21366
system time used= 4.6243
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35455
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= 206
involuntary context switches= 239

runsolver used 1.9957 s user time and 5.9421 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Jan  9 05:45:58 UTC 2007


IDJOB= 232342
IDBENCH= 6513
FILE ID= node10/232342-1168321556

PBS_JOBID= 3502673

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-95-4.xml
COMMAND LINE= /tmp/evaluation/232342-1168321556/solver /tmp/evaluation/232342-1168321556/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-232342-1168321556 -o ROOT/results/node10/solver-232342-1168321556 -C 1800 -M 900  /tmp/evaluation/232342-1168321556/solver /tmp/evaluation/232342-1168321556/unknown 1800

META MD5SUM SOLVER= 6c84d9851726bfff2e2bc2bb5530c705
MD5SUM BENCH=  4c4deeb2afb0e80a3737568b2042a76c

RANDOM SEED= 966012507

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:       1246712 kB
Buffers:         85748 kB
Cached:         613248 kB
SwapCached:       2628 kB
Active:         424368 kB
Inactive:       322632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1246712 kB
SwapTotal:     4192956 kB
SwapFree:      4178216 kB
Dirty:           11452 kB
Writeback:           0 kB
Mapped:          58248 kB
Slab:            47152 kB
Committed_AS:  5059568 kB
PageTables:       2220 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= 66535 MiB



End job on node10 on Tue Jan  9 06:16:07 UTC 2007