Trace number 3376982

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
QuteRSat 2011-05-12 (fixed)? (TO) 1300.06 1300.02

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.18	c Parse Cnf success: #var: 69561 #clause: 226787
0.09/0.18	c Find Units :        129
0.09/0.19	c Find Invs  :       5310
0.19/0.23	c Find Ands  :      40910 AvgFaninNum: 2
0.19/0.24	c Find Xors  :      23351 AvgFaninNum: 2
0.19/0.28	c Find Ite   :        128
0.29/0.35	c UnDirect variable: 28162
0.29/0.36	c UnDirect to Direct Gate: 28209
0.29/0.36	c Forced Direct Gate: 457 Unuse unDirect Gate: 411
0.29/0.38	c Break Cycle : 2695
0.29/0.38	c Total Root : 579 Undef Var: 3103
0.39/0.44	c After covering, Total Root: 3083 Leaf: 3102
0.39/0.44	c Variable( cover/uncovered/unused ): 69560 1 0
0.39/0.44	c Unit Clauses: 129
0.39/0.44	c Binary Clauses( cover/uncovered ): 90558 1818
0.39/0.44	c Clauses( cover/uncovered ): 124819 9463
0.39/0.44	c Total Clauses( cover/uncovered ): 215506 11281 95.0257%
0.39/0.44	c Covered Ands: 40103 Invs: 5176 Xors: 21179 Ites: 0
0.39/0.45	c Uncover Clauses avg size: 2.83884 max size: 3
0.39/0.45	c Final circuit: i/l/o/s    3101       0   11408    115227
0.39/0.45	c CnfToAig: Time: 0.44 s
0.89/0.97	c TmMap: Set choices finish.
1.00/1.03	c TmMap: Set big and: 17511
1.00/1.03	c TmMap: Origin: 118329 ClauseNum: 345681 --> New: 50835 ClauseNum: 195042
1.00/1.03	c TmMap: Time: 0.1
1.79/1.83	c Simulation --> TransNum: 194798/195042 Try to Add: #clause: 168237 #xorclause: 0
1.89/1.91	c #var: 39434 #clauses: 147539 Solving... 
2.69/2.76	c Abstract SAT
2.79/2.88	c Simulation --> TransNum: 194971/195042 Try to Add: #clause: 1 #xorclause: 0
2.79/2.88	c #var: 39434 #clauses: 63236 Solving... 
4.19/4.24	c Abstract SAT
4.29/4.37	c Simulation --> TransNum: 194973/195042 Try to Add: #clause: 2 #xorclause: 0
4.29/4.37	c #var: 39434 #clauses: 63245 Solving... 
27.50/27.55	c Abstract SAT
27.50/27.55	c Simulation --> TransNum: 195042/195042 Try to Add: #clause: 69 #xorclause: 0
27.50/27.55	c #var: 39434 #clauses: 63368 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3376982-1305467733/watcher-3376982-1305467733 -o /tmp/evaluation-result-3376982-1305467733/solver-3376982-1305467733 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376982-1305467733.cnf 1253062254 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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.74 5.49 6.42 5/287 8558
/proc/meminfo: memFree=20091228/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=35020 CPUtime=0 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 2449 0 0 0 0 0 0 0 25 0 1 0 658373094 35860480 2386 33554432000 4194304 6014671 140735043798080 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 8755 2387 378 445 0 2300 0

[startup+0.0633801 s]
/proc/loadavg: 3.74 5.49 6.42 5/287 8558
/proc/meminfo: memFree=20091228/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=49356 CPUtime=0.05 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 5733 0 0 0 5 0 0 0 25 0 1 0 658373094 50540544 5671 33554432000 4194304 6014671 140735043798080 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 12339 5693 378 445 0 5884 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 49356

[startup+0.100374 s]
/proc/loadavg: 3.74 5.49 6.42 5/287 8558
/proc/meminfo: memFree=20091228/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=56524 CPUtime=0.09 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 7776 0 0 0 8 1 0 0 25 0 1 0 658373094 57880576 7713 33554432000 4194304 6014671 140735043798080 18446744073709551615 4300552 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 14131 7713 378 445 0 7676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56524

