Trace number 208029

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
Tramontane 2006-12-04UNSAT 1785.85 1796.99

General information on the benchmark

Namerandom/rand-2-26/
rand-26-26-325-155-58021_ext.xml
MD5SUM2593b659bd409c262ddff5fffdeb8046
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark318.764
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.21	c 
0.21	c Parsing xml file
0.21	c 	domains...............    0
0.21	c 	variables.............    0
0.21	c 	relations............. 0.09
0.21	c 	constraints........... 0.02
0.21	c Allocating memory
0.21	c 
0.21	c time limit = -1
0.21	c heuristic = dom/wdeg
0.21	c restart policy = Geometric increment
0.21	c restart base = 17
0.21	c restart factor = 1.33
0.21	c 
0.21	c Solving
0.21	c
1796.98	s UNSATISFIABLE
1796.98	d        UNSAT   6222135 BTS   1.8e+03 s

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node38/watcher-208029-1168184188 -o ROOT/results/node38/solver-208029-1168184188 -C 1800 -M 900 /tmp/evaluation/208029-1168184188/tramontane/bin/solver /tmp/evaluation/208029-1168184188/unknown.xml -res geom -f 3 -v 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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.99 1.98 1.92 5/82 19346
/proc/meminfo: memFree=1652552/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=540 CPUtime=0
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 41 0 0 0 0 0 0 0 19 0 1 0 166818455 552960 26 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 8606500 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 135 26 21 92 0 18 0

[startup+0.103178 s]
/proc/loadavg: 1.99 1.98 1.92 5/82 19346
/proc/meminfo: memFree=1652552/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=7972 CPUtime=0.08
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1069 0 0 0 8 0 0 0 18 0 1 0 166818455 8163328 1037 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 9047781 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 1993 1037 692 92 0 337 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7972

[startup+0.511254 s]
/proc/loadavg: 1.99 1.98 1.92 5/82 19346
/proc/meminfo: memFree=1652552/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=0.49
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 49 0 0 0 21 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790748 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 8104

[startup+1.33242 s]
/proc/loadavg: 1.99 1.98 1.92 3/82 19346
/proc/meminfo: memFree=1650952/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1.3
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 130 0 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637530 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 8104

[startup+2.96974 s]
/proc/loadavg: 1.99 1.98 1.92 3/82 19346
/proc/meminfo: memFree=1650952/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=2.93
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 293 0 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790401 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 8104

[startup+6.25038 s]
/proc/loadavg: 1.99 1.98 1.92 3/82 19346
/proc/meminfo: memFree=1650824/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=6.18
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 618 0 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637756 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 8104

[startup+12.7086 s]
/proc/loadavg: 1.99 1.98 1.92 3/82 19346
/proc/meminfo: memFree=1650824/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=12.58
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 1258 0 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134795105 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 8104

[startup+25.5656 s]
/proc/loadavg: 1.99 1.98 1.92 3/82 19346
/proc/meminfo: memFree=1650888/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=25.32
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 2532 0 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637551 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 8104

[startup+51.1957 s]
/proc/loadavg: 1.99 1.98 1.92 3/82 19346
/proc/meminfo: memFree=1650888/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=50.72
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 5071 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 8104

[startup+102.439 s]
/proc/loadavg: 1.99 1.98 1.92 3/82 19346
/proc/meminfo: memFree=1650952/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=101.5
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 10149 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639602 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 8104

[startup+162.453 s]
/proc/loadavg: 2.05 2.00 1.93 3/82 19346
/proc/meminfo: memFree=1650952/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=161.01
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 16100 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637480 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 8104

[startup+222.551 s]
/proc/loadavg: 2.02 2.00 1.93 3/82 19346
/proc/meminfo: memFree=1641480/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=220.6
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 22059 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637542 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 8104

[startup+282.632 s]
/proc/loadavg: 2.06 2.01 1.93 3/82 19346
/proc/meminfo: memFree=1641480/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=280.17
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 28016 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639638 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 280.17
Current children cumulated vsize (KiB) 8104

