Trace number 280637

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.19 2411.27

General information on the benchmark

NameMaxCSP/pedigree/
sheep4r-4-2_ext.xml
MD5SUM656a3ee856c960875f2fb0bba19eb6c2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints2829
Best CPU time to get the best result obtained on this benchmark37.0984
Satisfiable
(Un)Satisfiability was proved
Number of variables2255
Number of constraints2830
Maximum constraint arity3
Maximum domain size10
Number of constraints which are defined in extension2830
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/280637-1169306949/unknown.xml" file ... done.
writing "/tmp/evaluation/280637-1169306949/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/node51/watcher-280637-1169306949 -o ROOT/results/node51/solver-280637-1169306949 -C 2400 -M 900 /tmp/evaluation/280637-1169306949/aolibdvo /tmp/evaluation/280637-1169306949/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.99 1.15 1.21 4/75 31354
/proc/meminfo: memFree=1333000/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=2452 CPUtime=0
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 279094970 2510848 160 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135800270 0 0 4096 0 0 0 0 17 1 0 0
/proc/31353/statm: 613 160 121 428 0 182 0

[startup+0.107235 s]
/proc/loadavg: 0.99 1.15 1.21 4/75 31354
/proc/meminfo: memFree=1333000/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=3116 CPUtime=0.1
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 328 0 0 0 10 0 0 0 18 0 1 0 279094970 3190784 310 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135761079 0 0 4096 0 0 0 0 17 1 0 0
/proc/31353/statm: 779 310 121 428 0 348 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3116

[startup+0.515303 s]
/proc/loadavg: 0.99 1.15 1.21 4/75 31354
/proc/meminfo: memFree=1333000/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=5528 CPUtime=0.5
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 931 0 0 0 50 0 0 0 21 0 1 0 279094970 5660672 913 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134928435 0 0 4096 0 0 0 0 17 1 0 0
/proc/31353/statm: 1382 913 121 428 0 951 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5528

[startup+1.33745 s]
/proc/loadavg: 0.99 1.15 1.21 3/75 31354
/proc/meminfo: memFree=1326280/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=10236 CPUtime=1.33
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 2110 0 0 0 132 1 0 0 25 0 1 0 279094970 10481664 2092 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135800270 0 0 4096 0 0 0 0 17 1 0 0
/proc/31353/statm: 2559 2092 121 428 0 2128 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 10236

[startup+2.97572 s]
/proc/loadavg: 0.99 1.15 1.21 3/75 31354
/proc/meminfo: memFree=1319880/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=16608 CPUtime=2.97
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 4069 0 0 0 295 2 0 0 25 0 1 0 279094970 17006592 3748 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135162982 0 0 4096 0 0 0 0 17 1 0 0
/proc/31353/statm: 4152 3748 176 428 0 3721 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 16608

[startup+6.25428 s]
/proc/loadavg: 1.07 1.16 1.21 3/75 31354
/proc/meminfo: memFree=922760/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=703672 CPUtime=6.24
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 167174 0 0 0 558 66 0 0 25 0 1 0 279094970 720560128 162857 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134641119 0 0 4096 0 0 0 0 17 1 0 0
/proc/31353/statm: 175918 162857 192 428 0 175487 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 703672

[startup+12.7134 s]
/proc/loadavg: 1.14 1.17 1.21 3/75 31354
/proc/meminfo: memFree=657992/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=724340 CPUtime=12.7
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 174051 0 0 0 1201 69 0 0 25 0 1 0 279094970 741724160 168898 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/31353/statm: 181085 168898 203 428 0 180654 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 724340

[startup+25.5216 s]
/proc/loadavg: 1.33 1.21 1.22 3/75 31354
/proc/meminfo: memFree=643528/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=737480 CPUtime=25.5
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 177644 0 0 0 2479 71 0 0 25 0 1 0 279094970 755179520 172288 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/31353/statm: 184370 172288 203 428 0 183939 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 737480

[startup+51.1569 s]
/proc/loadavg: 1.50 1.26 1.24 3/75 31447
/proc/meminfo: memFree=626312/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756244 CPUtime=51.03
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 184486 0 0 0 5027 76 0 0 25 0 1 0 279094970 774393856 177260 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189061 177260 203 428 0 188630 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 756244

[startup+102.441 s]
/proc/loadavg: 1.78 1.37 1.28 3/74 31448
/proc/meminfo: memFree=627600/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756244 CPUtime=102.08
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 184486 0 0 0 10132 76 0 0 25 0 1 0 279094970 774393856 177260 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189061 177260 203 428 0 188630 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 756244

