Trace number 3369430

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
CryptoMiniSat Strange-Night-1-mt (fixed)UNSAT 36.3815 9.16717

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-bc57sensorsp2-tseitin.cnf
MD5SUM6e04f35d78573827a20cb4936c2b6acb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.800878
Satisfiable
(Un)Satisfiability was proved
Number of variables71285
Number of clauses196970
Sum of the clauses size459594
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2131312
Number of clauses of size 365656
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 Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369430-1305394266.cnf'
0.00/0.00	c -- header says num vars:          71285
0.00/0.00	c -- header says num clauses:      196970
0.35/0.13	c -- clauses added:            0 learnts,       196970 normals,            0 xors
0.35/0.13	c -- vars added      71285
0.35/0.14	c Parsing time:  0.30 s
0.35/0.14	c  N st     0         0     71285     65656    131312         0    459592         0   no data   no data  --
2.89/0.82	c asymm  cl-useful: 0/27965/65655 lits-rem:0 time: 2.41
32.99/8.33	c Flit:  6274 Blit:   8080 bXBeca:    0 bXProp: 11419 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 30.22
32.99/8.34	c Cleaning up after failed var search:     0.05 s 
32.99/8.36	c Replacing    11419 vars Replaced   201828 lits Time:     0.08 s 
32.99/8.38	c bin-w-bin subsume rem          764 bins  time:  0.03 s
33.39/8.40	c subs with bin:       71  lits-rem:        71  v-fix:    0  time:  0.07 s
34.58/8.74	c Subs w/ non-existent bins:     24 l-rem:     24 v-fix:     0 done:  38418 time:  1.35 s
34.98/8.86	c Removed useless bin:     456  fixed:     0  props:  20.01M  time:  0.47 s
35.38/8.96	c lits-rem:        19  cl-subs:      133  v-elim:  12806  v-fix:    0  time:  0.41 s
35.38/8.97	c Finding binary XORs  T:     0.04 s  found:     245
35.38/8.98	c Replacing      245 vars Replaced     2816 lits Time:     0.03 s 
35.78/9.01	c Finding non-binary XORs:     0.07 s (found:    2865, avg size: 3.0)
35.78/9.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     61 locsubst:     0 time:   0.03
35.78/9.01	c Calc default polars -  time:   0.02 s pos:    1457 undec:   50135 neg:   19693
35.78/9.01	c =========================================================================================
35.78/9.01	c types(t): F = full restart, N = normal restart
35.78/9.01	c types(t): S = simplification begin/end, E = solution found
35.78/9.01	c restart types(rt): st = static, dy = dynamic
35.78/9.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
35.78/9.01	c  B st     0         0     25306     30669     35669         0    173687         0   no data   no data  --
36.18/9.15	c Following stats are for *FIRST FINISHED THREAD ONLY*
36.18/9.15	c num threads              : 4          
36.18/9.15	c restarts                 : 11         
36.18/9.15	c dynamic restarts         : 11         
36.18/9.15	c static restarts          : 0          
36.18/9.15	c full restarts            : 0          
36.18/9.15	c total simplify time      : 0.09       
36.18/9.15	c learnts DL2              : 0          
36.18/9.15	c learnts size 2           : 131413     
36.18/9.15	c learnts size 1           : 37139       (52.10     % of vars)
36.18/9.15	c filedLit time            : 0.00        (0.00      % time)
36.18/9.15	c v-elim SatELite          : 0           (0.00      % vars)
36.18/9.15	c SatELite time            : 0.00        (0.00      % time)
36.18/9.15	c v-elim xor               : 0           (0.00      % vars)
36.18/9.15	c xor elim time            : 0.00        (0.00      % time)
36.18/9.15	c num binary xor trees     : 0          
36.18/9.15	c binxor trees' crown      : 0           (nan       leafs/tree)
36.18/9.15	c bin xor find time        : 0.06       
36.18/9.15	c OTF clause improved      : 12          (0.01      clauses/conflict)
36.18/9.15	c OTF impr. size diff      : 12          (1.00       lits/clause)
36.18/9.15	c OTF cl watch-shrink      : 356         (0.24      clauses/conflict)
36.18/9.15	c OTF cl watch-sh-lit      : 1148        (3.22       lits/clause)
36.18/9.15	c tried to recurMin cls    : 938         (62.28      % of conflicts)
36.18/9.15	c updated cache            : 2073        (2.21       lits/tried recurMin)
36.18/9.15	c unit cls received        : 0           (0.00      % of units)
36.18/9.15	c unit cls sent            : 0           (0.00      % of units)
36.18/9.15	c bin cls received         : 0          
36.18/9.15	c bin cls sent             : 0          
36.18/9.15	c clauses over max glue    : 0           (0.00      % of all clauses)
36.18/9.15	c conflicts                : 1506        (41.59     / sec)
36.18/9.15	c decisions                : 14677       (1.26      % random)
36.18/9.15	c bogo-props               : 28383944    (783902.89 / sec)
36.18/9.15	c conflict literals        : 50046       (38.00     % deleted)
36.18/9.15	c Memory used              : 447.67      MB
36.18/9.15	c single-thread CPU time   : 36.21       s
36.18/9.15	c all-threads sum CPU time : 36.21       s
36.18/9.15	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3369430-1305394266/watcher-3369430-1305394266 -o /tmp/evaluation-result-3369430-1305394266/solver-3369430-1305394266 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369430-1305394266.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.19 8.17 8.03 5/367 32123
/proc/meminfo: memFree=24372436/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=225472 CPUtime=0.02 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 4787 0 0 0 2 0 0 0 25 0 4 0 631842277 230883328 4131 33554432000 4194304 4650419 140736781601840 18446744073709551615 4319147 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 56368 4144 344 112 0 51333 0
[pid=32123/tid=32124] ppid=32121 vsize=224956 CPUtime=0 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) D 32121 32123 31462 0 -1 4202560 1018 0 0 0 0 0 0 0 25 0 4 0 631842277 230354944 4033 33554432000 4194304 4650419 140736781601840 18446744073709551615 264726430826 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=225212 CPUtime=0 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 895 0 0 0 0 0 0 0 25 0 4 0 631842277 230617088 4036 33554432000 4194304 4650419 140736781601840 18446744073709551615 4319087 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=225212 CPUtime=0 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 1203 0 0 0 0 0 0 0 25 0 4 0 631842277 230617088 4053 33554432000 4194304 4650419 140736781601840 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.096324 s]
/proc/loadavg: 8.19 8.17 8.03 5/367 32123
/proc/meminfo: memFree=24372436/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=399720 CPUtime=0.29 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 24102 0 0 0 21 8 0 0 17 0 4 0 631842277 409313280 19968 33554432000 4194304 4650419 140736781601840 18446744073709551615 4372510 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 99930 20187 344 112 0 94895 0
[pid=32123/tid=32124] ppid=32121 vsize=399720 CPUtime=0.07 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 4914 0 0 0 5 2 0 0 17 0 4 0 631842277 409313280 20307 33554432000 4194304 4650419 140736781601840 18446744073709551615 264726510111 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=399720 CPUtime=0.06 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) S 32121 32123 31462 0 -1 4202560 6959 0 0 0 5 1 0 0 17 0 4 0 631842277 409313280 20459 33554432000 4194304 4650419 140736781601840 18446744073709551615 264726510062 0 0 4096 2 18446604471034788800 0 0 -1 7 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=399720 CPUtime=0.07 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 6210 0 0 0 4 3 0 0 17 0 4 0 631842277 409313280 20554 33554432000 4194304 4650419 140736781601840 18446744073709551615 264726510111 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 399720

