Trace number 3280733

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-Night2-stUNSAT 91.914 91.9201

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.5654
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3280733-1303746923.cnf'
0.00/0.00	c -- header says num vars:         136756
0.00/0.00	c -- header says num clauses:      905980
0.18/0.28	c -- clauses added:            0 learnts,       905980 normals,            0 xors
0.18/0.28	c -- vars added     136756
0.18/0.28	c Parsing time:  0.25 s
0.18/0.28	c  N st     0         0    136756    134065    771540         0   2447216         0   no data   no data
1.09/1.17	c asymm  cl-useful: 0/82/134065 lits-rem:0 time: 0.89
14.79/14.88	c Flit:     1 Blit:      0 bXBeca:    0 bXProp: 4602 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 13.53
14.89/14.96	c Replacing     4602 vars Replaced   133764 lits Time:     0.08 s 
14.98/15.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.98/15.07	c bin-w-bin subsume rem         1149 bins  time:  0.06 s
15.48/15.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.47 s
15.88/15.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15962 time:  0.37 s
15.98/16.07	c Removed useless bin:       0  fixed:     0  props:  20.01M  time:  0.14 s
16.99/17.06	c lits-rem:         0  cl-subs:    20043  v-elim:  44009  v-fix:    0  time:  0.97 s
17.79/17.86	c Finding binary XORs  T:     0.80 s  found:     124
17.79/17.89	c Replacing      124 vars Replaced     6083 lits Time:     0.03 s 
17.89/17.98	c Finding non-binary XORs:     0.07 s (found:      16, avg size: 3.0)
17.89/17.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
18.09/18.10	c calculated reachability. Time: 0.10
18.09/18.12	c Calc default polars -  time:   0.02 s pos:   29545 undec:   50168 neg:   57043
18.09/18.12	c =========================================================================================
18.09/18.12	c types(t): F = full restart, N = normal restart
18.09/18.12	c types(t): S = simplification begin/end, E = solution found
18.09/18.12	c restart types(rt): st = static, dy = dynamic
18.09/18.12	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
18.09/18.12	c  B st     0         0     87894    137627    671055         0   2484267         0   no data   no data
25.19/25.28	c  N dy    18      4131     87891    137627    671199      3910   2484267    265148      6.75      7.17
32.39/32.44	c  N dy    36      8196     87891    137627    671350      7744   2484267    418909      6.36      6.84
38.78/38.89	c  N dy    55     12207     87891    137627    671431     11584   2484267    567465      6.35      6.75
45.48/45.59	c  N dy    83     16299     87891    137627    671475     15541   2484267    729509      6.53      7.05
52.19/52.28	c  N dy   110     20711     87891    137627    671498     10261   2484267    264398      6.61      6.99
58.39/58.47	c  N dy   138     24728     87890    137627    671515     14143   2484267    395939      6.74      7.16
58.99/59.03	c  F st   141     25000     87890    137627    671515     14409   2484267    407316      6.75   no data
69.19/69.25	c  N dy   147     30000     87889    137621    671005     19052   2483151    584794      6.75   no data
69.19/69.25	c  S st   147     30000     87889    137621    671005     19052   2483151    584794      6.75   no data
70.19/70.21	c  S st   147     30502     87889    137621    671235     19321   2483151    592849      6.75   no data
70.19/70.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
84.49/84.51	c Flit:   526 Blit:      2 bXBeca:    0 bXProp:  262 Bins:1386756 BRemL:  14451 BRemN:      0 P: 200.0M T: 14.17
84.49/84.51	c Cleaning up after failed var search:     0.00 s 
84.59/84.64	c Replacing      262 vars Replaced   149638 lits Time:     0.12 s 
84.69/84.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.99/85.04	c bin-w-bin subsume rem        37134 bins  time:  0.33 s
85.59/85.67	c subs with bin:      417  lits-rem:     56572  v-fix:    0  time:  0.63 s
85.79/85.89	c Subs w/ non-existent bins:      0 l-rem:      5 v-fix:     0 done:    360 time:  0.22 s
85.98/86.07	c Removed useless bin:      36  fixed:     0  props:  20.01M  time:  0.18 s
88.09/88.17	c lits-rem:     16652  cl-subs:    34623  v-elim:  58062  v-fix:    0  time:  2.08 s
88.19/88.24	c subs with bin:     1322  lits-rem:      1926  v-fix:    0  time:  0.06 s
88.29/88.35	c lits-rem:      1070  cl-subs:     1589  v-elim:      0  v-fix:    0  time:  0.08 s
88.29/88.35	c Added XOR as norm:16
88.59/88.68	c asymm  cl-useful: 0/179/136437 lits-rem:0 time: 0.33
88.79/88.89	c calculated reachability. Time: 0.19
88.79/88.89	c  N dy   147     30502     29032    136437    675240      5450   2226853    575488      6.75   no data
89.59/89.68	c Finding binary XORs  T:     0.79 s  found:     129
91.69/91.70	c  E dy   155     33819     29003    136437    675344      8541   2226853    644134      6.61      3.81
91.69/91.70	c num threads              : 1          
91.69/91.70	c restarts                 : 155        
91.69/91.70	c dynamic restarts         : 143        
91.69/91.70	c static restarts          : 12         
91.69/91.70	c full restarts            : 1          
91.69/91.70	c total simplify time      : 0.85       
91.69/91.70	c learnts DL2              : 0          
91.69/91.70	c learnts size 2           : 2161271    
91.69/91.70	c learnts size 1           : 5299        (3.87      % of vars)
91.69/91.70	c filedLit time            : 27.71       (30.34     % time)
91.69/91.70	c v-elim SatELite          : 102071      (74.64     % vars)
91.69/91.70	c SatELite time            : 3.80        (4.16      % time)
91.69/91.70	c v-elim xor               : 0           (0.00      % vars)
91.69/91.70	c xor elim time            : 0.05        (0.06      % time)
91.69/91.70	c num binary xor trees     : 916        
91.69/91.70	c binxor trees' crown      : 5117        (5.59      leafs/tree)
91.69/91.70	c bin xor find time        : 1.59       
91.69/91.70	c OTF clause improved      : 887         (0.03      clauses/conflict)
91.69/91.70	c OTF impr. size diff      : 1088        (1.23       lits/clause)
91.69/91.70	c OTF cl watch-shrink      : 13123       (0.39      clauses/conflict)
91.69/91.70	c OTF cl watch-sh-lit      : 44548       (3.39       lits/clause)
91.69/91.70	c tried to recurMin cls    : 18885       (55.84      % of conflicts)
91.69/91.70	c updated cache            : 5731        (0.30       lits/tried recurMin)
91.69/91.70	c clauses over max glue    : 0           (0.00      % of all clauses)
91.69/91.70	c conflicts                : 33819       (370.27    / sec)
91.69/91.70	c decisions                : 60120       (5.41      % random)
91.69/91.70	c bogo-props               : 1645618071  (18017364.83 / sec)
91.69/91.70	c conflict literals        : 1290644     (41.90     % deleted)
91.69/91.70	c Memory used              : 1242.19     MB
91.69/91.70	c CPU time                 : 91.34       s
91.69/91.70	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: 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-3280733-1303746923/watcher-3280733-1303746923 -o /tmp/evaluation-result-3280733-1303746923/solver-3280733-1303746923 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3280733-1303746923.cnf 

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.44 1.26 0.45 5/189 23172
/proc/meminfo: memFree=17536800/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=21440 CPUtime=0 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 514 0 0 0 0 0 0 0 23 0 1 0 564923000 21954560 453 33554432000 4194304 4627331 140733749412752 18446744073709551615 224284925696 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 5360 463 308 106 0 331 0