[startup+162.547 s]
/proc/loadavg: 1.92 1.48 1.32 3/75 31537
/proc/meminfo: memFree=610048/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756640 CPUtime=161.87
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 235063 0 0 0 16089 98 0 0 25 0 1 0 279094970 774799360 177353 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189160 177353 203 428 0 188729 0
Current children cumulated CPU time (s) 161.87
Current children cumulated vsize (KiB) 756640

[startup+222.645 s]
/proc/loadavg: 1.97 1.57 1.36 3/74 31538
/proc/meminfo: memFree=560904/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756508 CPUtime=221.71
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 353637 0 0 0 22024 147 0 0 25 0 1 0 279094970 774664192 177315 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647991 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189127 177315 203 428 0 188696 0
Current children cumulated CPU time (s) 221.71
Current children cumulated vsize (KiB) 756508

[startup+282.746 s]
/proc/loadavg: 1.99 1.65 1.40 3/74 31538
/proc/meminfo: memFree=560904/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756640 CPUtime=281.53
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 496336 0 0 0 27945 208 0 0 25 0 1 0 279094970 774799360 177353 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134982700 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189160 177353 203 428 0 188729 0
Current children cumulated CPU time (s) 281.53
Current children cumulated vsize (KiB) 756640

[startup+342.844 s]
/proc/loadavg: 1.99 1.71 1.43 3/74 31538
/proc/meminfo: memFree=560968/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756244 CPUtime=341.35
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 626774 0 0 0 33871 264 0 0 25 0 1 0 279094970 774393856 177285 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691623 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189061 177285 203 428 0 188630 0
Current children cumulated CPU time (s) 341.35
Current children cumulated vsize (KiB) 756244

[startup+402.848 s]
/proc/loadavg: 1.99 1.76 1.46 3/74 31538
/proc/meminfo: memFree=560904/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756244 CPUtime=401.09
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 758794 0 0 0 39788 321 0 0 25 0 1 0 279094970 774393856 177285 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656474 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189061 177285 203 428 0 188630 0
Current children cumulated CPU time (s) 401.09
Current children cumulated vsize (KiB) 756244

[startup+462.94 s]
/proc/loadavg: 1.99 1.80 1.49 3/74 31538
/proc/meminfo: memFree=560968/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756772 CPUtime=460.9
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 899648 0 0 0 45708 382 0 0 25 0 1 0 279094970 774934528 177370 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134982707 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189193 177370 203 428 0 188762 0
Current children cumulated CPU time (s) 460.9
Current children cumulated vsize (KiB) 756772

[startup+522.941 s]
/proc/loadavg: 1.99 1.83 1.52 3/74 31538
/proc/meminfo: memFree=560840/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756508 CPUtime=520.62
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 1020205 0 0 0 51629 433 0 0 25 0 1 0 279094970 774664192 177315 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647956 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189127 177315 203 428 0 188696 0
Current children cumulated CPU time (s) 520.62
Current children cumulated vsize (KiB) 756508

[startup+583.04 s]
/proc/loadavg: 1.99 1.86 1.55 3/74 31538
/proc/meminfo: memFree=560968/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756640 CPUtime=580.46
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 1164182 0 0 0 57553 493 0 0 25 0 1 0 279094970 774799360 177353 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691634 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189160 177353 203 428 0 188729 0
Current children cumulated CPU time (s) 580.46
Current children cumulated vsize (KiB) 756640

[startup+643.042 s]
/proc/loadavg: 1.99 1.88 1.57 3/74 31538
/proc/meminfo: memFree=560840/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756772 CPUtime=640.19
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 1290354 0 0 0 63474 545 0 0 25 0 1 0 279094970 774934528 177370 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237566 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189193 177370 203 428 0 188762 0
Current children cumulated CPU time (s) 640.19
Current children cumulated vsize (KiB) 756772

[startup+703.05 s]
/proc/loadavg: 1.99 1.90 1.60 3/74 31538
/proc/meminfo: memFree=560840/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756508 CPUtime=699.9
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 1414319 0 0 0 69401 589 0 0 25 0 1 0 279094970 774664192 177332 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135743014 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189127 177332 203 428 0 188696 0
Current children cumulated CPU time (s) 699.9
Current children cumulated vsize (KiB) 756508

[startup+763.15 s]
/proc/loadavg: 1.99 1.92 1.62 3/74 31538
/proc/meminfo: memFree=560968/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756640 CPUtime=759.73
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 1544439 0 0 0 75333 640 0 0 25 0 1 0 279094970 774799360 177356 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642528 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189160 177356 203 428 0 188729 0
Current children cumulated CPU time (s) 759.73
Current children cumulated vsize (KiB) 756640

