Trace number 3249846

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-03-01? (TO) 1300.02 1300.06

General information on the benchmark

Namecrafted/skvortsov/automata-synchronization/
crn_40_1521_s.cnf
MD5SUM4e35cb9894b1ca841d462da2d6957cc5
Bench CategoryCRAFTED (crafted 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 variables63882
Number of clauses123981
Sum of the clauses size369562
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22381
Number of clauses of size 3121600
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 Set FPU double precision.
0.08/0.14	c Parse Cnf success: #var: 63882 #clause: 123981
0.08/0.14	c Find Units :          0
0.08/0.14	c Find Invs  :          0
0.08/0.15	c Find Ands  :          0 AvgFaninNum: nan
0.08/0.15	c Find Xors  :          0 AvgFaninNum: nan
0.08/0.16	c Find Ite   :          0
0.19/0.22	c UnDirect variable: 0
0.19/0.22	c UnDirect to Direct Gate: 0
0.19/0.22	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.22	c Break Cycle : 0
0.19/0.22	c Total Root : 0 Undef Var: 63882
0.19/0.22	c After covering, Total Root: 0 Leaf: 0
0.19/0.22	c Variable( cover/uncovered/unused ): 0 63882 0
0.19/0.22	c Unit Clauses: 0
0.19/0.22	c Binary Clauses( cover/uncovered ): 0 2380
0.19/0.22	c Clauses( cover/uncovered ): 0 121600
0.19/0.22	c Total Clauses( cover/uncovered ): 0 123980 0%
0.19/0.22	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.29/0.34	c Uncover Clauses avg size: 2.9808 max size: 3
0.29/0.34	c Final circuit: i/l/o/s   63882       0  123980    244060
0.29/0.34	c CnfToAig: Time: 0.33 s
0.39/0.49	c TmMap: Set choices finish.
0.48/0.58	c TmMap: Set big and: 123980
0.48/0.58	c TmMap: Origin: 307943 ClauseNum: 732180 --> New: 187863 ClauseNum: 493540
0.48/0.58	c TmMap: Time: 0.12
0.59/0.62	c Try to Add: #clause: 247960 #xorclause: 0
0.59/0.68	c #var: 63882 #clauses: 121601 Solving... 
1299.96/1300.00	c Time Out !!
1299.96/1300.00	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: 935)

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

running on 2 cores: 0,2

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.87 3.95 3.94 5/187 15111
/proc/meminfo: memFree=18585488/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=31844 CPUtime=0 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 1381 0 0 0 0 0 0 0 23 0 1 0 462796610 32608256 1315 33554432000 4194304 6016207 140734706706208 18446744073709551615 210646840379 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15111/statm: 7961 1328 303 445 0 1505 0

[startup+0.00685297 s]
/proc/loadavg: 3.87 3.95 3.94 5/187 15111
/proc/meminfo: memFree=18585488/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=33864 CPUtime=0 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 1774 0 0 0 0 0 0 0 23 0 1 0 462796610 34676736 1708 33554432000 4194304 6016207 140734706706208 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 8466 1727 372 445 0 2010 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 33864

[startup+0.100912 s]
/proc/loadavg: 3.87 3.95 3.94 5/187 15111
/proc/meminfo: memFree=18585488/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=60616 CPUtime=0.08 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 8896 0 0 0 8 0 0 0 23 0 1 0 462796610 62070784 8830 33554432000 4194304 6016207 140734706706208 18446744073709551615 4305269 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 15154 8830 379 445 0 8698 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60616

[startup+0.300859 s]
/proc/loadavg: 3.87 3.95 3.94 5/187 15111
/proc/meminfo: memFree=18585488/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=68760 CPUtime=0.29 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 10948 0 0 0 28 1 0 0 25 0 1 0 462796610 70410240 10882 33554432000 4194304 6016207 140734706706208 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 17190 10882 400 445 0 10734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68760

