Trace number 276695

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.08 2411.4

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-23_ext.xml
MD5SUM052daab93e3479cd3789561612b07034
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints134
Best CPU time to get the best result obtained on this benchmark142.922
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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/276695-1169244537/unknown.xml" file ... done.
writing "/tmp/evaluation/276695-1169244537/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/node34/watcher-276695-1169244537 -o ROOT/results/node34/solver-276695-1169244537 -C 2400 -M 900 /tmp/evaluation/276695-1169244537/aolibdvo /tmp/evaluation/276695-1169244537/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.71 1.22 1.14 4/81 12902
/proc/meminfo: memFree=1079784/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=2452 CPUtime=0
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 272847794 2510848 159 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135800270 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 613 159 121 428 0 182 0

[startup+0.107883 s]
/proc/loadavg: 1.71 1.22 1.14 4/81 12902
/proc/meminfo: memFree=1079784/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=4116 CPUtime=0.1
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 651 0 0 0 10 0 0 0 18 0 1 0 272847794 4214784 632 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135779552 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1029 632 168 428 0 598 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4116

[startup+0.519924 s]
/proc/loadavg: 1.71 1.22 1.14 4/81 12902
/proc/meminfo: memFree=1079784/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=0.5
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 50 0 0 0 22 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6392

[startup+1.33999 s]
/proc/loadavg: 1.71 1.22 1.14 3/81 12902
/proc/meminfo: memFree=1075944/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=1.32
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 132 0 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6392

[startup+2.97611 s]
/proc/loadavg: 1.71 1.22 1.14 3/81 12902
/proc/meminfo: memFree=1075944/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=2.95
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 295 0 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611847 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 6392

[startup+6.25538 s]
/proc/loadavg: 1.74 1.23 1.14 3/81 12902
/proc/meminfo: memFree=1075944/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=6.21
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 621 0 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647991 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 6392

[startup+12.7199 s]
/proc/loadavg: 1.76 1.24 1.14 3/81 12902
/proc/meminfo: memFree=1075960/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=12.65
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 1265 0 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134651234 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 6392

[startup+25.5339 s]
/proc/loadavg: 1.81 1.28 1.16 3/81 12902
/proc/meminfo: memFree=1076088/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=25.4
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 2540 0 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134649695 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 6392

[startup+51.166 s]
/proc/loadavg: 1.87 1.34 1.18 3/81 12902
/proc/meminfo: memFree=1076088/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=50.91
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 5091 0 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 6392

[startup+102.427 s]
/proc/loadavg: 1.94 1.44 1.22 3/81 12902
/proc/meminfo: memFree=1076152/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=101.93
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 10192 1 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645669 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 6392

[startup+162.508 s]
/proc/loadavg: 2.06 1.57 1.28 3/81 12902
/proc/meminfo: memFree=1076152/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=161.73
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 16172 1 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 6392

[startup+222.585 s]
/proc/loadavg: 2.02 1.64 1.32 3/81 12902
/proc/meminfo: memFree=1076152/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=221.53
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 22152 1 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611804 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 221.53
Current children cumulated vsize (KiB) 6392

[startup+282.663 s]
/proc/loadavg: 2.08 1.72 1.36 3/81 12902
/proc/meminfo: memFree=1076216/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=281.32
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 28131 1 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647848 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 281.32
Current children cumulated vsize (KiB) 6392

[startup+342.741 s]
/proc/loadavg: 2.15 1.80 1.41 3/81 12902
/proc/meminfo: memFree=1076152/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=341.13
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 34111 2 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648053 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 341.13
Current children cumulated vsize (KiB) 6392

[startup+402.82 s]
/proc/loadavg: 2.05 1.83 1.44 3/81 12902
/proc/meminfo: memFree=1076152/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=400.92
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 40090 2 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 400.92
Current children cumulated vsize (KiB) 6392

