Trace number 280610

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.12 2408.2

General information on the benchmark

NameMaxCSP/pedigree/
pedck1000_ext.xml
MD5SUM41bf80e45682fbc47dc909ec0082e0ed
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints1651
Best CPU time to get the best result obtained on this benchmark32.828
Satisfiable
(Un)Satisfiability was proved
Number of variables1001
Number of constraints1670
Maximum constraint arity3
Maximum domain size6
Number of constraints which are defined in extension1670
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/280610-1169306849/unknown.xml" file ... done.
writing "/tmp/evaluation/280610-1169306849/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-280610-1169306849 -o ROOT/results/node4/solver-280610-1169306849 -C 2400 -M 900 /tmp/evaluation/280610-1169306849/aolibdvo /tmp/evaluation/280610-1169306849/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.58 1.89 1.95 5/87 6075
/proc/meminfo: memFree=803040/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=18540 CPUtime=0
/proc/6074/stat : 6074 (runsolver) R 6072 6074 5733 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 279080956 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6074/statm: 4635 279 244 17 0 2626 0

[startup+0.132783 s]
/proc/loadavg: 1.58 1.89 1.95 5/87 6075
/proc/meminfo: memFree=803040/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=3376 CPUtime=0.12
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 411 0 0 0 12 0 0 0 20 0 1 0 279080956 3457024 393 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135052730 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 844 393 121 428 0 413 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 3376

[startup+0.540817 s]
/proc/loadavg: 1.58 1.89 1.95 5/87 6075
/proc/meminfo: memFree=803040/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=5264 CPUtime=0.52
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 1066 0 0 0 52 0 0 0 24 0 1 0 279080956 5390336 919 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135155310 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 1316 919 170 428 0 885 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 5264

[startup+1.3619 s]
/proc/loadavg: 1.61 1.89 1.95 3/87 6075
/proc/meminfo: memFree=799648/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=20960 CPUtime=1.34
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 4372 0 0 0 132 2 0 0 25 0 1 0 279080956 21463040 4037 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134664414 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 5240 4037 185 428 0 4809 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 20960

[startup+2.99906 s]
/proc/loadavg: 1.61 1.89 1.95 3/87 6075
/proc/meminfo: memFree=682656/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=124928 CPUtime=2.97
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 31756 0 0 0 283 14 0 0 25 0 1 0 279080956 127926272 30631 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 31232 30631 196 428 0 30801 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 124928

[startup+6.28637 s]
/proc/loadavg: 1.61 1.89 1.95 3/87 6075
/proc/meminfo: memFree=677216/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=129324 CPUtime=6.25
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 32865 0 0 0 610 15 0 0 25 0 1 0 279080956 132427776 31740 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 32331 31740 196 428 0 31900 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 129324

[startup+12.752 s]
/proc/loadavg: 1.67 1.89 1.95 3/87 6075
/proc/meminfo: memFree=670368/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=135608 CPUtime=12.68
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 34473 0 0 0 1253 15 0 0 25 0 1 0 279080956 138862592 33348 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 33902 33348 196 428 0 33471 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 135608

[startup+25.5652 s]
/proc/loadavg: 1.72 1.89 1.95 3/87 6075
/proc/meminfo: memFree=660128/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=145836 CPUtime=25.43
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 37120 0 0 0 2527 16 0 0 25 0 1 0 279080956 149336064 35995 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 36459 35995 196 428 0 36028 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 145836

[startup+51.2067 s]
/proc/loadavg: 1.82 1.90 1.95 3/87 6075
/proc/meminfo: memFree=656928/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=50.95
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 42223 0 0 0 5077 18 0 0 25 0 1 0 279080956 151638016 36605 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36605 197 428 0 36590 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 148084

[startup+102.492 s]
/proc/loadavg: 1.96 1.93 1.96 3/87 6075
/proc/meminfo: memFree=656992/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=102
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 50623 0 0 0 10178 22 0 0 25 0 1 0 279080956 151638016 36605 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36605 197 428 0 36590 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 148084

[startup+162.493 s]
/proc/loadavg: 1.98 1.94 1.96 3/87 6075
/proc/meminfo: memFree=656992/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148148 CPUtime=161.72
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 59827 0 0 0 16146 26 0 0 25 0 1 0 279080956 151703552 36621 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647912 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37037 36621 197 428 0 36606 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 148148

[startup+222.5 s]
/proc/loadavg: 1.99 1.95 1.96 3/87 6075
/proc/meminfo: memFree=656992/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=221.44
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 68526 0 0 0 22113 31 0 0 25 0 1 0 279080956 151638016 36605 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647909 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36605 197 428 0 36590 0
Current children cumulated CPU time (s) 221.44
Current children cumulated vsize (KiB) 148084