[startup+0.700794 s]
/proc/loadavg: 3.87 3.95 3.94 5/187 15111
/proc/meminfo: memFree=18585488/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=136580 CPUtime=0.69 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 27346 0 0 0 66 3 0 0 25 0 1 0 462796610 139857920 27280 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425037 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 34145 27280 692 445 0 27689 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136580

[startup+1.50063 s]
/proc/loadavg: 3.87 3.95 3.94 7/188 15112
/proc/meminfo: memFree=18476564/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=136580 CPUtime=1.49 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 27374 0 0 0 146 3 0 0 25 0 1 0 462796610 139857920 27308 33554432000 4194304 6016207 140734706706208 18446744073709551615 4387357 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 34145 27308 719 445 0 27689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136580

[startup+3.10039 s]
/proc/loadavg: 3.87 3.95 3.94 5/188 15112
/proc/meminfo: memFree=18474332/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=153848 CPUtime=3.09 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 31086 0 0 0 306 3 0 0 25 0 1 0 462796610 157540352 31020 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 38462 31020 728 445 0 32006 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 153848

[startup+6.30087 s]
/proc/loadavg: 3.96 3.96 3.95 5/188 15112
/proc/meminfo: memFree=18444156/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=166116 CPUtime=6.28 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 32537 0 0 0 625 3 0 0 25 0 1 0 462796610 170102784 32471 33554432000 4194304 6016207 140734706706208 18446744073709551615 4429741 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 41529 32471 728 445 0 35073 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 166116

[startup+12.7008 s]
/proc/loadavg: 4.04 3.98 3.95 5/188 15112
/proc/meminfo: memFree=18389000/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=178920 CPUtime=12.69 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 34938 0 0 0 1265 4 0 0 25 0 1 0 462796610 183214080 34872 33554432000 4194304 6016207 140734706706208 18446744073709551615 4426266 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 44730 34872 728 445 0 38274 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 178920

[startup+25.5006 s]
/proc/loadavg: 4.11 4.00 3.96 6/188 15113
/proc/meminfo: memFree=18333576/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=220076 CPUtime=25.49 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 41398 0 0 0 2543 6 0 0 25 0 1 0 462796610 225357824 41332 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 55019 41332 728 445 0 48563 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 220076

[startup+51.1003 s]
/proc/loadavg: 4.07 4.00 3.96 5/188 15114
/proc/meminfo: memFree=18179000/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=235012 CPUtime=51.09 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 49552 0 0 0 5102 7 0 0 25 0 1 0 462796610 240652288 49332 33554432000 4194304 6016207 140734706706208 18446744073709551615 4387608 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 58753 49332 728 445 0 52297 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 235012

[startup+102.307 s]
/proc/loadavg: 4.03 4.00 3.96 5/188 15115
/proc/meminfo: memFree=17991368/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=354608 CPUtime=102.29 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 59826 0 0 0 10220 9 0 0 25 0 1 0 462796610 363118592 59606 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 88652 59606 728 445 0 82196 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 354608

[startup+162.301 s]
/proc/loadavg: 4.01 4.00 3.96 5/188 15116
/proc/meminfo: memFree=17784524/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=354608 CPUtime=162.29 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 83771 0 0 0 16214 15 0 0 25 0 1 0 462796610 363118592 79462 33554432000 4194304 6016207 140734706706208 18446744073709551615 4538716 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 88652 79462 728 445 0 82196 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 354608

[startup+222.3 s]
/proc/loadavg: 4.07 4.02 3.97 5/188 15145
/proc/meminfo: memFree=17756200/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=447508 CPUtime=222.29 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 98563 0 0 0 22211 18 0 0 25 0 1 0 462796610 458248192 94254 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 111877 94254 728 445 0 105421 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 447508

[startup+282.3 s]
/proc/loadavg: 4.10 4.04 3.97 5/188 15147
/proc/meminfo: memFree=17663800/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=655316 CPUtime=282.28 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 101288 0 0 0 28210 18 0 0 25 0 1 0 462796610 671043584 96979 33554432000 4194304 6016207 140734706706208 18446744073709551615 4424323 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 163829 96979 728 445 0 157373 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 655316

