Trace number 274943

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 2420.14

General information on the benchmark

Namecomposed/composed-75-1-80/
composed-75-1-80-5_ext.xml
MD5SUMd350ded4476695b6faf15d599d5f8933
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints699
Best CPU time to get the best result obtained on this benchmark67.8487
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables83
Number of constraints702
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension702
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/274943-1169214037/unknown.xml" file ... done.
writing "/tmp/evaluation/274943-1169214037/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/node4/watcher-274943-1169214037 -o ROOT/results/node4/solver-274943-1169214037 -C 2400 -M 900 /tmp/evaluation/274943-1169214037/aolibdvo /tmp/evaluation/274943-1169214037/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.00 0.00 0.00 5/94 23592
/proc/meminfo: memFree=1396592/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=3284 CPUtime=0.1
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 444 0 0 0 10 0 0 0 20 0 1 0 269799561 3362816 425 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135173523 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 821 425 169 428 0 390 0

[startup+0.21218 s]
/proc/loadavg: 0.00 0.00 0.00 5/94 23592
/proc/meminfo: memFree=1396592/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5172 CPUtime=0.2
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 929 0 0 0 20 0 0 0 21 0 1 0 269799561 5296128 910 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1293 910 195 428 0 862 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5172

[startup+0.620216 s]
/proc/loadavg: 0.00 0.00 0.00 5/94 23592
/proc/meminfo: memFree=1396592/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5428 CPUtime=0.61
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1004 0 0 0 61 0 0 0 25 0 1 0 269799561 5558272 985 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1357 985 202 428 0 926 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 5428

[startup+1.44129 s]
/proc/loadavg: 0.00 0.00 0.00 3/94 23592
/proc/meminfo: memFree=1393328/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=1.42
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 142 0 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134614437 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 5432

[startup+3.08545 s]
/proc/loadavg: 0.16 0.03 0.01 4/94 23592
/proc/meminfo: memFree=1393328/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=3.05
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 305 0 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134652831 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 5432

[startup+6.36476 s]
/proc/loadavg: 0.16 0.03 0.01 3/94 23592
/proc/meminfo: memFree=1393264/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=6.3
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 630 0 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 5432

[startup+12.8274 s]
/proc/loadavg: 0.44 0.10 0.03 3/94 23592
/proc/meminfo: memFree=1393264/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=12.71
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 1270 1 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 5432

[startup+25.6436 s]
/proc/loadavg: 0.68 0.16 0.05 3/94 23592
/proc/meminfo: memFree=1393200/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=25.41
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 2540 1 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655773 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 5432

[startup+51.284 s]
/proc/loadavg: 1.13 0.31 0.10 3/94 23592
/proc/meminfo: memFree=1393264/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=50.83
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 5082 1 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134613935 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 5432

[startup+102.562 s]
/proc/loadavg: 1.62 0.56 0.20 3/94 23592
/proc/meminfo: memFree=1393328/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=101.66
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 10165 1 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134612667 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 5432

[startup+162.649 s]
/proc/loadavg: 1.87 0.84 0.32 3/94 23592
/proc/meminfo: memFree=1393264/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=161.22
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 16120 2 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645725 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 5432

[startup+222.652 s]
/proc/loadavg: 1.95 1.05 0.42 3/94 23592
/proc/meminfo: memFree=1393328/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=220.67
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 22065 2 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666338 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 220.67
Current children cumulated vsize (KiB) 5432

[startup+282.75 s]
/proc/loadavg: 1.98 1.22 0.52 3/94 23592
/proc/meminfo: memFree=1393264/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=280.23
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 28020 3 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 280.23
Current children cumulated vsize (KiB) 5432

[startup+342.771 s]
/proc/loadavg: 1.99 1.36 0.61 3/94 23592
/proc/meminfo: memFree=1393328/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=339.71
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 33968 3 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 339.71
Current children cumulated vsize (KiB) 5432

[startup+402.785 s]
/proc/loadavg: 1.99 1.47 0.69 3/94 23592
/proc/meminfo: memFree=1393264/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=399.2
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 39916 4 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648046 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 399.2
Current children cumulated vsize (KiB) 5432