[startup+282.503 s]
/proc/loadavg: 1.99 1.95 1.96 3/87 6075
/proc/meminfo: memFree=657000/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=281.16
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 76458 0 0 0 28082 34 0 0 25 0 1 0 279080956 151638016 36605 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36605 197 428 0 36590 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 148084

[startup+342.505 s]
/proc/loadavg: 1.99 1.96 1.96 3/87 6075
/proc/meminfo: memFree=656936/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=340.88
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 83624 0 0 0 34051 37 0 0 25 0 1 0 279080956 151638016 36606 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36606 197 428 0 36590 0
Current children cumulated CPU time (s) 340.88
Current children cumulated vsize (KiB) 148084

[startup+402.604 s]
/proc/loadavg: 1.99 1.96 1.96 3/87 6075
/proc/meminfo: memFree=657000/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=400.69
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 89925 0 0 0 40029 40 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 400.69
Current children cumulated vsize (KiB) 148084

[startup+462.711 s]
/proc/loadavg: 1.99 1.97 1.96 3/87 6075
/proc/meminfo: memFree=657000/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=460.52
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 96207 0 0 0 46008 44 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 460.52
Current children cumulated vsize (KiB) 148084

[startup+522.813 s]
/proc/loadavg: 1.99 1.97 1.96 3/87 6075
/proc/meminfo: memFree=656936/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=520.34
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 103454 0 0 0 51987 47 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134725498 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 520.34
Current children cumulated vsize (KiB) 148084

[startup+582.915 s]
/proc/loadavg: 1.99 1.97 1.96 3/87 6075
/proc/meminfo: memFree=657000/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=580.15
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 109671 0 0 0 57965 50 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647928 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 580.15
Current children cumulated vsize (KiB) 148084

[startup+643.014 s]
/proc/loadavg: 1.99 1.97 1.96 3/87 6075
/proc/meminfo: memFree=657000/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=639.98
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 115426 0 0 0 63944 54 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 639.98
Current children cumulated vsize (KiB) 148084

[startup+703.023 s]
/proc/loadavg: 1.99 1.97 1.96 3/87 6075
/proc/meminfo: memFree=656936/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=699.7
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 127739 0 0 0 69911 59 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 699.7
Current children cumulated vsize (KiB) 148084

[startup+763.025 s]
/proc/loadavg: 1.99 1.97 1.96 3/87 6075
/proc/meminfo: memFree=656872/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=759.42
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 139747 0 0 0 75876 66 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 759.42
Current children cumulated vsize (KiB) 148084

[startup+823.032 s]
/proc/loadavg: 1.99 1.97 1.96 3/87 6075
/proc/meminfo: memFree=656936/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=819.15

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

Current children cumulated vsize (KiB) 148084

[startup+1423.46 s]
/proc/loadavg: 2.06 2.02 1.97 3/87 6075
/proc/meminfo: memFree=656936/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=1416.76
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 250241 0 0 0 141558 118 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 1 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 1416.76
Current children cumulated vsize (KiB) 148084

[startup+1483.48 s]
/proc/loadavg: 1.98 2.00 1.97 3/94 6281
/proc/meminfo: memFree=1189296/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=1476.51
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 258083 0 0 0 147529 122 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 1476.51
Current children cumulated vsize (KiB) 148084

[startup+1543.51 s]
/proc/loadavg: 2.15 2.03 1.98 3/94 6281
/proc/meminfo: memFree=1189360/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=1536.4
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 271070 0 0 0 153512 128 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 1536.4
Current children cumulated vsize (KiB) 148084

[startup+1603.58 s]
/proc/loadavg: 2.09 2.04 1.98 3/94 6281
/proc/meminfo: memFree=1189424/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=1596.41
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 283084 0 0 0 159508 133 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006648 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 1596.41
Current children cumulated vsize (KiB) 148084

[startup+1663.64 s]
/proc/loadavg: 2.03 2.03 1.98 3/94 6281
/proc/meminfo: memFree=1189360/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148216 CPUtime=1656.39
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 295609 0 0 0 165500 139 0 0 25 0 1 0 279080956 151773184 36639 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135743014 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37054 36639 197 428 0 36623 0
Current children cumulated CPU time (s) 1656.39
Current children cumulated vsize (KiB) 148216

[startup+1723.64 s]
/proc/loadavg: 2.01 2.02 1.98 3/94 6281
/proc/meminfo: memFree=1189360/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=1716.34
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 305325 0 0 0 171491 143 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 1716.34
Current children cumulated vsize (KiB) 148084

