Trace number 3259264

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) 1299.99 1300.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes7.cnf
MD5SUM6200c727c8a5a324974090a1f9a6d7ab
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03669
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.02	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 945 #clause: 61409
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.04	c Find Ands  :        945 AvgFaninNum: 20
0.00/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.04	c Find Ite   :          0
0.00/0.04	c UnDirect variable: 0
0.00/0.04	c UnDirect to Direct Gate: 0
0.00/0.04	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.04	c Break Cycle : 900
0.00/0.04	c Total Root : 0 Undef Var: 900
0.00/0.04	c After covering, Total Root: 45 Leaf: 900
0.00/0.04	c Variable( cover/uncovered/unused ): 945 0 0
0.00/0.04	c Unit Clauses: 0
0.00/0.04	c Binary Clauses( cover/uncovered ): 900 60464
0.00/0.04	c Clauses( cover/uncovered ): 45 0
0.00/0.04	c Total Clauses( cover/uncovered ): 945 60464 1.53886%
0.00/0.04	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.01/0.06	c Uncover Clauses avg size: 2 max size: 2
0.01/0.06	c Final circuit: i/l/o/s     900       0   60464     61319
0.01/0.06	c CnfToAig: Time: 0.03 s
0.07/0.10	c TmMap: Set choices finish.
0.07/0.13	c TmMap: Set big and: 60509
0.07/0.13	c TmMap: Origin: 62220 ClauseNum: 183957 --> New: 61410 ClauseNum: 182337
0.07/0.13	c TmMap: Time: 0.03
0.07/0.13	c Try to Add: #clause: 121018 #xorclause: 0
0.07/0.14	c #var: 945 #clauses: 46 Solving... 
1299.97/1300.00	c Time Out !!
1299.97/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-3259264-1303505553/watcher-3259264-1303505553 -o /tmp/evaluation-result-3259264-1303505553/solver-3259264-1303505553 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3259264-1303505553.cnf 187114453 

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.05 3.77 3.66 1/174 15754
/proc/meminfo: memFree=15311304/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=18612 CPUtime=0 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) S 15752 15754 15396 0 -1 4194304 117 0 1 0 0 0 0 0 22 0 1 0 540786094 19058688 70 33554432000 4194304 6016207 140737439493568 18446744073709551615 215983668871 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/15754/statm: 4653 70 51 445 0 89 0

[startup+0.0410289 s]
/proc/loadavg: 3.05 3.77 3.66 1/174 15754
/proc/meminfo: memFree=15311304/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=35436 CPUtime=0.01 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 2652 0 4 0 1 0 0 0 22 0 1 0 540786094 36286464 2590 33554432000 4194304 6016207 140737439493568 18446744073709551615 4812193 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 8859 2593 400 445 0 2403 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 35436

[startup+0.101009 s]
/proc/loadavg: 3.05 3.77 3.66 1/174 15754
/proc/meminfo: memFree=15311304/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=50928 CPUtime=0.07 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 6906 0 4 0 7 0 0 0 22 0 1 0 540786094 52150272 6844 33554432000 4194304 6016207 140737439493568 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 12988 6846 670 445 0 6532 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50928

[startup+0.300969 s]
/proc/loadavg: 3.05 3.77 3.66 1/174 15754
/proc/meminfo: memFree=15311304/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=66736 CPUtime=0.27 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 9001 0 4 0 27 0 0 0 23 0 1 0 540786094 68337664 8939 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 16684 8939 718 445 0 10228 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 66736

[startup+0.700901 s]
/proc/loadavg: 3.05 3.77 3.66 1/174 15754
/proc/meminfo: memFree=15311304/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=84844 CPUtime=0.67 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 9653 0 4 0 67 0 0 0 25 0 1 0 540786094 86880256 9591 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 21211 9591 718 445 0 14755 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 84844

[startup+1.50076 s]
/proc/loadavg: 3.05 3.77 3.66 4/185 15775
/proc/meminfo: memFree=15184640/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=94064 CPUtime=1.47 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 10346 0 4 0 146 1 0 0 25 0 1 0 540786094 96321536 10284 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 23516 10284 723 445 0 17060 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 94064

[startup+3.10048 s]
/proc/loadavg: 3.05 3.76 3.66 4/185 15775
/proc/meminfo: memFree=15139876/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=94192 CPUtime=3.07 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 10379 0 4 0 306 1 0 0 25 0 1 0 540786094 96452608 10317 33554432000 4194304 6016207 140737439493568 18446744073709551615 4536912 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 23548 10317 727 445 0 17092 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 94192

[startup+6.30092 s]
/proc/loadavg: 3.05 3.76 3.66 5/190 15785
/proc/meminfo: memFree=15093772/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=103672 CPUtime=6.27 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 12124 0 4 0 626 1 0 0 25 0 1 0 540786094 106160128 12062 33554432000 4194304 6016207 140737439493568 18446744073709551615 4424841 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 25918 12062 727 445 0 19462 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 103672

