Trace number 195982

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 1469.21 1471.07

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-44_ext.xml
MD5SUM6a8989343c1399ffbb5761ed2389c00b
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 benchmark922.959
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c 
0.16	c Parsing xml file
0.16	c 	domains...............    0
0.16	c 	variables.............    0
0.17	c 	relations............. 0.89
1.05	c 	constraints........... 0.04
1.09	c Allocating memory
1.09	c 
1.09	c time limit = -1
1.09	c heuristic = dom/wdeg
1.09	c restart policy = Geometric increment
1.09	c restart base = 15
1.09	c restart factor = 1.33
1.09	c 
1.09	c Solving
1.09	c
1471.06	s SATISFIABLE
1471.06	v 6 4 2 21 9 7 15 16 4 22 17 14 16 16 9 11 12 15 1 10 7 2 18 3
1471.06	d          SAT   3536694 BTS   1.5e+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/node2/watcher-195982-1168117144 -o ROOT/results/node2/solver-195982-1168117144 -C 1800 -M 900 /tmp/evaluation/195982-1168117144/tramontane/bin/solver /tmp/evaluation/195982-1168117144/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.93 1.99 2.10 5/94 16726
/proc/meminfo: memFree=1789664/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=540 CPUtime=0
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 160110064 552960 26 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 10535716 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/16725/statm: 135 26 21 92 0 18 0

[startup+0.103607 s]
/proc/loadavg: 1.93 1.99 2.10 5/94 16726
/proc/meminfo: memFree=1789664/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=6792 CPUtime=0
/proc/16725/stat : 16725 (solver) D 16723 16725 16481 0 -1 4194304 446 0 11 0 0 0 0 0 18 0 1 0 160110064 6955008 435 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 10540213 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 1698 435 393 92 0 30 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6792

[startup+0.511679 s]
/proc/loadavg: 1.93 1.99 2.10 5/94 16726
/proc/meminfo: memFree=1789664/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=10176 CPUtime=0.35
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 1570 0 28 0 34 1 0 0 20 0 1 0 160110064 10420224 1566 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 10671473 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 2544 1566 692 92 0 888 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10176

[startup+1.33283 s]
/proc/loadavg: 1.93 1.99 2.10 3/94 16726
/proc/meminfo: memFree=1776096/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=1.17
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 115 2 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722216 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 14948

[startup+2.97513 s]
/proc/loadavg: 1.93 1.99 2.10 3/94 16726
/proc/meminfo: memFree=1776096/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=2.82
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 280 2 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722144 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 14948

[startup+6.25474 s]
/proc/loadavg: 1.94 1.99 2.10 3/94 16726
/proc/meminfo: memFree=1776096/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=6.1
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 608 2 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134639668 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 14948

[startup+12.7209 s]
/proc/loadavg: 1.94 1.99 2.10 3/94 16726
/proc/meminfo: memFree=1776232/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=12.56
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 1254 2 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790607 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 14948

[startup+25.5463 s]
/proc/loadavg: 1.95 1.99 2.10 3/94 16726
/proc/meminfo: memFree=1776360/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=25.37
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 2535 2 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722310 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 14948

[startup+51.196 s]
/proc/loadavg: 1.97 1.99 2.09 3/94 16726
/proc/meminfo: memFree=1776488/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=50.99
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 5097 2 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134639643 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 14948

[startup+102.492 s]
/proc/loadavg: 1.98 1.99 2.09 3/94 16726
/proc/meminfo: memFree=1776488/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=102.24
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 10222 2 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790762 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 14948

[startup+162.541 s]
/proc/loadavg: 1.99 1.99 2.08 3/100 16868
/proc/meminfo: memFree=1774880/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=162.14
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 16207 7 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790431 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 14948

[startup+222.633 s]
/proc/loadavg: 1.99 1.99 2.08 3/94 16924
/proc/meminfo: memFree=1775712/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=222.14
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 22203 11 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637342 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 14948

[startup+282.681 s]
/proc/loadavg: 1.99 1.99 2.07 3/94 16924
/proc/meminfo: memFree=1775784/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=282.13
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 28202 11 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134639671 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 14948

[startup+342.715 s]
/proc/loadavg: 1.99 1.99 2.06 3/94 16924
/proc/meminfo: memFree=1775784/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=342.09
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 34198 11 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790596 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 14948

[startup+402.732 s]
/proc/loadavg: 1.99 1.99 2.06 3/94 16924
/proc/meminfo: memFree=1775784/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=402.06
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 40194 12 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790632 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 14948

[startup+462.772 s]
/proc/loadavg: 1.99 1.99 2.05 3/94 16924
/proc/meminfo: memFree=1775784/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=462.03
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 46191 12 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722331 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 14948

