Trace number 279529

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.04 2410.74

General information on the benchmark

NameMaxCSP/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-70/
kbtree-9-2-3-5-70-01_ext.xml
MD5SUMa5e672e081955c76fd891f2507e242e5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints202
Best CPU time to get the best result obtained on this benchmark5.78412
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/279529-1169294261/unknown.xml" file ... done.
writing "/tmp/evaluation/279529-1169294261/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/node3/watcher-279529-1169294261 -o ROOT/results/node3/solver-279529-1169294261 -C 2400 -M 900 /tmp/evaluation/279529-1169294261/aolibpvo /tmp/evaluation/279529-1169294261/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.99 1.97 1.92 5/86 546
/proc/meminfo: memFree=1297312/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=2580 CPUtime=0.01
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 265 0 0 0 1 0 0 0 20 0 1 0 277821765 2641920 246 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135157028 0 0 4096 0 0 0 0 17 1 0 0
/proc/545/statm: 645 246 167 428 0 214 0

[startup+0.118527 s]
/proc/loadavg: 1.99 1.97 1.92 5/86 546
/proc/meminfo: memFree=1297312/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3268 CPUtime=0.11
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 431 0 0 0 11 0 0 0 20 0 1 0 277821765 3346432 412 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611776 0 0 4096 0 0 0 0 17 1 0 0
/proc/545/statm: 817 412 188 428 0 386 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 3268

[startup+0.526589 s]
/proc/loadavg: 1.99 1.97 1.92 5/86 546
/proc/meminfo: memFree=1297312/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3268 CPUtime=0.52
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 456 0 0 0 52 0 0 0 24 0 1 0 277821765 3346432 437 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 1 0 0
/proc/545/statm: 817 437 193 428 0 386 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 3268

[startup+1.34772 s]
/proc/loadavg: 1.99 1.97 1.92 3/86 546
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3268 CPUtime=1.33
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 456 0 0 0 133 0 0 0 25 0 1 0 277821765 3346432 437 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134720502 0 0 4096 0 0 0 0 17 1 0 0
/proc/545/statm: 817 437 193 428 0 386 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3268

[startup+2.98699 s]
/proc/loadavg: 1.99 1.97 1.92 3/86 546
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=2.97
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 464 0 0 0 297 0 0 0 25 0 1 0 277821765 3350528 445 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611818 0 0 4096 0 0 0 0 17 1 0 0
/proc/545/statm: 818 445 199 428 0 387 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 3272

[startup+6.26652 s]
/proc/loadavg: 1.99 1.97 1.92 3/86 546
/proc/meminfo: memFree=1296224/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=6.23
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 464 0 0 0 623 0 0 0 25 0 1 0 277821765 3350528 445 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051734 0 0 4096 0 0 0 0 17 1 0 0
/proc/545/statm: 818 445 199 428 0 387 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 3272

[startup+12.7296 s]
/proc/loadavg: 1.99 1.97 1.92 3/86 546
/proc/meminfo: memFree=1296224/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=12.67
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 464 0 0 0 1267 0 0 0 25 0 1 0 277821765 3350528 445 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 1 0 0
/proc/545/statm: 818 445 199 428 0 387 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 3272

[startup+25.5407 s]
/proc/loadavg: 1.99 1.97 1.92 3/86 546
/proc/meminfo: memFree=1296288/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=25.43
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 464 0 0 0 2543 0 0 0 25 0 1 0 277821765 3350528 445 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647083 0 0 4096 0 0 0 0 17 1 0 0
/proc/545/statm: 818 445 199 428 0 387 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 3272

[startup+51.1718 s]
/proc/loadavg: 1.99 1.97 1.92 3/86 546
/proc/meminfo: memFree=1296416/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=50.96
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 464 0 0 0 5096 0 0 0 25 0 1 0 277821765 3350528 445 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644945 0 0 4096 0 0 0 0 17 1 0 0
/proc/545/statm: 818 445 199 428 0 387 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 3272

[startup+102.453 s]
/proc/loadavg: 1.99 1.97 1.92 3/86 546
/proc/meminfo: memFree=1296480/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=102.22
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 464 0 0 0 10222 0 0 0 25 0 1 0 277821765 3350528 445 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926347 0 0 4096 0 0 0 0 17 1 0 0
/proc/545/statm: 818 445 199 428 0 387 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 3272

