Trace number 3495726

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MoUsSaka 2011-03-26No Cert. 1800.09 1800.05

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo016.cnf
MD5SUM576249eded8a3c95c0b3aa8dcd51992e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2945
Number of clauses8738
Sum of the clauses size20386
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 25824
Number of clauses of size 32912
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c MoUsSaka vegetarian
142.39/142.43	
142.39/142.43	s UNSATISFIABLE

Verifier Data

ERROR: no value line found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3495726-1307805557/watcher-3495726-1307805557 -o /tmp/evaluation-result-3495726-1307805557/solver-3495726-1307805557 -C 1800 -W 1850 -M 7680 MoUsSaka HOME/instance-3495726-1307805557.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.10 2.31 2.94 4/189 25241
/proc/meminfo: memFree=28775248/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=13032 CPUtime=0 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 892154478 13344768 602 33554432000 4194304 4365125 140735802720448 18446744073709551615 4266165 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 3258 602 262 42 0 406 0

[startup+0.0960859 s]
/proc/loadavg: 3.10 2.31 2.94 4/189 25241
/proc/meminfo: memFree=28775248/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=15836 CPUtime=0.09 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 3317 0 0 0 9 0 0 0 25 0 1 0 892154478 16216064 1289 33554432000 4194304 4365125 140735802720448 18446744073709551615 4257799 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 3959 1289 262 42 0 1107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15836

[startup+0.101084 s]
/proc/loadavg: 3.10 2.31 2.94 4/189 25241
/proc/meminfo: memFree=28775248/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=20044 CPUtime=0.09 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 3642 0 0 0 9 0 0 0 25 0 1 0 892154478 20525056 1589 33554432000 4194304 4365125 140735802720448 18446744073709551615 235594564053 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 5011 1604 262 42 0 2159 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20044

[startup+0.301049 s]
/proc/loadavg: 3.10 2.31 2.94 4/189 25241
/proc/meminfo: memFree=28775248/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=22668 CPUtime=0.29 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 10037 0 0 0 28 1 0 0 25 0 1 0 892154478 23212032 2949 33554432000 4194304 4365125 140735802720448 18446744073709551615 4250090 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 5667 2949 262 42 0 2815 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22668

[startup+0.700979 s]
/proc/loadavg: 3.10 2.31 2.94 4/189 25241
/proc/meminfo: memFree=28775248/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=35552 CPUtime=0.69 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 19210 0 0 0 67 2 0 0 25 0 1 0 892154478 36405248 4680 33554432000 4194304 4365125 140735802720448 18446744073709551615 4266144 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 8888 4680 262 42 0 6036 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35552

[startup+1.50093 s]
/proc/loadavg: 3.10 2.31 2.94 5/190 25242
/proc/meminfo: memFree=28845944/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=62268 CPUtime=1.49 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 45568 0 0 0 144 5 0 0 25 0 1 0 892154478 63762432 11226 33554432000 4194304 4365125 140735802720448 18446744073709551615 4242708 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 15567 11226 263 42 0 12715 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62268

[startup+3.10062 s]
/proc/loadavg: 3.10 2.31 2.94 5/190 25242
/proc/meminfo: memFree=28736576/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=89112 CPUtime=3.09 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 65166 0 0 0 301 8 0 0 25 0 1 0 892154478 91250688 15343 33554432000 4194304 4365125 140735802720448 18446744073709551615 4266165 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 22278 15345 263 42 0 19426 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89112

[startup+6.30099 s]
/proc/loadavg: 3.17 2.34 2.95 5/190 25242
/proc/meminfo: memFree=28675568/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=132172 CPUtime=6.29 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 101923 0 0 0 617 12 0 0 25 0 1 0 892154478 135344128 25505 33554432000 4194304 4365125 140735802720448 18446744073709551615 4262107 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 33043 25505 265 42 0 30191 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132172

[startup+12.7009 s]
/proc/loadavg: 3.24 2.37 2.95 5/190 25242
/proc/meminfo: memFree=28634748/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=198640 CPUtime=12.69 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 149135 0 0 0 1252 17 0 0 25 0 1 0 892154478 203407360 36517 33554432000 4194304 4365125 140735802720448 18446744073709551615 4244669 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 49660 36517 265 42 0 46808 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 198640