[startup+522.791 s]
/proc/loadavg: 1.99 1.99 2.05 3/94 16924
/proc/meminfo: memFree=1775784/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=521.98
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 52186 12 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790434 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 14948

[startup+582.803 s]
/proc/loadavg: 2.03 2.00 2.05 3/94 16924
/proc/meminfo: memFree=1775656/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=581.93
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 58181 12 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134784991 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 14948

[startup+642.866 s]
/proc/loadavg: 2.01 2.00 2.04 3/94 16924
/proc/meminfo: memFree=1775592/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=641.93
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 64181 12 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134639645 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 14948

[startup+702.879 s]
/proc/loadavg: 2.00 2.00 2.03 3/94 16924
/proc/meminfo: memFree=1775464/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=701.86
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 70174 12 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134639639 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 701.86
Current children cumulated vsize (KiB) 14948

[startup+762.907 s]
/proc/loadavg: 2.00 2.00 2.03 3/94 16924
/proc/meminfo: memFree=1775400/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=761.83
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 76171 12 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637155 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 761.83
Current children cumulated vsize (KiB) 14948

[startup+823.002 s]
/proc/loadavg: 2.00 2.00 2.02 3/94 16924
/proc/meminfo: memFree=1775336/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=821.87
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 82174 13 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637530 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 14948

[startup+883.043 s]
/proc/loadavg: 2.00 2.00 2.02 3/94 16924
/proc/meminfo: memFree=1775208/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=881.83
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 88170 13 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134785581 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 14948

[startup+943.143 s]
/proc/loadavg: 2.00 2.00 2.01 3/94 16924
/proc/meminfo: memFree=1775144/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=941.88
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 94175 13 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637139 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 14948

[startup+1003.19 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 16924
/proc/meminfo: memFree=1775016/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=1001.86
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 100173 13 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134639643 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 14948

[startup+1063.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 16924
/proc/meminfo: memFree=1775016/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=1061.79
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 106166 13 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134637100 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 14948

[startup+1123.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 16924
/proc/meminfo: memFree=1774952/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=1121.75
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 112162 13 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722216 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 14948

[startup+1183.23 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 16926
/proc/meminfo: memFree=1773800/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=1181.71
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 118158 13 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790597 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 14948

[startup+1243.25 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 16926
/proc/meminfo: memFree=1773736/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=1241.64
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 124151 13 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134722332 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1241.64
Current children cumulated vsize (KiB) 14948

[startup+1303.35 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 16926
/proc/meminfo: memFree=1773736/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=1301.69
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 130155 14 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790624 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1301.69
Current children cumulated vsize (KiB) 14948

[startup+1363.38 s]
/proc/loadavg: 2.10 2.03 2.01 3/94 16926
/proc/meminfo: memFree=1773736/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=1361.66
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 136152 14 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134790431 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1361.66
Current children cumulated vsize (KiB) 14948

[startup+1423.48 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 16926
/proc/meminfo: memFree=1773608/2055920 swapFree=4191880/4192956
[pid=16725] ppid=16723 vsize=14948 CPUtime=1421.65
/proc/16725/stat : 16725 (solver) R 16723 16725 16481 0 -1 4194304 2770 0 28 0 142151 14 0 0 25 0 1 0 160110064 15306752 2766 18446744073709551615 134512640 134893233 4294956640 18446744073709551615 134727398 0 0 4096 0 0 0 0 17 0 0 0
/proc/16725/statm: 3737 2766 711 92 0 2081 0
Current children cumulated CPU time (s) 1421.65
Current children cumulated vsize (KiB) 14948

Child status: 0
Real time (s): 1471.07
CPU time (s): 1469.21
CPU user time (s): 1469.06
CPU system time (s): 0.149977
CPU usage (%): 99.8733
Max. virtual memory (cumulated for all children) (KiB): 14948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1469.06
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= 2778
page faults= 28
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48
involuntary context switches= 30767

runsolver used 1.87071 s user time and 4.53931 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Jan  6 20:59:04 UTC 2007


IDJOB= 195982
IDBENCH= 3316
FILE ID= node2/195982-1168117144

PBS_JOBID= 3477143

Free space on /tmp= 66318 MiB

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

META MD5SUM SOLVER= cb80ed4ac975bdc0101f830a5b1b8f77
MD5SUM BENCH=  6a8989343c1399ffbb5761ed2389c00b

RANDOM SEED= 513343636

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.259
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	: 5931.00
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.259
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:       1790144 kB
Buffers:         36804 kB
Cached:          75908 kB
SwapCached:         32 kB
Active:         156240 kB
Inactive:        52968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790144 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            9272 kB
Writeback:           0 kB
Mapped:         122524 kB
Slab:            41096 kB
Committed_AS:  3721260 kB
PageTables:       2536 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= 66318 MiB



End job on node2 on Sat Jan  6 21:23:35 UTC 2007