Trace number 282797

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.09 2417.93

General information on the benchmark

NameMaxCSP/spot5/
spot5-412_ext.xml
MD5SUMe2bb57b64ea041802fd08f50c8d26f5b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints4134
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints4348
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension4348
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/282797-1169322484/unknown.xml" file ... done.
writing "/tmp/evaluation/282797-1169322484/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/node52/watcher-282797-1169322484 -o ROOT/results/node52/solver-282797-1169322484 -C 2400 -M 900 /tmp/evaluation/282797-1169322484/aolibdvo /tmp/evaluation/282797-1169322484/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.87 1.97 1.90 3/74 31560
/proc/meminfo: memFree=1268672/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=0 CPUtime=0
/proc/31559/stat : 31559 (runsolver) R 31557 31559 30990 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 280646994 0 0 18446744073709551615 0 0 0 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31559/statm: 0 0 0 0 0 0 0

[startup+0.102562 s]
/proc/loadavg: 1.87 1.97 1.90 3/74 31560
/proc/meminfo: memFree=1268672/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=2848 CPUtime=0.09
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 281 0 0 0 9 0 0 0 20 0 1 0 280646994 2916352 263 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134925580 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 712 263 121 428 0 281 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2848

[startup+0.51059 s]
/proc/loadavg: 1.87 1.97 1.90 3/74 31560
/proc/meminfo: memFree=1268672/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=4896 CPUtime=0.49
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 1375 0 0 0 49 0 0 0 24 0 1 0 280646994 5013504 803 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135161943 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 1224 803 170 428 0 793 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 4896

[startup+1.33165 s]
/proc/loadavg: 1.87 1.97 1.90 3/74 31560
/proc/meminfo: memFree=1265216/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=5880 CPUtime=1.3
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 1788 0 0 0 129 1 0 0 25 0 1 0 280646994 6021120 1057 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135155342 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 1470 1057 170 428 0 1039 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 5880

[startup+2.96876 s]
/proc/loadavg: 1.88 1.97 1.90 3/74 31560
/proc/meminfo: memFree=1253888/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=2.93
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 291 2 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647848 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 16984

[startup+6.24798 s]
/proc/loadavg: 1.88 1.97 1.90 3/74 31560
/proc/meminfo: memFree=1253888/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=6.18
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 616 2 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611821 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 16984

[startup+12.7104 s]
/proc/loadavg: 1.90 1.97 1.90 3/74 31560
/proc/meminfo: memFree=1253888/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=12.6
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 1258 2 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647991 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 16984

[startup+25.5273 s]
/proc/loadavg: 1.91 1.97 1.90 3/74 31560
/proc/meminfo: memFree=1253952/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=25.32
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 2530 2 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134747736 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 16984

[startup+51.155 s]
/proc/loadavg: 1.94 1.97 1.90 3/74 31560
/proc/meminfo: memFree=1254016/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=50.77
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 5074 3 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 16984

[startup+102.433 s]
/proc/loadavg: 1.97 1.97 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=101.67
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 10164 3 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134996987 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 16984

[startup+162.442 s]
/proc/loadavg: 2.02 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=161.24
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 16121 3 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 16984

[startup+222.519 s]
/proc/loadavg: 2.01 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254080/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=220.87
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 22084 3 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647956 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 220.87
Current children cumulated vsize (KiB) 16984