[startup+25.5006 s]
/proc/loadavg: 3.41 2.45 2.97 5/190 25243
/proc/meminfo: memFree=28795820/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=473020 CPUtime=25.49 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 325817 0 0 0 2514 35 0 0 25 0 1 0 892154478 484372480 79569 33554432000 4194304 4365125 140735802720448 18446744073709551615 4250097 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 118255 79569 263 42 0 115403 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 473020

[startup+51.1011 s]
/proc/loadavg: 3.61 2.57 3.00 5/190 25281
/proc/meminfo: memFree=28847468/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1004040 CPUtime=51.09 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 520524 0 0 0 5055 54 0 0 25 0 1 0 892154478 1028136960 155115 33554432000 4194304 4365125 140735802720448 18446744073709551615 4258435 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 251010 155115 263 42 0 248158 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1004040

[startup+102.307 s]
/proc/loadavg: 3.83 2.79 3.04 5/190 25283
/proc/meminfo: memFree=27432460/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1851216 CPUtime=102.3 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 692916 0 0 0 10158 72 0 0 25 0 1 0 892154478 1895645184 296341 33554432000 4194304 4365125 140735802720448 18446744073709551615 4257958 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 462804 296341 263 42 0 459952 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1851216

[startup+162.301 s]
/proc/loadavg: 3.93 3.01 3.10 5/190 25284
/proc/meminfo: memFree=27328260/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1604344 CPUtime=162.3 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1436620 0 0 0 16082 148 0 0 25 0 1 0 892154478 1642848256 324007 33554432000 4194304 4365125 140735802720448 18446744073709551615 4247605 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 401086 324007 264 42 0 398234 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1604344

[startup+222.301 s]
/proc/loadavg: 4.02 3.20 3.16 5/190 25286
/proc/meminfo: memFree=27379296/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1418796 CPUtime=222.29 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1438150 0 0 0 22081 148 0 0 25 0 1 0 892154478 1452847104 296743 33554432000 4194304 4365125 140735802720448 18446744073709551615 4242713 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 354699 296743 264 42 0 351847 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1418796

[startup+282.3 s]
/proc/loadavg: 4.00 3.34 3.21 5/190 25287
/proc/meminfo: memFree=27394264/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1418796 CPUtime=282.3 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1438150 0 0 0 28082 148 0 0 25 0 1 0 892154478 1452847104 296743 33554432000 4194304 4365125 140735802720448 18446744073709551615 4275985 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 354699 296743 264 42 0 351847 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1418796

[startup+342.301 s]
/proc/loadavg: 4.07 3.47 3.26 5/190 25289
/proc/meminfo: memFree=27363708/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1418796 CPUtime=342.3 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1438150 0 0 0 34082 148 0 0 25 0 1 0 892154478 1452847104 296743 33554432000 4194304 4365125 140735802720448 18446744073709551615 4247584 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 354699 296743 264 42 0 351847 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1418796

[startup+402.3 s]
/proc/loadavg: 4.02 3.57 3.30 5/190 25291
/proc/meminfo: memFree=27225532/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1418796 CPUtime=402.3 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1442283 0 0 0 40081 149 0 0 25 0 1 0 892154478 1452847104 300876 33554432000 4194304 4365125 140735802720448 18446744073709551615 4250123 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 354699 300876 264 42 0 351847 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1418796

[startup+462.301 s]
/proc/loadavg: 4.06 3.66 3.35 5/190 25292
/proc/meminfo: memFree=27299008/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1418796 CPUtime=462.3 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1442283 0 0 0 46081 149 0 0 25 0 1 0 892154478 1452847104 300876 33554432000 4194304 4365125 140735802720448 18446744073709551615 4250159 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 354699 300876 264 42 0 351847 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1418796

[startup+522.3 s]
/proc/loadavg: 4.02 3.72 3.39 5/190 25294
/proc/meminfo: memFree=27181904/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1280024 CPUtime=522.3 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1444056 0 0 0 52080 150 0 0 25 0 1 0 892154478 1310744576 276551 33554432000 4194304 4365125 140735802720448 18446744073709551615 4262070 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 320006 276551 264 42 0 317154 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1280024

