Trace number 279547

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
aolibpvo 2007-01-17? (TO) 2400.08 2403.74

General information on the benchmark

NameMaxCSP/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-60/
kbtree-9-2-3-5-60-01_ext.xml
MD5SUM4ba8d5749d32a90d43949db7fdd698e2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints223
Best CPU time to get the best result obtained on this benchmark7.45987
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
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/279547-1169294385/unknown.xml" file ... done.
writing "/tmp/evaluation/279547-1169294385/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/node2/watcher-279547-1169294385 -o ROOT/results/node2/solver-279547-1169294385 -C 2400 -M 900 /tmp/evaluation/279547-1169294385/aolibpvo /tmp/evaluation/279547-1169294385/unknown.wcsp 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.00 2.01 2.00 5/87 24724
/proc/meminfo: memFree=1196280/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=18540 CPUtime=0
/proc/24723/stat : 24723 (runsolver) R 24721 24723 24660 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 277834194 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24723/statm: 4635 279 244 17 0 2626 0

[startup+0.108492 s]
/proc/loadavg: 2.00 2.01 2.00 5/87 24724
/proc/meminfo: memFree=1196280/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=2712 CPUtime=0.1
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 278 0 0 0 10 0 0 0 20 0 1 0 277834194 2777088 259 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134909556 0 0 4096 0 0 0 0 17 1 0 0
/proc/24723/statm: 678 259 169 428 0 247 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2712

[startup+0.516568 s]
/proc/loadavg: 2.00 2.01 2.00 5/87 24724
/proc/meminfo: memFree=1196280/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3280 CPUtime=0.5
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 456 0 0 0 50 0 0 0 24 0 1 0 277834194 3358720 437 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611793 0 0 4096 0 0 0 0 17 1 0 0
/proc/24723/statm: 820 437 193 428 0 389 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3280