[startup+0.108429 s]
/proc/loadavg: 8.19 8.17 8.03 5/367 32123
/proc/meminfo: memFree=24372436/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=399720 CPUtime=0.35 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 25898 0 0 0 25 10 0 0 17 0 4 0 631842277 409313280 21748 33554432000 4194304 4650419 140736781601840 18446744073709551615 4372253 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 99930 21874 344 112 0 94895 0
[pid=32123/tid=32124] ppid=32121 vsize=399720 CPUtime=0.08 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 5321 0 0 0 6 2 0 0 17 0 4 0 631842277 409313280 22005 33554432000 4194304 4650419 140736781601840 18446744073709551615 4545898 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=399720 CPUtime=0.08 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) D 32121 32123 31462 0 -1 4202560 7347 0 0 0 6 2 0 0 18 0 4 0 631842277 409313280 22085 33554432000 4194304 4650419 140736781601840 18446744073709551615 4263979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=399720 CPUtime=0.08 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 6681 0 0 0 5 3 0 0 17 0 4 0 631842277 409313280 22212 33554432000 4194304 4650419 140736781601840 18446744073709551615 264726065861 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 399720

[startup+0.755532 s]
/proc/loadavg: 8.19 8.17 8.03 5/367 32123
/proc/meminfo: memFree=24372436/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=452696 CPUtime=2.89 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 38353 0 0 0 276 13 0 0 18 0 4 0 631842277 463560704 29672 33554432000 4194304 4650419 140736781601840 18446744073709551615 4369143 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 113174 29672 373 112 0 108139 0
[pid=32123/tid=32124] ppid=32121 vsize=452696 CPUtime=0.71 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) D 32121 32123 31462 0 -1 4202560 7519 0 0 0 69 2 0 0 18 0 4 0 631842277 463560704 29672 33554432000 4194304 4650419 140736781601840 18446744073709551615 264726448487 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=452696 CPUtime=0.72 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10051 0 0 0 69 3 0 0 18 0 4 0 631842277 463560704 29672 33554432000 4194304 4650419 140736781601840 18446744073709551615 264726102650 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=452696 CPUtime=0.71 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10169 0 0 0 67 4 0 0 18 0 4 0 631842277 463560704 29672 33554432000 4194304 4650419 140736781601840 18446744073709551615 4315246 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 452696