[startup+162.514 s]
/proc/loadavg: 2.04 1.99 1.92 3/86 546
/proc/meminfo: memFree=1296544/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=162.26
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 464 0 0 0 16226 0 0 0 25 0 1 0 277821765 3350528 445 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134703504 0 0 4096 0 0 0 0 17 1 0 0
/proc/545/statm: 818 445 199 428 0 387 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3272

[startup+222.588 s]
/proc/loadavg: 1.97 1.97 1.92 3/93 760
/proc/meminfo: memFree=1294808/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=222.05
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 22198 7 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926764 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 3272

[startup+282.669 s]
/proc/loadavg: 1.99 1.97 1.92 3/87 856
/proc/meminfo: memFree=1295888/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=281.78
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 28164 14 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 281.78
Current children cumulated vsize (KiB) 3272

[startup+342.729 s]
/proc/loadavg: 1.99 1.97 1.92 3/87 856
/proc/meminfo: memFree=1295888/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=341.55
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 34141 14 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646597 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 341.55
Current children cumulated vsize (KiB) 3272

[startup+402.794 s]
/proc/loadavg: 1.99 1.97 1.92 4/87 856
/proc/meminfo: memFree=1295888/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=401.33
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 40119 14 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 401.33
Current children cumulated vsize (KiB) 3272

[startup+462.855 s]
/proc/loadavg: 1.99 1.97 1.92 3/87 856
/proc/meminfo: memFree=1295952/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=461.13
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 46099 14 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926178 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 461.13
Current children cumulated vsize (KiB) 3272

[startup+522.915 s]
/proc/loadavg: 1.99 1.97 1.92 3/87 856
/proc/meminfo: memFree=1296016/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=520.9
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 52076 14 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647935 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 520.9
Current children cumulated vsize (KiB) 3272

[startup+582.976 s]
/proc/loadavg: 1.99 1.97 1.92 3/87 856
/proc/meminfo: memFree=1295952/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=580.71
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 58056 15 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646468 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 580.71
Current children cumulated vsize (KiB) 3272

[startup+643.043 s]
/proc/loadavg: 1.99 1.97 1.92 3/87 856
/proc/meminfo: memFree=1296080/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=640.5
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 64035 15 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611804 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 640.5
Current children cumulated vsize (KiB) 3272

[startup+703.101 s]
/proc/loadavg: 1.99 1.97 1.92 3/87 856
/proc/meminfo: memFree=1296080/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=700.27
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 70012 15 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656223 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 700.27
Current children cumulated vsize (KiB) 3272

[startup+763.161 s]
/proc/loadavg: 1.99 1.97 1.92 3/87 856
/proc/meminfo: memFree=1296080/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=760.06
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 75991 15 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134651575 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 760.06
Current children cumulated vsize (KiB) 3272

[startup+823.227 s]
/proc/loadavg: 1.99 1.97 1.92 3/87 856
/proc/meminfo: memFree=1296080/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=819.85

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

Current children cumulated vsize (KiB) 3272

[startup+1423.83 s]
/proc/loadavg: 2.07 1.99 1.92 3/87 858
/proc/meminfo: memFree=1296080/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=1417.68
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 141751 17 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134651905 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 1417.68
Current children cumulated vsize (KiB) 3272

[startup+1483.9 s]
/proc/loadavg: 2.03 1.99 1.92 3/87 858
/proc/meminfo: memFree=1296080/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=1477.48
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 147731 17 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650758 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 1477.48
Current children cumulated vsize (KiB) 3272

[startup+1543.96 s]
/proc/loadavg: 2.01 1.99 1.92 3/87 858
/proc/meminfo: memFree=1296016/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=1537.28
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 153711 17 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655708 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 1537.28
Current children cumulated vsize (KiB) 3272

[startup+1604.02 s]
/proc/loadavg: 2.04 2.00 1.93 3/87 858
/proc/meminfo: memFree=1296080/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=1597.04
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 159687 17 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134655705 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 1597.04
Current children cumulated vsize (KiB) 3272

[startup+1664.08 s]
/proc/loadavg: 2.01 2.00 1.93 3/87 858
/proc/meminfo: memFree=1296080/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=1656.84
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 165667 17 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611807 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 1656.84
Current children cumulated vsize (KiB) 3272

