Trace number 1069310

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Mistral-option 1.314? (problem) 1760.55 1772.08

General information on the benchmark

Namecsp/pseudoGLB/
normalized-ooo-tag12-ucl.xml
MD5SUM679e3413644ecd078a202b0a33bf19eb
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.5581
Satisfiable
(Un)Satisfiability was proved
Number of variables20605
Number of constraints59851
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(59851)

Solver Data (download as text)

0.19/0.20	c mistral-option version 1.313
1760.46/1772.06	Error: Solution does not verify
1760.46/1772.06	(b20604 = 0) = 1
1760.46/1772.06		b20604 = 0
1760.46/1772.06	

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069310-1215159395/watcher-1069310-1215159395 -o /tmp/evaluation-result-1069310-1215159395/solver-1069310-1215159395 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1069310-1215159395.xml -heu dyn -sac 3 -ds 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.11 2.07 4/72 23801
/proc/meminfo: memFree=1824000/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=18572 CPUtime=0
/proc/23801/stat : 23801 (runsolver) R 23799 23801 23648 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1994914412 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23801/statm: 4643 292 257 25 0 2626 0

[startup+0.0961841 s]
/proc/loadavg: 2.01 2.11 2.07 4/72 23801
/proc/meminfo: memFree=1824000/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=7692 CPUtime=0.08
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 1153 0 0 0 8 0 0 0 18 0 1 0 1994914412 7876608 1119 996147200 134512640 135239763 4294956192 18446744073709551615 4159126157 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 1923 1119 349 177 0 826 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7692

[startup+0.102175 s]
/proc/loadavg: 2.01 2.11 2.07 4/72 23801
/proc/meminfo: memFree=1824000/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=7824 CPUtime=0.08
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 1198 0 0 0 8 0 0 0 18 0 1 0 1994914412 8011776 1164 996147200 134512640 135239763 4294956192 18446744073709551615 9346858 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 1956 1164 349 177 0 859 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7824

[startup+0.301212 s]
/proc/loadavg: 2.01 2.11 2.07 4/72 23801
/proc/meminfo: memFree=1824000/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=10608 CPUtime=0.29
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 1946 0 0 0 28 1 0 0 19 0 1 0 1994914412 10862592 1912 996147200 134512640 135239763 4294956192 18446744073709551615 4159010221 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 2652 1912 368 177 0 1555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10608

[startup+0.701264 s]
/proc/loadavg: 2.01 2.11 2.07 4/72 23801
/proc/meminfo: memFree=1824000/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=13972 CPUtime=0.68
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 2740 0 0 0 67 1 0 0 23 0 1 0 1994914412 14307328 2706 996147200 134512640 135239763 4294956192 18446744073709551615 134622087 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 3493 2706 368 177 0 2396 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13972

[startup+1.50238 s]
/proc/loadavg: 2.01 2.11 2.07 3/73 23802
/proc/meminfo: memFree=1812152/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=20024 CPUtime=1.48
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 4303 0 0 0 145 3 0 0 25 0 1 0 1994914412 20504576 4269 996147200 134512640 135239763 4294956192 18446744073709551615 134642260 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 5006 4269 368 177 0 3909 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20024

[startup+3.10159 s]
/proc/loadavg: 2.01 2.11 2.07 3/73 23802
/proc/meminfo: memFree=1803256/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=31744 CPUtime=3.06
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 7328 0 0 0 302 4 0 0 25 0 1 0 1994914412 32505856 7164 996147200 134512640 135239763 4294956192 18446744073709551615 134617926 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 7936 7164 368 177 0 6839 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 31744

[startup+6.30202 s]
/proc/loadavg: 2.01 2.11 2.07 3/73 23802
/proc/meminfo: memFree=1740216/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=89472 CPUtime=6.23
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 21902 0 0 0 612 11 0 0 25 0 1 0 1994914412 91619328 21252 996147200 134512640 135239763 4294956192 18446744073709551615 134834160 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22368 21252 411 177 0 21271 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 89472

[startup+12.7019 s]
/proc/loadavg: 2.00 2.11 2.07 3/73 23802
/proc/meminfo: memFree=1740088/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=89992 CPUtime=12.58
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22049 0 0 0 1247 11 0 0 25 0 1 0 1994914412 92151808 21270 996147200 134512640 135239763 4294956192 18446744073709551615 135097609 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22498 21270 411 177 0 21401 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 89992

[startup+25.5016 s]
/proc/loadavg: 2.00 2.10 2.07 3/73 23802
/proc/meminfo: memFree=1740216/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=89996 CPUtime=25.29
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22050 0 0 0 2517 12 0 0 25 0 1 0 1994914412 92155904 21271 996147200 134512640 135239763 4294956192 18446744073709551615 134834160 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22499 21271 411 177 0 21402 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 89996