[startup+12.7008 s]
/proc/loadavg: 3.27 3.79 3.66 5/190 15786
/proc/meminfo: memFree=15055436/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=113364 CPUtime=12.67 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 13596 0 4 0 1266 1 0 0 25 0 1 0 540786094 116084736 13534 33554432000 4194304 6016207 140737439493568 18446744073709551615 4513178 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 28341 13534 727 445 0 21885 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 113364

[startup+25.5006 s]
/proc/loadavg: 3.38 3.79 3.67 5/190 15786
/proc/meminfo: memFree=15010812/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=133772 CPUtime=25.47 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 17435 0 4 0 2545 2 0 0 25 0 1 0 540786094 136982528 17369 33554432000 4194304 6016207 140737439493568 18446744073709551615 4426096 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 33443 17369 728 445 0 26987 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 133772

[startup+51.1011 s]
/proc/loadavg: 3.66 3.82 3.68 5/190 15787
/proc/meminfo: memFree=14955092/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=133772 CPUtime=51.07 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 19848 0 4 0 5105 2 0 0 25 0 1 0 540786094 136982528 19782 33554432000 4194304 6016207 140737439493568 18446744073709551615 4538584 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 33443 19782 728 445 0 26987 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 133772

[startup+102.307 s]
/proc/loadavg: 3.92 3.87 3.70 5/190 15788
/proc/meminfo: memFree=14841236/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=157100 CPUtime=102.28 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 26859 0 4 0 10224 4 0 0 25 0 1 0 540786094 160870400 26742 33554432000 4194304 6016207 140737439493568 18446744073709551615 4426912 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 39275 26742 731 445 0 32819 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 157100

[startup+162.301 s]
/proc/loadavg: 3.97 3.89 3.72 5/190 15790
/proc/meminfo: memFree=14753664/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=157100 CPUtime=162.27 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 28873 0 4 0 16223 4 0 0 25 0 1 0 540786094 160870400 28755 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 39275 28755 732 445 0 32819 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 157100

[startup+222.301 s]
/proc/loadavg: 3.99 3.91 3.73 5/190 15791
/proc/meminfo: memFree=14683192/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=169908 CPUtime=222.27 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 34529 0 4 0 22222 5 0 0 25 0 1 0 540786094 173985792 34411 33554432000 4194304 6016207 140737439493568 18446744073709551615 4424231 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 42477 34411 732 445 0 36021 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 169908

[startup+282.301 s]
/proc/loadavg: 3.99 3.92 3.75 5/190 15793
/proc/meminfo: memFree=14632696/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=210148 CPUtime=282.26 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 40942 0 4 0 28220 6 0 0 25 0 1 0 540786094 215191552 40805 33554432000 4194304 6016207 140737439493568 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 52537 40805 732 445 0 46081 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 210148

[startup+342.301 s]
/proc/loadavg: 3.99 3.93 3.76 5/190 15794
/proc/meminfo: memFree=14616784/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=265064 CPUtime=342.27 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 41758 0 4 0 34220 7 0 0 25 0 1 0 540786094 271425536 38388 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 66266 38388 732 445 0 59810 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 265064

[startup+402.301 s]
/proc/loadavg: 3.99 3.94 3.77 5/190 15796
/proc/meminfo: memFree=14588984/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=265064 CPUtime=402.27 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 45310 0 4 0 40219 8 0 0 25 0 1 0 540786094 271425536 41940 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 66266 41940 732 445 0 59810 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 265064

[startup+462.301 s]
/proc/loadavg: 3.99 3.95 3.78 5/190 15798
/proc/meminfo: memFree=14552104/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=323876 CPUtime=462.26 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 46441 0 4 0 46218 8 0 0 25 0 1 0 540786094 331649024 43071 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 80969 43071 732 445 0 74513 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 323876

[startup+522.301 s]
/proc/loadavg: 3.99 3.95 3.79 5/190 15808
/proc/meminfo: memFree=14448568/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=323876 CPUtime=522.26 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 50850 0 4 0 52217 9 0 0 25 0 1 0 540786094 331649024 47480 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 80969 47480 732 445 0 74513 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 323876

[startup+582.301 s]
/proc/loadavg: 4.06 3.97 3.81 5/190 15810
/proc/meminfo: memFree=14414184/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=323876 CPUtime=582.26 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 51773 0 4 0 58217 9 0 0 25 0 1 0 540786094 331649024 48403 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 80969 48403 732 445 0 74513 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 323876

[startup+642.3 s]
/proc/loadavg: 4.06 3.99 3.82 5/190 15811
/proc/meminfo: memFree=14406476/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=386832 CPUtime=642.27 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 55149 0 4 0 64217 10 0 0 25 0 1 0 540786094 396115968 51779 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 96708 51779 732 445 0 90252 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 386832