[startup+582.301 s]
/proc/loadavg: 4.00 3.77 3.42 5/190 25295
/proc/meminfo: memFree=27012720/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1282072 CPUtime=582.31 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1444313 0 0 0 58081 150 0 0 25 0 1 0 892154478 1312841728 276808 33554432000 4194304 4365125 140735802720448 18446744073709551615 4250135 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 320518 276808 264 42 0 317666 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1282072

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 4.00 3.89 3.55 5/190 25302
/proc/meminfo: memFree=27379308/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1632468 CPUtime=822.31 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1568793 0 0 0 82067 164 0 0 25 0 1 0 892154478 1671647232 321158 33554432000 4194304 4365125 140735802720448 18446744073709551615 4264094 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 408117 321158 264 42 0 405265 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1632468

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.57 5/190 25303
/proc/meminfo: memFree=27399972/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1310464 CPUtime=882.31 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1570909 0 0 0 88066 165 0 0 25 0 1 0 892154478 1341915136 282186 33554432000 4194304 4365125 140735802720448 18446744073709551615 4244672 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 327616 282186 264 42 0 324764 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1310464

[startup+942.3 s]
/proc/loadavg: 4.03 3.93 3.60 5/190 25305
/proc/meminfo: memFree=27266516/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1288420 CPUtime=942.32 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1612206 0 0 0 94062 170 0 0 25 0 1 0 892154478 1319342080 277631 33554432000 4194304 4365125 140735802720448 18446744073709551615 4263861 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 322105 277631 264 42 0 319253 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1288420

[startup+1002.3 s]
/proc/loadavg: 4.01 3.94 3.62 5/190 25307
/proc/meminfo: memFree=27264604/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1288420 CPUtime=1002.31 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1612206 0 0 0 100061 170 0 0 25 0 1 0 892154478 1319342080 277631 33554432000 4194304 4365125 140735802720448 18446744073709551615 4244660 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 322105 277631 264 42 0 319253 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1288420

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.64 5/190 25308
/proc/meminfo: memFree=27326052/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1288420 CPUtime=1062.31 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1612206 0 0 0 106061 170 0 0 25 0 1 0 892154478 1319342080 277631 33554432000 4194304 4365125 140735802720448 18446744073709551615 4244666 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 322105 277631 264 42 0 319253 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1288420

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.66 5/190 25310
/proc/meminfo: memFree=27315584/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1292516 CPUtime=1122.31 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1645616 0 0 0 112057 174 0 0 25 0 1 0 892154478 1323536384 278177 33554432000 4194304 4365125 140735802720448 18446744073709551615 4245187 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 323129 278177 264 42 0 320277 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1292516

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.68 5/190 25311
/proc/meminfo: memFree=27357068/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1290468 CPUtime=1182.32 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1776847 0 0 0 118042 190 0 0 25 0 1 0 892154478 1321439232 277920 33554432000 4194304 4365125 140735802720448 18446744073709551615 4275985 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 322617 277920 264 42 0 319765 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1290468

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.70 5/190 25313
/proc/meminfo: memFree=27265260/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1292516 CPUtime=1242.32 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1777072 0 0 0 124042 190 0 0 25 0 1 0 892154478 1323536384 278145 33554432000 4194304 4365125 140735802720448 18446744073709551615 4257409 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 323129 278145 264 42 0 320277 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1292516

[startup+1302.3 s]
/proc/loadavg: 4.00 3.97 3.71 5/190 25315
/proc/meminfo: memFree=27188080/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1310948 CPUtime=1302.33 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1779385 0 0 0 130043 190 0 0 25 0 1 0 892154478 1342410752 280458 33554432000 4194304 4365125 140735802720448 18446744073709551615 4262074 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 327737 280458 264 42 0 324885 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1310948

