Trace number 199889

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-04SAT 1666.37 1682.9

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-49_ext.xml
MD5SUMc61bd04e571b86c30b18b49a2534c2f9
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 benchmark568.712
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints73
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension73
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.11	c 
0.11	c Parsing xml file
0.11	c 	domains...............    0
0.11	c 	variables.............    0
0.11	c 	relations............. 0.82
0.84	c 	constraints........... 0.04
0.88	c Allocating memory
0.88	c 
0.88	c time limit = -1
0.88	c heuristic = dom/wdeg
0.88	c restart policy = Geometric increment
0.88	c restart base = 15
0.88	c restart factor = 1.33
0.88	c 
0.88	c Solving
0.88	c
1682.89	s SATISFIABLE
1682.89	v 18 3 17 22 0 19 9 17 15 7 2 18 7 4 4 2 13 18 9 11 6 23 14 22
1682.89	d          SAT   4305955 BTS   1.7e+03 s

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node35/watcher-199889-1168137913 -o ROOT/results/node35/solver-199889-1168137913 -C 1800 -M 900 /tmp/evaluation/199889-1168137913/tramontane/bin/solver /tmp/evaluation/199889-1168137913/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.91 5/73 30801
/proc/meminfo: memFree=1826368/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=540 CPUtime=0
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 162184964 552960 26 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 1463076 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 135 26 21 92 0 18 0

[startup+0.103541 s]
/proc/loadavg: 1.99 1.98 1.91 5/73 30801
/proc/meminfo: memFree=1826368/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=7928 CPUtime=0.09
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 1051 0 0 0 9 0 0 0 20 0 1 0 162184964 8118272 1019 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 4158648020 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 1982 1019 692 92 0 326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7928

[startup+0.511589 s]
/proc/loadavg: 1.99 1.98 1.91 5/73 30801
/proc/meminfo: memFree=1826368/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=11508 CPUtime=0.49
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 1931 0 0 0 49 0 0 0 25 0 1 0 162184964 11784192 1899 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 1904357 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 2877 1899 692 92 0 1221 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 11508

[startup+1.33268 s]
/proc/loadavg: 2.07 2.00 1.92 3/73 30801
/proc/meminfo: memFree=1818624/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=1.3
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 130 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637542 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 14420

[startup+2.96988 s]
/proc/loadavg: 2.07 2.00 1.92 3/73 30801
/proc/meminfo: memFree=1818432/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=2.93
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 293 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790593 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 14420

[startup+6.25226 s]
/proc/loadavg: 2.07 2.00 1.92 3/73 30801
/proc/meminfo: memFree=1818368/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=6.19
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 619 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637192 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 14420

[startup+12.712 s]
/proc/loadavg: 2.06 2.00 1.92 3/73 30801
/proc/meminfo: memFree=1818560/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=12.6
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 1260 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637860 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 14420

[startup+25.5175 s]
/proc/loadavg: 2.05 2.00 1.92 3/73 30801
/proc/meminfo: memFree=1818752/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=25.31
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 2531 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637542 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 14420

[startup+51.1416 s]
/proc/loadavg: 2.03 2.00 1.92 3/73 30801
/proc/meminfo: memFree=1818816/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=50.75
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 5075 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637542 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 14420

[startup+102.384 s]
/proc/loadavg: 2.01 2.00 1.92 3/73 30801
/proc/meminfo: memFree=1818816/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=101.61
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 10161 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790652 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 14420

