Trace number 282860

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.06 2404.55

General information on the benchmark

NameMaxCSP/spot5/
spot5-408_ext.xml
MD5SUM665aa889bffead7142bb12452e486e47
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints2097
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints2232
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension2232
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/282860-1169323445/unknown.xml" file ... done.
writing "/tmp/evaluation/282860-1169323445/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/node44/watcher-282860-1169323445 -o ROOT/results/node44/solver-282860-1169323445 -C 2400 -M 900 /tmp/evaluation/282860-1169323445/aolibdvo /tmp/evaluation/282860-1169323445/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.00 1.00 1.03 5/80 25374
/proc/meminfo: memFree=1238136/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=18540 CPUtime=0
/proc/25373/stat : 25373 (runsolver) R 25371 25373 25310 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 280743841 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25373/statm: 4635 279 244 17 0 2626 0

[startup+0.1326 s]
/proc/loadavg: 1.00 1.00 1.03 5/80 25374
/proc/meminfo: memFree=1238136/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=3644 CPUtime=0.12
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 641 0 0 0 12 0 0 0 20 0 1 0 280743841 3731456 515 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135205033 0 0 4096 0 0 0 0 17 1 0 0
/proc/25373/statm: 911 515 169 428 0 480 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 3644

[startup+0.540636 s]
/proc/loadavg: 1.00 1.00 1.03 5/80 25374
/proc/meminfo: memFree=1238136/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=4164 CPUtime=0.52
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 850 0 0 0 52 0 0 0 24 0 1 0 280743841 4263936 635 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135172262 0 0 4096 0 0 0 0 17 1 0 0
/proc/25373/statm: 1041 635 170 428 0 610 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 4164

[startup+1.36372 s]
/proc/loadavg: 1.00 1.00 1.03 3/80 25374
/proc/meminfo: memFree=1230904/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=1.33
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 133 0 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9488

[startup+3.00589 s]
/proc/loadavg: 1.08 1.02 1.03 3/80 25374
/proc/meminfo: memFree=1230904/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=2.96
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 296 0 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 9488

[startup+6.28423 s]
/proc/loadavg: 1.08 1.02 1.03 3/80 25374
/proc/meminfo: memFree=1230776/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=6.21
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 621 0 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 9488

[startup+12.7449 s]
/proc/loadavg: 1.22 1.05 1.04 3/80 25374
/proc/meminfo: memFree=1230776/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=12.63
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 1262 1 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006758 0 0 4096 0 0 0 0 17 1 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 9488

[startup+25.5552 s]
/proc/loadavg: 1.34 1.08 1.05 3/80 25374
/proc/meminfo: memFree=1230840/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=25.33
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 2532 1 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237564 0 0 4096 0 0 0 0 17 1 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 9488

[startup+51.2502 s]
/proc/loadavg: 1.56 1.15 1.08 3/80 25374
/proc/meminfo: memFree=1230904/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=50.8
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 5079 1 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691699 0 0 4096 0 0 0 0 17 1 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 9488

[startup+102.509 s]
/proc/loadavg: 1.82 1.29 1.13 3/80 25374
/proc/meminfo: memFree=1230968/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=101.62
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 10161 1 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 9488

[startup+162.565 s]
/proc/loadavg: 1.93 1.41 1.17 3/80 25374
/proc/meminfo: memFree=1231032/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=161.16
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 16115 1 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611824 0 0 4096 0 0 0 0 17 1 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 9488

[startup+222.581 s]
/proc/loadavg: 2.04 1.54 1.23 3/80 25374
/proc/meminfo: memFree=1231032/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=220.67
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 22066 1 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647930 0 0 4096 0 0 0 0 17 1 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 220.67
Current children cumulated vsize (KiB) 9488

[startup+282.653 s]
/proc/loadavg: 2.05 1.63 1.28 3/80 25374
/proc/meminfo: memFree=1231032/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=280.25
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 28024 1 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 280.25
Current children cumulated vsize (KiB) 9488

[startup+342.732 s]
/proc/loadavg: 2.02 1.70 1.32 3/80 25432
/proc/meminfo: memFree=1232880/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=340.24
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 34022 2 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 340.24
Current children cumulated vsize (KiB) 9488