[startup+0.090349 s]
/proc/loadavg: 3.44 1.26 0.45 5/189 23172
/proc/meminfo: memFree=17536800/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=51112 CPUtime=0.08 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 6864 0 0 0 7 1 0 0 23 0 1 0 564923000 52338688 5736 33554432000 4194304 4627331 140733749412752 18446744073709551615 4540898 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 12778 5741 324 106 0 7749 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51112

[startup+0.100344 s]
/proc/loadavg: 3.44 1.26 0.45 5/189 23172
/proc/meminfo: memFree=17536800/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=53572 CPUtime=0.09 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 7303 0 0 0 8 1 0 0 23 0 1 0 564923000 54857728 6167 33554432000 4194304 4627331 140733749412752 18446744073709551615 4316528 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 13393 6170 324 106 0 8364 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53572

[startup+0.30031 s]
/proc/loadavg: 3.44 1.26 0.45 5/189 23172
/proc/meminfo: memFree=17536800/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=98132 CPUtime=0.28 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 20608 0 0 0 26 2 0 0 24 0 1 0 564923000 100487168 16227 33554432000 4194304 4627331 140733749412752 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 24533 16227 340 106 0 19504 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 98132

[startup+0.700245 s]
/proc/loadavg: 3.44 1.26 0.45 5/189 23172
/proc/meminfo: memFree=17536800/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=98132 CPUtime=0.68 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 20608 0 0 0 66 2 0 0 25 0 1 0 564923000 100487168 16227 33554432000 4194304 4627331 140733749412752 18446744073709551615 4308910 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 24533 16227 340 106 0 19504 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 98132

