Trace number 282905

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
aolibdvo 2007-01-17? (TO) 2400.11 2404.44

General information on the benchmark

NameMaxCSP/spot5/
spot5-414_ext.xml
MD5SUMb1c68fd58cf42b595d377ed09f456768
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints9847
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints10108
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension10108
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

parsing "/tmp/evaluation/282905-1169323818/unknown.xml" file ... done.
writing "/tmp/evaluation/282905-1169323818/unknown.wcsp" file ... done.

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node43/watcher-282905-1169323818 -o ROOT/results/node43/solver-282905-1169323818 -C 2400 -M 900 /tmp/evaluation/282905-1169323818/aolibdvo /tmp/evaluation/282905-1169323818/unknown.wcsp 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 1.85 1.68 1.31 5/80 8104
/proc/meminfo: memFree=1334920/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=2584 CPUtime=0
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 192 0 0 0 0 0 0 0 20 0 1 0 280781293 2646016 174 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135054128 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 646 174 121 428 0 215 0

[startup+0.108428 s]
/proc/loadavg: 1.85 1.68 1.31 5/80 8104
/proc/meminfo: memFree=1334920/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=3244 CPUtime=0.1
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 380 0 0 0 10 0 0 0 20 0 1 0 280781293 3321856 362 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134925525 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 811 362 121 428 0 380 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3244

[startup+0.517497 s]
/proc/loadavg: 1.85 1.68 1.31 5/80 8104
/proc/meminfo: memFree=1334920/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=4300 CPUtime=0.51
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 630 0 0 0 51 0 0 0 24 0 1 0 280781293 4403200 612 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135054126 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 1075 612 121 428 0 644 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 4300

[startup+1.33864 s]
/proc/loadavg: 1.85 1.68 1.31 3/80 8104
/proc/meminfo: memFree=1332296/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=5016 CPUtime=1.32
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 818 0 0 0 132 0 0 0 25 0 1 0 280781293 5136384 800 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135054177 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 1254 800 121 428 0 823 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5016

[startup+2.9759 s]
/proc/loadavg: 1.85 1.68 1.31 3/80 8104
/proc/meminfo: memFree=1327560/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=10532 CPUtime=2.94
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 3394 0 0 0 293 1 0 0 25 0 1 0 280781293 10784768 2233 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135630356 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 2633 2233 170 428 0 2202 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 10532

[startup+6.26046 s]
/proc/loadavg: 1.86 1.69 1.32 3/80 8104
/proc/meminfo: memFree=1305544/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=6.19
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9505 0 0 0 615 4 0 0 25 0 1 0 280781293 38019072 8280 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8280 197 428 0 8851 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 37128

[startup+12.7205 s]
/proc/loadavg: 1.87 1.69 1.32 3/80 8104
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=12.6
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9505 0 0 0 1256 4 0 0 25 0 1 0 280781293 38019072 8280 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237586 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8280 197 428 0 8851 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 37128

[startup+25.5551 s]
/proc/loadavg: 1.90 1.71 1.33 3/80 8104
/proc/meminfo: memFree=1302600/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=25.33
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9505 0 0 0 2529 4 0 0 25 0 1 0 280781293 38019072 8280 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8280 197 428 0 8851 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 37128

[startup+51.2069 s]
/proc/loadavg: 1.93 1.73 1.35 3/80 8104
/proc/meminfo: memFree=1302664/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=50.76
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 5072 4 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530540 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 37128

[startup+102.408 s]
/proc/loadavg: 1.97 1.77 1.38 3/80 8104
/proc/meminfo: memFree=1302600/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=101.6
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 10155 5 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 37128

[startup+162.504 s]
/proc/loadavg: 1.99 1.81 1.41 3/80 8104
/proc/meminfo: memFree=1302664/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=161.46
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 16141 5 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 37128

[startup+222.604 s]
/proc/loadavg: 1.99 1.84 1.45 3/80 8104
/proc/meminfo: memFree=1302664/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=221.33
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 22128 5 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 37128

