Trace number 282851

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

General information on the benchmark

NameMaxCSP/spot5/
spot5-507_ext.xml
MD5SUM500f3f4398ee7dcdc788e9c8d8862417
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints5519
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables312
Number of constraints5732
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension5732
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/282851-1169323445/unknown.xml" file ... done.
writing "/tmp/evaluation/282851-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/node72/watcher-282851-1169323445 -o ROOT/results/node72/solver-282851-1169323445 -C 2400 -M 900 /tmp/evaluation/282851-1169323445/aolibdvo /tmp/evaluation/282851-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.08 1.02 1.01 5/86 32664
/proc/meminfo: memFree=1528928/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=2452 CPUtime=0
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 181 0 0 0 0 0 0 0 20 0 1 0 280753732 2510848 163 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135873660 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 613 163 121 428 0 182 0

[startup+0.10563 s]
/proc/loadavg: 1.08 1.02 1.01 5/86 32664
/proc/meminfo: memFree=1528928/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=3244 CPUtime=0.09
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 358 0 0 0 9 0 0 0 20 0 1 0 280753732 3321856 340 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135054126 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 811 340 121 428 0 380 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3244

[startup+0.513664 s]
/proc/loadavg: 1.08 1.02 1.01 5/86 32664
/proc/meminfo: memFree=1528928/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=5948 CPUtime=0.5
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 1724 0 0 0 50 0 0 0 23 0 1 0 280753732 6090752 1091 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135630688 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 1487 1091 169 428 0 1056 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5948

[startup+1.33474 s]
/proc/loadavg: 1.08 1.02 1.01 3/86 32664
/proc/meminfo: memFree=1524256/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=7052 CPUtime=1.31
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 2029 0 0 0 131 0 0 0 25 0 1 0 280753732 7221248 1344 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135163261 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 1763 1344 170 428 0 1332 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 7052

[startup+2.97188 s]
/proc/loadavg: 1.08 1.02 1.01 3/86 32664
/proc/meminfo: memFree=1510816/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22892 CPUtime=2.95
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5855 0 0 0 293 2 0 0 25 0 1 0 280753732 23441408 5121 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 5723 5121 197 428 0 5292 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 22892

[startup+6.25918 s]
/proc/loadavg: 1.15 1.03 1.01 3/86 32664
/proc/meminfo: memFree=1509088/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22892 CPUtime=6.22
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5857 0 0 0 620 2 0 0 25 0 1 0 280753732 23441408 5123 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647920 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 5723 5123 197 428 0 5292 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 22892

[startup+12.7158 s]
/proc/loadavg: 1.22 1.05 1.02 3/86 32664
/proc/meminfo: memFree=1509152/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22892 CPUtime=12.65
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5858 0 0 0 1263 2 0 0 25 0 1 0 280753732 23441408 5124 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 5723 5124 197 428 0 5292 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 22892

[startup+25.5369 s]
/proc/loadavg: 1.39 1.09 1.03 3/86 32664
/proc/meminfo: memFree=1509216/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22892 CPUtime=25.42
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5858 0 0 0 2540 2 0 0 25 0 1 0 280753732 23441408 5124 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530519 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 5723 5124 197 428 0 5292 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 22892

[startup+51.1762 s]
/proc/loadavg: 1.60 1.17 1.05 3/86 32664
/proc/meminfo: memFree=1509344/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22892 CPUtime=50.95
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5859 0 0 0 5092 3 0 0 25 0 1 0 280753732 23441408 5125 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 5723 5125 197 428 0 5292 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 22892

[startup+102.451 s]
/proc/loadavg: 1.89 1.31 1.11 3/86 32664
/proc/meminfo: memFree=1509344/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22892 CPUtime=102.02
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5864 0 0 0 10199 3 0 0 25 0 1 0 280753732 23441408 5130 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 5723 5130 197 428 0 5292 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 22892

[startup+162.551 s]
/proc/loadavg: 1.96 1.43 1.16 3/86 32664
/proc/meminfo: memFree=1509344/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22892 CPUtime=161.87
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5864 0 0 0 16183 4 0 0 25 0 1 0 280753732 23441408 5130 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 5723 5130 197 428 0 5292 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 22892

[startup+222.646 s]
/proc/loadavg: 1.98 1.53 1.21 3/86 32664
/proc/meminfo: memFree=1509408/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22892 CPUtime=221.74
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5864 0 0 0 22169 5 0 0 25 0 1 0 280753732 23441408 5130 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135210652 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 5723 5130 197 428 0 5292 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 22892

