Trace number 275023

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 2419.83

General information on the benchmark

Namecomposed/composed-75-1-2/
composed-75-1-2-1_ext.xml
MD5SUM105c45db28190f571680a8b3b260c71b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints622
Best CPU time to get the best result obtained on this benchmark36.5554
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables83
Number of constraints624
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension624
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/275023-1169215906/unknown.xml" file ... done.
writing "/tmp/evaluation/275023-1169215906/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/node30/watcher-275023-1169215906 -o ROOT/results/node30/solver-275023-1169215906 -C 2400 -M 900 /tmp/evaluation/275023-1169215906/aolibpvo /tmp/evaluation/275023-1169215906/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.01 1.20 1.54 5/88 24718
/proc/meminfo: memFree=1556304/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=3240 CPUtime=0.02
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 418 0 0 0 2 0 0 0 21 0 1 0 269984673 3317760 399 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135160504 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 810 399 167 428 0 379 0

[startup+0.132383 s]
/proc/loadavg: 1.01 1.20 1.54 5/88 24718
/proc/meminfo: memFree=1556304/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=3332 CPUtime=0.12
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 434 0 0 0 12 0 0 0 22 0 1 0 269984673 3411968 415 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135630485 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 833 415 169 428 0 402 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 3332

[startup+0.54141 s]
/proc/loadavg: 1.01 1.20 1.54 5/88 24718
/proc/meminfo: memFree=1556304/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=0.53
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 53 0 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 5264

[startup+1.36146 s]
/proc/loadavg: 1.01 1.20 1.54 3/88 24718
/proc/meminfo: memFree=1554192/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=1.34
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 134 0 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926265 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 5264

[startup+2.99857 s]
/proc/loadavg: 1.01 1.20 1.54 3/88 24718
/proc/meminfo: memFree=1554192/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=2.97
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 297 0 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 5264

[startup+6.27778 s]
/proc/loadavg: 1.09 1.21 1.54 3/87 24719
/proc/meminfo: memFree=1553880/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=6.21
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 621 0 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134614379 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 5264

[startup+12.7382 s]
/proc/loadavg: 1.16 1.22 1.55 3/87 24719
/proc/meminfo: memFree=1553944/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=12.63
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 1263 0 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134658421 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 5264

[startup+25.549 s]
/proc/loadavg: 1.34 1.26 1.55 3/87 24719
/proc/meminfo: memFree=1554008/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=25.34
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 2534 0 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611804 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 5264

[startup+51.1746 s]
/proc/loadavg: 1.57 1.32 1.56 3/87 24719
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=50.75
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 5075 0 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134613361 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 5264

[startup+102.432 s]
/proc/loadavg: 1.81 1.42 1.58 3/87 24719
/proc/meminfo: memFree=1554200/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=101.59
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 10159 0 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 5264

[startup+162.534 s]
/proc/loadavg: 1.93 1.52 1.61 3/87 24719
/proc/meminfo: memFree=1554136/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=161.21
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 16121 0 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134642850 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 161.21
Current children cumulated vsize (KiB) 5264

[startup+222.636 s]
/proc/loadavg: 1.97 1.61 1.63 3/87 24719
/proc/meminfo: memFree=1554136/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=220.81
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 22081 0 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 220.81
Current children cumulated vsize (KiB) 5264

[startup+282.717 s]
/proc/loadavg: 1.99 1.68 1.65 3/87 24719
/proc/meminfo: memFree=1554136/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=280.42
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 28041 1 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 280.42
Current children cumulated vsize (KiB) 5264

[startup+342.777 s]
/proc/loadavg: 2.03 1.75 1.67 3/87 24719
/proc/meminfo: memFree=1554136/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=340
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 33999 1 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134614379 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 340
Current children cumulated vsize (KiB) 5264

[startup+402.842 s]
/proc/loadavg: 2.01 1.79 1.69 3/87 24719
/proc/meminfo: memFree=1554136/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=399.57
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 39956 1 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 399.57
Current children cumulated vsize (KiB) 5264