[startup+823.151 s]
/proc/loadavg: 2.05 1.94 1.65 3/74 31538
/proc/meminfo: memFree=560840/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756772 CPUtime=819.46

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

Current children cumulated vsize (KiB) 756244

[startup+1423.66 s]
/proc/loadavg: 2.00 1.99 1.80 3/74 31538
/proc/meminfo: memFree=560904/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756508 CPUtime=1417.21
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 2876272 0 0 0 140540 1181 0 0 25 0 1 0 279094970 774664192 177342 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189127 177342 203 428 0 188696 0
Current children cumulated CPU time (s) 1417.21
Current children cumulated vsize (KiB) 756508

[startup+1483.75 s]
/proc/loadavg: 2.00 1.99 1.81 3/74 31538
/proc/meminfo: memFree=560904/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756244 CPUtime=1477.03
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 2994052 0 0 0 146474 1229 0 0 25 0 1 0 279094970 774393856 177299 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189061 177299 203 428 0 188630 0
Current children cumulated CPU time (s) 1477.03
Current children cumulated vsize (KiB) 756244

[startup+1543.76 s]
/proc/loadavg: 2.00 1.99 1.82 3/74 31538
/proc/meminfo: memFree=560840/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756244 CPUtime=1536.77
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 3111523 0 0 0 152398 1279 0 0 25 0 1 0 279094970 774393856 177299 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189061 177299 203 428 0 188630 0
Current children cumulated CPU time (s) 1536.77
Current children cumulated vsize (KiB) 756244

[startup+1603.86 s]
/proc/loadavg: 2.07 2.00 1.83 3/74 31538
/proc/meminfo: memFree=560904/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756640 CPUtime=1596.58
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 3229094 0 0 0 158332 1326 0 0 25 0 1 0 279094970 774799360 177370 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006842 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189160 177370 203 428 0 188729 0
Current children cumulated CPU time (s) 1596.58
Current children cumulated vsize (KiB) 756640

[startup+1663.86 s]
/proc/loadavg: 2.02 2.00 1.84 3/74 31538
/proc/meminfo: memFree=560840/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756640 CPUtime=1656.31
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 3346730 0 0 0 164253 1378 0 0 25 0 1 0 279094970 774799360 177370 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691623 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189160 177370 203 428 0 188729 0
Current children cumulated CPU time (s) 1656.31
Current children cumulated vsize (KiB) 756640

[startup+1723.86 s]
/proc/loadavg: 2.01 2.00 1.84 3/74 31538
/proc/meminfo: memFree=560840/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756376 CPUtime=1716.04
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 3464709 0 0 0 170179 1425 0 0 25 0 1 0 279094970 774529024 177303 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189094 177303 203 428 0 188663 0
Current children cumulated CPU time (s) 1716.04
Current children cumulated vsize (KiB) 756376

[startup+1783.86 s]
/proc/loadavg: 2.07 2.02 1.85 3/74 31538
/proc/meminfo: memFree=560904/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756376 CPUtime=1775.76
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 3617667 0 0 0 176088 1488 0 0 25 0 1 0 279094970 774529024 177303 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647954 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189094 177303 203 428 0 188663 0
Current children cumulated CPU time (s) 1775.76
Current children cumulated vsize (KiB) 756376

[startup+1843.86 s]
/proc/loadavg: 2.10 2.03 1.87 3/74 31538
/proc/meminfo: memFree=560840/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756772 CPUtime=1835.49
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 3774549 0 0 0 181999 1550 0 0 25 0 1 0 279094970 774934528 177384 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642816 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189193 177384 203 428 0 188762 0
Current children cumulated CPU time (s) 1835.49
Current children cumulated vsize (KiB) 756772

[startup+1903.87 s]
/proc/loadavg: 2.03 2.02 1.87 3/80 31602
/proc/meminfo: memFree=559416/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756508 CPUtime=1895.21
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 3893651 0 0 0 187921 1600 0 0 25 0 1 0 279094970 774664192 177347 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006870 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189127 177347 203 428 0 188696 0
Current children cumulated CPU time (s) 1895.21
Current children cumulated vsize (KiB) 756508

[startup+1963.89 s]
/proc/loadavg: 2.01 2.02 1.88 3/80 31712
/proc/meminfo: memFree=559432/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756508 CPUtime=1954.86
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 3962722 0 0 0 193848 1638 0 0 25 0 1 0 279094970 774664192 177346 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134982272 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189127 177346 203 428 0 188696 0
Current children cumulated CPU time (s) 1954.86
Current children cumulated vsize (KiB) 756508