[startup+282.704 s]
/proc/loadavg: 2.03 1.88 1.48 3/80 8104
/proc/meminfo: memFree=1302664/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=281.19
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 28114 5 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 281.19
Current children cumulated vsize (KiB) 37128

[startup+342.797 s]
/proc/loadavg: 2.01 1.90 1.51 4/80 8104
/proc/meminfo: memFree=1302664/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=341.05
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 34100 5 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691723 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 341.05
Current children cumulated vsize (KiB) 37128

[startup+402.896 s]
/proc/loadavg: 2.04 1.93 1.55 4/80 8104
/proc/meminfo: memFree=1302664/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=400.92
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 40087 5 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 400.92
Current children cumulated vsize (KiB) 37128

[startup+462.994 s]
/proc/loadavg: 2.01 1.94 1.57 3/80 8104
/proc/meminfo: memFree=1302664/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=460.79
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 46073 6 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134612398 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 460.79
Current children cumulated vsize (KiB) 37128

[startup+523.088 s]
/proc/loadavg: 2.00 1.95 1.60 3/80 8104
/proc/meminfo: memFree=1302664/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=520.65
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 52059 6 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237558 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 520.65
Current children cumulated vsize (KiB) 37128

[startup+583.18 s]
/proc/loadavg: 2.00 1.95 1.62 3/80 8104
/proc/meminfo: memFree=1302664/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=580.51
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 58045 6 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135007089 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 580.51
Current children cumulated vsize (KiB) 37128

[startup+643.278 s]
/proc/loadavg: 2.00 1.96 1.64 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=640.37
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 64031 6 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 640.37
Current children cumulated vsize (KiB) 37128

[startup+703.375 s]
/proc/loadavg: 2.00 1.96 1.66 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=700.23
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 70017 6 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 700.23
Current children cumulated vsize (KiB) 37128

[startup+763.472 s]
/proc/loadavg: 2.15 2.00 1.69 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=760.1
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 76004 6 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642291 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 760.1
Current children cumulated vsize (KiB) 37128

[startup+823.572 s]
/proc/loadavg: 2.05 2.00 1.70 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=819.97

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

Current children cumulated vsize (KiB) 37128

[startup+1423.93 s]
/proc/loadavg: 2.00 2.00 1.83 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=1419.93
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 141984 9 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 1419.93
Current children cumulated vsize (KiB) 37128

[startup+1483.96 s]
/proc/loadavg: 2.03 2.01 1.84 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=1479.94
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 147985 9 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 1479.94
Current children cumulated vsize (KiB) 37128

[startup+1544 s]
/proc/loadavg: 2.01 2.01 1.84 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=1539.96
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 153987 9 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237586 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 1539.96
Current children cumulated vsize (KiB) 37128

[startup+1604.02 s]
/proc/loadavg: 2.05 2.02 1.85 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=1599.95
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 159986 9 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 1599.95
Current children cumulated vsize (KiB) 37128

[startup+1664.11 s]
/proc/loadavg: 2.02 2.01 1.86 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=1660.03
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 165993 10 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642265 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 1660.03
Current children cumulated vsize (KiB) 37128

[startup+1724.12 s]
/proc/loadavg: 2.00 2.00 1.87 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=1720.02
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 171992 10 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134723975 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 1720.02
Current children cumulated vsize (KiB) 37128

[startup+1784.21 s]
/proc/loadavg: 2.00 2.00 1.87 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=1780.09
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 177999 10 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642291 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 1780.09
Current children cumulated vsize (KiB) 37128

[startup+1844.24 s]
/proc/loadavg: 2.08 2.02 1.88 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=1840.1
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 184000 10 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642291 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 1840.1
Current children cumulated vsize (KiB) 37128

[startup+1904.29 s]
/proc/loadavg: 2.03 2.01 1.89 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=1900.13
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 190002 11 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642327 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 1900.13
Current children cumulated vsize (KiB) 37128

[startup+1964.34 s]
/proc/loadavg: 2.11 2.04 1.91 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=1960.16
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 196005 11 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 1960.16
Current children cumulated vsize (KiB) 37128