[startup+162.444 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30801
/proc/meminfo: memFree=1818816/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=161.23
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 16123 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790387 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 161.23
Current children cumulated vsize (KiB) 14420

[startup+222.501 s]
/proc/loadavg: 2.00 2.00 1.92 3/73 30801
/proc/meminfo: memFree=1818816/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=220.84
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 22084 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637590 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 220.84
Current children cumulated vsize (KiB) 14420

[startup+282.558 s]
/proc/loadavg: 2.07 2.02 1.93 3/73 30801
/proc/meminfo: memFree=1818816/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=280.46
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 28046 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637192 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 280.46
Current children cumulated vsize (KiB) 14420

[startup+342.611 s]
/proc/loadavg: 2.09 2.03 1.93 3/73 30801
/proc/meminfo: memFree=1818816/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=340.07
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 34007 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639668 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 340.07
Current children cumulated vsize (KiB) 14420

[startup+402.675 s]
/proc/loadavg: 2.03 2.02 1.93 3/73 30801
/proc/meminfo: memFree=1818816/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=399.69
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 39969 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637744 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 399.69
Current children cumulated vsize (KiB) 14420

[startup+462.731 s]
/proc/loadavg: 2.01 2.02 1.93 3/73 30801
/proc/meminfo: memFree=1818816/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=459.31
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 45931 0 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790369 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 459.31
Current children cumulated vsize (KiB) 14420

[startup+522.785 s]
/proc/loadavg: 2.00 2.01 1.93 3/73 30801
/proc/meminfo: memFree=1818816/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=518.93
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 51892 1 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639609 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 518.93
Current children cumulated vsize (KiB) 14420

[startup+582.845 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 30801
/proc/meminfo: memFree=1818752/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=578.54
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 57853 1 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790401 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 578.54
Current children cumulated vsize (KiB) 14420

[startup+642.905 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 30801
/proc/meminfo: memFree=1818752/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=638.16
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 63815 1 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639596 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 638.16
Current children cumulated vsize (KiB) 14420

[startup+702.963 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 30801
/proc/meminfo: memFree=1818752/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=697.78
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 69777 1 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790446 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 697.78
Current children cumulated vsize (KiB) 14420

[startup+763.018 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 30801
/proc/meminfo: memFree=1818752/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=757.39
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 75738 1 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 757.39
Current children cumulated vsize (KiB) 14420

[startup+823.077 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 30801
/proc/meminfo: memFree=1818752/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=817
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 81699 1 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637848 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 817
Current children cumulated vsize (KiB) 14420

[startup+883.135 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 30801
/proc/meminfo: memFree=1818752/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=876.62
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 87661 1 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790368 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 876.62
Current children cumulated vsize (KiB) 14420

[startup+943.189 s]
/proc/loadavg: 2.00 2.00 1.93 3/73 30801
/proc/meminfo: memFree=1818688/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=936.23
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 93622 1 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790790 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 936.23
Current children cumulated vsize (KiB) 14420

[startup+1003.27 s]
/proc/loadavg: 2.00 2.00 1.93 3/79 30949
/proc/meminfo: memFree=1817224/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=995.63
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 99562 1 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790425 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 995.63
Current children cumulated vsize (KiB) 14420

[startup+1063.37 s]
/proc/loadavg: 2.20 2.07 1.96 3/73 31479
/proc/meminfo: memFree=1782144/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=1051.16
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 105110 6 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639599 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 1051.16
Current children cumulated vsize (KiB) 14420

[startup+1123.43 s]
/proc/loadavg: 2.07 2.05 1.96 3/73 31479
/proc/meminfo: memFree=1782144/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=1110.78
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 111072 6 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722112 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 1110.78
Current children cumulated vsize (KiB) 14420

[startup+1183.48 s]
/proc/loadavg: 2.02 2.04 1.96 3/73 31479
/proc/meminfo: memFree=1782144/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=1170.4
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 117034 6 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637530 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 1170.4
Current children cumulated vsize (KiB) 14420

[startup+1243.54 s]
/proc/loadavg: 2.01 2.03 1.96 3/73 31479
/proc/meminfo: memFree=1782144/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=1230.01
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 122995 6 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639638 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 1230.01
Current children cumulated vsize (KiB) 14420

[startup+1303.6 s]
/proc/loadavg: 2.00 2.02 1.96 3/73 31479
/proc/meminfo: memFree=1782144/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=1289.63
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 128957 6 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790655 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 1289.63
Current children cumulated vsize (KiB) 14420

[startup+1363.66 s]
/proc/loadavg: 2.00 2.02 1.96 3/73 31479
/proc/meminfo: memFree=1782144/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=1349.24
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 134918 6 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134639635 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 1349.24
Current children cumulated vsize (KiB) 14420

[startup+1423.71 s]
/proc/loadavg: 2.00 2.01 1.96 3/73 31479
/proc/meminfo: memFree=1782144/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=1408.85
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 140879 6 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134722332 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 1408.85
Current children cumulated vsize (KiB) 14420

[startup+1483.78 s]
/proc/loadavg: 2.00 2.01 1.96 3/73 31479
/proc/meminfo: memFree=1782144/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=1468.47
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 146841 6 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134790401 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 1468.47
Current children cumulated vsize (KiB) 14420

[startup+1543.84 s]
/proc/loadavg: 2.00 2.00 1.96 3/73 31479
/proc/meminfo: memFree=1782272/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=1528.09
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 152803 6 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637109 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 1528.09
Current children cumulated vsize (KiB) 14420

[startup+1603.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/73 31479
/proc/meminfo: memFree=1782272/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=1587.71
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 158765 6 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637850 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 1587.71
Current children cumulated vsize (KiB) 14420

[startup+1663.92 s]
/proc/loadavg: 2.00 2.00 1.96 3/85 31532
/proc/meminfo: memFree=1662552/2055920 swapFree=4191892/4192956
[pid=30800] ppid=30798 vsize=14420 CPUtime=1647.46
/proc/30800/stat : 30800 (solver) R 30798 30800 29751 0 -1 4194304 2675 0 0 0 164736 10 0 0 25 0 1 0 162184964 14766080 2643 18446744073709551615 134512640 134893233 4294956656 18446744073709551615 134637168 0 0 4096 0 0 0 0 17 1 0 0
/proc/30800/statm: 3605 2643 711 92 0 1949 0
Current children cumulated CPU time (s) 1647.46
Current children cumulated vsize (KiB) 14420

Child status: 0
Real time (s): 1682.9
CPU time (s): 1666.37
CPU user time (s): 1666.26
CPU system time (s): 0.104984
CPU usage (%): 99.0175
Max. virtual memory (cumulated for all children) (KiB): 14420

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

runsolver used 2.10068 s user time and 3.9704 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sun Jan  7 02:45:13 UTC 2007


IDJOB= 199889
IDBENCH= 3650
FILE ID= node35/199889-1168137913

PBS_JOBID= 3478017

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-49_ext.xml
COMMAND LINE= /tmp/evaluation/199889-1168137913/tramontane/bin/solver /tmp/evaluation/199889-1168137913/unknown.xml -res geom -f 3 -v 1
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-199889-1168137913 -o ROOT/results/node35/solver-199889-1168137913 -C 1800 -M 900  /tmp/evaluation/199889-1168137913/tramontane/bin/solver /tmp/evaluation/199889-1168137913/unknown.xml -res geom -f 3 -v 1

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  c61bd04e571b86c30b18b49a2534c2f9

RANDOM SEED= 808146293

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.234
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.234
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:       1826848 kB
Buffers:          9268 kB
Cached:         145032 kB
SwapCached:        264 kB
Active:          76112 kB
Inactive:       107168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826848 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5776 kB
Writeback:           0 kB
Mapped:          41256 kB
Slab:            31308 kB
Committed_AS:  3386208 kB
PageTables:       1760 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= 66550 MiB



End job on node35 on Sun Jan  7 03:13:16 UTC 2007