[startup+462.936 s]
/proc/loadavg: 2.00 1.83 1.71 3/87 24719
/proc/meminfo: memFree=1554136/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=459.18
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 45917 1 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 459.18
Current children cumulated vsize (KiB) 5264

[startup+523.024 s]
/proc/loadavg: 2.00 1.85 1.72 3/87 24721
/proc/meminfo: memFree=1553944/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=518.79
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 51878 1 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 518.79
Current children cumulated vsize (KiB) 5264

[startup+583.084 s]
/proc/loadavg: 2.00 1.88 1.74 3/87 24721
/proc/meminfo: memFree=1554008/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=578.36
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 57834 2 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611807 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 578.36
Current children cumulated vsize (KiB) 5264

[startup+643.149 s]
/proc/loadavg: 2.03 1.91 1.75 3/87 24721
/proc/meminfo: memFree=1554008/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=637.94
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 63792 2 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611852 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 637.94
Current children cumulated vsize (KiB) 5264

[startup+703.238 s]
/proc/loadavg: 2.01 1.92 1.77 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=697.55
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 69753 2 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 697.55
Current children cumulated vsize (KiB) 5264

[startup+763.329 s]
/proc/loadavg: 2.00 1.94 1.78 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=757.14
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 75712 2 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134654884 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 757.14
Current children cumulated vsize (KiB) 5264

[startup+823.398 s]
/proc/loadavg: 2.00 1.94 1.79 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=816.73

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

Current children cumulated vsize (KiB) 5264

[startup+1424.12 s]
/proc/loadavg: 2.00 1.97 1.86 3/87 24721
/proc/meminfo: memFree=1554136/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=1412.62
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 141259 3 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134614437 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 1412.62
Current children cumulated vsize (KiB) 5264

[startup+1484.22 s]
/proc/loadavg: 2.00 1.97 1.87 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=1472.21
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 147218 3 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134614437 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 1472.21
Current children cumulated vsize (KiB) 5264

[startup+1544.28 s]
/proc/loadavg: 2.00 1.97 1.87 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=1531.79
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 153176 3 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134649559 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 1531.79
Current children cumulated vsize (KiB) 5264

[startup+1604.33 s]
/proc/loadavg: 2.00 1.97 1.88 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=1591.39
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 159135 4 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647970 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 1591.39
Current children cumulated vsize (KiB) 5264

[startup+1664.41 s]
/proc/loadavg: 2.08 1.99 1.89 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=1650.94
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 165090 4 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611804 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 1650.94
Current children cumulated vsize (KiB) 5264

[startup+1724.42 s]
/proc/loadavg: 2.03 1.99 1.90 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=1710.33
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 171029 4 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134613930 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 1710.33
Current children cumulated vsize (KiB) 5264

[startup+1784.49 s]
/proc/loadavg: 2.01 1.99 1.90 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=1769.92
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 176988 4 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135739071 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 1769.92
Current children cumulated vsize (KiB) 5264

[startup+1844.55 s]
/proc/loadavg: 2.00 1.99 1.91 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=1829.48
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 182944 4 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051454 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 1829.48
Current children cumulated vsize (KiB) 5264

[startup+1904.61 s]
/proc/loadavg: 2.00 1.99 1.91 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=1889.06
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 188902 4 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648000 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 1889.06
Current children cumulated vsize (KiB) 5264

[startup+1964.7 s]
/proc/loadavg: 2.00 1.99 1.91 3/87 24721
/proc/meminfo: memFree=1554008/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=1948.66
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 194862 4 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611807 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 1948.66
Current children cumulated vsize (KiB) 5264

[startup+2024.79 s]
/proc/loadavg: 2.00 1.99 1.91 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=2008.25
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 200821 4 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 2008.25
Current children cumulated vsize (KiB) 5264

[startup+2084.89 s]
/proc/loadavg: 2.08 2.00 1.91 3/87 24721
/proc/meminfo: memFree=1554008/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=2067.87
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 206782 5 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646795 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 2067.87
Current children cumulated vsize (KiB) 5264