[startup+702.301 s]
/proc/loadavg: 4.05 4.00 3.83 5/190 15813
/proc/meminfo: memFree=14379660/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=386832 CPUtime=702.26 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 56017 0 4 0 70216 10 0 0 25 0 1 0 540786094 396115968 52647 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 96708 52647 732 445 0 90252 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 386832

[startup+762.306 s]
/proc/loadavg: 4.02 4.00 3.84 5/190 15815
/proc/meminfo: memFree=14298768/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=386832 CPUtime=762.26 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 60443 0 4 0 76215 11 0 0 25 0 1 0 540786094 396115968 57071 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425709 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 96708 57071 730 445 0 90252 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 386832

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 15816
/proc/meminfo: memFree=14207340/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=386832 CPUtime=822.25 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 64515 0 4 0 82213 12 0 0 25 0 1 0 540786094 396115968 61143 33554432000 4194304 6016207 140737439493568 18446744073709551615 4426502 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 96708 61143 730 445 0 90252 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 386832

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 15818
/proc/meminfo: memFree=14186608/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=386832 CPUtime=882.25 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 64646 0 4 0 88213 12 0 0 25 0 1 0 540786094 396115968 61274 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425592 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 96708 61274 730 445 0 90252 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 386832

[startup+942.301 s]
/proc/loadavg: 4.05 4.01 3.86 5/190 15819
/proc/meminfo: memFree=14173060/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=386832 CPUtime=942.26 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 64920 0 4 0 94213 13 0 0 25 0 1 0 540786094 396115968 61548 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 96708 61548 730 445 0 90252 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 386832

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.87 5/190 15821
/proc/meminfo: memFree=14130120/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=386832 CPUtime=1002.26 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 65549 0 4 0 100213 13 0 0 25 0 1 0 540786094 396115968 62177 33554432000 4194304 6016207 140737439493568 18446744073709551615 4424136 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 96708 62177 730 445 0 90252 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 386832

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 15823
/proc/meminfo: memFree=14093608/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=386832 CPUtime=1062.26 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 65611 0 4 0 106213 13 0 0 25 0 1 0 540786094 396115968 62239 33554432000 4194304 6016207 140737439493568 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 96708 62239 730 445 0 90252 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 386832

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 15824
/proc/meminfo: memFree=14075960/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=386832 CPUtime=1122.26 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 65614 0 4 0 112213 13 0 0 25 0 1 0 540786094 396115968 62236 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 96708 62236 730 445 0 90252 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 386832

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.89 5/190 15826
/proc/meminfo: memFree=14073192/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=386832 CPUtime=1182.26 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 65625 0 4 0 118213 13 0 0 25 0 1 0 540786094 396115968 62220 33554432000 4194304 6016207 140737439493568 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 96708 62220 730 445 0 90252 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 386832

[startup+1242.3 s]
/proc/loadavg: 4.05 4.02 3.90 5/190 15827
/proc/meminfo: memFree=14053208/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=386832 CPUtime=1242.26 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 65736 0 4 0 124213 13 0 0 25 0 1 0 540786094 396115968 62287 33554432000 4194304 6016207 140737439493568 18446744073709551615 215988290245 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 96708 62287 730 445 0 90252 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 386832



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.91 5/190 15829
/proc/meminfo: memFree=14082316/32950940 swapFree=67111528/67111528
[pid=15754] ppid=15752 vsize=386832 CPUtime=1299.97 cores=5,7
/proc/15754/stat : 15754 (qutersat_releas) R 15752 15754 15396 0 -1 4202496 65838 0 4 0 129983 14 0 0 25 0 1 0 540786094 396115968 62335 33554432000 4194304 6016207 140737439493568 18446744073709551615 4379419 0 0 4096 16386 0 0 0 17 5 0 0 1
/proc/15754/statm: 96708 62335 730 445 0 90252 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 386832

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): 1299.99
CPU user time (s): 1299.84
CPU system time (s): 0.152976
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 386832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.84
system time used= 0.152976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65843
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 2125

runsolver used 2.10868 second user time and 4.99824 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-22 22:52:33
IDJOB=3259264
IDBENCH=71540
IDSOLVER=1607
FILE ID=node117/3259264-1303505553
RUNJOBID= node117-1303505553-15745
PBS_JOBID= 13134220
Free space on /tmp= 71932 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes7.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259264-1303505553/watcher-3259264-1303505553 -o /tmp/evaluation-result-3259264-1303505553/solver-3259264-1303505553 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3259264-1303505553.cnf 187114453

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
RANDOM SEED=187114453

node117.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.849
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.69
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.849
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.75
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.849
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.74
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.849
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.849
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.75
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.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      15311460 kB
Buffers:       1847996 kB
Cached:       15178104 kB
SwapCached:          0 kB
Active:        9047136 kB
Inactive:      8042980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15311460 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2508 kB
Writeback:           0 kB
AnonPages:       63496 kB
Mapped:          14496 kB
Slab:           482776 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   191784 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= 71920 MiB
End job on node117 at 2011-04-22 23:14:15