[startup+1724.14 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 858
/proc/meminfo: memFree=1296080/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=1716.63
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 171646 17 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611774 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 1716.63
Current children cumulated vsize (KiB) 3272

[startup+1784.2 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 858
/proc/meminfo: memFree=1296080/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=1776.38
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 177621 17 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134651533 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 1776.38
Current children cumulated vsize (KiB) 3272

[startup+1844.25 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 858
/proc/meminfo: memFree=1296016/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=1836.17
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 183600 17 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611858 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 1836.17
Current children cumulated vsize (KiB) 3272

[startup+1904.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 858
/proc/meminfo: memFree=1296080/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=1895.96
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 189579 17 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611813 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 1895.96
Current children cumulated vsize (KiB) 3272

[startup+1964.38 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 858
/proc/meminfo: memFree=1296016/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=1955.73
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 195556 17 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647997 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 1955.73
Current children cumulated vsize (KiB) 3272

[startup+2024.45 s]
/proc/loadavg: 1.93 1.98 1.92 3/87 951
/proc/meminfo: memFree=1296200/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=2015.52
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 201534 18 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647912 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 2015.52
Current children cumulated vsize (KiB) 3272

[startup+2084.5 s]
/proc/loadavg: 1.97 1.98 1.92 3/87 951
/proc/meminfo: memFree=1296264/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=2075.31
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 207513 18 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134656466 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 2075.31
Current children cumulated vsize (KiB) 3272

[startup+2144.57 s]
/proc/loadavg: 1.99 1.98 1.92 3/87 951
/proc/meminfo: memFree=1296328/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=2135.08
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 213490 18 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648004 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 2135.08
Current children cumulated vsize (KiB) 3272

[startup+2204.63 s]
/proc/loadavg: 1.99 1.98 1.92 3/87 951
/proc/meminfo: memFree=1296328/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=2194.87
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 219469 18 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647086 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 2194.87
Current children cumulated vsize (KiB) 3272

[startup+2264.68 s]
/proc/loadavg: 1.99 1.98 1.92 3/87 951
/proc/meminfo: memFree=1296264/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=2254.66
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 225448 18 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134649374 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 2254.66
Current children cumulated vsize (KiB) 3272

[startup+2324.74 s]
/proc/loadavg: 1.99 1.98 1.92 3/87 951
/proc/meminfo: memFree=1296328/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=2314.42
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 231424 18 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 2314.42
Current children cumulated vsize (KiB) 3272

[startup+2384.8 s]
/proc/loadavg: 1.99 1.98 1.92 3/87 951
/proc/meminfo: memFree=1296328/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=2374.22
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 237403 19 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650997 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 2374.22
Current children cumulated vsize (KiB) 3272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2410.74 s]
/proc/loadavg: 1.99 1.98 1.92 3/87 951
/proc/meminfo: memFree=1296328/2055920 swapFree=4191880/4192956
[pid=545] ppid=543 vsize=3272 CPUtime=2400.03
/proc/545/stat : 545 (aolibpvo) R 543 545 32554 0 -1 0 465 0 0 0 239984 19 0 0 25 0 1 0 277821765 3350528 446 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134614447 0 0 4096 0 0 0 0 17 0 0 0
/proc/545/statm: 818 446 199 428 0 387 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 3272

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2410.74
CPU time (s): 2400.04
CPU user time (s): 2399.84
CPU system time (s): 0.19197
CPU usage (%): 99.5558
Max. virtual memory (cumulated for all children) (KiB): 3272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.84
system time used= 0.19197
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= 40462

runsolver used 2.41863 s user time and 6.20906 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Jan 20 11:57:41 UTC 2007


IDJOB= 279529
IDBENCH= 10240
IDSOLVER= 60
FILE ID= node3/279529-1169294261

PBS_JOBID= 3609603

Free space on /tmp= 66560 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-70/kbtree-9-2-3-5-70-01_ext.xml
COMMAND LINE= /tmp/evaluation/279529-1169294261/aolibpvo /tmp/evaluation/279529-1169294261/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node3/convwatcher-279529-1169294261 -o ROOT/results/node3/conversion-279529-1169294261 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/279529-1169294261/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b8e99429ba4d9a99d2bd28d3d95367aa
MD5SUM BENCH=  a5e672e081955c76fd891f2507e242e5

RANDOM SEED= 542816608

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.279
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.279
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:       1297728 kB
Buffers:         57024 kB
Cached:         565232 kB
SwapCached:        284 kB
Active:         199552 kB
Inactive:       482700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1297728 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:          72960 kB
Slab:            61008 kB
Committed_AS:  7707548 kB
PageTables:       2016 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB



End job on node3 on Sat Jan 20 12:37:52 UTC 2007