[startup+1.50111 s]
/proc/loadavg: 3.48 1.30 0.47 5/190 23173
/proc/meminfo: memFree=17469832/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=116248 CPUtime=1.48 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 24699 0 0 0 146 2 0 0 25 0 1 0 564923000 119037952 20318 33554432000 4194304 4627331 140733749412752 18446744073709551615 4229226 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 29062 20318 345 106 0 24033 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 116248

[startup+3.10086 s]
/proc/loadavg: 3.48 1.30 0.47 5/190 23173
/proc/meminfo: memFree=17432888/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=185036 CPUtime=3.09 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 37537 0 0 0 305 4 0 0 25 0 1 0 564923000 189476864 33156 33554432000 4194304 4627331 140733749412752 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 46259 33156 345 106 0 41230 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 185036

[startup+6.30032 s]
/proc/loadavg: 3.52 1.35 0.49 5/190 23173
/proc/meminfo: memFree=17296740/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=336416 CPUtime=6.29 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 65374 0 0 0 622 7 0 0 25 0 1 0 564923000 344489984 60993 33554432000 4194304 4627331 140733749412752 18446744073709551615 4308567 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 84104 60993 345 106 0 79075 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 336416

[startup+12.7002 s]
/proc/loadavg: 3.56 1.39 0.51 5/190 23173
/proc/meminfo: memFree=17015872/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=648752 CPUtime=12.69 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 126420 0 0 0 1253 16 0 0 25 0 1 0 564923000 664322048 122039 33554432000 4194304 4627331 140733749412752 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 162188 122039 345 106 0 157159 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 648752

[startup+25.5011 s]
/proc/loadavg: 3.66 1.52 0.56 5/190 23175
/proc/meminfo: memFree=16792388/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=856536 CPUtime=25.49 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 165445 0 0 0 2526 23 0 0 25 0 1 0 564923000 877092864 161060 33554432000 4194304 4627331 140733749412752 18446744073709551615 4324727 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 214134 161061 374 106 0 209105 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 856536

[startup+51.1008 s]
/proc/loadavg: 3.77 1.71 0.65 5/190 23175
/proc/meminfo: memFree=16716604/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=858652 CPUtime=51.09 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 166716 0 0 0 5085 24 0 0 25 0 1 0 564923000 879259648 162331 33554432000 4194304 4627331 140733749412752 18446744073709551615 4308259 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 214663 162331 374 106 0 209634 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 858652

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

[startup+76.7005 s]
/proc/loadavg: 3.85 1.90 0.74 5/190 23175
/proc/meminfo: memFree=16616400/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=1012904 CPUtime=76.69 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 206511 0 0 0 7639 30 0 0 25 0 1 0 564923000 1037213696 198081 33554432000 4194304 4627331 140733749412752 18446744073709551615 4308109 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 253226 198081 377 106 0 248197 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 1012904