[startup+342.714 s]
/proc/loadavg: 2.02 2.01 1.93 3/82 19346
/proc/meminfo: memFree=1641416/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=339.75
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 33974 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134785581 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 339.75
Current children cumulated vsize (KiB) 8104

[startup+402.81 s]
/proc/loadavg: 2.01 2.00 1.93 3/82 19346
/proc/meminfo: memFree=1641352/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=399.34
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 39933 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722080 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 399.34
Current children cumulated vsize (KiB) 8104

[startup+462.813 s]
/proc/loadavg: 2.00 2.00 1.93 3/82 19346
/proc/meminfo: memFree=1641288/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=458.84
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 45883 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134785581 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 458.84
Current children cumulated vsize (KiB) 8104

[startup+522.826 s]
/proc/loadavg: 2.00 2.00 1.93 3/82 19346
/proc/meminfo: memFree=1641288/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=518.34
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 51833 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722304 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 518.34
Current children cumulated vsize (KiB) 8104

[startup+582.921 s]
/proc/loadavg: 2.03 2.01 1.94 3/82 19346
/proc/meminfo: memFree=1641224/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=577.93
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 57792 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637678 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 577.93
Current children cumulated vsize (KiB) 8104

[startup+643.001 s]
/proc/loadavg: 2.01 2.01 1.94 3/82 19346
/proc/meminfo: memFree=1627016/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=637.51
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 63750 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790788 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 637.51
Current children cumulated vsize (KiB) 8104