[startup+342.301 s]
/proc/loadavg: 3.44 3.86 3.91 4/182 15165
/proc/meminfo: memFree=17710328/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=655316 CPUtime=342.28 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 104729 0 0 0 34209 19 0 0 25 0 1 0 462796610 671043584 100420 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 163829 100420 728 445 0 157373 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 655316

[startup+402.301 s]
/proc/loadavg: 3.23 3.72 3.86 4/182 15167
/proc/meminfo: memFree=17689480/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=655444 CPUtime=402.28 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 108785 0 0 0 40207 21 0 0 25 0 1 0 462796610 671174656 104466 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425843 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 163861 104466 728 445 0 157405 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 655444

[startup+462.301 s]
/proc/loadavg: 3.16 3.60 3.81 4/182 15168
/proc/meminfo: memFree=17659448/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=655572 CPUtime=462.28 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 114771 0 0 0 46206 22 0 0 25 0 1 0 462796610 671305728 110452 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425504 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 163893 110452 728 445 0 157437 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 655572

[startup+522.301 s]
/proc/loadavg: 3.06 3.49 3.76 4/182 15170
/proc/meminfo: memFree=17652616/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=655572 CPUtime=522.28 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 125303 0 0 0 52204 24 0 0 25 0 1 0 462796610 671305728 120984 33554432000 4194304 6016207 140734706706208 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 163893 120984 728 445 0 157437 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 655572

[startup+582.301 s]
/proc/loadavg: 3.02 3.40 3.71 4/182 15172
/proc/meminfo: memFree=17527376/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=692604 CPUtime=582.28 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 137410 0 0 0 58201 27 0 0 25 0 1 0 462796610 709226496 133091 33554432000 4194304 6016207 140734706706208 18446744073709551615 4378186 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 173151 133091 728 445 0 166695 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 692604

[startup+642.301 s]
/proc/loadavg: 3.12 3.35 3.67 4/182 15173
/proc/meminfo: memFree=17388356/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=848244 CPUtime=642.28 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 157733 0 0 0 64197 31 0 0 25 0 1 0 462796610 868601856 153414 33554432000 4194304 6016207 140734706706208 18446744073709551615 4426916 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 212061 153414 728 445 0 205605 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 848244

[startup+702.301 s]
/proc/loadavg: 3.04 3.29 3.62 4/182 15175
/proc/meminfo: memFree=17299068/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=848372 CPUtime=702.27 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 162889 0 0 0 70196 31 0 0 25 0 1 0 462796610 868732928 158519 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 212093 158519 728 445 0 205637 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 848372

[startup+762.306 s]
/proc/loadavg: 3.01 3.23 3.58 4/182 15176
/proc/meminfo: memFree=17258516/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=1019532 CPUtime=762.28 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 171277 0 0 0 76195 33 0 0 25 0 1 0 462796610 1044000768 166715 33554432000 4194304 6016207 140734706706208 18446744073709551615 4371014 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 254883 166715 837 445 0 248427 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 1019532

[startup+822.3 s]
/proc/loadavg: 3.00 3.19 3.54 4/182 15178
/proc/meminfo: memFree=17179896/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=1019532 CPUtime=822.27 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 188976 0 0 0 82192 35 0 0 25 0 1 0 462796610 1044000768 184179 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 254883 184179 728 445 0 248427 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 1019532

[startup+882.301 s]
/proc/loadavg: 3.00 3.15 3.51 4/182 15180
/proc/meminfo: memFree=17105980/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=1203144 CPUtime=882.27 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 203742 0 0 0 88189 38 0 0 25 0 1 0 462796610 1232019456 198767 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 300786 198767 728 445 0 294330 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 1203144