[startup+282.587 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=280.5
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 28047 3 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134527837 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 280.5
Current children cumulated vsize (KiB) 16984

[startup+342.672 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=340.14
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 34011 3 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 340.14
Current children cumulated vsize (KiB) 16984

[startup+402.678 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254080/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=399.71
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 39968 3 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 399.71
Current children cumulated vsize (KiB) 16984

[startup+462.76 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=459.35
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 45932 3 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 459.35
Current children cumulated vsize (KiB) 16984

[startup+522.831 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=518.99
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 51895 4 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691718 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 518.99
Current children cumulated vsize (KiB) 16984

[startup+582.905 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254080/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=578.62
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 57858 4 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647991 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 578.62
Current children cumulated vsize (KiB) 16984

[startup+642.913 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254080/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=638.18
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 63814 4 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666476 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 638.18
Current children cumulated vsize (KiB) 16984

[startup+703.004 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254144/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=697.83
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 69779 4 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 697.83
Current children cumulated vsize (KiB) 16984

[startup+763.075 s]
/proc/loadavg: 2.00 1.99 1.91 3/74 31560
/proc/meminfo: memFree=1254080/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=757.46
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 75742 4 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 757.46
Current children cumulated vsize (KiB) 16984

[startup+823.169 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 31718
/proc/meminfo: memFree=1252792/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=816.89

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

Current children cumulated vsize (KiB) 16984

[startup+1423.85 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31758
/proc/meminfo: memFree=1254016/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=1413.01
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 141296 5 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 1413.01
Current children cumulated vsize (KiB) 16984

[startup+1483.91 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31758
/proc/meminfo: memFree=1254016/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=1472.64
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 147259 5 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 1472.64
Current children cumulated vsize (KiB) 16984

[startup+1543.92 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31758
/proc/meminfo: memFree=1254016/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=1532.2
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 153215 5 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 1532.2
Current children cumulated vsize (KiB) 16984

[startup+1603.93 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31758
/proc/meminfo: memFree=1253952/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=1591.77
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 159172 5 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 1591.77
Current children cumulated vsize (KiB) 16984

[startup+1663.94 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31758
/proc/meminfo: memFree=1254016/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=1651.34
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 165128 6 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 1651.34
Current children cumulated vsize (KiB) 16984

[startup+1723.95 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31758
/proc/meminfo: memFree=1254016/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=1710.91
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 171085 6 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 1710.91
Current children cumulated vsize (KiB) 16984

[startup+1783.95 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31758
/proc/meminfo: memFree=1253952/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=1770.47
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 177041 6 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 1770.47
Current children cumulated vsize (KiB) 16984

[startup+1843.96 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31758
/proc/meminfo: memFree=1254016/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=1830.04
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 182998 6 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 1830.04
Current children cumulated vsize (KiB) 16984

[startup+1904.04 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31760
/proc/meminfo: memFree=1253824/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=1889.68
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 188962 6 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 1889.68
Current children cumulated vsize (KiB) 16984

[startup+1964.12 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31760
/proc/meminfo: memFree=1253824/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=1949.31
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 194925 6 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 1949.31
Current children cumulated vsize (KiB) 16984

[startup+2024.19 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31760
/proc/meminfo: memFree=1253888/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=2008.94
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 200888 6 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 2008.94
Current children cumulated vsize (KiB) 16984

[startup+2084.29 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31760
/proc/meminfo: memFree=1253888/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=2068.6
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 206854 6 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647909 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 2068.6
Current children cumulated vsize (KiB) 16984

[startup+2144.39 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31760
/proc/meminfo: memFree=1253888/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=2128.27
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 212820 7 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 2128.27
Current children cumulated vsize (KiB) 16984

[startup+2204.47 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 31760
/proc/meminfo: memFree=1253888/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=2187.9
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 218783 7 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135741567 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 2187.9
Current children cumulated vsize (KiB) 16984

[startup+2264.54 s]
/proc/loadavg: 2.07 2.02 1.92 3/74 31760
/proc/meminfo: memFree=1253952/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=2247.53
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 224746 7 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530515 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 2247.53
Current children cumulated vsize (KiB) 16984

[startup+2324.62 s]
/proc/loadavg: 2.10 2.03 1.93 3/74 31760
/proc/meminfo: memFree=1253952/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=2307.18
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 230711 7 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 1 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 2307.18
Current children cumulated vsize (KiB) 16984

[startup+2384.7 s]
/proc/loadavg: 1.89 1.99 1.92 3/81 31972
/proc/meminfo: memFree=1251784/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=2366.89
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 236680 9 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 0 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 2366.89
Current children cumulated vsize (KiB) 16984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2417.92 s]
/proc/loadavg: 1.94 1.99 1.92 3/81 31972
/proc/meminfo: memFree=1251912/2055920 swapFree=4192812/4192956
[pid=31559] ppid=31557 vsize=16984 CPUtime=2400.07
/proc/31559/stat : 31559 (aolibdvo) R 31557 31559 30990 0 -1 0 4629 0 0 0 239998 9 0 0 25 0 1 0 280646994 17391616 3852 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237951 0 0 4096 0 0 0 0 17 0 0 0
/proc/31559/statm: 4246 3852 197 428 0 3815 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 16984

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2417.93
CPU time (s): 2400.09
CPU user time (s): 2399.99
CPU system time (s): 0.098984
CPU usage (%): 99.262
Max. virtual memory (cumulated for all children) (KiB): 16984

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

runsolver used 2.40063 s user time and 6.30004 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Jan 20 19:48:04 UTC 2007


IDJOB= 282797
IDBENCH= 12892
IDSOLVER= 61
FILE ID= node52/282797-1169322484

PBS_JOBID= 3610423

Free space on /tmp= 66559 MiB

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

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  e2bb57b64ea041802fd08f50c8d26f5b

RANDOM SEED= 499309982

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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1269152 kB
Buffers:         50828 kB
Cached:         630804 kB
SwapCached:          0 kB
Active:         150480 kB
Inactive:       554844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1269152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5396 kB
Writeback:           0 kB
Mapped:          34988 kB
Slab:            66736 kB
Committed_AS:  5995568 kB
PageTables:       1892 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 node52 on Sat Jan 20 20:28:23 UTC 2007