[startup+0.300338 s]
/proc/loadavg: 3.74 5.49 6.42 5/287 8558
/proc/meminfo: memFree=20091228/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=73164 CPUtime=0.29 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 12005 0 0 0 28 1 0 0 25 0 1 0 658373094 74919936 11942 33554432000 4194304 6014671 140735043798080 18446744073709551615 4776599 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 18291 11942 394 445 0 11836 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73164

[startup+0.700265 s]
/proc/loadavg: 3.74 5.49 6.42 5/287 8558
/proc/meminfo: memFree=20091228/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=85716 CPUtime=0.69 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 15500 0 0 0 67 2 0 0 25 0 1 0 658373094 87773184 15437 33554432000 4194304 6014671 140735043798080 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 21429 15438 667 445 0 14974 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85716

[startup+1.50012 s]
/proc/loadavg: 3.76 5.46 6.41 5/293 8569
/proc/meminfo: memFree=19849320/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=126764 CPUtime=1.49 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 25553 0 0 0 146 3 0 0 25 0 1 0 658373094 129806336 25490 33554432000 4194304 6014671 140735043798080 18446744073709551615 4243280 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 31691 25490 680 445 0 25236 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126764

[startup+3.10083 s]
/proc/loadavg: 3.76 5.46 6.41 5/293 8569
/proc/meminfo: memFree=19828488/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=134104 CPUtime=3.09 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 26584 0 0 0 306 3 0 0 25 0 1 0 658373094 137322496 26521 33554432000 4194304 6014671 140735043798080 18446744073709551615 4379309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 33526 26521 729 445 0 27071 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 134104

[startup+6.30027 s]
/proc/loadavg: 3.76 5.46 6.41 5/293 8569
/proc/meminfo: memFree=19817944/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=134104 CPUtime=6.29 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 26584 0 0 0 626 3 0 0 25 0 1 0 658373094 137322496 26521 33554432000 4194304 6014671 140735043798080 18446744073709551615 4422678 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 33526 26521 729 445 0 27071 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 134104

[startup+12.7001 s]
/proc/loadavg: 3.80 5.41 6.38 5/293 8569
/proc/meminfo: memFree=19811516/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=134104 CPUtime=12.69 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 26584 0 0 0 1266 3 0 0 25 0 1 0 658373094 137322496 26521 33554432000 4194304 6014671 140735043798080 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 33526 26521 729 445 0 27071 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134104

[startup+25.5008 s]
/proc/loadavg: 3.83 5.37 6.36 5/293 8570
/proc/meminfo: memFree=19794032/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=178260 CPUtime=25.5 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 27582 0 0 0 2546 4 0 0 25 0 1 0 658373094 182538240 27519 33554432000 4194304 6014671 140735043798080 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 44565 27519 730 445 0 38110 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 178260

[startup+51.1003 s]
/proc/loadavg: 3.89 5.26 6.29 5/293 8597
/proc/meminfo: memFree=19774316/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=223612 CPUtime=51.09 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 30037 0 0 0 5105 4 0 0 25 0 1 0 658373094 228978688 29974 33554432000 4194304 6014671 140735043798080 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 55903 29974 730 445 0 49448 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 223612

[startup+102.31 s]
/proc/loadavg: 4.03 5.06 6.16 5/293 8599
/proc/meminfo: memFree=19659948/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=223612 CPUtime=102.3 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 36018 0 0 0 10224 6 0 0 25 0 1 0 658373094 228978688 35925 33554432000 4194304 6014671 140735043798080 18446744073709551615 4372423 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 55903 35925 731 445 0 49448 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 223612

[startup+162.301 s]
/proc/loadavg: 4.01 4.86 6.03 5/293 8600
/proc/meminfo: memFree=19591240/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=237544 CPUtime=162.29 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 41423 0 0 0 16222 7 0 0 25 0 1 0 658373094 243245056 41273 33554432000 4194304 6014671 140735043798080 18446744073709551615 4422826 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 59386 41273 731 445 0 52931 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 237544