[startup+1.33772 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 24724
/proc/meminfo: memFree=1195256/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3280 CPUtime=1.31
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 456 0 0 0 131 0 0 0 25 0 1 0 277834194 3358720 437 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134654802 0 0 4096 0 0 0 0 17 1 0 0
/proc/24723/statm: 820 437 193 428 0 389 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 3280

[startup+2.97902 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 24724
/proc/meminfo: memFree=1195128/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=2.94
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 464 0 0 0 294 0 0 0 25 0 1 0 277834194 3362816 445 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134657507 0 0 4096 0 0 0 0 17 1 0 0
/proc/24723/statm: 821 445 199 428 0 390 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 3284

[startup+6.25862 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 24724
/proc/meminfo: memFree=1195128/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=6.2
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 464 0 0 0 620 0 0 0 25 0 1 0 277834194 3362816 445 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 1 0 0
/proc/24723/statm: 821 445 199 428 0 390 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 3284

[startup+12.7198 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 24724
/proc/meminfo: memFree=1195192/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=12.61
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 464 0 0 0 1261 0 0 0 25 0 1 0 277834194 3362816 445 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/24723/statm: 821 445 199 428 0 390 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 3284

[startup+25.5322 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 24724
/proc/meminfo: memFree=1195320/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=25.33
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 464 0 0 0 2533 0 0 0 25 0 1 0 277834194 3362816 445 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134703730 0 0 4096 0 0 0 0 17 1 0 0
/proc/24723/statm: 821 445 199 428 0 390 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 3284

[startup+51.1779 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 24724
/proc/meminfo: memFree=1195320/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=50.76
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 5076 0 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134527781 0 0 4096 0 0 0 0 17 1 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 3284

[startup+102.476 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 24832
/proc/meminfo: memFree=1194152/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=101.55
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 10154 1 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051740 0 0 4096 0 0 0 0 17 1 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 3284

[startup+162.483 s]
/proc/loadavg: 1.96 1.98 1.99 3/93 25017
/proc/meminfo: memFree=1210384/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=161.31
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 16126 5 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 161.31
Current children cumulated vsize (KiB) 3284

[startup+222.536 s]
/proc/loadavg: 1.98 1.98 1.99 3/93 25017
/proc/meminfo: memFree=1210320/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=221.29
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 22124 5 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645666 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 221.29
Current children cumulated vsize (KiB) 3284

[startup+282.582 s]
/proc/loadavg: 2.07 2.00 2.00 3/93 25017
/proc/meminfo: memFree=1210256/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=281.28
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 28123 5 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645730 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 281.28
Current children cumulated vsize (KiB) 3284

[startup+342.597 s]
/proc/loadavg: 2.02 2.00 2.00 3/93 25017
/proc/meminfo: memFree=1210320/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=341.22
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 34117 5 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 341.22
Current children cumulated vsize (KiB) 3284

[startup+402.673 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 25017
/proc/meminfo: memFree=1210384/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=401.24
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 40118 6 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 401.24
Current children cumulated vsize (KiB) 3284

[startup+462.694 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25017
/proc/meminfo: memFree=1210328/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=461.2
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 46114 6 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134649592 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 461.2
Current children cumulated vsize (KiB) 3284

[startup+522.79 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25017
/proc/meminfo: memFree=1210392/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=521.22
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 52116 6 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134703508 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 521.22
Current children cumulated vsize (KiB) 3284

[startup+582.799 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25017
/proc/meminfo: memFree=1210392/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=581.17
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 58111 6 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647923 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 581.17
Current children cumulated vsize (KiB) 3284

[startup+642.891 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25017
/proc/meminfo: memFree=1210392/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=641.2
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 64114 6 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134651729 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 641.2
Current children cumulated vsize (KiB) 3284

[startup+702.953 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 25017
/proc/meminfo: memFree=1210328/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=701.18
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 70112 6 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648300 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 701.18
Current children cumulated vsize (KiB) 3284

[startup+763.03 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25017
/proc/meminfo: memFree=1210328/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=761.2
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 76114 6 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655636 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 761.2
Current children cumulated vsize (KiB) 3284

[startup+823.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25017
/proc/meminfo: memFree=1210392/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=821.21

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

Current children cumulated vsize (KiB) 3284

[startup+1423.56 s]
/proc/loadavg: 2.01 2.03 2.00 3/93 25019
/proc/meminfo: memFree=1210200/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=1420.98
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 142091 7 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646966 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 1420.98
Current children cumulated vsize (KiB) 3284

[startup+1483.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 25019
/proc/meminfo: memFree=1210200/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=1480.98
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 148090 8 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 1480.98
Current children cumulated vsize (KiB) 3284

[startup+1543.65 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 25019
/proc/meminfo: memFree=1210264/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=1540.97
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 154089 8 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134666282 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 1540.97
Current children cumulated vsize (KiB) 3284

[startup+1603.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 25019
/proc/meminfo: memFree=1210328/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=1600.93
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 160085 8 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134657780 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 1600.93
Current children cumulated vsize (KiB) 3284

[startup+1663.79 s]
/proc/loadavg: 2.04 2.02 2.00 3/93 25019
/proc/meminfo: memFree=1210264/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=1660.96
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 166088 8 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 1660.96
Current children cumulated vsize (KiB) 3284

[startup+1723.89 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 25019
/proc/meminfo: memFree=1210264/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=1720.99
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 172091 8 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 1720.99
Current children cumulated vsize (KiB) 3284

[startup+1783.98 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 25019
/proc/meminfo: memFree=1210264/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=1780.99
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 178091 8 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134658085 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 1780.99
Current children cumulated vsize (KiB) 3284

[startup+1843.98 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25019
/proc/meminfo: memFree=1210264/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=1840.93
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 184085 8 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134654882 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 1840.93
Current children cumulated vsize (KiB) 3284

[startup+1904.06 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25019
/proc/meminfo: memFree=1210264/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=1900.95
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 190087 8 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647970 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 1900.95
Current children cumulated vsize (KiB) 3284

[startup+1964.08 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25019
/proc/meminfo: memFree=1210200/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=1960.89
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 196081 8 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648018 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 1960.89
Current children cumulated vsize (KiB) 3284

[startup+2024.13 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25019
/proc/meminfo: memFree=1210200/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=2020.88
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 202080 8 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645312 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 2020.88
Current children cumulated vsize (KiB) 3284

[startup+2084.17 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25019
/proc/meminfo: memFree=1210200/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=2080.86
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 208078 8 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134649398 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 2080.86
Current children cumulated vsize (KiB) 3284

[startup+2144.26 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25019
/proc/meminfo: memFree=1210200/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=2140.87
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 214078 9 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134613839 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 2140.87
Current children cumulated vsize (KiB) 3284

[startup+2204.27 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25019
/proc/meminfo: memFree=1210200/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=2200.82
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 220073 9 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135738649 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 2200.82
Current children cumulated vsize (KiB) 3284

[startup+2264.36 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25019
/proc/meminfo: memFree=1210200/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=2260.85
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 226076 9 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 2260.85
Current children cumulated vsize (KiB) 3284

[startup+2324.38 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 25019
/proc/meminfo: memFree=1210200/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=2320.79
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 232070 9 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134684637 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 2320.79
Current children cumulated vsize (KiB) 3284

[startup+2384.46 s]
/proc/loadavg: 2.16 2.04 2.01 3/93 25019
/proc/meminfo: memFree=1210200/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=2380.8
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 238071 9 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134612639 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 2380.8
Current children cumulated vsize (KiB) 3284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2403.73 s]
/proc/loadavg: 2.11 2.04 2.01 3/93 25019
/proc/meminfo: memFree=1210200/2055920 swapFree=4180552/4192956
[pid=24723] ppid=24721 vsize=3284 CPUtime=2400.07
/proc/24723/stat : 24723 (aolibpvo) R 24721 24723 24660 0 -1 0 465 0 0 0 239998 9 0 0 25 0 1 0 277834194 3362816 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647848 0 0 4096 0 0 0 0 17 0 0 0
/proc/24723/statm: 821 446 199 428 0 390 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 3284

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2403.74
CPU time (s): 2400.08
CPU user time (s): 2399.98
CPU system time (s): 0.096985
CPU usage (%): 99.8479
Max. virtual memory (cumulated for all children) (KiB): 3284

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

runsolver used 2.52562 s user time and 7.04393 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Jan 20 11:59:45 UTC 2007


IDJOB= 279547
IDBENCH= 10261
IDSOLVER= 60
FILE ID= node2/279547-1169294385

PBS_JOBID= 3609629

Free space on /tmp= 66561 MiB

SOLVER NAME= aolibpvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-60/kbtree-9-2-3-5-60-01_ext.xml
COMMAND LINE= /tmp/evaluation/279547-1169294385/aolibpvo /tmp/evaluation/279547-1169294385/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node2/convwatcher-279547-1169294385 -o ROOT/results/node2/conversion-279547-1169294385 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/279547-1169294385/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-279547-1169294385 -o ROOT/results/node2/solver-279547-1169294385 -C 2400 -M 900  /tmp/evaluation/279547-1169294385/aolibpvo /tmp/evaluation/279547-1169294385/unknown.wcsp

META MD5SUM SOLVER= b8e99429ba4d9a99d2bd28d3d95367aa
MD5SUM BENCH=  4ba8d5749d32a90d43949db7fdd698e2

RANDOM SEED= 609492543

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.259
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	: 5931.00
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.259
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:       1196760 kB
Buffers:         48244 kB
Cached:         645396 kB
SwapCached:        572 kB
Active:         247292 kB
Inactive:       537856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196760 kB
SwapTotal:     4192956 kB
SwapFree:      4180552 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:         104308 kB
Slab:            58724 kB
Committed_AS:  7701132 kB
PageTables:       2476 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= 66561 MiB



End job on node2 on Sat Jan 20 12:39:49 UTC 2007