Trace number 278270

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.07 2400.78

General information on the benchmark

NameMaxCSP/cnf/3-40-2100-3000/
cnf-3-40-2300-696021_ext.xml
MD5SUMe832c33ab0dafb1a59c63ea847fdb438
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints1853
Best CPU time to get the best result obtained on this benchmark427.224
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints2052
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension2052
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/278270-1169284696/unknown.xml" file ... done.
writing "/tmp/evaluation/278270-1169284696/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/node1/watcher-278270-1169284696 -o ROOT/results/node1/solver-278270-1169284696 -C 2400 -M 900 /tmp/evaluation/278270-1169284696/aolibdvo /tmp/evaluation/278270-1169284696/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: 2.00 2.01 1.91 4/86 13642
/proc/meminfo: memFree=1299416/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=2452 CPUtime=0
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 175 0 0 0 0 0 0 0 18 0 1 0 276865425 2510848 157 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135743014 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 613 157 121 428 0 182 0

[startup+0.106569 s]
/proc/loadavg: 2.00 2.01 1.91 4/86 13642
/proc/meminfo: memFree=1299416/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=3552 CPUtime=0.1
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 532 0 0 0 10 0 0 0 18 0 1 0 276865425 3637248 462 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135741567 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 888 462 170 428 0 457 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3552

[startup+0.514615 s]
/proc/loadavg: 2.00 2.01 1.91 4/86 13642
/proc/meminfo: memFree=1299416/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=4932 CPUtime=0.5
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 929 0 0 0 50 0 0 0 22 0 1 0 276865425 5050368 859 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1233 859 203 428 0 802 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4932

[startup+1.33471 s]
/proc/loadavg: 2.00 2.01 1.91 3/86 13642
/proc/meminfo: memFree=1296664/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=4932 CPUtime=1.32
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 929 0 0 0 132 0 0 0 25 0 1 0 276865425 5050368 859 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530515 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1233 859 203 428 0 802 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4932

[startup+2.97091 s]
/proc/loadavg: 2.00 2.01 1.91 3/86 13642
/proc/meminfo: memFree=1296472/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=4932 CPUtime=2.96
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 929 0 0 0 296 0 0 0 25 0 1 0 276865425 5050368 859 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926713 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1233 859 203 428 0 802 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4932