[startup+462.804 s]
/proc/loadavg: 1.99 1.57 0.77 3/94 23592
/proc/meminfo: memFree=1393328/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=458.69
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 45865 4 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 458.69
Current children cumulated vsize (KiB) 5432

[startup+522.905 s]
/proc/loadavg: 1.99 1.64 0.84 3/94 23592
/proc/meminfo: memFree=1393264/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=518.27
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 51822 5 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 518.27
Current children cumulated vsize (KiB) 5432

[startup+582.929 s]
/proc/loadavg: 1.99 1.71 0.91 3/94 23592
/proc/meminfo: memFree=1393328/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=577.77
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 57772 5 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 577.77
Current children cumulated vsize (KiB) 5432

[startup+643.016 s]
/proc/loadavg: 1.99 1.76 0.98 3/94 23592
/proc/meminfo: memFree=1393328/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=637.33
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 63727 6 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 637.33
Current children cumulated vsize (KiB) 5432

[startup+703.04 s]
/proc/loadavg: 1.99 1.80 1.04 3/94 23592
/proc/meminfo: memFree=1393264/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=696.81
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 69675 6 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647920 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 696.81
Current children cumulated vsize (KiB) 5432

[startup+763.133 s]
/proc/loadavg: 1.99 1.83 1.10 3/94 23592
/proc/meminfo: memFree=1393264/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=756.36
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 75629 7 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 756.36
Current children cumulated vsize (KiB) 5432

[startup+823.157 s]
/proc/loadavg: 1.99 1.86 1.15 4/94 23592
/proc/meminfo: memFree=1393264/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=815.85

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

Current children cumulated vsize (KiB) 5432

[startup+1423.59 s]
/proc/loadavg: 2.00 1.97 1.54 3/94 23790
/proc/meminfo: memFree=1392944/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=1410.74
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 141062 12 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 1410.74
Current children cumulated vsize (KiB) 5432

[startup+1483.69 s]
/proc/loadavg: 2.00 1.97 1.56 3/94 23790
/proc/meminfo: memFree=1392944/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=1470.32
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 147020 12 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656998 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 1470.32
Current children cumulated vsize (KiB) 5432

[startup+1543.71 s]
/proc/loadavg: 2.00 1.97 1.59 3/94 23790
/proc/meminfo: memFree=1393072/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=1529.82
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 152969 13 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 1529.82
Current children cumulated vsize (KiB) 5432

[startup+1603.8 s]
/proc/loadavg: 2.00 1.97 1.61 3/94 23790
/proc/meminfo: memFree=1393136/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=1589.4
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 158927 13 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647920 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 1589.4
Current children cumulated vsize (KiB) 5432

[startup+1663.82 s]
/proc/loadavg: 2.00 1.97 1.63 3/94 23790
/proc/meminfo: memFree=1393136/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=1648.91
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 164877 14 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134652136 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 1648.91
Current children cumulated vsize (KiB) 5432

[startup+1723.84 s]
/proc/loadavg: 2.00 1.97 1.65 3/94 23790
/proc/meminfo: memFree=1393136/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=1708.38
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 170824 14 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644951 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 1708.38
Current children cumulated vsize (KiB) 5432

[startup+1783.86 s]
/proc/loadavg: 2.00 1.97 1.67 3/94 23790
/proc/meminfo: memFree=1393136/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=1767.87
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 176772 15 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646636 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 1767.87
Current children cumulated vsize (KiB) 5432

[startup+1843.87 s]
/proc/loadavg: 2.00 1.97 1.69 3/94 23790
/proc/meminfo: memFree=1393136/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=1827.35
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 182720 15 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 1827.35
Current children cumulated vsize (KiB) 5432

[startup+1903.87 s]
/proc/loadavg: 2.00 1.97 1.70 3/94 23790
/proc/meminfo: memFree=1393136/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=1886.84
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 188668 16 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134612139 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 1886.84
Current children cumulated vsize (KiB) 5432

