Trace number 1072172

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
spider 2008-06-14SAT 1367.67 1376.3

DiagnosticValue
ASSIGNMENTS422765
CHECKS502169000

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-7_ext.xml
MD5SUMb023aca51f5d19fb18dc352d6188c4b8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark24.0503
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1367.56/1376.29	s SATISFIABLE
1367.56/1376.29	v 4 20 21 4 4 22 16 17 18 6 0 0 12 7 7 22 9 18 3 15 10 20 3 19 
1367.56/1376.29	d CHECKS 502169136
1367.56/1376.29	d ASSIGNMENTS 422765

Verifier Data (download as text)

OK

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-1072172-1215171852/watcher-1072172-1215171852 -o /tmp/evaluation-result-1072172-1215171852/solver-1072172-1215171852 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/run -c HOME/instance-1072172-1215171852.xml 

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: 1.92 1.98 1.99 4/74 12456
/proc/meminfo: memFree=1542600/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=5356 CPUtime=0
/proc/12456/stat : 12456 (run) R 12454 12456 10877 0 -1 4194304 263 0 0 0 0 0 0 0 20 0 1 0 1996159535 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 221236489511 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 1339 231 192 169 0 50 0

[startup+0.088541 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 12456
/proc/meminfo: memFree=1542600/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=4704 CPUtime=0.07
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 741 0 0 0 7 0 0 0 18 0 1 0 1996159535 4816896 472 996147200 1448431616 1448550632 4294956272 18446744073709551615 134601239 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 1176 472 327 29 0 166 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4704

[startup+0.101542 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 12456
/proc/meminfo: memFree=1542600/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=4704 CPUtime=0.08
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 744 0 0 0 8 0 0 0 18 0 1 0 1996159535 4816896 475 996147200 1448431616 1448550632 4294956272 18446744073709551615 134555498 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 1176 475 327 29 0 166 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4704

[startup+0.30158 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 12456
/proc/meminfo: memFree=1542600/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=5528 CPUtime=0.28
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 973 0 0 0 28 0 0 0 19 0 1 0 1996159535 5660672 704 996147200 1448431616 1448550632 4294956272 18446744073709551615 134561244 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 1382 704 327 29 0 372 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5528

[startup+0.701655 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 12456
/proc/meminfo: memFree=1542600/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=7276 CPUtime=0.68
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 1410 0 0 0 68 0 0 0 23 0 1 0 1996159535 7450624 1141 996147200 1448431616 1448550632 4294956272 18446744073709551615 134555666 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 1819 1141 327 29 0 809 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7276

[startup+1.50181 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 12457
/proc/meminfo: memFree=1537920/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14712 CPUtime=1.47
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3289 0 0 0 146 1 0 0 25 0 1 0 1996159535 15065088 3020 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522673 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3678 3020 343 29 0 2668 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 14712

[startup+3.10112 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 12457
/proc/meminfo: memFree=1531456/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14712 CPUtime=3.05
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3296 0 0 0 304 1 0 0 25 0 1 0 1996159535 15065088 3027 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522637 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3678 3027 343 29 0 2668 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 14712

[startup+6.30172 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 12457
/proc/meminfo: memFree=1531392/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=6.22
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3299 0 0 0 621 1 0 0 25 0 1 0 1996159535 15204352 3030 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546677 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3030 343 29 0 2702 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 14848

[startup+12.7029 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 12457
/proc/meminfo: memFree=1531520/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=12.57
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3300 0 0 0 1255 2 0 0 25 0 1 0 1996159535 15204352 3031 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535317 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3031 343 29 0 2702 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 14848

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 12457
/proc/meminfo: memFree=1531584/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=25.25
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3302 0 0 0 2523 2 0 0 25 0 1 0 1996159535 15204352 3033 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522679 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3033 343 29 0 2702 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 14848

[startup+51.1012 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 12457
/proc/meminfo: memFree=1531456/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=50.6
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3304 0 0 0 5058 2 0 0 25 0 1 0 1996159535 15204352 3035 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546362 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3035 343 29 0 2702 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 14848

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 12457
/proc/meminfo: memFree=1531200/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=101.32
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3305 0 0 0 10130 2 0 0 25 0 1 0 1996159535 15204352 3036 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535419 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3036 343 29 0 2702 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 14848

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 12457
/proc/meminfo: memFree=1531136/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=160.75
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3307 0 0 0 16073 2 0 0 25 0 1 0 1996159535 15204352 3038 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522581 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3038 343 29 0 2702 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 14848

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 12457
/proc/meminfo: memFree=1530496/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=220.18
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3307 0 0 0 22016 2 0 0 25 0 1 0 1996159535 15204352 3038 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546446 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3038 343 29 0 2702 0
Current children cumulated CPU time (s) 220.18
Current children cumulated vsize (KiB) 14848

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 12457
/proc/meminfo: memFree=1530560/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=279.61
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3309 0 0 0 27959 2 0 0 25 0 1 0 1996159535 15204352 3040 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535399 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3040 343 29 0 2702 0
Current children cumulated CPU time (s) 279.61
Current children cumulated vsize (KiB) 14848

[startup+342.302 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 12457
/proc/meminfo: memFree=1530368/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=339.04
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3309 0 0 0 33902 2 0 0 25 0 1 0 1996159535 15204352 3040 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522692 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3040 343 29 0 2702 0
Current children cumulated CPU time (s) 339.04
Current children cumulated vsize (KiB) 14848

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 12457
/proc/meminfo: memFree=1530432/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=398.48
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3309 0 0 0 39846 2 0 0 25 0 1 0 1996159535 15204352 3040 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546539 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3040 343 29 0 2702 0
Current children cumulated CPU time (s) 398.48
Current children cumulated vsize (KiB) 14848

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12457
/proc/meminfo: memFree=1530432/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=457.91
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3309 0 0 0 45789 2 0 0 25 0 1 0 1996159535 15204352 3040 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546731 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3040 343 29 0 2702 0
Current children cumulated CPU time (s) 457.91
Current children cumulated vsize (KiB) 14848

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12457
/proc/meminfo: memFree=1530112/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=517.34
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3310 0 0 0 51732 2 0 0 25 0 1 0 1996159535 15204352 3041 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522626 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3041 343 29 0 2702 0
Current children cumulated CPU time (s) 517.34
Current children cumulated vsize (KiB) 14848

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12457
/proc/meminfo: memFree=1530112/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=576.77
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3310 0 0 0 57675 2 0 0 25 0 1 0 1996159535 15204352 3041 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522691 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3041 343 29 0 2702 0
Current children cumulated CPU time (s) 576.77
Current children cumulated vsize (KiB) 14848

[startup+642.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12457
/proc/meminfo: memFree=1530048/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14848 CPUtime=636.21
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3310 0 0 0 63619 2 0 0 25 0 1 0 1996159535 15204352 3041 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546498 0 0 4096 0 0 0 0 17 1 0 0
/proc/12456/statm: 3712 3041 343 29 0 2702 0
Current children cumulated CPU time (s) 636.21
Current children cumulated vsize (KiB) 14848


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

/proc/meminfo: memFree=1551880/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=695.82
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3311 0 0 0 69580 2 0 0 25 0 1 0 1996159535 15208448 3042 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535438 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3042 343 29 0 2703 0
Current children cumulated CPU time (s) 695.82
Current children cumulated vsize (KiB) 14852

[startup+762.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 12486
/proc/meminfo: memFree=1551880/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=755.81
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3311 0 0 0 75578 3 0 0 25 0 1 0 1996159535 15208448 3042 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522626 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3042 343 29 0 2703 0
Current children cumulated CPU time (s) 755.81
Current children cumulated vsize (KiB) 14852

[startup+822.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12486
/proc/meminfo: memFree=1551880/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=815.77
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3311 0 0 0 81574 3 0 0 25 0 1 0 1996159535 15208448 3042 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546552 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3042 343 29 0 2703 0
Current children cumulated CPU time (s) 815.77
Current children cumulated vsize (KiB) 14852

[startup+882.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12513
/proc/meminfo: memFree=1537096/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=875.69
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3311 0 0 0 87566 3 0 0 25 0 1 0 1996159535 15208448 3042 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535381 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3042 343 29 0 2703 0
Current children cumulated CPU time (s) 875.69
Current children cumulated vsize (KiB) 14852

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12513
/proc/meminfo: memFree=1537032/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=935.44
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 93541 3 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535450 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 935.44
Current children cumulated vsize (KiB) 14852

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12513
/proc/meminfo: memFree=1535176/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=995.2
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 99517 3 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134535381 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 995.2
Current children cumulated vsize (KiB) 14852

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534984/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1054.96
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 105492 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546693 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1054.96
Current children cumulated vsize (KiB) 14852

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534600/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1114.71
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 111467 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546835 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1114.71
Current children cumulated vsize (KiB) 14852

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534536/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1174.46
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 117442 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522692 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1174.46
Current children cumulated vsize (KiB) 14852

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534344/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1234.22
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 123418 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546829 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1234.22
Current children cumulated vsize (KiB) 14852

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534408/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1293.97
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 129393 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546498 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1293.97
Current children cumulated vsize (KiB) 14852

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534352/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1353.72
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 135368 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522584 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1353.72
Current children cumulated vsize (KiB) 14852

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

[startup+1369.51 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534352/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1360.9
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 136086 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546731 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1360.9
Current children cumulated vsize (KiB) 14852

[startup+1372.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534352/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1364.08
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 136404 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134546688 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1364.08
Current children cumulated vsize (KiB) 14852

[startup+1374.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534352/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1365.67
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 136563 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522626 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1365.67
Current children cumulated vsize (KiB) 14852

[startup+1375.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534352/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1366.47
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 136643 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522626 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1366.47
Current children cumulated vsize (KiB) 14852

[startup+1375.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534352/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1367.26
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 136722 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522606 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1367.26
Current children cumulated vsize (KiB) 14852

[startup+1376.11 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534352/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1367.47
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 136743 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522606 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1367.47
Current children cumulated vsize (KiB) 14852

[startup+1376.2 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12519
/proc/meminfo: memFree=1534352/2055920 swapFree=4180412/4192956
[pid=12456] ppid=12454 vsize=14852 CPUtime=1367.56
/proc/12456/stat : 12456 (ld-linux.so.2) R 12454 12456 10877 0 -1 4194304 3313 0 0 0 136752 4 0 0 25 0 1 0 1996159535 15208448 3044 996147200 1448431616 1448550632 4294956272 18446744073709551615 134522626 0 0 4096 0 0 0 0 17 0 0 0
/proc/12456/statm: 3713 3044 343 29 0 2703 0
Current children cumulated CPU time (s) 1367.56
Current children cumulated vsize (KiB) 14852

Child status: 0
Real time (s): 1376.3
CPU time (s): 1367.67
CPU user time (s): 1367.62
CPU system time (s): 0.047992
CPU usage (%): 99.373
Max. virtual memory (cumulated for all children) (KiB): 14852

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

runsolver used 1.48577 second user time and 4.19636 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 13:44:13
IDJOB=1072172
IDBENCH=56237
IDSOLVER=328
FILE ID=node21/1072172-1215171852
PBS_JOBID= 7881410
Free space on /tmp= 66544 MiB

SOLVER NAME= spider 2008-06-14
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-7_ext.xml
COMMAND LINE= HOME/run -c BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072172-1215171852/watcher-1072172-1215171852 -o /tmp/evaluation-result-1072172-1215171852/solver-1072172-1215171852 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/run -c HOME/instance-1072172-1215171852.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b023aca51f5d19fb18dc352d6188c4b8
RANDOM SEED=691626183

node21.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.263
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.263
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:       1543080 kB
Buffers:         84492 kB
Cached:         333016 kB
SwapCached:       6608 kB
Active:         255624 kB
Inactive:       191336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1543080 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            3980 kB
Writeback:           0 kB
Mapped:          36248 kB
Slab:            51060 kB
Committed_AS:  3468732 kB
PageTables:       1888 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= 66548 MiB
End job on node21 at 2008-07-04 14:07:09