Trace number 225337

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 1781.44 1786.74

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-27_ext.xml
MD5SUM3ac0e5fd51cdfeaeb41cf7ea716924ba
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 benchmark231.646
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c 
0.15	c Parsing xml file
0.15	c 	domains...............    0
0.15	c 	variables.............    0
0.15	c 	relations............. 0.45
0.60	c 	constraints........... 0.03
0.63	c Allocating memory
0.63	c 
0.63	c time limit = -1
0.63	c heuristic = dom/wdeg
0.63	c restart policy = Geometric increment
0.63	c restart base = 26
0.63	c restart factor = 1.33
0.63	c 
0.63	c Solving
0.63	c
1786.72	s UNSATISFIABLE
1786.72	d        UNSAT    558197 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-225337-1168271954 -o ROOT/results/node38/solver-225337-1168271954 -C 1800 -M 900 /tmp/evaluation/225337-1168271954/tramontane/bin/solver /tmp/evaluation/225337-1168271954/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: 2.09 2.53 2.40 5/73 12216
/proc/meminfo: memFree=828240/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=18540 CPUtime=0
/proc/12215/stat : 12215 (runsolver) R 12213 12215 11674 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 175595128 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12215/statm: 4635 279 244 17 0 2626 0

[startup+0.107334 s]
/proc/loadavg: 2.09 2.53 2.40 5/73 12216
/proc/meminfo: memFree=828240/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=6744 CPUtime=0
/proc/12215/stat : 12215 (solver) D 12213 12215 11674 0 -1 4194304 509 0 14 0 0 0 0 0 18 0 1 0 175595128 6905856 491 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 4159675488 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/12215/statm: 1686 491 429 92 0 30 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6744

[startup+0.515411 s]
/proc/loadavg: 2.09 2.53 2.40 5/73 12216
/proc/meminfo: memFree=828240/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=11424 CPUtime=0.36
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 1885 0 23 0 35 1 0 0 20 0 1 0 175595128 11698176 1876 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 9047716 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 2856 1876 692 92 0 1200 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 11424

[startup+1.33657 s]
/proc/loadavg: 2.09 2.53 2.40 3/73 12216
/proc/meminfo: memFree=810384/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1.17
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 116 1 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637638 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 12752

[startup+2.97389 s]
/proc/loadavg: 2.09 2.53 2.40 3/73 12216
/proc/meminfo: memFree=803792/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=2.79
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 278 1 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637621 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 12752

[startup+6.25553 s]
/proc/loadavg: 2.08 2.52 2.40 3/73 12216
/proc/meminfo: memFree=785552/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=6.05
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 604 1 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639671 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 12752

[startup+12.7158 s]
/proc/loadavg: 2.08 2.51 2.39 3/73 12216
/proc/meminfo: memFree=830096/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=12.46
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 1245 1 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790420 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 12752

[startup+25.5313 s]
/proc/loadavg: 2.06 2.49 2.39 3/73 12216
/proc/meminfo: memFree=842576/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=25.18
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 2517 1 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637111 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 12752

[startup+51.1613 s]
/proc/loadavg: 2.04 2.45 2.37 3/73 12216
/proc/meminfo: memFree=776336/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=50.61
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 5060 1 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637645 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 12752

[startup+102.418 s]
/proc/loadavg: 2.01 2.38 2.35 3/73 12216
/proc/meminfo: memFree=806928/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=101.49
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 10148 1 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722220 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 12752

[startup+162.524 s]
/proc/loadavg: 2.00 2.30 2.33 3/79 12364
/proc/meminfo: memFree=782792/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=160.91
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 16090 1 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722194 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 12752

[startup+222.609 s]
/proc/loadavg: 2.00 2.25 2.31 3/73 12414
/proc/meminfo: memFree=847952/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=220.42
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 22041 1 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639663 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 220.42
Current children cumulated vsize (KiB) 12752

[startup+282.704 s]
/proc/loadavg: 2.00 2.20 2.28 3/73 12414
/proc/meminfo: memFree=828944/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=280.07
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 28006 1 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639609 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 280.07
Current children cumulated vsize (KiB) 12752