[startup+6.25029 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13642
/proc/meminfo: memFree=1296472/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=4932 CPUtime=6.23
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 930 0 0 0 623 0 0 0 25 0 1 0 276865425 5050368 860 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135238116 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1233 860 203 428 0 802 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 4932

[startup+12.713 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13642
/proc/meminfo: memFree=1296552/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=4932 CPUtime=12.69
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 932 0 0 0 1269 0 0 0 25 0 1 0 276865425 5050368 862 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237555 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1233 862 203 428 0 802 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4932

[startup+25.5295 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13642
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=4932 CPUtime=25.51
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 933 0 0 0 2551 0 0 0 25 0 1 0 276865425 5050368 863 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135238061 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1233 863 203 428 0 802 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 4932

[startup+51.1575 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13642
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=4932 CPUtime=51.13
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 936 0 0 0 5112 1 0 0 25 0 1 0 276865425 5050368 866 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1233 866 203 428 0 802 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 4932

[startup+102.408 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13642
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=4932 CPUtime=102.36
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 937 0 0 0 10235 1 0 0 25 0 1 0 276865425 5050368 867 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134529840 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1233 867 203 428 0 802 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 4932

[startup+162.48 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13642
/proc/meminfo: memFree=1296872/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=4932 CPUtime=162.42
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 937 0 0 0 16240 2 0 0 25 0 1 0 276865425 5050368 867 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134613140 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1233 867 203 428 0 802 0
Current children cumulated CPU time (s) 162.42
Current children cumulated vsize (KiB) 4932

[startup+222.551 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13642
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=4932 CPUtime=222.47
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 937 0 0 0 22245 2 0 0 25 0 1 0 276865425 5050368 867 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926330 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1233 867 203 428 0 802 0
Current children cumulated CPU time (s) 222.47
Current children cumulated vsize (KiB) 4932

[startup+282.618 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13644
/proc/meminfo: memFree=1296616/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=282.52
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 941 0 0 0 28249 3 0 0 25 0 1 0 276865425 5185536 871 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 871 203 428 0 835 0
Current children cumulated CPU time (s) 282.52
Current children cumulated vsize (KiB) 5064

[startup+342.686 s]
/proc/loadavg: 2.07 2.02 1.91 3/86 13644
/proc/meminfo: memFree=1296680/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=342.56
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 941 0 0 0 34253 3 0 0 25 0 1 0 276865425 5185536 871 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134527764 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 871 203 428 0 835 0
Current children cumulated CPU time (s) 342.56
Current children cumulated vsize (KiB) 5064

[startup+402.76 s]
/proc/loadavg: 2.02 2.01 1.91 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=402.63
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 941 0 0 0 40259 4 0 0 25 0 1 0 276865425 5185536 871 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 871 203 428 0 835 0
Current children cumulated CPU time (s) 402.63
Current children cumulated vsize (KiB) 5064

[startup+462.833 s]
/proc/loadavg: 2.01 2.00 1.91 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=462.68
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 941 0 0 0 46264 4 0 0 25 0 1 0 276865425 5185536 871 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666471 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 871 203 428 0 835 0
Current children cumulated CPU time (s) 462.68
Current children cumulated vsize (KiB) 5064

[startup+522.902 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=522.73
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 941 0 0 0 52268 5 0 0 25 0 1 0 276865425 5185536 871 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530469 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 871 203 428 0 835 0
Current children cumulated CPU time (s) 522.73
Current children cumulated vsize (KiB) 5064

[startup+582.972 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13644
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=582.79
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 941 0 0 0 58274 5 0 0 25 0 1 0 276865425 5185536 871 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237566 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 871 203 428 0 835 0
Current children cumulated CPU time (s) 582.79
Current children cumulated vsize (KiB) 5064

[startup+643.046 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13644
/proc/meminfo: memFree=1296872/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=642.84
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 941 0 0 0 64278 6 0 0 25 0 1 0 276865425 5185536 871 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134528069 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 871 203 428 0 835 0
Current children cumulated CPU time (s) 642.84
Current children cumulated vsize (KiB) 5064

[startup+703.115 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13644
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=702.89
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 941 0 0 0 70283 6 0 0 25 0 1 0 276865425 5185536 871 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691704 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 871 203 428 0 835 0
Current children cumulated CPU time (s) 702.89
Current children cumulated vsize (KiB) 5064

[startup+763.185 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13644
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=762.95
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 941 0 0 0 76288 7 0 0 25 0 1 0 276865425 5185536 871 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 871 203 428 0 835 0
Current children cumulated CPU time (s) 762.95
Current children cumulated vsize (KiB) 5064

[startup+823.259 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 13644
/proc/meminfo: memFree=1296872/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=823

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

Current children cumulated vsize (KiB) 5064

[startup+1423.98 s]
/proc/loadavg: 2.04 2.01 1.93 3/86 13644
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=1423.53
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 945 0 0 0 142342 11 0 0 25 0 1 0 276865425 5185536 875 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 875 203 428 0 835 0
Current children cumulated CPU time (s) 1423.53
Current children cumulated vsize (KiB) 5064

[startup+1484.05 s]
/proc/loadavg: 2.01 2.01 1.93 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=1483.6
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 945 0 0 0 148348 12 0 0 25 0 1 0 276865425 5185536 875 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134527837 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 875 203 428 0 835 0
Current children cumulated CPU time (s) 1483.6
Current children cumulated vsize (KiB) 5064

[startup+1544.13 s]
/proc/loadavg: 2.05 2.02 1.93 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=1543.65
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 945 0 0 0 154353 12 0 0 25 0 1 0 276865425 5185536 875 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134652833 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 875 203 428 0 835 0
Current children cumulated CPU time (s) 1543.65
Current children cumulated vsize (KiB) 5064

[startup+1604.2 s]
/proc/loadavg: 2.02 2.01 1.93 3/86 13644
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=1603.71
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 945 0 0 0 160358 13 0 0 25 0 1 0 276865425 5185536 875 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 875 203 428 0 835 0
Current children cumulated CPU time (s) 1603.71
Current children cumulated vsize (KiB) 5064

[startup+1664.27 s]
/proc/loadavg: 2.06 2.02 1.94 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=1663.77
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 945 0 0 0 166364 13 0 0 25 0 1 0 276865425 5185536 875 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 875 203 428 0 835 0
Current children cumulated CPU time (s) 1663.77
Current children cumulated vsize (KiB) 5064

[startup+1724.35 s]
/proc/loadavg: 2.02 2.02 1.94 3/86 13644
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=1723.82
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 172369 13 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237558 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 1723.82
Current children cumulated vsize (KiB) 5064

[startup+1784.43 s]
/proc/loadavg: 2.01 2.01 1.94 3/86 13644
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=1783.88
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 178374 14 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666363 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 1783.88
Current children cumulated vsize (KiB) 5064

[startup+1844.5 s]
/proc/loadavg: 2.09 2.04 1.95 3/86 13644
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=1843.94
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 184380 14 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237712 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 1843.94
Current children cumulated vsize (KiB) 5064

[startup+1904.57 s]
/proc/loadavg: 2.03 2.03 1.95 3/86 13644
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=1904
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 190385 15 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926805 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 1904
Current children cumulated vsize (KiB) 5064

[startup+1964.65 s]
/proc/loadavg: 2.01 2.02 1.95 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=1964.05
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 196390 15 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691715 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 1964.05
Current children cumulated vsize (KiB) 5064

[startup+2024.72 s]
/proc/loadavg: 2.00 2.01 1.95 3/86 13644
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=2024.11
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 202395 16 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691707 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 2024.11
Current children cumulated vsize (KiB) 5064

[startup+2084.8 s]
/proc/loadavg: 2.05 2.03 1.95 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=2084.17
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 208401 16 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926374 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 2084.17
Current children cumulated vsize (KiB) 5064

[startup+2144.88 s]
/proc/loadavg: 2.02 2.02 1.95 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=2144.23
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 214406 17 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691678 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 2144.23
Current children cumulated vsize (KiB) 5064

[startup+2204.96 s]
/proc/loadavg: 2.00 2.01 1.95 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=2204.29
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 220412 17 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134530534 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 2204.29
Current children cumulated vsize (KiB) 5064

[startup+2265.03 s]
/proc/loadavg: 2.00 2.01 1.95 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=2264.35
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 226417 18 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666471 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 2264.35
Current children cumulated vsize (KiB) 5064

[startup+2325.12 s]
/proc/loadavg: 2.04 2.02 1.96 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=2324.41
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 232423 18 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 2324.41
Current children cumulated vsize (KiB) 5064

[startup+2385.2 s]
/proc/loadavg: 2.01 2.01 1.96 3/86 13644
/proc/meminfo: memFree=1296744/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=2384.48
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 238429 19 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 2384.48
Current children cumulated vsize (KiB) 5064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.77 s]
/proc/loadavg: 2.01 2.01 1.96 3/86 13644
/proc/meminfo: memFree=1296808/2055920 swapFree=4165612/4192956
[pid=13641] ppid=13639 vsize=5064 CPUtime=2400.06
/proc/13641/stat : 13641 (aolibdvo) R 13639 13641 13159 0 -1 0 946 0 0 0 239987 19 0 0 25 0 1 0 276865425 5185536 876 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691691 0 0 4096 0 0 0 0 17 1 0 0
/proc/13641/statm: 1266 876 203 428 0 835 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 5064

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.78
CPU time (s): 2400.07
CPU user time (s): 2399.88
CPU system time (s): 0.19297
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 5064

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

runsolver used 2.18467 s user time and 6.34304 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan 20 09:18:16 UTC 2007


IDJOB= 278270
IDBENCH= 8211
IDSOLVER= 61
FILE ID= node1/278270-1169284696

PBS_JOBID= 3609494

Free space on /tmp= 66560 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/cnf/3-40-2100-3000/cnf-3-40-2300-696021_ext.xml
COMMAND LINE= /tmp/evaluation/278270-1169284696/aolibdvo /tmp/evaluation/278270-1169284696/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-278270-1169284696 -o ROOT/results/node1/conversion-278270-1169284696 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/278270-1169284696/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  e832c33ab0dafb1a59c63ea847fdb438

RANDOM SEED= 35901700

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.234
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.234
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:       1299832 kB
Buffers:         52816 kB
Cached:         583712 kB
SwapCached:       4372 kB
Active:         290152 kB
Inactive:       389552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1299832 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            4808 kB
Writeback:           0 kB
Mapped:          54012 kB
Slab:            61100 kB
Committed_AS:  8188808 kB
PageTables:       2292 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= 66560 MiB



End job on node1 on Sat Jan 20 09:58:18 UTC 2007