[startup+222.301 s]
/proc/loadavg: 4.00 4.70 5.90 5/293 8602
/proc/meminfo: memFree=19558492/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=289432 CPUtime=222.3 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 44105 0 0 0 22222 8 0 0 25 0 1 0 658373094 296378368 43955 33554432000 4194304 6014671 140735043798080 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 72358 43955 731 445 0 65903 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 289432

[startup+282.3 s]
/proc/loadavg: 4.00 4.57 5.77 5/293 8604
/proc/meminfo: memFree=19485068/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=289432 CPUtime=282.3 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 44111 0 0 0 28222 8 0 0 25 0 1 0 658373094 296378368 43961 33554432000 4194304 6014671 140735043798080 18446744073709551615 4378125 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 72358 43961 731 445 0 65903 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 289432

[startup+342.3 s]
/proc/loadavg: 4.13 4.51 5.68 5/293 8614
/proc/meminfo: memFree=19438124/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=289432 CPUtime=342.3 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 48469 0 0 0 34221 9 0 0 25 0 1 0 658373094 296378368 48306 33554432000 4194304 6014671 140735043798080 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 72358 48306 734 445 0 65903 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 289432

[startup+402.301 s]
/proc/loadavg: 4.05 4.42 5.57 5/293 8616
/proc/meminfo: memFree=19401436/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=341040 CPUtime=402.3 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 51839 0 0 0 40220 10 0 0 25 0 1 0 658373094 349224960 51655 33554432000 4194304 6014671 140735043798080 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 85260 51655 734 445 0 78805 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 341040

[startup+462.3 s]
/proc/loadavg: 4.02 4.34 5.47 5/293 8617
/proc/meminfo: memFree=19398192/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=341040 CPUtime=462.3 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 52307 0 0 0 46220 10 0 0 25 0 1 0 658373094 349224960 52123 33554432000 4194304 6014671 140735043798080 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 85260 52123 734 445 0 78805 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 341040

[startup+522.3 s]
/proc/loadavg: 4.00 4.27 5.37 5/293 8622
/proc/meminfo: memFree=19372756/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=522.31 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 54120 0 0 0 52220 11 0 0 25 0 1 0 658373094 402276352 53861 33554432000 4194304 6014671 140735043798080 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 53861 734 445 0 91757 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 392848

[startup+582.301 s]
/proc/loadavg: 4.00 4.22 5.28 5/293 8624
/proc/meminfo: memFree=19302596/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=582.31 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 54917 0 0 0 58220 11 0 0 25 0 1 0 658373094 402276352 54658 33554432000 4194304 6014671 140735043798080 18446744073709551615 4422874 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 54658 734 445 0 91757 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 392848

[startup+642.301 s]
/proc/loadavg: 4.00 4.18 5.20 5/293 8625
/proc/meminfo: memFree=19277044/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=642.31 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 56053 0 0 0 64220 11 0 0 25 0 1 0 658373094 402276352 55794 33554432000 4194304 6014671 140735043798080 18446744073709551615 4377923 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 55794 734 445 0 91757 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 392848

[startup+702.3 s]
/proc/loadavg: 4.04 4.16 5.13 5/293 8708
/proc/meminfo: memFree=19252224/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=702.31 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 57797 0 0 0 70219 12 0 0 25 0 1 0 658373094 402276352 57537 33554432000 4194304 6014671 140735043798080 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 57537 733 445 0 91757 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 392848

[startup+762.311 s]
/proc/loadavg: 4.07 4.14 5.06 5/293 8817
/proc/meminfo: memFree=18820208/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=762.32 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 59455 0 0 0 76220 12 0 0 25 0 1 0 658373094 402276352 59193 33554432000 4194304 6014671 140735043798080 18446744073709551615 4423631 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 59193 731 445 0 91757 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 392848

[startup+822.301 s]
/proc/loadavg: 4.02 4.11 4.99 5/293 8819
/proc/meminfo: memFree=18377448/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=822.31 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 63122 0 0 0 82218 13 0 0 25 0 1 0 658373094 402276352 62860 33554432000 4194304 6014671 140735043798080 18446744073709551615 4422936 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 62860 731 445 0 91757 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 392848