[startup+0.834069 s]
/proc/loadavg: 8.19 8.17 8.03 5/367 32123
/proc/meminfo: memFree=24372436/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=436280 CPUtime=3.2 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 40046 0 0 0 307 13 0 0 18 0 4 0 631842277 446750720 30593 33554432000 4194304 4650419 140736781601840 18446744073709551615 4369188 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 109070 30593 373 112 0 104035 0
[pid=32123/tid=32124] ppid=32121 vsize=436280 CPUtime=0.79 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 8476 0 0 0 77 2 0 0 18 0 4 0 631842277 446750720 30593 33554432000 4194304 4650419 140736781601840 18446744073709551615 4369160 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=436280 CPUtime=0.79 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10782 0 0 0 76 3 0 0 18 0 4 0 631842277 446750720 30593 33554432000 4194304 4650419 140736781601840 18446744073709551615 4370329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=436280 CPUtime=0.79 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10174 0 0 0 75 4 0 0 18 0 4 0 631842277 446750720 30593 33554432000 4194304 4650419 140736781601840 18446744073709551615 4364883 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 436280

[startup+1.50094 s]
/proc/loadavg: 8.19 8.17 8.03 9/371 32127
/proc/meminfo: memFree=24282428/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=436280 CPUtime=5.91 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 40139 0 0 0 578 13 0 0 19 0 4 0 631842277 446750720 30686 33554432000 4194304 4650419 140736781601840 18446744073709551615 4370337 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 109070 30686 373 112 0 104035 0
[pid=32123/tid=32124] ppid=32121 vsize=436280 CPUtime=1.47 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 8488 0 0 0 145 2 0 0 19 0 4 0 631842277 446750720 30686 33554432000 4194304 4650419 140736781601840 18446744073709551615 4369387 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=436280 CPUtime=1.46 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10796 0 0 0 143 3 0 0 19 0 4 0 631842277 446750720 30686 33554432000 4194304 4650419 140736781601840 18446744073709551615 4369160 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=436280 CPUtime=1.47 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10220 0 0 0 143 4 0 0 19 0 4 0 631842277 446750720 30686 33554432000 4194304 4650419 140736781601840 18446744073709551615 47955993851435 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 436280

[startup+3.10064 s]
/proc/loadavg: 8.18 8.17 8.03 9/371 32127
/proc/meminfo: memFree=24277592/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=436280 CPUtime=12.24 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 40397 0 0 0 1211 13 0 0 24 0 4 0 631842277 446750720 30942 33554432000 4194304 4650419 140736781601840 18446744073709551615 4369972 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 109070 30942 373 112 0 104035 0
[pid=32123/tid=32124] ppid=32121 vsize=436280 CPUtime=3.05 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 8583 0 0 0 303 2 0 0 24 0 4 0 631842277 446750720 30942 33554432000 4194304 4650419 140736781601840 18446744073709551615 4369329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=436280 CPUtime=3.03 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10895 0 0 0 300 3 0 0 24 0 4 0 631842277 446750720 30942 33554432000 4194304 4650419 140736781601840 18446744073709551615 4370388 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=436280 CPUtime=3.06 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10220 0 0 0 302 4 0 0 24 0 4 0 631842277 446750720 30942 33554432000 4194304 4650419 140736781601840 18446744073709551615 47955993851435 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 436280