[startup+402.83 s]
/proc/loadavg: 2.00 1.75 1.37 3/80 25432
/proc/meminfo: memFree=1232816/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=400.26
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 40024 2 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 400.26
Current children cumulated vsize (KiB) 9488

[startup+462.911 s]
/proc/loadavg: 2.00 1.79 1.40 3/80 25432
/proc/meminfo: memFree=1232816/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=460.29
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 46027 2 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666363 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 460.29
Current children cumulated vsize (KiB) 9488

[startup+522.99 s]
/proc/loadavg: 2.00 1.83 1.44 3/80 25432
/proc/meminfo: memFree=1232816/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=520.32
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 52030 2 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647979 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 520.32
Current children cumulated vsize (KiB) 9488

[startup+583.077 s]
/proc/loadavg: 2.00 1.86 1.47 3/80 25432
/proc/meminfo: memFree=1232752/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=580.33
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 58031 2 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 580.33
Current children cumulated vsize (KiB) 9488

[startup+643.173 s]
/proc/loadavg: 2.00 1.88 1.50 3/80 25432
/proc/meminfo: memFree=1232816/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=640.38
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 64036 2 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 640.38
Current children cumulated vsize (KiB) 9488

[startup+703.273 s]
/proc/loadavg: 2.00 1.90 1.53 3/80 25432
/proc/meminfo: memFree=1232816/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=700.42
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 70040 2 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 700.42
Current children cumulated vsize (KiB) 9488

[startup+763.345 s]
/proc/loadavg: 2.00 1.91 1.55 3/80 25432
/proc/meminfo: memFree=1232816/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=760.42
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 76040 2 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 760.42
Current children cumulated vsize (KiB) 9488

[startup+823.414 s]
/proc/loadavg: 2.03 1.94 1.58 3/80 25432
/proc/meminfo: memFree=1232752/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=820.44

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

Current children cumulated vsize (KiB) 9488

[startup+1423.95 s]
/proc/loadavg: 2.00 1.98 1.76 3/80 25434
/proc/meminfo: memFree=1232688/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=1420.41
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 142038 3 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 1420.41
Current children cumulated vsize (KiB) 9488

[startup+1483.99 s]
/proc/loadavg: 2.00 1.98 1.77 3/80 25434
/proc/meminfo: memFree=1232688/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=1480.37
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 148034 3 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647920 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 1480.37
Current children cumulated vsize (KiB) 9488

[startup+1544.02 s]
/proc/loadavg: 2.05 2.00 1.79 3/80 25434
/proc/meminfo: memFree=1232624/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=1540.35
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 154032 3 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530575 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 1540.35
Current children cumulated vsize (KiB) 9488

[startup+1604.06 s]
/proc/loadavg: 2.02 2.00 1.80 3/80 25434
/proc/meminfo: memFree=1232688/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=1600.34
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 160031 3 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648046 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 1600.34
Current children cumulated vsize (KiB) 9488

[startup+1664.06 s]
/proc/loadavg: 2.00 2.00 1.81 3/80 25434
/proc/meminfo: memFree=1232688/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=1660.27
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 166024 3 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 1660.27
Current children cumulated vsize (KiB) 9488

[startup+1724.13 s]
/proc/loadavg: 2.00 2.00 1.82 3/80 25434
/proc/meminfo: memFree=1232688/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=1720.29
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 172026 3 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006905 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 1720.29
Current children cumulated vsize (KiB) 9488

[startup+1784.21 s]
/proc/loadavg: 2.00 2.00 1.83 3/80 25434
/proc/meminfo: memFree=1232624/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=1780.31
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 178028 3 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 1780.31
Current children cumulated vsize (KiB) 9488

[startup+1844.26 s]
/proc/loadavg: 2.00 2.00 1.83 3/80 25434
/proc/meminfo: memFree=1232624/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=1840.29
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 184026 3 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 1840.29
Current children cumulated vsize (KiB) 9488

[startup+1904.34 s]
/proc/loadavg: 2.06 2.01 1.84 3/80 25434
/proc/meminfo: memFree=1232624/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=1900.33
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 190029 4 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 1900.33
Current children cumulated vsize (KiB) 9488

[startup+1964.41 s]
/proc/loadavg: 2.02 2.01 1.85 3/80 25434
/proc/meminfo: memFree=1232624/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=1960.35
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 196031 4 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 1960.35
Current children cumulated vsize (KiB) 9488