[startup+1783.65 s]
/proc/loadavg: 2.00 2.01 1.98 3/94 6281
/proc/meminfo: memFree=1189360/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=1776.3
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 313567 0 0 0 177483 147 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 1776.3
Current children cumulated vsize (KiB) 148084

[startup+1843.65 s]
/proc/loadavg: 2.00 2.01 1.98 3/94 6281
/proc/meminfo: memFree=1189360/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=1836.22
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 324200 0 0 0 183470 152 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 1836.22
Current children cumulated vsize (KiB) 148084

[startup+1903.66 s]
/proc/loadavg: 2.00 2.00 1.98 3/94 6281
/proc/meminfo: memFree=1189360/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=1896.18
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 331274 0 0 0 189462 156 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647904 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 1896.18
Current children cumulated vsize (KiB) 148084

[startup+1963.67 s]
/proc/loadavg: 2.07 2.03 1.99 3/94 6281
/proc/meminfo: memFree=1189360/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=1956.12
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 336148 0 0 0 195454 158 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 1956.12
Current children cumulated vsize (KiB) 148084

[startup+2023.71 s]
/proc/loadavg: 2.02 2.02 1.99 3/100 6363
/proc/meminfo: memFree=1187904/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=2016.06
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 340942 0 0 0 201442 164 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 2016.06
Current children cumulated vsize (KiB) 148084

[startup+2083.75 s]
/proc/loadavg: 2.07 2.03 2.00 3/94 6479
/proc/meminfo: memFree=1188912/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148172 CPUtime=2076
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 344855 0 0 0 207428 172 0 0 25 0 1 0 279080956 151728128 36624 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135909426 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37037 36624 197 428 0 36606 0
Current children cumulated CPU time (s) 2076
Current children cumulated vsize (KiB) 148172

[startup+2143.77 s]
/proc/loadavg: 2.06 2.04 2.00 3/94 6479
/proc/meminfo: memFree=1188976/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=2135.95
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 350725 0 0 0 213420 175 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647956 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 2135.95
Current children cumulated vsize (KiB) 148084

[startup+2203.78 s]
/proc/loadavg: 2.02 2.03 2.00 3/94 6479
/proc/meminfo: memFree=1188976/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=2195.89
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 356121 0 0 0 219412 177 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 2195.89
Current children cumulated vsize (KiB) 148084

[startup+2263.83 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 6479
/proc/meminfo: memFree=1189040/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=2255.9
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 361553 0 0 0 225410 180 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 2255.9
Current children cumulated vsize (KiB) 148084

[startup+2323.84 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 6479
/proc/meminfo: memFree=1189104/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=2315.82
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 367447 0 0 0 231400 182 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647909 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 2315.82
Current children cumulated vsize (KiB) 148084

[startup+2383.85 s]
/proc/loadavg: 2.05 2.03 2.00 3/94 6479
/proc/meminfo: memFree=1189168/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=2375.78
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 372535 0 0 0 237392 186 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 2375.78
Current children cumulated vsize (KiB) 148084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2408.17 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 6479
/proc/meminfo: memFree=1189168/2055920 swapFree=4182144/4192956
[pid=6074] ppid=6072 vsize=148084 CPUtime=2400.08
/proc/6074/stat : 6074 (aolibdvo) R 6072 6074 5733 0 -1 0 374415 0 0 0 239821 187 0 0 25 0 1 0 279080956 151638016 36608 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 0 0 0
/proc/6074/statm: 37021 36608 197 428 0 36590 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 148084

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2408.2
CPU time (s): 2400.12
CPU user time (s): 2398.22
CPU system time (s): 1.89571
CPU usage (%): 99.6644
Max. virtual memory (cumulated for all children) (KiB): 148720

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

runsolver used 2.93555 s user time and 7.66583 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Jan 20 15:27:30 UTC 2007


IDJOB= 280610
IDBENCH= 11879
IDSOLVER= 61
FILE ID= node4/280610-1169306849

PBS_JOBID= 3609934

Free space on /tmp= 66045 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/pedigree/pedck1000_ext.xml
COMMAND LINE= /tmp/evaluation/280610-1169306849/aolibdvo /tmp/evaluation/280610-1169306849/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node4/convwatcher-280610-1169306849 -o ROOT/results/node4/conversion-280610-1169306849 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/280610-1169306849/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  41bf80e45682fbc47dc909ec0082e0ed

RANDOM SEED= 418808017

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:        803392 kB
Buffers:         67320 kB
Cached:        1047740 kB
SwapCached:       2180 kB
Active:         208028 kB
Inactive:       954184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        803392 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            3096 kB
Writeback:           0 kB
Mapped:          58928 kB
Slab:            74908 kB
Committed_AS:  8050108 kB
PageTables:       2436 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 node4 on Sat Jan 20 16:07:42 UTC 2007