[startup+942.301 s]
/proc/loadavg: 3.00 3.12 3.47 4/182 15181
/proc/meminfo: memFree=16978124/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=1203144 CPUtime=942.26 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 205457 0 0 0 94188 38 0 0 25 0 1 0 462796610 1232019456 195641 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425824 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 300786 195641 728 445 0 294330 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 1203144

[startup+1002.3 s]
/proc/loadavg: 3.00 3.10 3.44 4/182 15183
/proc/meminfo: memFree=16926772/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=1203144 CPUtime=1002.27 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 212933 0 0 0 100187 40 0 0 25 0 1 0 462796610 1232019456 203101 33554432000 4194304 6016207 140734706706208 18446744073709551615 4426003 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 300786 203101 729 445 0 294330 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 1203144

[startup+1062.3 s]
/proc/loadavg: 3.00 3.08 3.41 4/182 15184
/proc/meminfo: memFree=16904564/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=1404816 CPUtime=1062.26 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 216208 0 0 0 106185 41 0 0 25 0 1 0 462796610 1438531584 206375 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 351204 206375 728 445 0 344748 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 1404816

[startup+1122.3 s]
/proc/loadavg: 3.00 3.06 3.38 4/182 15186
/proc/meminfo: memFree=16907280/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=1615620 CPUtime=1122.26 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 219364 0 0 0 112185 41 0 0 25 0 1 0 462796610 1654394880 209531 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 403905 209531 728 445 0 397449 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 1615620

[startup+1182.3 s]
/proc/loadavg: 3.00 3.05 3.35 4/182 15188
/proc/meminfo: memFree=16887668/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=1833560 CPUtime=1182.26 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 223207 0 0 0 118183 43 0 0 25 0 1 0 462796610 1877565440 213374 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 458390 213374 728 445 0 451934 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 1833560

[startup+1242.3 s]
/proc/loadavg: 3.00 3.04 3.33 4/182 15189
/proc/meminfo: memFree=16854044/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=2054112 CPUtime=1242.25 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 230844 0 0 0 124181 44 0 0 25 0 1 0 462796610 2103410688 221011 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 513528 221011 728 445 0 507072 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 2054112



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.02 2.77 3.22 2/170 15236
/proc/meminfo: memFree=18633480/32951132 swapFree=67111524/67111528
[pid=15111] ppid=15109 vsize=2283208 CPUtime=1299.96 cores=0,2
/proc/15111/stat : 15111 (qutersat_releas) R 15109 15111 13625 0 -1 4202496 247425 0 0 0 129949 47 0 0 25 0 1 0 462796610 2338004992 237592 33554432000 4194304 6016207 140734706706208 18446744073709551615 4425574 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15111/statm: 570802 237592 728 445 0 564346 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 2283208

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.06
CPU time (s): 1300.02
CPU user time (s): 1299.49
CPU system time (s): 0.52292
CPU usage (%): 99.9969
Max. virtual memory (cumulated for all children) (KiB): 2283208

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

runsolver used 2.30265 second user time and 4.77027 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-23 00:39:30
IDJOB=3249846
IDBENCH=83191
IDSOLVER=1607
FILE ID=node129/3249846-1303511970
RUNJOBID= node129-1303511931-14879
PBS_JOBID= 13134276
Free space on /tmp= 66292 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_40_1521_s.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249846-1303511970/watcher-3249846-1303511970 -o /tmp/evaluation-result-3249846-1303511970/solver-3249846-1303511970 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3249846-1303511970.cnf 1946513048

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

MD5SUM BENCH= 4e35cb9894b1ca841d462da2d6957cc5
RANDOM SEED=1946513048

node129.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.831
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.66
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.831
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	: 5332.83
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.831
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.75
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18585760 kB
Buffers:        957412 kB
Cached:       11727536 kB
SwapCached:          4 kB
Active:        2336680 kB
Inactive:     11383432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18585760 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           17892 kB
Writeback:           0 kB
AnonPages:     1034672 kB
Mapped:          20504 kB
Slab:           581588 kB
PageTables:       7484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1412012 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66316 MiB
End job on node129 at 2011-04-23 01:01:12