[startup+2144.99 s]
/proc/loadavg: 2.02 2.00 1.91 3/87 24721
/proc/meminfo: memFree=1554008/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=2127.5
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 942 0 0 0 212745 5 0 0 25 0 1 0 269984673 5390336 923 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611804 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 923 199 428 0 885 0
Current children cumulated CPU time (s) 2127.5
Current children cumulated vsize (KiB) 5264

[startup+2205.09 s]
/proc/loadavg: 2.01 2.00 1.91 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=2187.09
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 943 0 0 0 218704 5 0 0 25 0 1 0 269984673 5390336 924 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 924 199 428 0 885 0
Current children cumulated CPU time (s) 2187.09
Current children cumulated vsize (KiB) 5264

[startup+2265.18 s]
/proc/loadavg: 2.03 2.01 1.92 3/87 24721
/proc/meminfo: memFree=1554008/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=2246.71
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 943 0 0 0 224666 5 0 0 25 0 1 0 269984673 5390336 924 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648053 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 924 199 428 0 885 0
Current children cumulated CPU time (s) 2246.71
Current children cumulated vsize (KiB) 5264

[startup+2325.28 s]
/proc/loadavg: 2.01 2.01 1.92 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=2306.33
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 943 0 0 0 230628 5 0 0 25 0 1 0 269984673 5390336 924 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 924 199 428 0 885 0
Current children cumulated CPU time (s) 2306.33
Current children cumulated vsize (KiB) 5264

[startup+2385.38 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 24721
/proc/meminfo: memFree=1554072/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=2365.93
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 943 0 0 0 236588 5 0 0 25 0 1 0 269984673 5390336 924 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648282 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 924 199 428 0 885 0
Current children cumulated CPU time (s) 2365.93
Current children cumulated vsize (KiB) 5264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2419.73 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 24819
/proc/meminfo: memFree=1289680/2055920 swapFree=4167328/4192956
[pid=24717] ppid=24715 vsize=5264 CPUtime=2400.07
/proc/24717/stat : 24717 (aolibpvo) R 24715 24717 24587 0 -1 0 943 0 0 0 240000 7 0 0 25 0 1 0 269984673 5390336 924 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134614437 0 0 4096 0 0 0 0 17 0 0 0
/proc/24717/statm: 1316 924 199 428 0 885 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 5264

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2419.83
CPU time (s): 2400.08
CPU user time (s): 2400
CPU system time (s): 0.073988
CPU usage (%): 99.1837
Max. virtual memory (cumulated for all children) (KiB): 5264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 943
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= 5
involuntary context switches= 90815

runsolver used 2.34764 s user time and 6.31604 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Fri Jan 19 14:11:46 UTC 2007


IDJOB= 275023
IDBENCH= 3099
IDSOLVER= 60
FILE ID= node30/275023-1169215906

PBS_JOBID= 3589151

Free space on /tmp= 66560 MiB

SOLVER NAME= aolibpvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/composed/composed-75-1-2/composed-75-1-2-1_ext.xml
COMMAND LINE= /tmp/evaluation/275023-1169215906/aolibpvo /tmp/evaluation/275023-1169215906/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node30/convwatcher-275023-1169215906 -o ROOT/results/node30/conversion-275023-1169215906 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/275023-1169215906/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= b8e99429ba4d9a99d2bd28d3d95367aa
MD5SUM BENCH=  105c45db28190f571680a8b3b260c71b

RANDOM SEED= 805115566

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.234
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.234
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:       1557680 kB
Buffers:         36204 kB
Cached:         348756 kB
SwapCached:       2164 kB
Active:         139280 kB
Inactive:       281216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557680 kB
SwapTotal:     4192956 kB
SwapFree:      4167328 kB
Dirty:            5640 kB
Writeback:           0 kB
Mapped:          52500 kB
Slab:            62528 kB
Committed_AS:  4775904 kB
PageTables:       2244 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 node30 on Fri Jan 19 14:52:07 UTC 2007