Trace number 275095

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.03 2420.67

General information on the benchmark

Namecril/
cril-6_ext.xml
MD5SUMf8d39e5bdce05fe09513769763e88957
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints152
Best CPU time to get the best result obtained on this benchmark65.838
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables36
Number of constraints153
Maximum constraint arity4
Maximum domain size9
Number of constraints which are defined in extension153
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/275095-1169216486/unknown.xml" file ... done.
writing "/tmp/evaluation/275095-1169216486/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/node19/watcher-275095-1169216486 -o ROOT/results/node19/solver-275095-1169216486 -C 2400 -M 900 /tmp/evaluation/275095-1169216486/aolibpvo /tmp/evaluation/275095-1169216486/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.70 1.92 1.80 5/93 8422
/proc/meminfo: memFree=1180808/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=2780 CPUtime=0
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 245 0 0 0 0 0 0 0 20 0 1 0 270043335 2846720 227 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135045093 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 695 227 120 428 0 264 0

[startup+0.108246 s]
/proc/loadavg: 1.70 1.92 1.80 5/93 8422
/proc/meminfo: memFree=1180808/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=0.1
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 10 0 0 0 20 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611807 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3788

[startup+0.516319 s]
/proc/loadavg: 1.70 1.92 1.80 5/93 8422
/proc/meminfo: memFree=1180808/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=0.5
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 50 0 0 0 24 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647991 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3788

[startup+1.33847 s]
/proc/loadavg: 1.70 1.92 1.80 3/93 8422
/proc/meminfo: memFree=1179272/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=1.32
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 132 0 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134527840 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3788

[startup+2.97678 s]
/proc/loadavg: 1.70 1.92 1.80 3/93 8422
/proc/meminfo: memFree=1179272/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=2.94
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 294 0 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647907 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 3788

[startup+6.2564 s]
/proc/loadavg: 1.72 1.92 1.80 3/93 8422
/proc/meminfo: memFree=1179208/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=6.2
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 620 0 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648628 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 3788

[startup+12.7306 s]
/proc/loadavg: 1.75 1.92 1.81 3/93 8424
/proc/meminfo: memFree=1179008/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=12.61
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 1261 0 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134529840 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 3788

[startup+25.57 s]
/proc/loadavg: 1.87 1.94 1.81 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=25.34
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 2534 0 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647901 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 3788

[startup+51.2019 s]
/proc/loadavg: 1.91 1.94 1.82 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=50.75
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 5075 0 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 3788

[startup+102.505 s]
/proc/loadavg: 1.96 1.95 1.82 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=101.61
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 10161 0 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135738649 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 3788

[startup+162.594 s]
/proc/loadavg: 2.03 1.97 1.83 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=161.2
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 16119 1 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 161.2
Current children cumulated vsize (KiB) 3788

[startup+222.619 s]
/proc/loadavg: 2.01 1.97 1.84 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=220.72
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 22071 1 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646292 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 220.72
Current children cumulated vsize (KiB) 3788

[startup+282.674 s]
/proc/loadavg: 2.06 1.99 1.85 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=280.22
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 28021 1 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 280.22
Current children cumulated vsize (KiB) 3788

[startup+342.731 s]
/proc/loadavg: 2.02 1.99 1.86 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=339.74
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 33972 2 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650137 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 339.74
Current children cumulated vsize (KiB) 3788

[startup+402.784 s]
/proc/loadavg: 2.01 1.99 1.86 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=399.24
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 39922 2 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134657740 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 399.24
Current children cumulated vsize (KiB) 3788

[startup+462.789 s]
/proc/loadavg: 2.00 1.99 1.87 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=458.73
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 45871 2 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051921 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 458.73
Current children cumulated vsize (KiB) 3788

[startup+522.888 s]
/proc/loadavg: 2.00 1.99 1.88 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=518.33
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 51830 3 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134649873 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 518.33
Current children cumulated vsize (KiB) 3788

[startup+582.918 s]
/proc/loadavg: 2.00 1.99 1.88 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=577.84
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 57781 3 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134718996 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 577.84
Current children cumulated vsize (KiB) 3788

[startup+643.014 s]
/proc/loadavg: 2.00 1.99 1.89 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=637.44
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 63740 4 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 637.44
Current children cumulated vsize (KiB) 3788

[startup+703.025 s]
/proc/loadavg: 2.00 1.99 1.89 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=696.94
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 69690 4 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134528050 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 696.94
Current children cumulated vsize (KiB) 3788

[startup+763.123 s]
/proc/loadavg: 2.03 2.00 1.90 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=756.53
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 75648 5 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135210652 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 756.53
Current children cumulated vsize (KiB) 3788

[startup+823.133 s]
/proc/loadavg: 2.01 2.00 1.91 3/93 8424
/proc/meminfo: memFree=1178952/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=816.03

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

Current children cumulated vsize (KiB) 3788

[startup+1423.71 s]
/proc/loadavg: 2.00 2.02 1.93 3/93 8424
/proc/meminfo: memFree=1178888/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=1411.44
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 141135 9 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646588 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 1411.44
Current children cumulated vsize (KiB) 3788

[startup+1483.75 s]
/proc/loadavg: 2.03 2.03 1.94 3/93 8424
/proc/meminfo: memFree=1178888/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=1470.94
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 147084 10 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134614437 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 1470.94
Current children cumulated vsize (KiB) 3788

[startup+1543.8 s]
/proc/loadavg: 2.01 2.02 1.94 3/93 8424
/proc/meminfo: memFree=1178888/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=1530.43
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 153033 10 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 1530.43
Current children cumulated vsize (KiB) 3788