[startup+6.30104 s]
/proc/loadavg: 8.18 8.17 8.03 9/371 32127
/proc/meminfo: memFree=24260656/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=436536 CPUtime=25.02 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 40637 0 0 0 2488 14 0 0 25 0 4 0 631842277 447012864 31182 33554432000 4194304 4650419 140736781601840 18446744073709551615 4369920 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 109134 31182 373 112 0 104099 0
[pid=32123/tid=32124] ppid=32121 vsize=436536 CPUtime=6.26 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 8659 0 0 0 624 2 0 0 25 0 4 0 631842277 447012864 31182 33554432000 4194304 4650419 140736781601840 18446744073709551615 4369916 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=436536 CPUtime=6.19 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10973 0 0 0 616 3 0 0 25 0 4 0 631842277 447012864 31182 33554432000 4194304 4650419 140736781601840 18446744073709551615 4370340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=436536 CPUtime=6.26 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10220 0 0 0 622 4 0 0 25 0 4 0 631842277 447012864 31182 33554432000 4194304 4650419 140736781601840 18446744073709551615 47955993851435 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 436536

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

[startup+6.80094 s]
/proc/loadavg: 8.18 8.17 8.03 9/371 32127
/proc/meminfo: memFree=24260656/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=436536 CPUtime=27.02 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 40643 0 0 0 2688 14 0 0 25 0 4 0 631842277 447012864 31188 33554432000 4194304 4650419 140736781601840 18446744073709551615 4302838 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 109134 31188 373 112 0 104099 0
[pid=32123/tid=32124] ppid=32121 vsize=436536 CPUtime=6.75 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 8660 0 0 0 673 2 0 0 25 0 4 0 631842277 447012864 31188 33554432000 4194304 4650419 140736781601840 18446744073709551615 4369182 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=436536 CPUtime=6.69 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10976 0 0 0 666 3 0 0 25 0 4 0 631842277 447012864 31188 33554432000 4194304 4650419 140736781601840 18446744073709551615 4370340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=436536 CPUtime=6.76 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10220 0 0 0 672 4 0 0 25 0 4 0 631842277 447012864 31188 33554432000 4194304 4650419 140736781601840 18446744073709551615 47955993851435 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 27.02
Current children cumulated vsize (KiB) 436536

[startup+8.40064 s]
/proc/loadavg: 8.16 8.17 8.03 9/371 32127
/proc/meminfo: memFree=24295252/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=439368 CPUtime=33.39 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 41681 0 0 0 3325 14 0 0 25 0 4 0 631842277 449912832 32226 33554432000 4194304 4650419 140736781601840 18446744073709551615 264726072282 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 109842 32226 383 112 0 104807 0
[pid=32123/tid=32124] ppid=32121 vsize=439368 CPUtime=8.35 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 8790 0 0 0 833 2 0 0 25 0 4 0 631842277 449912832 32226 33554432000 4194304 4650419 140736781601840 18446744073709551615 264726510111 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=439368 CPUtime=8.27 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 11015 0 0 0 824 3 0 0 25 0 4 0 631842277 449912832 32226 33554432000 4194304 4650419 140736781601840 18446744073709551615 4243596 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=439368 CPUtime=8.36 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10220 0 0 0 832 4 0 0 25 0 4 0 631842277 449912832 32226 33554432000 4194304 4650419 140736781601840 18446744073709551615 4205400 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.39
Current children cumulated vsize (KiB) 439368

[startup+8.80057 s]
/proc/loadavg: 8.16 8.17 8.03 9/371 32127
/proc/meminfo: memFree=24295252/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=450784 CPUtime=34.98 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 46760 0 0 0 3484 14 0 0 25 0 4 0 631842277 461602816 37305 33554432000 4194304 4650419 140736781601840 18446744073709551615 4303466 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 112696 37305 387 112 0 107661 0
[pid=32123/tid=32124] ppid=32121 vsize=450784 CPUtime=8.75 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10911 0 0 0 873 2 0 0 25 0 4 0 631842277 461602816 37305 33554432000 4194304 4650419 140736781601840 18446744073709551615 4521742 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=450784 CPUtime=8.67 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 13255 0 0 0 864 3 0 0 25 0 4 0 631842277 461602816 37305 33554432000 4194304 4650419 140736781601840 18446744073709551615 4550155 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=450784 CPUtime=8.76 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10220 0 0 0 872 4 0 0 25 0 4 0 631842277 461602816 37305 33554432000 4194304 4650419 140736781601840 18446744073709551615 47955993851588 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 34.98
Current children cumulated vsize (KiB) 450784