[startup+2024.35 s]
/proc/loadavg: 2.04 2.03 1.91 3/80 8106
/proc/meminfo: memFree=1302472/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=2020.15
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 202004 11 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666363 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 2020.15
Current children cumulated vsize (KiB) 37128

[startup+2084.39 s]
/proc/loadavg: 1.53 1.89 1.87 2/65 8125
/proc/meminfo: memFree=1340048/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=2080.15
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 208003 12 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134738764 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 2080.15
Current children cumulated vsize (KiB) 37128

[startup+2144.4 s]
/proc/loadavg: 1.19 1.73 1.81 2/65 8125
/proc/meminfo: memFree=1340112/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=2140.14
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 214002 12 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 2140.14
Current children cumulated vsize (KiB) 37128

[startup+2204.41 s]
/proc/loadavg: 1.07 1.59 1.76 2/65 8125
/proc/meminfo: memFree=1340112/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=2200.13
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 220001 12 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134527849 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 2200.13
Current children cumulated vsize (KiB) 37128

[startup+2264.43 s]
/proc/loadavg: 1.02 1.48 1.71 2/65 8125
/proc/meminfo: memFree=1340112/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=2260.13
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 226001 12 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647894 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 2260.13
Current children cumulated vsize (KiB) 37128

[startup+2324.44 s]
/proc/loadavg: 1.01 1.39 1.66 2/65 8125
/proc/meminfo: memFree=1340112/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=2320.13
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 232000 13 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134658411 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 2320.13
Current children cumulated vsize (KiB) 37128

[startup+2384.46 s]
/proc/loadavg: 1.00 1.32 1.62 2/65 8125
/proc/meminfo: memFree=1340120/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=2380.12
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 237999 13 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691623 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 2380.12
Current children cumulated vsize (KiB) 37128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2404.43 s]
/proc/loadavg: 1.00 1.30 1.60 2/65 8125
/proc/meminfo: memFree=1340120/2055920 swapFree=4190672/4192956
[pid=8103] ppid=8101 vsize=37128 CPUtime=2400.09
/proc/8103/stat : 8103 (aolibdvo) R 8101 8103 8040 0 -1 0 9506 0 0 0 239996 13 0 0 25 0 1 0 280781293 38019072 8281 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 1 0 0
/proc/8103/statm: 9282 8281 197 428 0 8851 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 37128

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2404.44
CPU time (s): 2400.11
CPU user time (s): 2399.97
CPU system time (s): 0.138978
CPU usage (%): 99.8199
Max. virtual memory (cumulated for all children) (KiB): 37128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.97
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9506
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= 6
involuntary context switches= 51539

runsolver used 2.37964 s user time and 5.9031 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sat Jan 20 20:10:18 UTC 2007


IDJOB= 282905
IDBENCH= 12910
IDSOLVER= 61
FILE ID= node43/282905-1169323818

PBS_JOBID= 3610474

Free space on /tmp= 66560 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/spot5/spot5-414_ext.xml
COMMAND LINE= /tmp/evaluation/282905-1169323818/aolibdvo /tmp/evaluation/282905-1169323818/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node43/convwatcher-282905-1169323818 -o ROOT/results/node43/conversion-282905-1169323818 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/282905-1169323818/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-282905-1169323818 -o ROOT/results/node43/solver-282905-1169323818 -C 2400 -M 900  /tmp/evaluation/282905-1169323818/aolibdvo /tmp/evaluation/282905-1169323818/unknown.wcsp

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  b1c68fd58cf42b595d377ed09f456768

RANDOM SEED= 31054011

TIME LIMIT= 2400 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.278
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.278
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:       1335336 kB
Buffers:         50596 kB
Cached:         546580 kB
SwapCached:        612 kB
Active:         184464 kB
Inactive:       461268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1335336 kB
SwapTotal:     4192956 kB
SwapFree:      4190672 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:          67336 kB
Slab:            60212 kB
Committed_AS:  6619488 kB
PageTables:       1856 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= 66562 MiB



End job on node43 on Sat Jan 20 20:50:39 UTC 2007