[startup+282.739 s]
/proc/loadavg: 1.99 1.61 1.26 3/86 32664
/proc/meminfo: memFree=1509344/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22892 CPUtime=281.6
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5864 0 0 0 28155 5 0 0 25 0 1 0 280753732 23441408 5130 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 5723 5130 197 428 0 5292 0
Current children cumulated CPU time (s) 281.6
Current children cumulated vsize (KiB) 22892

[startup+342.832 s]
/proc/loadavg: 1.99 1.68 1.30 3/86 32664
/proc/meminfo: memFree=1509408/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=341.46
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5869 0 0 0 34140 6 0 0 25 0 1 0 280753732 23445504 5135 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134998432 0 0 4096 0 0 0 0 17 1 0 0
/proc/32663/statm: 5724 5135 197 428 0 5293 0
Current children cumulated CPU time (s) 341.46
Current children cumulated vsize (KiB) 22896

[startup+402.835 s]
/proc/loadavg: 1.95 1.72 1.34 3/86 32747
/proc/meminfo: memFree=1608656/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=401.32
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5869 0 0 0 40124 8 0 0 25 0 1 0 280753732 23445504 5135 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134529727 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5135 197 428 0 5293 0
Current children cumulated CPU time (s) 401.32
Current children cumulated vsize (KiB) 22896

[startup+462.837 s]
/proc/loadavg: 1.98 1.77 1.37 3/86 32747
/proc/meminfo: memFree=1608720/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=461.27
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5869 0 0 0 46119 8 0 0 25 0 1 0 280753732 23445504 5135 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5135 197 428 0 5293 0
Current children cumulated CPU time (s) 461.27
Current children cumulated vsize (KiB) 22896

[startup+522.841 s]
/proc/loadavg: 1.99 1.81 1.41 3/86 32747
/proc/meminfo: memFree=1608720/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=521.2
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 52112 8 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134654626 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 521.2
Current children cumulated vsize (KiB) 22896

[startup+582.843 s]
/proc/loadavg: 1.99 1.84 1.45 3/86 32747
/proc/meminfo: memFree=1608720/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=581.14
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 58106 8 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 581.14
Current children cumulated vsize (KiB) 22896

[startup+642.843 s]
/proc/loadavg: 1.99 1.87 1.48 3/86 32747
/proc/meminfo: memFree=1608720/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=641.1
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 64101 9 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 641.1
Current children cumulated vsize (KiB) 22896

[startup+702.846 s]
/proc/loadavg: 1.99 1.89 1.51 3/86 32747
/proc/meminfo: memFree=1608728/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=701.03
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 70094 9 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 701.03
Current children cumulated vsize (KiB) 22896

[startup+762.848 s]
/proc/loadavg: 1.99 1.91 1.54 3/86 32747
/proc/meminfo: memFree=1608728/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=760.96
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 76087 9 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691623 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 760.96
Current children cumulated vsize (KiB) 22896

[startup+822.947 s]
/proc/loadavg: 1.99 1.92 1.56 3/86 32747
/proc/meminfo: memFree=1608728/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=821.01

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

Current children cumulated vsize (KiB) 22896

[startup+1423.56 s]
/proc/loadavg: 2.00 1.98 1.75 3/86 32749
/proc/meminfo: memFree=1608728/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=1420.98
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 142088 10 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642844 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 1420.98
Current children cumulated vsize (KiB) 22896

[startup+1483.67 s]
/proc/loadavg: 2.00 1.98 1.76 3/86 32749
/proc/meminfo: memFree=1608728/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=1481.03
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 148093 10 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 1481.03
Current children cumulated vsize (KiB) 22896

[startup+1543.67 s]
/proc/loadavg: 2.00 1.98 1.77 3/86 32749
/proc/meminfo: memFree=1608728/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=1540.98
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 154088 10 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 1540.98
Current children cumulated vsize (KiB) 22896

[startup+1603.77 s]
/proc/loadavg: 2.00 1.98 1.79 3/86 32749
/proc/meminfo: memFree=1608728/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=1601
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 160090 10 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237941 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 1601
Current children cumulated vsize (KiB) 22896

[startup+1663.87 s]
/proc/loadavg: 2.00 1.98 1.80 3/86 32749
/proc/meminfo: memFree=1608728/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=1661.05
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 166094 11 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237948 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 1661.05
Current children cumulated vsize (KiB) 22896

[startup+1723.98 s]
/proc/loadavg: 2.05 2.00 1.81 3/86 32749
/proc/meminfo: memFree=1608728/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=1721.11
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 172100 11 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666320 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 1721.11
Current children cumulated vsize (KiB) 22896

