Trace number 275087

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
aolibdvo 2007-01-17? (TO) 2400.02 2400.09

General information on the benchmark

Namecril/
cril-7.ext.xml
MD5SUM7cc7e95e3ab2b5c1b2e8d820acd1fe1b
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 benchmark376.425
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/275087-1169216470/unknown.xml" file ... done.
writing "/tmp/evaluation/275087-1169216470/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/node16/watcher-275087-1169216470 -o ROOT/results/node16/solver-275087-1169216470 -C 2400 -M 900 /tmp/evaluation/275087-1169216470/aolibdvo /tmp/evaluation/275087-1169216470/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.43 1.86 1.78 3/93 15111
/proc/meminfo: memFree=1325944/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=2780 CPUtime=0
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 258 0 0 0 0 0 0 0 18 0 1 0 270042901 2846720 240 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135728488 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 733 245 120 428 0 302 0

[startup+0.102068 s]
/proc/loadavg: 1.43 1.86 1.78 3/93 15111
/proc/meminfo: memFree=1325944/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=0.09
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 9 0 0 0 18 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135747319 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3804

[startup+0.509994 s]
/proc/loadavg: 1.43 1.86 1.78 3/93 15111
/proc/meminfo: memFree=1325944/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=0.5
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 50 0 0 0 22 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3804

[startup+1.33084 s]
/proc/loadavg: 1.43 1.86 1.78 3/93 15111
/proc/meminfo: memFree=1324344/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=1.32
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 132 0 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644951 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3804

[startup+2.96753 s]
/proc/loadavg: 1.43 1.86 1.78 3/93 15111
/proc/meminfo: memFree=1324344/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=2.96
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 296 0 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134658523 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 3804

[startup+6.25092 s]
/proc/loadavg: 1.48 1.86 1.78 3/93 15111
/proc/meminfo: memFree=1324344/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=6.24
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 624 0 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135222744 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 3804

[startup+12.7117 s]
/proc/loadavg: 1.52 1.86 1.78 3/93 15111
/proc/meminfo: memFree=1324344/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=12.71
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 1271 0 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134975392 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 3804

[startup+25.5327 s]
/proc/loadavg: 1.62 1.87 1.78 3/93 15111
/proc/meminfo: memFree=1324472/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=25.53
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 2553 0 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135747332 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 3804

[startup+51.1775 s]
/proc/loadavg: 1.75 1.88 1.79 3/93 15111
/proc/meminfo: memFree=1324344/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=51.17
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 5117 0 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647990 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 3804

[startup+102.445 s]
/proc/loadavg: 1.93 1.91 1.80 3/93 15111
/proc/meminfo: memFree=1324344/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=102.43
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 10243 0 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648055 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 102.43
Current children cumulated vsize (KiB) 3804

[startup+162.452 s]
/proc/loadavg: 2.00 1.94 1.82 3/93 15111
/proc/meminfo: memFree=1324280/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=162.45
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 16244 1 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646815 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 162.45
Current children cumulated vsize (KiB) 3804

[startup+222.55 s]
/proc/loadavg: 2.00 1.95 1.83 3/93 15111
/proc/meminfo: memFree=1324216/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=222.54
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 22253 1 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134611807 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 222.54
Current children cumulated vsize (KiB) 3804

[startup+282.589 s]
/proc/loadavg: 2.00 1.95 1.83 3/93 15111
/proc/meminfo: memFree=1324216/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=282.58
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 28256 2 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 282.58
Current children cumulated vsize (KiB) 3804

[startup+342.661 s]
/proc/loadavg: 2.00 1.96 1.84 3/93 15111
/proc/meminfo: memFree=1324152/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=342.65
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 34263 2 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 342.65
Current children cumulated vsize (KiB) 3804

[startup+402.736 s]
/proc/loadavg: 2.00 1.96 1.84 3/93 15111
/proc/meminfo: memFree=1324152/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=402.74
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 40271 3 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134926339 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 402.74
Current children cumulated vsize (KiB) 3804