[startup+462.896 s]
/proc/loadavg: 2.02 1.86 1.48 3/81 12902
/proc/meminfo: memFree=1076088/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=460.71
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 46069 2 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134654587 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 460.71
Current children cumulated vsize (KiB) 6392

[startup+522.97 s]
/proc/loadavg: 2.00 1.88 1.51 3/81 12902
/proc/meminfo: memFree=1076152/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=520.51
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 52049 2 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 520.51
Current children cumulated vsize (KiB) 6392

[startup+583.047 s]
/proc/loadavg: 2.00 1.90 1.53 3/81 12902
/proc/meminfo: memFree=1076152/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=580.31
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 58029 2 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 580.31
Current children cumulated vsize (KiB) 6392

[startup+643.131 s]
/proc/loadavg: 2.00 1.92 1.56 3/81 12902
/proc/meminfo: memFree=1076088/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=640.11
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 64009 2 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650825 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 640.11
Current children cumulated vsize (KiB) 6392

[startup+703.206 s]
/proc/loadavg: 2.00 1.93 1.58 3/81 12904
/proc/meminfo: memFree=1075896/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=699.9
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 69988 2 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 699.9
Current children cumulated vsize (KiB) 6392

[startup+763.278 s]
/proc/loadavg: 2.00 1.94 1.61 3/81 12904
/proc/meminfo: memFree=1075960/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=759.69
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 75967 2 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611847 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 759.69
Current children cumulated vsize (KiB) 6392

[startup+823.356 s]
/proc/loadavg: 2.00 1.95 1.63 3/81 12904
/proc/meminfo: memFree=1075960/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=819.49

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

Current children cumulated vsize (KiB) 6392

[startup+1424.12 s]
/proc/loadavg: 2.07 2.02 1.80 3/81 12904
/proc/meminfo: memFree=1076024/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=1417.43
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 141738 5 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 1417.43
Current children cumulated vsize (KiB) 6392

[startup+1484.19 s]
/proc/loadavg: 2.02 2.01 1.82 3/81 12904
/proc/meminfo: memFree=1076024/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=1477.23
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 147718 5 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611838 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 1477.23
Current children cumulated vsize (KiB) 6392

[startup+1544.27 s]
/proc/loadavg: 2.01 2.00 1.82 3/81 12904
/proc/meminfo: memFree=1075960/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=1537.02
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 153697 5 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611811 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 1537.02
Current children cumulated vsize (KiB) 6392

[startup+1604.35 s]
/proc/loadavg: 2.03 2.02 1.83 3/81 12904
/proc/meminfo: memFree=1076024/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=1596.82
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 159677 5 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 1596.82
Current children cumulated vsize (KiB) 6392

[startup+1664.42 s]
/proc/loadavg: 2.01 2.01 1.84 3/81 12904
/proc/meminfo: memFree=1075960/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=1656.61
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 165656 5 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 1656.61
Current children cumulated vsize (KiB) 6392

[startup+1724.5 s]
/proc/loadavg: 2.00 2.00 1.85 3/81 12904
/proc/meminfo: memFree=1075960/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=1716.41
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 171636 5 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 1716.41
Current children cumulated vsize (KiB) 6392

[startup+1784.58 s]
/proc/loadavg: 2.00 2.00 1.85 3/81 12904
/proc/meminfo: memFree=1075960/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=1776.22
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 177616 6 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647898 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 1776.22
Current children cumulated vsize (KiB) 6392

[startup+1844.66 s]
/proc/loadavg: 2.00 2.00 1.86 3/81 12904
/proc/meminfo: memFree=1075896/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=1836
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 183594 6 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648036 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 1836
Current children cumulated vsize (KiB) 6392

[startup+1904.73 s]
/proc/loadavg: 2.00 2.00 1.86 3/81 12904
/proc/meminfo: memFree=1075960/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=1895.8
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 189574 6 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134654915 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 1895.8
Current children cumulated vsize (KiB) 6392