[startup+2024.51 s]
/proc/loadavg: 2.08 2.03 1.87 3/80 25434
/proc/meminfo: memFree=1232624/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=2020.37
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 202033 4 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530534 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 2020.37
Current children cumulated vsize (KiB) 9488

[startup+2084.58 s]
/proc/loadavg: 2.03 2.02 1.87 3/80 25434
/proc/meminfo: memFree=1232624/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=2080.39
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 208035 4 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237586 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 2080.39
Current children cumulated vsize (KiB) 9488

[startup+2144.61 s]
/proc/loadavg: 2.01 2.02 1.88 3/80 25434
/proc/meminfo: memFree=1232624/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9488 CPUtime=2140.38
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2237 0 0 0 214034 4 0 0 25 0 1 0 280743841 9715712 1997 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2372 1997 197 428 0 1941 0
Current children cumulated CPU time (s) 2140.38
Current children cumulated vsize (KiB) 9488

[startup+2204.65 s]
/proc/loadavg: 2.12 2.04 1.90 3/80 25434
/proc/meminfo: memFree=1232624/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9492 CPUtime=2200.34
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2243 0 0 0 220030 4 0 0 25 0 1 0 280743841 9719808 2003 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2373 2003 197 428 0 1942 0
Current children cumulated CPU time (s) 2200.34
Current children cumulated vsize (KiB) 9492

[startup+2264.66 s]
/proc/loadavg: 2.04 2.03 1.90 3/80 25434
/proc/meminfo: memFree=1232560/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9492 CPUtime=2260.29
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2243 0 0 0 226025 4 0 0 25 0 1 0 280743841 9719808 2003 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2373 2003 197 428 0 1942 0
Current children cumulated CPU time (s) 2260.29
Current children cumulated vsize (KiB) 9492

[startup+2324.74 s]
/proc/loadavg: 2.05 2.04 1.91 3/80 25434
/proc/meminfo: memFree=1232560/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9492 CPUtime=2320.32
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2243 0 0 0 232028 4 0 0 25 0 1 0 280743841 9719808 2003 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611848 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2373 2003 197 428 0 1942 0
Current children cumulated CPU time (s) 2320.32
Current children cumulated vsize (KiB) 9492

[startup+2384.76 s]
/proc/loadavg: 2.08 2.04 1.91 3/80 25434
/proc/meminfo: memFree=1232624/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9492 CPUtime=2380.27
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2243 0 0 0 238023 4 0 0 25 0 1 0 280743841 9719808 2003 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647956 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2373 2003 197 428 0 1942 0
Current children cumulated CPU time (s) 2380.27
Current children cumulated vsize (KiB) 9492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2404.54 s]
/proc/loadavg: 2.06 2.04 1.91 3/80 25434
/proc/meminfo: memFree=1232624/2055920 swapFree=4191892/4192956
[pid=25373] ppid=25371 vsize=9492 CPUtime=2400.04
/proc/25373/stat : 25373 (aolibdvo) R 25371 25373 25310 0 -1 0 2243 0 0 0 240000 4 0 0 25 0 1 0 280743841 9719808 2003 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648053 0 0 4096 0 0 0 0 17 0 0 0
/proc/25373/statm: 2373 2003 197 428 0 1942 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 9492

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2404.55
CPU time (s): 2400.06
CPU user time (s): 2400.01
CPU system time (s): 0.050992
CPU usage (%): 99.8133
Max. virtual memory (cumulated for all children) (KiB): 9492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.01
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2243
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= 14025

runsolver used 2.44363 s user time and 6.82196 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sat Jan 20 20:04:07 UTC 2007


IDJOB= 282860
IDBENCH= 12901
IDSOLVER= 61
FILE ID= node44/282860-1169323445

PBS_JOBID= 3610459

Free space on /tmp= 66560 MiB

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

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  665aa889bffead7142bb12452e486e47

RANDOM SEED= 276092680

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.213
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.213
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:       1238616 kB
Buffers:         57388 kB
Cached:         632884 kB
SwapCached:        268 kB
Active:         232176 kB
Inactive:       505300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1238616 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2640 kB
Writeback:           0 kB
Mapped:          66172 kB
Slab:            65124 kB
Committed_AS:  6363344 kB
PageTables:       1864 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= 66561 MiB



End job on node44 on Sat Jan 20 20:44:13 UTC 2007