[startup+1963.88 s]
/proc/loadavg: 2.07 1.99 1.73 3/94 23790
/proc/meminfo: memFree=1393072/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=1946.33
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 194616 17 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134612675 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 1946.33
Current children cumulated vsize (KiB) 5432

[startup+2023.89 s]
/proc/loadavg: 2.02 1.99 1.74 3/94 23790
/proc/meminfo: memFree=1393136/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=2005.83
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 200566 17 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648057 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 2005.83
Current children cumulated vsize (KiB) 5432

[startup+2083.89 s]
/proc/loadavg: 2.01 1.99 1.75 4/94 23790
/proc/meminfo: memFree=1393072/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=2065.31
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 206514 17 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 2065.31
Current children cumulated vsize (KiB) 5432

[startup+2143.99 s]
/proc/loadavg: 2.00 1.99 1.76 3/94 23790
/proc/meminfo: memFree=1393136/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=2125.12
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 212494 18 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135741004 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 2125.12
Current children cumulated vsize (KiB) 5432

[startup+2204.07 s]
/proc/loadavg: 2.00 1.99 1.77 3/94 23790
/proc/meminfo: memFree=1393136/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=2184.94
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 218475 19 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 2184.94
Current children cumulated vsize (KiB) 5432

[startup+2264.16 s]
/proc/loadavg: 2.00 1.99 1.79 3/94 23790
/proc/meminfo: memFree=1393072/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=2244.75
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 224456 19 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647898 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 2244.75
Current children cumulated vsize (KiB) 5432

[startup+2324.24 s]
/proc/loadavg: 2.00 1.99 1.80 3/94 23790
/proc/meminfo: memFree=1393136/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=2304.57
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 230437 20 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 2304.57
Current children cumulated vsize (KiB) 5432

[startup+2384.34 s]
/proc/loadavg: 2.07 2.00 1.81 3/94 23790
/proc/meminfo: memFree=1393072/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=2364.39
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 236419 20 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051727 0 0 4096 0 0 0 0 17 1 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 2364.39
Current children cumulated vsize (KiB) 5432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2420.12 s]
/proc/loadavg: 1.97 1.98 1.82 3/93 23853
/proc/meminfo: memFree=1338936/2055920 swapFree=4182144/4192956
[pid=23591] ppid=23589 vsize=5432 CPUtime=2400.06
/proc/23591/stat : 23591 (aolibdvo) R 23589 23591 23437 0 -1 0 1008 0 0 0 239979 27 0 0 25 0 1 0 269799561 5562368 989 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135007101 0 0 4096 0 0 0 0 17 0 0 0
/proc/23591/statm: 1358 989 202 428 0 927 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 5432

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2420.14
CPU time (s): 2400.07
CPU user time (s): 2399.79
CPU system time (s): 0.276957
CPU usage (%): 99.1706
Max. virtual memory (cumulated for all children) (KiB): 5432

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

runsolver used 2.6486 s user time and 7.28289 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Fri Jan 19 13:40:38 UTC 2007


IDJOB= 274943
IDBENCH= 3066
IDSOLVER= 61
FILE ID= node4/274943-1169214037

PBS_JOBID= 3588930

Free space on /tmp= 66562 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/composed/composed-75-1-80/composed-75-1-80-5_ext.xml
COMMAND LINE= /tmp/evaluation/274943-1169214037/aolibdvo /tmp/evaluation/274943-1169214037/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node4/convwatcher-274943-1169214037 -o ROOT/results/node4/conversion-274943-1169214037 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/274943-1169214037/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  d350ded4476695b6faf15d599d5f8933

RANDOM SEED= 263082311

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:       1397072 kB
Buffers:         62888 kB
Cached:         462712 kB
SwapCached:       2148 kB
Active:         147080 kB
Inactive:       429568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1397072 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            2860 kB
Writeback:           0 kB
Mapped:          68428 kB
Slab:            66728 kB
Committed_AS:  7335292 kB
PageTables:       2500 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 node4 on Fri Jan 19 14:21:05 UTC 2007