[startup+9.00053 s]
/proc/loadavg: 8.16 8.17 8.03 9/371 32127
/proc/meminfo: memFree=24295252/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=458408 CPUtime=35.78 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 49846 0 0 0 3563 15 0 0 18 0 4 0 631842277 469409792 39771 33554432000 4194304 4650419 140736781601840 18446744073709551615 4519269 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 114602 39771 391 112 0 109567 0
[pid=32123/tid=32124] ppid=32121 vsize=458408 CPUtime=8.96 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 12750 0 0 0 893 3 0 0 18 0 4 0 631842277 469409792 39771 33554432000 4194304 4650419 140736781601840 18446744073709551615 4424528 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=458408 CPUtime=8.87 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 13255 0 0 0 884 3 0 0 25 0 4 0 631842277 469409792 39771 33554432000 4194304 4650419 140736781601840 18446744073709551615 4303407 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=458408 CPUtime=8.96 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10220 0 0 0 892 4 0 0 25 0 4 0 631842277 469409792 39771 33554432000 4194304 4650419 140736781601840 18446744073709551615 47955993851435 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35.78
Current children cumulated vsize (KiB) 458408

[startup+9.10051 s]
/proc/loadavg: 8.16 8.17 8.03 9/371 32127
/proc/meminfo: memFree=24295252/32951124 swapFree=63083164/67111528
[pid=32123] ppid=32121 vsize=458408 CPUtime=36.18 cores=1,3,5,7
/proc/32123/stat : 32123 (strangenight1-m) R 32121 32123 31462 0 -1 4202496 52244 0 0 0 3602 16 0 0 18 0 4 0 631842277 469409792 42060 33554432000 4194304 4650419 140736781601840 18446744073709551615 47955993875997 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32123/statm: 114602 42060 393 112 0 109567 0
[pid=32123/tid=32124] ppid=32121 vsize=458408 CPUtime=9.06 cores=1,3,5,7
/proc/32123/task/32124/stat : 32124 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 13189 0 0 0 903 3 0 0 18 0 4 0 631842277 469409792 42060 33554432000 4194304 4650419 140736781601840 18446744073709551615 47955993875984 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32123/tid=32125] ppid=32121 vsize=458408 CPUtime=8.96 cores=1,3,5,7
/proc/32123/task/32125/stat : 32125 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 15201 0 0 0 893 3 0 0 25 0 4 0 631842277 469409792 42060 33554432000 4194304 4650419 140736781601840 18446744073709551615 4476844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32123/tid=32126] ppid=32121 vsize=458408 CPUtime=9.06 cores=1,3,5,7
/proc/32123/task/32126/stat : 32126 (strangenight1-m) R 32121 32123 31462 0 -1 4202560 10220 0 0 0 902 4 0 0 25 0 4 0 631842277 469409792 42060 33554432000 4194304 4650419 140736781601840 18446744073709551615 47955993851435 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 36.18
Current children cumulated vsize (KiB) 458408

Child status: 20
Real time (s): 9.16717
CPU time (s): 36.3815
CPU user time (s): 36.2085
CPU system time (s): 0.172973
CPU usage (%): 396.867
Max. virtual memory (cumulated for all children) (KiB): 458408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.2085
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53049
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= 6816
involuntary context switches= 159

runsolver used 0.026995 second user time and 0.092985 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-14 19:31:07
IDJOB=3369430
IDBENCH=82472
IDSOLVER=1846
FILE ID=node141/3369430-1305394266
RUNJOBID= node141-1305392659-31778
PBS_JOBID= 13324432
Free space on /tmp= 73268 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bc57sensorsp2-tseitin.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369430-1305394266/watcher-3369430-1305394266 -o /tmp/evaluation-result-3369430-1305394266/solver-3369430-1305394266 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369430-1305394266.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6e04f35d78573827a20cb4936c2b6acb
RANDOM SEED=1387044904

node141.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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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	: 5362.96
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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.84
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:     32951124 kB
MemFree:      24372716 kB
Buffers:        218284 kB
Cached:        4786776 kB
SwapCached:      15356 kB
Active:        3295156 kB
Inactive:      5040940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24372716 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:           13636 kB
Writeback:           0 kB
AnonPages:     3322596 kB
Mapped:          13448 kB
Slab:           136224 kB
PageTables:      40436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87839248 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= 73264 MiB
End job on node141 at 2011-05-14 19:31:16