[startup+2023.89 s]
/proc/loadavg: 2.00 2.01 1.88 3/74 31736
/proc/meminfo: memFree=560456/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756508 CPUtime=2014.57
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 4031720 0 0 0 199787 1670 0 0 25 0 1 0 279094970 774664192 177347 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006758 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189127 177347 203 428 0 188696 0
Current children cumulated CPU time (s) 2014.57
Current children cumulated vsize (KiB) 756508

[startup+2083.99 s]
/proc/loadavg: 2.00 2.00 1.89 3/74 31736
/proc/meminfo: memFree=560456/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756244 CPUtime=2074.4
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 4101106 0 0 0 205741 1699 0 0 25 0 1 0 279094970 774393856 177300 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666396 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189061 177300 203 428 0 188630 0
Current children cumulated CPU time (s) 2074.4
Current children cumulated vsize (KiB) 756244

[startup+2144.09 s]
/proc/loadavg: 2.00 2.00 1.89 3/74 31736
/proc/meminfo: memFree=560648/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756376 CPUtime=2134.22
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 4169576 0 0 0 211690 1732 0 0 25 0 1 0 279094970 774529024 177317 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189094 177317 203 428 0 188663 0
Current children cumulated CPU time (s) 2134.22
Current children cumulated vsize (KiB) 756376

[startup+2204.09 s]
/proc/loadavg: 2.00 2.00 1.90 3/74 31736
/proc/meminfo: memFree=560648/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756508 CPUtime=2193.94
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 4237955 0 0 0 217634 1760 0 0 25 0 1 0 279094970 774664192 177346 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691639 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189127 177346 203 428 0 188696 0
Current children cumulated CPU time (s) 2193.94
Current children cumulated vsize (KiB) 756508

[startup+2264.19 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 31736
/proc/meminfo: memFree=560648/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756244 CPUtime=2253.78
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 4306594 0 0 0 223589 1789 0 0 25 0 1 0 279094970 774393856 177300 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648082 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189061 177300 203 428 0 188630 0
Current children cumulated CPU time (s) 2253.78
Current children cumulated vsize (KiB) 756244

[startup+2324.19 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 31736
/proc/meminfo: memFree=560584/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756244 CPUtime=2313.49
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 4375025 0 0 0 229529 1820 0 0 25 0 1 0 279094970 774393856 177307 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189061 177307 203 428 0 188630 0
Current children cumulated CPU time (s) 2313.49
Current children cumulated vsize (KiB) 756244

[startup+2384.19 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 31736
/proc/meminfo: memFree=560648/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756640 CPUtime=2373.23
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 4470540 0 0 0 235461 1862 0 0 25 0 1 0 279094970 774799360 177378 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135006917 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189160 177378 203 428 0 188729 0
Current children cumulated CPU time (s) 2373.23
Current children cumulated vsize (KiB) 756640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.16 s]
/proc/loadavg: 2.00 2.00 1.91 3/74 31736
/proc/meminfo: memFree=560648/2055920 swapFree=4191892/4192956
[pid=31353] ppid=31351 vsize=756244 CPUtime=2400.08
/proc/31353/stat : 31353 (aolibdvo) R 31351 31353 31121 0 -1 0 4523817 0 0 0 238127 1881 0 0 25 0 1 0 279094970 774393856 177307 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647954 0 0 4096 0 0 0 0 17 0 0 0
/proc/31353/statm: 189061 177307 203 428 0 188630 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 756244

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2411.27
CPU time (s): 2400.19
CPU user time (s): 2381.27
CPU system time (s): 18.9221
CPU usage (%): 99.5406
Max. virtual memory (cumulated for all children) (KiB): 756772

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

runsolver used 2.09868 s user time and 6.52501 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sat Jan 20 15:29:10 UTC 2007


IDJOB= 280637
IDBENCH= 11882
IDSOLVER= 61
FILE ID= node51/280637-1169306949

PBS_JOBID= 3610177

Free space on /tmp= 66562 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/pedigree/sheep4r-4-2_ext.xml
COMMAND LINE= /tmp/evaluation/280637-1169306949/aolibdvo /tmp/evaluation/280637-1169306949/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node51/convwatcher-280637-1169306949 -o ROOT/results/node51/conversion-280637-1169306949 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/280637-1169306949/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  656a3ee856c960875f2fb0bba19eb6c2

RANDOM SEED= 241515166

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.277
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.277
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:       1333352 kB
Buffers:         50432 kB
Cached:         567244 kB
SwapCached:        512 kB
Active:         154476 kB
Inactive:       490904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1333352 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           11880 kB
Writeback:           0 kB
Mapped:          38428 kB
Slab:            62560 kB
Committed_AS:  5526020 kB
PageTables:       1812 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= 66552 MiB



End job on node51 on Sat Jan 20 16:09:36 UTC 2007