Trace number 282671

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 2402.57

General information on the benchmark

NameMaxCSP/celar/scens/
scenw-08_ext.xml
MD5SUM65c3907f212d3139cc631ca5c6797c79
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints5085
Best CPU time to get the best result obtained on this benchmark2400.09
Satisfiable
(Un)Satisfiability was proved
Number of variables458
Number of constraints5286
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension5286
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/282671-1169321342/unknown.xml" file ... done.
writing "/tmp/evaluation/282671-1169321342/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-282671-1169321342 -o ROOT/results/node43/solver-282671-1169321342 -C 2400 -M 900 /tmp/evaluation/282671-1169321342/aolibdvo /tmp/evaluation/282671-1169321342/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: 0.96 0.97 1.00 4/65 7746
/proc/meminfo: memFree=1352728/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=2452 CPUtime=0
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 280540395 2510848 162 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134928435 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 613 162 121 428 0 182 0

[startup+0.104004 s]
/proc/loadavg: 0.96 0.97 1.00 4/65 7746
/proc/meminfo: memFree=1352728/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=3688 CPUtime=0.1
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 490 0 0 0 10 0 0 0 18 0 1 0 280540395 3776512 472 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134928435 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 922 472 121 428 0 491 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3688

[startup+0.512071 s]
/proc/loadavg: 0.96 0.97 1.00 4/65 7746
/proc/meminfo: memFree=1352728/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=8176 CPUtime=0.5
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 1587 0 0 0 50 0 0 0 21 0 1 0 280540395 8372224 1569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135800270 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 2044 1569 121 428 0 1613 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8176

[startup+1.33221 s]
/proc/loadavg: 0.96 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1341784/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=14172 CPUtime=1.32
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 3111 0 0 0 130 2 0 0 25 0 1 0 280540395 14512128 3093 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135052518 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 3543 3093 121 428 0 3112 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 14172

[startup+2.96948 s]
/proc/loadavg: 0.96 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1336792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=20084 CPUtime=2.96
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 4568 0 0 0 292 4 0 0 25 0 1 0 280540395 20566016 4550 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135800270 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 5021 4550 121 428 0 4590 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 20084

[startup+6.24602 s]
/proc/loadavg: 0.96 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1331928/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=23528 CPUtime=6.23
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 5601 0 0 0 618 5 0 0 25 0 1 0 280540395 24092672 5477 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135743014 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 5882 5477 181 428 0 5451 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 23528

[startup+12.7001 s]
/proc/loadavg: 0.97 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1238560/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=119648 CPUtime=12.68
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 28913 0 0 0 1254 14 0 0 25 0 1 0 280540395 122519552 28679 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 29912 28679 203 428 0 29481 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 119648

[startup+25.6012 s]
/proc/loadavg: 0.97 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120420 CPUtime=25.59
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 29125 0 0 0 2544 15 0 0 25 0 1 0 280540395 123310080 28877 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30105 28877 203 428 0 29674 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 120420

[startup+51.2045 s]
/proc/loadavg: 0.98 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120420 CPUtime=51.18
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 29171 0 0 0 5103 15 0 0 25 0 1 0 280540395 123310080 28877 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611821 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30105 28877 203 428 0 29674 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 120420