[startup+51.1011 s]
/proc/loadavg: 2.00 2.09 2.07 3/73 23802
/proc/meminfo: memFree=1740152/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90004 CPUtime=50.68
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22062 0 0 0 5056 12 0 0 25 0 1 0 1994914412 92164096 21283 996147200 134512640 135239763 4294956192 18446744073709551615 134820514 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22501 21283 411 177 0 21404 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 90004

[startup+102.307 s]
/proc/loadavg: 2.00 2.07 2.06 3/73 23802
/proc/meminfo: memFree=1740088/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90024 CPUtime=101.48
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22067 0 0 0 10136 12 0 0 25 0 1 0 1994914412 92184576 21288 996147200 134512640 135239763 4294956192 18446744073709551615 134833888 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22506 21288 411 177 0 21409 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 90024

[startup+162.301 s]
/proc/loadavg: 2.00 2.06 2.06 3/73 23802
/proc/meminfo: memFree=1740088/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90024 CPUtime=161.02
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22067 0 0 0 16090 12 0 0 25 0 1 0 1994914412 92184576 21288 996147200 134512640 135239763 4294956192 18446744073709551615 135097609 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22506 21288 411 177 0 21409 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 90024

[startup+222.301 s]
/proc/loadavg: 2.00 2.05 2.05 3/73 23802
/proc/meminfo: memFree=1740024/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90024 CPUtime=220.53
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22067 0 0 0 22041 12 0 0 25 0 1 0 1994914412 92184576 21288 996147200 134512640 135239763 4294956192 18446744073709551615 135030786 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22506 21288 411 177 0 21409 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 90024

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.05 3/73 23802
/proc/meminfo: memFree=1740024/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90024 CPUtime=280.06
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22067 0 0 0 27993 13 0 0 25 0 1 0 1994914412 92184576 21288 996147200 134512640 135239763 4294956192 18446744073709551615 135097609 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22506 21288 411 177 0 21409 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (KiB) 90024

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.04 3/73 23802
/proc/meminfo: memFree=1739896/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90028 CPUtime=339.58
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22068 0 0 0 33945 13 0 0 25 0 1 0 1994914412 92188672 21289 996147200 134512640 135239763 4294956192 18446744073709551615 135057325 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22507 21289 411 177 0 21410 0
Current children cumulated CPU time (s) 339.58
Current children cumulated vsize (KiB) 90028

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.03 3/73 23802
/proc/meminfo: memFree=1739960/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90028 CPUtime=399.1
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22068 0 0 0 39897 13 0 0 25 0 1 0 1994914412 92188672 21289 996147200 134512640 135239763 4294956192 18446744073709551615 135030801 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22507 21289 411 177 0 21410 0
Current children cumulated CPU time (s) 399.1
Current children cumulated vsize (KiB) 90028

[startup+462.302 s]
/proc/loadavg: 2.00 2.01 2.03 3/73 23802
/proc/meminfo: memFree=1739960/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90028 CPUtime=458.62
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22068 0 0 0 45849 13 0 0 25 0 1 0 1994914412 92188672 21289 996147200 134512640 135239763 4294956192 18446744073709551615 135030894 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22507 21289 411 177 0 21410 0
Current children cumulated CPU time (s) 458.62
Current children cumulated vsize (KiB) 90028

[startup+522.302 s]
/proc/loadavg: 2.00 2.01 2.02 3/73 23802
/proc/meminfo: memFree=1739896/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90028 CPUtime=518.14
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22068 0 0 0 51801 13 0 0 25 0 1 0 1994914412 92188672 21289 996147200 134512640 135239763 4294956192 18446744073709551615 134821512 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22507 21289 411 177 0 21410 0
Current children cumulated CPU time (s) 518.14
Current children cumulated vsize (KiB) 90028

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.02 3/73 23802
/proc/meminfo: memFree=1739832/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=577.66
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 57753 13 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 135071045 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 577.66
Current children cumulated vsize (KiB) 90048

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 23802
/proc/meminfo: memFree=1739768/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=637.19
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 63705 14 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 135013673 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 637.19
Current children cumulated vsize (KiB) 90048


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

/proc/meminfo: memFree=1739256/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1172.88
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 117273 15 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 135057325 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1172.88
Current children cumulated vsize (KiB) 90048

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 23802
/proc/meminfo: memFree=1739000/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1232.42
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 123226 16 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 135035087 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1232.42
Current children cumulated vsize (KiB) 90048

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 23802
/proc/meminfo: memFree=1738936/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1291.94
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 129178 16 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 134797019 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1291.94
Current children cumulated vsize (KiB) 90048

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 23802
/proc/meminfo: memFree=1738936/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1351.47
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 135131 16 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 134797096 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1351.47
Current children cumulated vsize (KiB) 90048

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 23802
/proc/meminfo: memFree=1738936/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1410.99
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 141083 16 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 135031322 0 0 4096 0 0 0 0 17 1 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1410.99
Current children cumulated vsize (KiB) 90048

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/81 23838
/proc/meminfo: memFree=1241080/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1470.88
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 147071 17 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 134834160 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1470.88
Current children cumulated vsize (KiB) 90048

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/81 23838
/proc/meminfo: memFree=1209528/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1530.85
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 153068 17 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 135102456 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1530.85
Current children cumulated vsize (KiB) 90048

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/81 23838
/proc/meminfo: memFree=1204024/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1590.83
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 159066 17 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 135067154 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1590.83
Current children cumulated vsize (KiB) 90048

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 23838
/proc/meminfo: memFree=1201400/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1650.8
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 165063 17 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 135102456 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1650.8
Current children cumulated vsize (KiB) 90048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23838
/proc/meminfo: memFree=1201400/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1710.77
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 171060 17 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 134787942 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1710.77
Current children cumulated vsize (KiB) 90048