[startup+462.837 s]
/proc/loadavg: 2.00 1.97 1.85 3/93 15111
/proc/meminfo: memFree=1324152/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=462.83
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 46280 3 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051463 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 462.83
Current children cumulated vsize (KiB) 3804

[startup+522.915 s]
/proc/loadavg: 2.07 1.99 1.86 3/93 15111
/proc/meminfo: memFree=1324152/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=522.91
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 52288 3 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135741295 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 522.91
Current children cumulated vsize (KiB) 3804

[startup+582.922 s]
/proc/loadavg: 2.02 1.99 1.87 3/93 15111
/proc/meminfo: memFree=1324152/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=582.92
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 58288 4 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134737778 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 582.92
Current children cumulated vsize (KiB) 3804

[startup+643.019 s]
/proc/loadavg: 2.01 1.99 1.87 4/93 15111
/proc/meminfo: memFree=1324088/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=643.02
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 64298 4 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135051714 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 643.02
Current children cumulated vsize (KiB) 3804

[startup+703.073 s]
/proc/loadavg: 2.00 1.99 1.88 3/93 15111
/proc/meminfo: memFree=1324152/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=703.07
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 70302 5 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134645822 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 703.07
Current children cumulated vsize (KiB) 3804

[startup+763.085 s]
/proc/loadavg: 2.07 2.02 1.89 3/93 15111
/proc/meminfo: memFree=1324088/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=763.08
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 76303 5 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134669102 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 763.08
Current children cumulated vsize (KiB) 3804

[startup+823.167 s]
/proc/loadavg: 2.02 2.01 1.90 3/93 15111
/proc/meminfo: memFree=1324088/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=823.16

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

Current children cumulated vsize (KiB) 3804

[startup+1423.78 s]
/proc/loadavg: 2.00 2.00 1.92 3/93 15111
/proc/meminfo: memFree=1324088/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=1423.78
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 142368 10 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647851 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 1423.78
Current children cumulated vsize (KiB) 3804

[startup+1483.85 s]
/proc/loadavg: 2.00 2.00 1.92 3/93 15111
/proc/meminfo: memFree=1324088/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=1483.85
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 148375 10 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647920 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 1483.85
Current children cumulated vsize (KiB) 3804

[startup+1543.88 s]
/proc/loadavg: 2.00 2.00 1.92 3/93 15111
/proc/meminfo: memFree=1324088/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=1543.89
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 154378 11 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134612935 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 1543.89
Current children cumulated vsize (KiB) 3804

[startup+1603.97 s]
/proc/loadavg: 2.00 2.00 1.92 3/93 15111
/proc/meminfo: memFree=1324088/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=1603.98
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 160387 11 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647909 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 1603.98
Current children cumulated vsize (KiB) 3804

[startup+1664.07 s]
/proc/loadavg: 2.00 2.00 1.92 3/93 15111
/proc/meminfo: memFree=1324088/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=1664.07
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 166396 11 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134644951 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 1664.07
Current children cumulated vsize (KiB) 3804

[startup+1724.16 s]
/proc/loadavg: 2.00 2.00 1.92 3/93 15111
/proc/meminfo: memFree=1324088/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=1724.16
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 172405 11 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135004970 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 1724.16
Current children cumulated vsize (KiB) 3804

[startup+1784.16 s]
/proc/loadavg: 2.00 2.00 1.92 3/93 15111
/proc/meminfo: memFree=1324024/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=1784.17
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 178405 12 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647858 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 1784.17
Current children cumulated vsize (KiB) 3804

[startup+1844.17 s]
/proc/loadavg: 2.00 2.00 1.92 3/93 15111
/proc/meminfo: memFree=1324088/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=1844.17
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 184405 12 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134648347 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 1844.17
Current children cumulated vsize (KiB) 3804

[startup+1904.17 s]
/proc/loadavg: 2.00 2.00 1.92 3/93 15111
/proc/meminfo: memFree=1324024/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=1904.18
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 190405 13 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647985 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 1904.18
Current children cumulated vsize (KiB) 3804

[startup+1964.27 s]
/proc/loadavg: 2.08 2.02 1.93 3/93 15111
/proc/meminfo: memFree=1324088/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=1964.27
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 196414 13 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 1964.27
Current children cumulated vsize (KiB) 3804