[startup+102.41 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120420 CPUtime=102.36
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 29358 0 0 0 10221 15 0 0 25 0 1 0 280540395 123310080 28877 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647930 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30105 28877 203 428 0 29674 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 120420

[startup+162.43 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120420 CPUtime=162.36
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 29422 0 0 0 16221 15 0 0 25 0 1 0 280540395 123310080 28877 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647954 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30105 28877 203 428 0 29674 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 120420

[startup+222.442 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120420 CPUtime=222.36
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 29443 0 0 0 22221 15 0 0 25 0 1 0 280540395 123310080 28877 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30105 28877 203 428 0 29674 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 120420

[startup+282.454 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120424 CPUtime=282.35
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 29850 0 0 0 28219 16 0 0 25 0 1 0 280540395 123314176 28878 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134652895 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30106 28878 203 428 0 29675 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 120424

[startup+342.462 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=342.34
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 29865 0 0 0 34218 16 0 0 25 0 1 0 280540395 123400192 28893 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691639 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28893 203 428 0 29696 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 120508

[startup+402.479 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=402.34
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 29865 0 0 0 40218 16 0 0 25 0 1 0 280540395 123400192 28893 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611847 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28893 203 428 0 29696 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 120508

[startup+462.493 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=462.33
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 29865 0 0 0 46217 16 0 0 25 0 1 0 280540395 123400192 28893 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28893 203 428 0 29696 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 120508

[startup+522.504 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=522.33
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 29902 0 0 0 52216 17 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 120508

[startup+582.518 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237728/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=582.32
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 29992 0 0 0 58215 17 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647956 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 120508

[startup+642.532 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237728/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=642.32
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 30082 0 0 0 64215 17 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 120508

[startup+702.546 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237728/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=702.31
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 30172 0 0 0 70214 17 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 120508

[startup+762.562 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237728/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=762.31
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 30276 0 0 0 76213 18 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 120508

[startup+822.576 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=822.31

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

Current children cumulated vsize (KiB) 120508

[startup+1422.7 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237728/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=1422.24
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31038 0 0 0 142204 20 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 1422.24
Current children cumulated vsize (KiB) 120508

[startup+1482.72 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237728/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=1482.23
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31077 0 0 0 148203 20 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 1482.23
Current children cumulated vsize (KiB) 120508

[startup+1542.73 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237728/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=1542.23
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31104 0 0 0 154203 20 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 1542.23
Current children cumulated vsize (KiB) 120508

[startup+1602.74 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=1602.22
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31131 0 0 0 160202 20 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 1602.22
Current children cumulated vsize (KiB) 120508

[startup+1662.75 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=1662.21
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31131 0 0 0 166201 20 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 1662.21
Current children cumulated vsize (KiB) 120508

[startup+1722.76 s]
/proc/loadavg: 0.99 0.97 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=1722.21
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31131 0 0 0 172200 21 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006933 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 1722.21
Current children cumulated vsize (KiB) 120508

[startup+1782.78 s]
/proc/loadavg: 1.07 0.99 1.01 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=1782.2
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31131 0 0 0 178199 21 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134697532 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 1782.2
Current children cumulated vsize (KiB) 120508

[startup+1842.79 s]
/proc/loadavg: 1.03 0.99 1.00 2/65 7746
/proc/meminfo: memFree=1237792/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=1842.2
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31158 0 0 0 184199 21 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691645 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 1842.2
Current children cumulated vsize (KiB) 120508

[startup+1902.84 s]
/proc/loadavg: 1.01 0.99 1.00 2/71 7914
/proc/meminfo: memFree=1236520/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=1902.15
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31185 0 0 0 190194 21 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 1902.15
Current children cumulated vsize (KiB) 120508

[startup+1962.86 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 7944
/proc/meminfo: memFree=1237664/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=1962.13
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31212 0 0 0 196192 21 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134649410 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 1962.13
Current children cumulated vsize (KiB) 120508

[startup+2022.87 s]
/proc/loadavg: 1.00 0.99 1.00 2/68 7976
/proc/meminfo: memFree=1232192/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=2022.12
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31239 0 0 0 202190 22 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 2022.12
Current children cumulated vsize (KiB) 120508

[startup+2082.93 s]
/proc/loadavg: 1.56 1.14 1.05 3/80 8021
/proc/meminfo: memFree=1200136/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=2081.93
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31266 0 0 0 208170 23 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647954 0 0 4096 0 0 0 0 17 0 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 2081.93
Current children cumulated vsize (KiB) 120508

[startup+2143 s]
/proc/loadavg: 1.84 1.29 1.11 3/80 8021
/proc/meminfo: memFree=1200008/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=2141.72
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31293 0 0 0 214149 23 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 2141.72
Current children cumulated vsize (KiB) 120508

[startup+2203.06 s]
/proc/loadavg: 1.94 1.42 1.16 3/80 8021
/proc/meminfo: memFree=1200008/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=2201.52
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31293 0 0 0 220129 23 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 0 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 2201.52
Current children cumulated vsize (KiB) 120508

[startup+2263.13 s]
/proc/loadavg: 2.01 1.54 1.21 3/80 8021
/proc/meminfo: memFree=1199944/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=2261.3
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31293 0 0 0 226107 23 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 2261.3
Current children cumulated vsize (KiB) 120508

[startup+2323.2 s]
/proc/loadavg: 2.00 1.62 1.26 3/80 8021
/proc/meminfo: memFree=1199944/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=2321.09
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31293 0 0 0 232086 23 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 0 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 2321.09
Current children cumulated vsize (KiB) 120508

[startup+2383.27 s]
/proc/loadavg: 2.00 1.69 1.30 3/80 8021
/proc/meminfo: memFree=1200008/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=2380.9
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31326 0 0 0 238067 23 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 0 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 2380.9
Current children cumulated vsize (KiB) 120508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.54 s]
/proc/loadavg: 2.00 1.71 1.32 3/80 8021
/proc/meminfo: memFree=1200008/2055920 swapFree=4190672/4192956
[pid=7745] ppid=7743 vsize=120508 CPUtime=2400.07
/proc/7745/stat : 7745 (aolibdvo) R 7743 7745 6779 0 -1 0 31347 0 0 0 239984 23 0 0 25 0 1 0 280540395 123400192 28899 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 0 0 0
/proc/7745/statm: 30127 28899 203 428 0 29696 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 120508

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2402.57
CPU time (s): 2400.11
CPU user time (s): 2399.85
CPU system time (s): 0.25796
CPU usage (%): 99.8976
Max. virtual memory (cumulated for all children) (KiB): 120640

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

runsolver used 1.85972 s user time and 4.95925 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sat Jan 20 19:29:02 UTC 2007


IDJOB= 282671
IDBENCH= 12877
IDSOLVER= 61
FILE ID= node43/282671-1169321342

PBS_JOBID= 3610411

Free space on /tmp= 66559 MiB

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

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  65c3907f212d3139cc631ca5c6797c79

RANDOM SEED= 241778236

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:       1353144 kB
Buffers:         50536 kB
Cached:         564252 kB
SwapCached:        612 kB
Active:         150452 kB
Inactive:       478268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1353144 kB
SwapTotal:     4192956 kB
SwapFree:      4190672 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:          22656 kB
Slab:            60168 kB
Committed_AS:  5791280 kB
PageTables:       1392 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= 66540 MiB



End job on node43 on Sat Jan 20 20:10:15 UTC 2007