[startup+83.1005 s]
/proc/loadavg: 3.86 1.93 0.76 5/187 23178
/proc/meminfo: memFree=17620364/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=1118792 CPUtime=83.09 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 229110 0 0 0 8276 33 0 0 25 0 1 0 564923000 1145643008 220680 33554432000 4194304 4627331 140733749412752 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 279698 220680 377 106 0 274669 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 1118792

[startup+86.3009 s]
/proc/loadavg: 3.87 1.97 0.78 5/190 23229
/proc/meminfo: memFree=17495476/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=1162260 CPUtime=86.28 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 238460 0 0 0 8594 34 0 0 25 0 1 0 564923000 1190154240 230030 33554432000 4194304 4627331 140733749412752 18446744073709551615 4428070 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 290565 230030 377 106 0 285536 0
Current children cumulated CPU time (s) 86.28
Current children cumulated vsize (KiB) 1162260

[startup+89.5004 s]
/proc/loadavg: 3.87 1.97 0.78 5/190 23258
/proc/meminfo: memFree=17530332/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=1271996 CPUtime=89.49 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 252039 0 0 0 8913 36 0 0 25 0 1 0 564923000 1302523904 243585 33554432000 4194304 4627331 140733749412752 18446744073709551615 4515558 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 317999 243585 377 106 0 312970 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 1271996

[startup+91.1011 s]
/proc/loadavg: 3.88 2.00 0.79 5/190 23258
/proc/meminfo: memFree=17527356/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=1271996 CPUtime=91.09 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 252098 0 0 0 9073 36 0 0 25 0 1 0 564923000 1302523904 243644 33554432000 4194304 4627331 140733749412752 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 317999 243644 377 106 0 312970 0
Current children cumulated CPU time (s) 91.09
Current children cumulated vsize (KiB) 1271996

[startup+91.5011 s]
/proc/loadavg: 3.88 2.00 0.79 5/190 23258
/proc/meminfo: memFree=17517808/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=1271996 CPUtime=91.49 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202496 252113 0 0 0 9113 36 0 0 25 0 1 0 564923000 1302523904 243659 33554432000 4194304 4627331 140733749412752 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23172/statm: 317999 243659 377 106 0 312970 0
Current children cumulated CPU time (s) 91.49
Current children cumulated vsize (KiB) 1271996

[startup+91.901 s]
/proc/loadavg: 3.88 2.00 0.79 5/190 23258
/proc/meminfo: memFree=17517808/32951124 swapFree=67110396/67111528
[pid=23172] ppid=23170 vsize=0 CPUtime=91.88 cores=5,7
/proc/23172/stat : 23172 (strangenight2-s) R 23170 23172 23083 0 -1 4202500 252131 0 0 0 9150 38 0 0 25 0 1 0 564923000 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23172/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 91.88
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 91.9201
CPU time (s): 91.914
CPU user time (s): 91.5071
CPU system time (s): 0.406938
CPU usage (%): 99.9934
Max. virtual memory (cumulated for all children) (KiB): 1271996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.5071
system time used= 0.406938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252131
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= 11
involuntary context switches= 230

runsolver used 0.151976 second user time and 0.354946 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-25 17:55:23
IDJOB=3280733
IDBENCH=20431
IDSOLVER=1587
FILE ID=node118/3280733-1303746923
RUNJOBID= node118-1303746809-23104
PBS_JOBID= 13154044
Free space on /tmp= 71684 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280733-1303746923/watcher-3280733-1303746923 -o /tmp/evaluation-result-3280733-1303746923/solver-3280733-1303746923 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3280733-1303746923.cnf

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

MD5SUM BENCH= 3b8c6114a974b09e9b1601ba0718cbf3
RANDOM SEED=492885869

node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17537080 kB
Buffers:       1865432 kB
Cached:       10099316 kB
SwapCached:        600 kB
Active:       11442684 kB
Inactive:      3441044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17537080 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           38340 kB
Writeback:           0 kB
AnonPages:     2917784 kB
Mapped:          16372 kB
Slab:           460628 kB
PageTables:      11884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3588944 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= 71700 MiB
End job on node118 at 2011-04-25 17:56:55