[startup+2024.35 s]
/proc/loadavg: 2.03 2.01 1.93 3/93 15111
/proc/meminfo: memFree=1324024/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=2024.36
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 202422 14 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647967 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 2024.36
Current children cumulated vsize (KiB) 3804

[startup+2084.41 s]
/proc/loadavg: 2.01 2.00 1.93 3/93 15111
/proc/meminfo: memFree=1324024/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=2084.41
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 208427 14 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647963 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 2084.41
Current children cumulated vsize (KiB) 3804

[startup+2144.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/93 15111
/proc/meminfo: memFree=1324088/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=2144.51
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 214436 15 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135237545 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 2144.51
Current children cumulated vsize (KiB) 3804

[startup+2204.51 s]
/proc/loadavg: 2.00 2.00 1.93 3/93 15111
/proc/meminfo: memFree=1324024/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=2204.51
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 220436 15 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 2204.51
Current children cumulated vsize (KiB) 3804

[startup+2264.52 s]
/proc/loadavg: 2.00 2.00 1.93 3/93 15111
/proc/meminfo: memFree=1324024/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=2264.53
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 226437 16 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134646618 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 2264.53
Current children cumulated vsize (KiB) 3804

[startup+2324.59 s]
/proc/loadavg: 2.06 2.02 1.93 3/93 15111
/proc/meminfo: memFree=1324024/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=2324.6
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 232444 16 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134647958 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 2324.6
Current children cumulated vsize (KiB) 3804

[startup+2384.64 s]
/proc/loadavg: 2.02 2.01 1.93 3/99 15175
/proc/meminfo: memFree=1322664/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=2384.58
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 238442 16 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 135007894 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 2384.58
Current children cumulated vsize (KiB) 3804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.08 s]
/proc/loadavg: 2.02 2.01 1.93 3/99 15195
/proc/meminfo: memFree=1322672/2055920 swapFree=4191880/4192956
[pid=15110] ppid=15108 vsize=3804 CPUtime=2400.02
/proc/15110/stat : 15110 (aolibdvo) R 15108 15110 14600 0 -1 0 604 0 0 0 239985 17 0 0 25 0 1 0 270042901 3895296 585 18446744073709551615 134512640 136266365 4294956720 18446744073709551615 134613855 0 0 4096 0 0 0 0 17 1 0 0
/proc/15110/statm: 951 585 200 428 0 520 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 3804

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.09
CPU time (s): 2400.02
CPU user time (s): 2399.85
CPU system time (s): 0.172973
CPU usage (%): 99.9974
Max. virtual memory (cumulated for all children) (KiB): 3804

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

runsolver used 2.51662 s user time and 6.552 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Fri Jan 19 14:21:12 UTC 2007


IDJOB= 275087
IDBENCH= 3506
IDSOLVER= 61
FILE ID= node16/275087-1169216470

PBS_JOBID= 3588908

Free space on /tmp= 66561 MiB

SOLVER NAME= aolibdvo 2007-01-17
BENCH NAME= HOME/pub/bench/CPAI06/cril/cril-7.ext.xml
COMMAND LINE= /tmp/evaluation/275087-1169216470/aolibdvo /tmp/evaluation/275087-1169216470/unknown.wcsp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node16/convwatcher-275087-1169216470 -o ROOT/results/node16/conversion-275087-1169216470 -C 600 -M 900 python xcsp2wcsp.py /tmp/evaluation/275087-1169216470/unknown.xml
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 5d0282fabcfebd5fb942c79c8af6ce28
MD5SUM BENCH=  7cc7e95e3ab2b5c1b2e8d820acd1fe1b

RANDOM SEED= 620849087

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.220
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.220
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:       1326360 kB
Buffers:         42592 kB
Cached:         525416 kB
SwapCached:        268 kB
Active:         262836 kB
Inactive:       393276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326360 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4160 kB
Writeback:           0 kB
Mapped:         116476 kB
Slab:            57992 kB
Committed_AS:  7996992 kB
PageTables:       2492 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 node16 on Fri Jan 19 15:01:21 UTC 2007