[startup+882.3 s]
/proc/loadavg: 4.13 4.12 4.94 5/293 8821
/proc/meminfo: memFree=18334784/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=882.32 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 63793 0 0 0 88218 14 0 0 25 0 1 0 658373094 402276352 63531 33554432000 4194304 6014671 140735043798080 18446744073709551615 4377883 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 63531 731 445 0 91757 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 392848

[startup+942.301 s]
/proc/loadavg: 4.05 4.10 4.87 5/293 8822
/proc/meminfo: memFree=18307492/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=942.31 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 66087 0 0 0 94217 14 0 0 25 0 1 0 658373094 402276352 65689 33554432000 4194304 6014671 140735043798080 18446744073709551615 4372408 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 65689 731 445 0 91757 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 392848

[startup+1002.3 s]
/proc/loadavg: 4.02 4.08 4.82 6/293 8824
/proc/meminfo: memFree=18299040/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=1002.32 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 67224 0 0 0 100217 15 0 0 25 0 1 0 658373094 402276352 66826 33554432000 4194304 6014671 140735043798080 18446744073709551615 4423072 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 66826 731 445 0 91757 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 392848

[startup+1062.3 s]
/proc/loadavg: 4.00 4.06 4.76 5/293 8825
/proc/meminfo: memFree=18259092/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=1062.32 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 67521 0 0 0 106217 15 0 0 25 0 1 0 658373094 402276352 67123 33554432000 4194304 6014671 140735043798080 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 67123 731 445 0 91757 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 392848

[startup+1122.3 s]
/proc/loadavg: 4.00 4.05 4.71 5/293 8854
/proc/meminfo: memFree=19141256/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=1122.32 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 67854 0 0 0 112217 15 0 0 25 0 1 0 658373094 402276352 67456 33554432000 4194304 6014671 140735043798080 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 67456 731 445 0 91757 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 392848

[startup+1182.3 s]
/proc/loadavg: 4.00 4.04 4.67 5/293 8856
/proc/meminfo: memFree=19057644/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=1182.32 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 67854 0 0 0 118217 15 0 0 25 0 1 0 658373094 402276352 67456 33554432000 4194304 6014671 140735043798080 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 67456 731 445 0 91757 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 392848

[startup+1242.3 s]
/proc/loadavg: 4.05 4.04 4.63 5/293 8857
/proc/meminfo: memFree=19022292/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=1242.32 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 67857 0 0 0 124217 15 0 0 25 0 1 0 658373094 402276352 67459 33554432000 4194304 6014671 140735043798080 18446744073709551615 4422943 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 67459 731 445 0 91757 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 392848



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 4.59 4/292 8860
/proc/meminfo: memFree=19401340/32950904 swapFree=67057400/67111528
[pid=8558] ppid=8556 vsize=392848 CPUtime=1300.04 cores=5,7
/proc/8558/stat : 8558 (qutersat_releas) R 8556 8558 8508 0 -1 4202496 67857 0 0 0 129989 15 0 0 25 0 1 0 658373094 402276352 67459 33554432000 4194304 6014671 140735043798080 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8558/statm: 98212 67459 731 445 0 91757 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 392848

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

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.89
CPU system time (s): 0.165974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 392848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67861
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= 6
involuntary context switches= 1538

runsolver used 3.60045 second user time and 8.22575 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 15:55:33
IDJOB=3376982
IDBENCH=70830
IDSOLVER=1856
FILE ID=node121/3376982-1305467733
RUNJOBID= node121-1305467733-8529
PBS_JOBID= 13325309
Free space on /tmp= 73480 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376982-1305467733/watcher-3376982-1305467733 -o /tmp/evaluation-result-3376982-1305467733/solver-3376982-1305467733 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376982-1305467733.cnf 1253062254

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=1253062254

node121.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.817
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.63
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.817
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.75
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.817
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:     32950904 kB
MemFree:      20091756 kB
Buffers:        322052 kB
Cached:        6588128 kB
SwapCached:       7656 kB
Active:        6774920 kB
Inactive:      5726628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20091756 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           14908 kB
Writeback:           0 kB
AnonPages:     5588592 kB
Mapped:          23076 kB
Slab:           267660 kB
PageTables:      25352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30909296 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= 73484 MiB
End job on node121 at 2011-05-15 16:17:15