[startup+1964.81 s]
/proc/loadavg: 2.00 2.00 1.87 3/81 12904
/proc/meminfo: memFree=1075896/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=1955.59
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 195553 6 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 1955.59
Current children cumulated vsize (KiB) 6392

[startup+2024.89 s]
/proc/loadavg: 2.00 2.00 1.87 3/81 12904
/proc/meminfo: memFree=1075896/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=2015.39
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 201533 6 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655766 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 2015.39
Current children cumulated vsize (KiB) 6392

[startup+2084.96 s]
/proc/loadavg: 2.00 2.00 1.88 3/81 12904
/proc/meminfo: memFree=1075896/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=2075.18
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 207512 6 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648033 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 2075.18
Current children cumulated vsize (KiB) 6392

[startup+2145.04 s]
/proc/loadavg: 2.00 2.00 1.89 3/81 12904
/proc/meminfo: memFree=1075896/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=2134.98
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 213492 6 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611798 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 2134.98
Current children cumulated vsize (KiB) 6392

[startup+2205.12 s]
/proc/loadavg: 2.05 2.01 1.90 3/81 12904
/proc/meminfo: memFree=1075896/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=2194.78
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 219472 6 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 2194.78
Current children cumulated vsize (KiB) 6392

[startup+2265.2 s]
/proc/loadavg: 2.08 2.02 1.91 3/81 12904
/proc/meminfo: memFree=1075896/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=2254.57
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 225451 6 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 2254.57
Current children cumulated vsize (KiB) 6392

[startup+2325.27 s]
/proc/loadavg: 2.03 2.02 1.91 3/81 12904
/proc/meminfo: memFree=1075832/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=2314.37
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 231431 6 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611847 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 2314.37
Current children cumulated vsize (KiB) 6392

[startup+2385.35 s]
/proc/loadavg: 2.08 2.03 1.91 3/81 12904
/proc/meminfo: memFree=1075896/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=2374.17
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 237411 6 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 2374.17
Current children cumulated vsize (KiB) 6392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.39 s]
/proc/loadavg: 2.13 2.04 1.92 2/68 12922
/proc/meminfo: memFree=1087968/2055920 swapFree=4192812/4192956
[pid=12901] ppid=12899 vsize=6392 CPUtime=2400.07
/proc/12901/stat : 12901 (aolibdvo) R 12899 12901 12410 0 -1 0 1190 0 0 0 240001 6 0 0 25 0 1 0 272847794 6545408 1171 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611807 0 0 4096 0 0 0 0 17 1 0 0
/proc/12901/statm: 1598 1171 202 428 0 1167 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 6392

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2411.4
CPU time (s): 2400.08
CPU user time (s): 2400.01
CPU system time (s): 0.065989
CPU usage (%): 99.5307
Max. virtual memory (cumulated for all children) (KiB): 6392

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

runsolver used 2.26765 s user time and 6.29404 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Fri Jan 19 22:08:58 UTC 2007


IDJOB= 276695
IDBENCH= 5961
IDSOLVER= 61
FILE ID= node34/276695-1169244537

PBS_JOBID= 3589335

Free space on /tmp= 66562 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-23_ext.xml
COMMAND LINE= /tmp/evaluation/276695-1169244537/aolibdvo /tmp/evaluation/276695-1169244537/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node34/convwatcher-276695-1169244537 -o ROOT/results/node34/conversion-276695-1169244537 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/276695-1169244537/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  052daab93e3479cd3789561612b07034

RANDOM SEED= 607463294

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.227
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.227
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:       1080264 kB
Buffers:         38184 kB
Cached:         832080 kB
SwapCached:          0 kB
Active:         332888 kB
Inactive:       569312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1080264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3888 kB
Writeback:           0 kB
Mapped:          49624 kB
Slab:            58716 kB
Committed_AS:  4505816 kB
PageTables:       1864 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 node34 on Fri Jan 19 22:49:12 UTC 2007