[startup+1783.98 s]
/proc/loadavg: 2.02 2.00 1.82 3/86 32749
/proc/meminfo: memFree=1608664/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=1781.03
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 178092 11 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530534 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 1781.03
Current children cumulated vsize (KiB) 22896

[startup+1843.98 s]
/proc/loadavg: 2.00 2.00 1.83 3/86 32749
/proc/meminfo: memFree=1608728/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=1840.98
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 184087 11 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135210896 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 1840.98
Current children cumulated vsize (KiB) 22896

[startup+1903.98 s]
/proc/loadavg: 2.00 2.00 1.83 3/86 32749
/proc/meminfo: memFree=1608664/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=1900.93
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 190082 11 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 1900.93
Current children cumulated vsize (KiB) 22896

[startup+1964.08 s]
/proc/loadavg: 2.00 2.00 1.84 3/86 32749
/proc/meminfo: memFree=1608664/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=1960.94
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 196083 11 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648046 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 1960.94
Current children cumulated vsize (KiB) 22896

[startup+2024.09 s]
/proc/loadavg: 2.00 2.00 1.85 3/86 32749
/proc/meminfo: memFree=1608728/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=2020.89
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 202078 11 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 2020.89
Current children cumulated vsize (KiB) 22896

[startup+2084.09 s]
/proc/loadavg: 2.00 2.00 1.85 3/86 32749
/proc/meminfo: memFree=1608664/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=2080.83
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 208072 11 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647981 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 2080.83
Current children cumulated vsize (KiB) 22896

[startup+2144.19 s]
/proc/loadavg: 2.00 2.00 1.86 3/86 32749
/proc/meminfo: memFree=1608664/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=2140.85
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 214074 11 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530521 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 2140.85
Current children cumulated vsize (KiB) 22896

[startup+2204.28 s]
/proc/loadavg: 2.00 2.00 1.86 3/86 32749
/proc/meminfo: memFree=1608664/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=2200.9
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 220078 12 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530529 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 2200.9
Current children cumulated vsize (KiB) 22896

[startup+2264.39 s]
/proc/loadavg: 2.00 2.00 1.87 3/86 32749
/proc/meminfo: memFree=1608664/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=2260.95
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 226083 12 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134982700 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 2260.95
Current children cumulated vsize (KiB) 22896

[startup+2324.48 s]
/proc/loadavg: 2.00 2.00 1.88 3/86 32749
/proc/meminfo: memFree=1608664/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=2320.97
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 232085 12 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 2320.97
Current children cumulated vsize (KiB) 22896

[startup+2384.58 s]
/proc/loadavg: 2.00 2.00 1.88 3/86 32749
/proc/meminfo: memFree=1608600/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=2381.01
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 238089 12 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 2381.01
Current children cumulated vsize (KiB) 22896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2403.66 s]
/proc/loadavg: 2.00 2.00 1.88 3/86 32749
/proc/meminfo: memFree=1608664/2055920 swapFree=4191880/4192956
[pid=32663] ppid=32661 vsize=22896 CPUtime=2400.08
/proc/32663/stat : 32663 (aolibdvo) R 32661 32663 32600 0 -1 0 5872 0 0 0 239996 12 0 0 25 0 1 0 280753732 23445504 5138 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237783 0 0 4096 0 0 0 0 17 0 0 0
/proc/32663/statm: 5724 5138 197 428 0 5293 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 22896

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2403.67
CPU time (s): 2400.1
CPU user time (s): 2399.97
CPU system time (s): 0.132979
CPU usage (%): 99.8517
Max. virtual memory (cumulated for all children) (KiB): 22896

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

runsolver used 2.95355 s user time and 6.64499 s system time

The end

Launcher Data (download as text)

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


IDJOB= 282851
IDBENCH= 12900
IDSOLVER= 61
FILE ID= node72/282851-1169323445

PBS_JOBID= 3610449

Free space on /tmp= 66539 MiB

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

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  500f3f4398ee7dcdc788e9c8d8862417

RANDOM SEED= 870378795

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.223
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.223
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:       1529408 kB
Buffers:         40020 kB
Cached:         261564 kB
SwapCached:        268 kB
Active:         258984 kB
Inactive:       201752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1529408 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2856 kB
Writeback:           0 kB
Mapped:         177820 kB
Slab:            50368 kB
Committed_AS:  5306728 kB
PageTables:       2440 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= 66559 MiB



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