Solver just ended. Dumping a history of the last processes samples

[startup+1740.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23838
/proc/meminfo: memFree=1201272/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1729.17
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 172900 17 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 134787942 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1729.17
Current children cumulated vsize (KiB) 90048

[startup+1753.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23838
/proc/meminfo: memFree=1201272/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1741.96
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 174179 17 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 135097520 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1741.96
Current children cumulated vsize (KiB) 90048

[startup+1759.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23838
/proc/meminfo: memFree=1201272/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1748.36
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 174819 17 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 135030894 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1748.36
Current children cumulated vsize (KiB) 90048

[startup+1766.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23838
/proc/meminfo: memFree=1201272/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1754.76
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 175459 17 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 135074239 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1754.76
Current children cumulated vsize (KiB) 90048

[startup+1769.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23838
/proc/meminfo: memFree=1201272/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1757.96
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 175779 17 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 134834160 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1757.96
Current children cumulated vsize (KiB) 90048

[startup+1771.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23838
/proc/meminfo: memFree=1201144/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1759.56
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 175939 17 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 135097606 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1759.56
Current children cumulated vsize (KiB) 90048

[startup+1771.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23838
/proc/meminfo: memFree=1201144/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=90048 CPUtime=1759.96
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22073 0 0 0 175979 17 0 0 25 0 1 0 1994914412 92209152 21294 996147200 134512640 135239763 4294956192 18446744073709551615 134840437 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22512 21294 411 177 0 21415 0
Current children cumulated CPU time (s) 1759.96
Current children cumulated vsize (KiB) 90048

[startup+1771.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23838
/proc/meminfo: memFree=1201144/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=89804 CPUtime=1760.36
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22075 0 0 0 176019 17 0 0 25 0 1 0 1994914412 91959296 21235 996147200 134512640 135239763 4294956192 18446744073709551615 134796833 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22451 21235 413 177 0 21354 0
Current children cumulated CPU time (s) 1760.36
Current children cumulated vsize (KiB) 89804

[startup+1772 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 23838
/proc/meminfo: memFree=1201336/2055920 swapFree=4179464/4192956
[pid=23801] ppid=23799 vsize=89804 CPUtime=1760.46
/proc/23801/stat : 23801 (xsolve) R 23799 23801 23648 0 -1 4194304 22075 0 0 0 176029 17 0 0 25 0 1 0 1994914412 91959296 21235 996147200 134512640 135239763 4294956192 18446744073709551615 135097520 0 0 4096 0 0 0 0 17 0 0 0
/proc/23801/statm: 22451 21235 413 177 0 21354 0
Current children cumulated CPU time (s) 1760.46
Current children cumulated vsize (KiB) 89804

Child status: 0
Real time (s): 1772.08
CPU time (s): 1760.55
CPU user time (s): 1760.35
CPU system time (s): 0.19297
CPU usage (%): 99.3492
Max. virtual memory (cumulated for all children) (KiB): 90048

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

runsolver used 1.84472 second user time and 5.16221 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 10:16:35
IDJOB=1069310
IDBENCH=55587
IDSOLVER=357
FILE ID=node10/1069310-1215159395
PBS_JOBID= 7881451
Free space on /tmp= 66520 MiB

SOLVER NAME= Mistral-option 1.314
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-ooo-tag12-ucl.xml
COMMAND LINE= HOME/xsolve BENCHNAME -heu dyn -sac 3 -ds 2 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069310-1215159395/watcher-1069310-1215159395 -o /tmp/evaluation-result-1069310-1215159395/solver-1069310-1215159395 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1069310-1215159395.xml -heu dyn -sac 3 -ds 2 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 679e3413644ecd078a202b0a33bf19eb
RANDOM SEED=185782452

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.229
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.229
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:       1824416 kB
Buffers:         17520 kB
Cached:         144464 kB
SwapCached:       7540 kB
Active:         137492 kB
Inactive:        40832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824416 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:           12140 kB
Writeback:           0 kB
Mapped:          23944 kB
Slab:            38436 kB
Committed_AS:  3324168 kB
PageTables:       1908 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= 66492 MiB
End job on node10 at 2008-07-04 10:46:08