[startup+342.802 s]
/proc/loadavg: 2.00 2.16 2.26 3/73 12414
/proc/meminfo: memFree=814864/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=339.73
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 33971 2 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637104 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 339.73
Current children cumulated vsize (KiB) 12752

[startup+402.88 s]
/proc/loadavg: 2.00 2.13 2.24 3/73 12414
/proc/meminfo: memFree=789072/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=399.36
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 39934 2 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790657 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 399.36
Current children cumulated vsize (KiB) 12752

[startup+462.952 s]
/proc/loadavg: 2.00 2.10 2.23 3/73 12414
/proc/meminfo: memFree=769872/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=458.98
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 45896 2 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790401 0 0 4096 0 0 0 0 17 1 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 458.98
Current children cumulated vsize (KiB) 12752

[startup+522.956 s]
/proc/loadavg: 2.00 2.08 2.21 2/68 12439
/proc/meminfo: memFree=862456/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=518.55
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 51848 7 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637111 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 518.55
Current children cumulated vsize (KiB) 12752

[startup+583.047 s]
/proc/loadavg: 2.00 2.06 2.19 3/82 12502
/proc/meminfo: memFree=718536/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=578.39
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 57831 8 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722331 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 578.39
Current children cumulated vsize (KiB) 12752

[startup+643.068 s]
/proc/loadavg: 1.93 2.03 2.17 2/65 12595
/proc/meminfo: memFree=859720/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=638.17
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 63804 13 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790598 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 638.17
Current children cumulated vsize (KiB) 12752

[startup+703.105 s]
/proc/loadavg: 1.34 1.84 2.09 2/65 12595
/proc/meminfo: memFree=860192/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=698.18
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 69805 13 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722180 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 698.18
Current children cumulated vsize (KiB) 12752

[startup+763.136 s]
/proc/loadavg: 1.12 1.69 2.02 2/65 12595
/proc/meminfo: memFree=860256/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=758.19
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 75806 13 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639618 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 758.19
Current children cumulated vsize (KiB) 12752

[startup+823.165 s]
/proc/loadavg: 1.04 1.56 1.96 2/65 12595
/proc/meminfo: memFree=860256/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=818.2
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 81807 13 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637130 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 818.2
Current children cumulated vsize (KiB) 12752

[startup+883.193 s]
/proc/loadavg: 1.01 1.45 1.89 2/65 12595
/proc/meminfo: memFree=860320/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=878.2
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 87807 13 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639643 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 878.2
Current children cumulated vsize (KiB) 12752

[startup+943.219 s]
/proc/loadavg: 1.00 1.37 1.84 2/65 12595
/proc/meminfo: memFree=860320/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=938.21
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 93808 13 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639654 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 938.21
Current children cumulated vsize (KiB) 12752

[startup+1003.25 s]
/proc/loadavg: 1.00 1.30 1.78 2/65 12595
/proc/meminfo: memFree=860264/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=998.22
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 99809 13 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134714703 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 998.22
Current children cumulated vsize (KiB) 12752

[startup+1063.28 s]
/proc/loadavg: 1.00 1.24 1.73 2/65 12595
/proc/meminfo: memFree=860264/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1058.23
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 105810 13 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637255 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1058.23
Current children cumulated vsize (KiB) 12752

[startup+1123.32 s]
/proc/loadavg: 1.00 1.20 1.68 2/65 12595
/proc/meminfo: memFree=860200/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1118.25
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 111812 13 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722144 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1118.25
Current children cumulated vsize (KiB) 12752

[startup+1183.35 s]
/proc/loadavg: 1.04 1.17 1.64 2/65 12597
/proc/meminfo: memFree=860072/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1178.25
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 117812 13 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637107 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1178.25
Current children cumulated vsize (KiB) 12752

[startup+1243.38 s]
/proc/loadavg: 1.01 1.14 1.60 2/65 12597
/proc/meminfo: memFree=860136/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1238.27
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 123813 14 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790767 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1238.27
Current children cumulated vsize (KiB) 12752