[startup+1362.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 25316
/proc/meminfo: memFree=26973880/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1310948 CPUtime=1362.32 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1779385 0 0 0 136042 190 0 0 25 0 1 0 892154478 1342410752 280458 33554432000 4194304 4365125 140735802720448 18446744073709551615 4244666 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 327737 280458 264 42 0 324885 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1310948

[startup+1422.31 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 25318
/proc/meminfo: memFree=27258528/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1402720 CPUtime=1422.33 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1811502 0 0 0 142040 193 0 0 25 0 1 0 892154478 1436385280 293712 33554432000 4194304 4365125 140735802720448 18446744073709551615 4266155 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 350680 293712 264 42 0 347828 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1402720

[startup+1482.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 25319
/proc/meminfo: memFree=27176272/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1675092 CPUtime=1482.32 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1989620 0 0 0 148021 211 0 0 25 0 1 0 892154478 1715294208 327893 33554432000 4194304 4365125 140735802720448 18446744073709551615 4247584 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 418773 327893 264 42 0 415921 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1675092

[startup+1542.3 s]
/proc/loadavg: 4.00 3.97 3.77 5/190 25321
/proc/meminfo: memFree=27310780/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1304608 CPUtime=1542.33 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1996680 0 0 0 154020 213 0 0 25 0 1 0 892154478 1335918592 282166 33554432000 4194304 4365125 140735802720448 18446744073709551615 4244619 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 326152 282166 264 42 0 323300 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1304608

[startup+1602.3 s]
/proc/loadavg: 4.00 3.97 3.78 5/190 25323
/proc/meminfo: memFree=27343476/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1317832 CPUtime=1602.33 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1998691 0 0 0 160019 214 0 0 25 0 1 0 892154478 1349459968 284177 33554432000 4194304 4365125 140735802720448 18446744073709551615 4250097 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 329458 284177 264 42 0 326606 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1317832

[startup+1662.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/190 25324
/proc/meminfo: memFree=27297684/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1319880 CPUtime=1662.33 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1998948 0 0 0 166019 214 0 0 25 0 1 0 892154478 1351557120 284434 33554432000 4194304 4365125 140735802720448 18446744073709551615 4244669 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 329970 284434 264 42 0 327118 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1319880

[startup+1722.3 s]
/proc/loadavg: 4.00 3.97 3.80 5/190 25326
/proc/meminfo: memFree=27229812/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1319880 CPUtime=1722.34 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1998948 0 0 0 172020 214 0 0 25 0 1 0 892154478 1351557120 284434 33554432000 4194304 4365125 140735802720448 18446744073709551615 4250173 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 329970 284434 264 42 0 327118 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1319880

[startup+1782.3 s]
/proc/loadavg: 3.95 3.96 3.81 5/190 25519
/proc/meminfo: memFree=28629428/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1319880 CPUtime=1782.34 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1998948 0 0 0 178020 214 0 0 25 0 1 0 892154478 1351557120 284434 33554432000 4194304 4365125 140735802720448 18446744073709551615 4247520 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 329970 284434 264 42 0 327118 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1319880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 3.96 3.96 3.81 5/190 25558
/proc/meminfo: memFree=28384924/32950928 swapFree=67052112/67111528
[pid=25241] ppid=25239 vsize=1319880 CPUtime=1800.04 cores=0,2
/proc/25241/stat : 25241 (MoUsSaka) R 25239 25241 23695 0 -1 4202496 1998948 0 0 0 179790 214 0 0 25 0 1 0 892154478 1351557120 284434 33554432000 4194304 4365125 140735802720448 18446744073709551615 4250090 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25241/statm: 329970 284434 264 42 0 327118 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1319880

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.05
CPU time (s): 1800.09
CPU user time (s): 1797.91
CPU system time (s): 2.18067
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2989912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.91
system time used= 2.18067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1998948
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= 8
involuntary context switches= 3702

runsolver used 2.85656 second user time and 6.96794 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-11 17:19:17
IDJOB=3495726
IDBENCH=70788
IDSOLVER=1989
FILE ID=node120/3495726-1307805557
RUNJOBID= node120-1307805486-24915
PBS_JOBID= 13551076
Free space on /tmp= 73880 MiB

SOLVER NAME= MoUsSaka 2011-03-26
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo016.cnf
COMMAND LINE= MoUsSaka BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495726-1307805557/watcher-3495726-1307805557 -o /tmp/evaluation-result-3495726-1307805557/solver-3495726-1307805557 -C 1800 -W 1850 -M 7680  MoUsSaka HOME/instance-3495726-1307805557.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 576249eded8a3c95c0b3aa8dcd51992e
RANDOM SEED=350974584

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28775792 kB
Buffers:        160020 kB
Cached:         906256 kB
SwapCached:      11524 kB
Active:        3318236 kB
Inactive:       689964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28775792 kB
SwapTotal:    67111528 kB
SwapFree:     67052112 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:     2939604 kB
Mapped:           9508 kB
Slab:            94184 kB
PageTables:      12816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4741692 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73892 MiB
End job on node120 at 2011-06-11 17:49:19