[startup+703.068 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 19346
/proc/meminfo: memFree=1626952/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=697.06
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 69705 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637663 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 697.06
Current children cumulated vsize (KiB) 8104

[startup+763.168 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 19346
/proc/meminfo: memFree=1626952/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=756.62
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 75661 1 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637542 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 756.62
Current children cumulated vsize (KiB) 8104

[startup+823.247 s]
/proc/loadavg: 2.03 2.01 1.94 3/82 19346
/proc/meminfo: memFree=1626888/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=816.16
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 81614 2 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637590 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 816.16
Current children cumulated vsize (KiB) 8104

[startup+883.293 s]
/proc/loadavg: 2.01 2.01 1.94 3/82 19346
/proc/meminfo: memFree=1626888/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=875.66
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 87564 2 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790406 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 875.66
Current children cumulated vsize (KiB) 8104

[startup+943.302 s]
/proc/loadavg: 2.03 2.02 1.95 3/82 19346
/proc/meminfo: memFree=1626824/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=935.14
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 93512 2 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790431 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 935.14
Current children cumulated vsize (KiB) 8104

[startup+1003.39 s]
/proc/loadavg: 2.01 2.01 1.95 3/82 19346
/proc/meminfo: memFree=1626824/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=994.69
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 99467 2 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637542 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 994.69
Current children cumulated vsize (KiB) 8104

[startup+1063.49 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 19346
/proc/meminfo: memFree=1626760/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1054.28
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 105426 2 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637488 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1054.28
Current children cumulated vsize (KiB) 8104

[startup+1123.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 19346
/proc/meminfo: memFree=1626696/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1113.78
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 111376 2 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637446 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1113.78
Current children cumulated vsize (KiB) 8104

[startup+1183.51 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 19346
/proc/meminfo: memFree=1626696/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1173.54
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 117352 2 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790431 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1173.54
Current children cumulated vsize (KiB) 8104

[startup+1243.55 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 19346
/proc/meminfo: memFree=1626696/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1233.56
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 123354 2 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790369 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1233.56
Current children cumulated vsize (KiB) 8104

[startup+1303.64 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 19346
/proc/meminfo: memFree=1610632/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1293.63
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 129361 2 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790374 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1293.63
Current children cumulated vsize (KiB) 8104

[startup+1363.68 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 19346
/proc/meminfo: memFree=1610632/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1353.64
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 135362 2 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134785056 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1353.64
Current children cumulated vsize (KiB) 8104

[startup+1423.68 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 19346
/proc/meminfo: memFree=1610504/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1413.63
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 141361 2 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637446 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1413.63
Current children cumulated vsize (KiB) 8104

[startup+1483.72 s]
/proc/loadavg: 2.00 2.00 1.95 3/88 19418
/proc/meminfo: memFree=1609176/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1473.57
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 147354 3 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790767 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1473.57
Current children cumulated vsize (KiB) 8104

[startup+1543.77 s]
/proc/loadavg: 2.00 2.00 1.95 3/88 19510
/proc/meminfo: memFree=1608976/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1533.53
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 153350 3 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637325 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1533.53
Current children cumulated vsize (KiB) 8104

[startup+1603.81 s]
/proc/loadavg: 2.03 2.01 1.95 3/82 19544
/proc/meminfo: memFree=1609992/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1593.5
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 159347 3 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790767 0 0 4096 0 0 0 0 17 1 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1593.5
Current children cumulated vsize (KiB) 8104

[startup+1663.84 s]
/proc/loadavg: 2.05 2.01 1.95 3/73 19772
/proc/meminfo: memFree=1736720/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1653.31
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 165327 4 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1653.31
Current children cumulated vsize (KiB) 8104

[startup+1723.88 s]
/proc/loadavg: 2.02 2.00 1.95 3/73 19772
/proc/meminfo: memFree=1736720/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1713.09
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 171305 4 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639654 0 0 4096 0 0 0 0 17 0 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1713.09
Current children cumulated vsize (KiB) 8104

[startup+1783.93 s]
/proc/loadavg: 2.00 2.00 1.95 3/73 19772
/proc/meminfo: memFree=1736720/2055920 swapFree=4192812/4192956
[pid=19345] ppid=19343 vsize=8104 CPUtime=1772.86
/proc/19345/stat : 19345 (solver) R 19343 19345 18119 0 -1 4194304 1126 0 0 0 177282 4 0 0 25 0 1 0 166818455 8298496 1094 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637325 0 0 4096 0 0 0 0 17 0 0 0
/proc/19345/statm: 2026 1094 710 92 0 370 0
Current children cumulated CPU time (s) 1772.86
Current children cumulated vsize (KiB) 8104

Child status: 0
Real time (s): 1796.99
CPU time (s): 1785.85
CPU user time (s): 1785.81
CPU system time (s): 0.044993
CPU usage (%): 99.3802
Max. virtual memory (cumulated for all children) (KiB): 8104

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

runsolver used 1.61175 s user time and 5.2632 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sun Jan  7 15:36:28 UTC 2007


IDJOB= 208029
IDBENCH= 4349
FILE ID= node38/208029-1168184188

PBS_JOBID= 3479165

Free space on /tmp= 66511 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-26/rand-26-26-325-155-58021_ext.xml
COMMAND LINE= /tmp/evaluation/208029-1168184188/tramontane/bin/solver /tmp/evaluation/208029-1168184188/unknown.xml -res geom -f 3 -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-208029-1168184188 -o ROOT/results/node38/solver-208029-1168184188 -C 1800 -M 900  /tmp/evaluation/208029-1168184188/tramontane/bin/solver /tmp/evaluation/208029-1168184188/unknown.xml -res geom -f 3 -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  2593b659bd409c262ddff5fffdeb8046

RANDOM SEED= 800415155

TIME LIMIT= 1800 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.267
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.267
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:       1653032 kB
Buffers:         19240 kB
Cached:         213252 kB
SwapCached:          0 kB
Active:         186564 kB
Inactive:       155288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3256 kB
Writeback:           0 kB
Mapped:         128368 kB
Slab:            46064 kB
Committed_AS:  4377216 kB
PageTables:       2136 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= 66511 MiB



End job on node38 on Sun Jan  7 16:06:25 UTC 2007