[startup+1303.41 s]
/proc/loadavg: 1.00 1.11 1.56 2/65 12597
/proc/meminfo: memFree=860136/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1298.28
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 129814 14 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639585 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1298.28
Current children cumulated vsize (KiB) 12752

[startup+1363.44 s]
/proc/loadavg: 1.00 1.09 1.52 2/65 12597
/proc/meminfo: memFree=860200/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1358.29
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 135815 14 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639677 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1358.29
Current children cumulated vsize (KiB) 12752

[startup+1423.48 s]
/proc/loadavg: 1.00 1.07 1.48 2/65 12597
/proc/meminfo: memFree=860136/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1418.3
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 141816 14 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790729 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1418.3
Current children cumulated vsize (KiB) 12752

[startup+1483.51 s]
/proc/loadavg: 1.00 1.05 1.45 2/65 12597
/proc/meminfo: memFree=860136/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1478.31
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 147817 14 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639643 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1478.31
Current children cumulated vsize (KiB) 12752

[startup+1543.54 s]
/proc/loadavg: 1.00 1.04 1.42 2/65 12597
/proc/meminfo: memFree=860136/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1538.32
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 153818 14 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637305 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1538.32
Current children cumulated vsize (KiB) 12752

[startup+1603.57 s]
/proc/loadavg: 1.00 1.03 1.39 2/65 12597
/proc/meminfo: memFree=860136/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1598.33
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 159819 14 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722304 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1598.33
Current children cumulated vsize (KiB) 12752

[startup+1663.6 s]
/proc/loadavg: 1.00 1.02 1.36 2/65 12597
/proc/meminfo: memFree=860136/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1658.34
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 165820 14 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639645 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1658.34
Current children cumulated vsize (KiB) 12752

[startup+1723.63 s]
/proc/loadavg: 1.00 1.02 1.34 2/65 12597
/proc/meminfo: memFree=860136/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1718.35
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 171821 14 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637111 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1718.35
Current children cumulated vsize (KiB) 12752

[startup+1783.66 s]
/proc/loadavg: 1.00 1.01 1.31 2/65 12597
/proc/meminfo: memFree=860072/2055920 swapFree=4192812/4192956
[pid=12215] ppid=12213 vsize=12752 CPUtime=1778.36
/proc/12215/stat : 12215 (solver) R 12213 12215 11674 0 -1 4194304 2261 0 23 0 177822 14 0 0 25 0 1 0 175595128 13058048 2252 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637578 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 3188 2252 711 92 0 1532 0
Current children cumulated CPU time (s) 1778.36
Current children cumulated vsize (KiB) 12752

Child status: 0
Real time (s): 1786.74
CPU time (s): 1781.44
CPU user time (s): 1781.29
CPU system time (s): 0.149977
CPU usage (%): 99.7038
Max. virtual memory (cumulated for all children) (KiB): 12752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.29
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2269
page faults= 23
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43
involuntary context switches= 14894

runsolver used 1.70274 s user time and 4.78227 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Mon Jan  8 15:59:15 UTC 2007


IDJOB= 225337
IDBENCH= 5845
FILE ID= node38/225337-1168271954

PBS_JOBID= 3483171

Free space on /tmp= 66515 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-27_ext.xml
COMMAND LINE= /tmp/evaluation/225337-1168271954/tramontane/bin/solver /tmp/evaluation/225337-1168271954/unknown.xml -res geom -f 3 -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-225337-1168271954 -o ROOT/results/node38/solver-225337-1168271954 -C 1800 -M 900  /tmp/evaluation/225337-1168271954/tramontane/bin/solver /tmp/evaluation/225337-1168271954/unknown.xml -res geom -f 3 -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  3ac0e5fd51cdfeaeb41cf7ea716924ba

RANDOM SEED= 997909468

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:        828848 kB
Buffers:          3780 kB
Cached:        1102104 kB
SwapCached:          0 kB
Active:         655508 kB
Inactive:       515832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        828848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4776 kB
Writeback:           0 kB
Mapped:          76284 kB
Slab:            40964 kB
Committed_AS:  4041788 kB
PageTables:       2048 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= 66517 MiB



End job on node38 on Mon Jan  8 16:29:02 UTC 2007