[startup+1603.86 s]
/proc/loadavg: 2.00 2.01 1.94 3/93 8424
/proc/meminfo: memFree=1178888/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=1589.95
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 158984 11 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647991 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 1589.95
Current children cumulated vsize (KiB) 3788

[startup+1663.92 s]
/proc/loadavg: 2.00 2.01 1.94 3/93 8424
/proc/meminfo: memFree=1178888/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=1649.45
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 164934 11 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611807 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 1649.45
Current children cumulated vsize (KiB) 3788

[startup+1723.97 s]
/proc/loadavg: 2.00 2.00 1.94 3/93 8424
/proc/meminfo: memFree=1178888/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=1708.96
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 170885 11 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134650784 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 1708.96
Current children cumulated vsize (KiB) 3788

[startup+1784.03 s]
/proc/loadavg: 2.00 2.00 1.94 3/93 8424
/proc/meminfo: memFree=1178824/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=1768.5
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 176838 12 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611847 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 1768.5
Current children cumulated vsize (KiB) 3788

[startup+1844.08 s]
/proc/loadavg: 2.05 2.01 1.94 3/93 8424
/proc/meminfo: memFree=1178888/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=1827.99
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 182787 12 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135741576 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 1827.99
Current children cumulated vsize (KiB) 3788

[startup+1904.12 s]
/proc/loadavg: 2.02 2.01 1.94 3/93 8424
/proc/meminfo: memFree=1178824/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=1887.52
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 188739 13 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647071 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 1887.52
Current children cumulated vsize (KiB) 3788

[startup+1964.18 s]
/proc/loadavg: 2.00 2.00 1.94 3/93 8424
/proc/meminfo: memFree=1178888/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=1947.02
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 194689 13 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134649729 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 1947.02
Current children cumulated vsize (KiB) 3788

[startup+2024.19 s]
/proc/loadavg: 2.07 2.02 1.95 3/93 8424
/proc/meminfo: memFree=1178888/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=2006.52
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 200638 14 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134613073 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 2006.52
Current children cumulated vsize (KiB) 3788

[startup+2084.2 s]
/proc/loadavg: 2.02 2.01 1.95 3/93 8424
/proc/meminfo: memFree=1178824/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=2066.02
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 206588 14 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 2066.02
Current children cumulated vsize (KiB) 3788

[startup+2144.2 s]
/proc/loadavg: 2.01 2.00 1.95 3/93 8424
/proc/meminfo: memFree=1178888/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=2125.52
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 212537 15 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611833 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 2125.52
Current children cumulated vsize (KiB) 3788

[startup+2204.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/93 8424
/proc/meminfo: memFree=1178824/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=2185.1
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 218495 15 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135150452 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 2185.1
Current children cumulated vsize (KiB) 3788

[startup+2264.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/93 8424
/proc/meminfo: memFree=1178824/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=2244.61
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 224445 16 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134643435 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 2244.61
Current children cumulated vsize (KiB) 3788

[startup+2324.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/93 8424
/proc/meminfo: memFree=1178824/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=2304.07
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 230391 16 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611847 0 0 4096 0 0 0 0 17 1 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 2304.07
Current children cumulated vsize (KiB) 3788

[startup+2384.34 s]
/proc/loadavg: 2.06 2.01 1.95 3/100 8686
/proc/meminfo: memFree=983440/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=2363.74
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 236349 25 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648043 0 0 4096 0 0 0 0 17 0 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 2363.74
Current children cumulated vsize (KiB) 3788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2420.67 s]
/proc/loadavg: 2.09 2.03 1.96 4/100 8772
/proc/meminfo: memFree=735280/2055920 swapFree=4171264/4192956
[pid=8421] ppid=8419 vsize=3788 CPUtime=2400.02
/proc/8421/stat : 8421 (aolibpvo) R 8419 8421 7913 0 -1 0 588 0 0 0 239972 30 0 0 25 0 1 0 270043335 3878912 569 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134691713 0 0 4096 0 0 0 0 17 0 0 0
/proc/8421/statm: 947 569 197 428 0 516 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 3788

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2420.67
CPU time (s): 2400.03
CPU user time (s): 2399.72
CPU system time (s): 0.303953
CPU usage (%): 99.147
Max. virtual memory (cumulated for all children) (KiB): 3788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.72
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 588
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= 8
involuntary context switches= 119165

runsolver used 2.57261 s user time and 6.93994 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Fri Jan 19 14:21:27 UTC 2007


IDJOB= 275095
IDBENCH= 3509
IDSOLVER= 60
FILE ID= node19/275095-1169216486

PBS_JOBID= 3588902

Free space on /tmp= 66560 MiB

SOLVER NAME= aolibpvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/cril/cril-6_ext.xml
COMMAND LINE= /tmp/evaluation/275095-1169216486/aolibpvo /tmp/evaluation/275095-1169216486/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node19/convwatcher-275095-1169216486 -o ROOT/results/node19/conversion-275095-1169216486 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/275095-1169216486/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b8e99429ba4d9a99d2bd28d3d95367aa
MD5SUM BENCH=  f8d39e5bdce05fe09513769763e88957

RANDOM SEED= 800630555

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.260
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.260
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:       1181288 kB
Buffers:         60440 kB
Cached:         655628 kB
SwapCached:      10172 kB
Active:         347772 kB
Inactive:       448488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1181288 kB
SwapTotal:     4192956 kB
SwapFree:      4171264 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:          99160 kB
Slab:            62808 kB
Committed_AS:  7904180 kB
PageTables:       2516 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= 66557 MiB



End job on node19 on Fri Jan 19 15:01:48 UTC 2007