Trace number 3400925

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-st (fixed)UNSAT 73.1889 73.2129

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.1655
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.02	c Outputting solution to console
0.00/0.02	c This is CryptoMiniSat 3.0.0
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Reading file 'HOME/instance-3400925-1306280110.cnf'
0.00/0.02	c -- header says num vars:         136756
0.00/0.02	c -- header says num clauses:      905980
0.16/0.27	c -- clauses added:            0 learnts,       905980 normals,            0 xors
0.16/0.27	c -- vars added     136756
0.16/0.27	c Parsing time:  0.22 s
0.16/0.27	c  N st     0         0    136756    134065    771540         0   2447216         0   no data   no data
0.86/0.96	c asymm  cl-useful: 0/82/134065 lits-rem:0 time: 0.68
12.08/12.12	c Flit:     1 Blit:      0 bXBeca:    0 bXProp: 4602 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 11.04
12.16/12.20	c Replacing     4602 vars Replaced   133764 lits Time:     0.07 s 
12.16/12.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.16/12.29	c bin-w-bin subsume rem         1149 bins  time:  0.05 s
12.67/12.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.42 s
12.96/13.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15962 time:  0.34 s
13.08/13.20	c Removed useless bin:       0  fixed:     0  props:  20.01M  time:  0.14 s
14.06/14.10	c lits-rem:         0  cl-subs:    20043  v-elim:  44009  v-fix:    0  time:  0.89 s
14.76/14.89	c Finding binary XORs  T:     0.79 s  found:     124
14.86/14.92	c Replacing      124 vars Replaced     6083 lits Time:     0.03 s 
14.96/15.00	c Finding non-binary XORs:     0.06 s (found:      16, avg size: 3.0)
14.96/15.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15.06/15.12	c calculated reachability. Time: 0.10
15.06/15.14	c Calc default polars -  time:   0.02 s pos:   29545 undec:   50168 neg:   57043
15.06/15.14	c =========================================================================================
15.06/15.14	c types(t): F = full restart, N = normal restart
15.06/15.14	c types(t): S = simplification begin/end, E = solution found
15.06/15.14	c restart types(rt): st = static, dy = dynamic
15.06/15.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
15.06/15.14	c  B st     0         0     87894    137627    671055         0   2484267         0   no data   no data
20.56/20.62	c  N dy    18      4131     87891    137627    671199      3910   2484267    265148      6.75      7.17
26.07/26.13	c  N dy    36      8196     87891    137627    671350      7744   2484267    418909      6.36      6.84
30.97/31.04	c  N dy    55     12207     87891    137627    671431     11584   2484267    567465      6.35      6.75
36.07/36.17	c  N dy    83     16299     87891    137627    671475     15541   2484267    729509      6.53      7.05
41.27/41.33	c  N dy   110     20711     87891    137627    671498     10261   2484267    264398      6.61      6.99
45.97/46.06	c  N dy   138     24728     87890    137627    671515     14143   2484267    395939      6.74      7.16
46.37/46.49	c  F st   141     25000     87890    137627    671515     14409   2484267    407316      6.75   no data
54.76/54.84	c  N dy   147     30000     87889    137621    671005     19052   2483151    584794      6.75   no data
54.76/54.84	c  S st   147     30000     87889    137621    671005     19052   2483151    584794      6.75   no data
55.56/55.63	c  S st   147     30502     87889    137621    671235     19321   2483151    592849      6.75   no data
55.56/55.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
66.76/66.84	c Flit:   526 Blit:      2 bXBeca:    0 bXProp:  262 Bins:1386756 BRemL:  14451 BRemN:      0 P: 200.0M T: 11.11
66.76/66.84	c Cleaning up after failed var search:     0.00 s 
66.86/66.96	c Replacing      262 vars Replaced   149638 lits Time:     0.12 s 
66.98/67.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.16/67.26	c bin-w-bin subsume rem        37134 bins  time:  0.24 s
67.76/67.82	c subs with bin:      417  lits-rem:     56572  v-fix:    0  time:  0.56 s
67.86/67.96	c Subs w/ non-existent bins:      0 l-rem:      5 v-fix:     0 done:    360 time:  0.13 s
68.08/68.13	c Removed useless bin:      36  fixed:     0  props:  20.01M  time:  0.16 s
69.97/70.08	c lits-rem:     16652  cl-subs:    34623  v-elim:  58062  v-fix:    0  time:  1.93 s
70.07/70.15	c subs with bin:     1322  lits-rem:      1926  v-fix:    0  time:  0.05 s
70.17/70.25	c lits-rem:      1070  cl-subs:     1589  v-elim:      0  v-fix:    0  time:  0.07 s
70.17/70.25	c Added XOR as norm:16
70.47/70.54	c asymm  cl-useful: 0/179/136437 lits-rem:0 time: 0.29
70.67/70.74	c calculated reachability. Time: 0.18
70.67/70.74	c  N dy   147     30502     29032    136437    675240      5450   2226853    575488      6.75   no data
71.49/71.52	c Finding binary XORs  T:     0.78 s  found:     129
73.07/73.17	c  E dy   155     33819     29003    136437    675344      8541   2226853    644134      6.61      3.81
73.07/73.17	c num threads              : 1          
73.07/73.17	c restarts                 : 155        
73.07/73.17	c dynamic restarts         : 143        
73.07/73.17	c static restarts          : 12         
73.07/73.17	c full restarts            : 1          
73.07/73.17	c total simplify time      : 0.83       
73.07/73.17	c learnts DL2              : 0          
73.07/73.17	c learnts size 2           : 2161271    
73.07/73.17	c learnts size 1           : 5299        (3.87      % of vars)
73.07/73.17	c filedLit time            : 22.15       (30.40     % time)
73.07/73.17	c v-elim SatELite          : 102071      (74.64     % vars)
73.07/73.17	c SatELite time            : 3.36        (4.61      % time)
73.07/73.17	c v-elim xor               : 0           (0.00      % vars)
73.07/73.17	c xor elim time            : 0.04        (0.06      % time)
73.07/73.17	c num binary xor trees     : 916        
73.07/73.17	c binxor trees' crown      : 5117        (5.59      leafs/tree)
73.07/73.17	c bin xor find time        : 1.57       
73.07/73.17	c OTF clause improved      : 887         (0.03      clauses/conflict)
73.07/73.17	c OTF impr. size diff      : 1088        (1.23       lits/clause)
73.07/73.17	c OTF cl watch-shrink      : 13123       (0.39      clauses/conflict)
73.07/73.17	c OTF cl watch-sh-lit      : 44548       (3.39       lits/clause)
73.07/73.17	c tried to recurMin cls    : 18885       (55.84      % of conflicts)
73.07/73.17	c updated cache            : 5731        (0.30       lits/tried recurMin)
73.07/73.17	c clauses over max glue    : 0           (0.00      % of all clauses)
73.07/73.17	c conflicts                : 33819       (464.09    / sec)
73.07/73.17	c decisions                : 60120       (5.41      % random)
73.07/73.17	c bogo-props               : 1645618071  (22582644.06 / sec)
73.07/73.17	c conflict literals        : 1290644     (41.90     % deleted)
73.07/73.17	c Memory used              : 1242.15     MB
73.07/73.17	c CPU time                 : 72.87       s
73.07/73.17	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-3400925-1306280110/watcher-3400925-1306280110 -o /tmp/evaluation-result-3400925-1306280110/solver-3400925-1306280110 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3400925-1306280110.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.00 0.00 0.00 2/511 14666
/proc/meminfo: memFree=12070656/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=8440 CPUtime=0 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) S 14664 14666 14634 0 -1 4194304 97 0 0 0 0 0 0 0 20 0 1 0 720426736 8642560 53 33554432000 4194304 4580011 140737078217456 18446744073709551615 264721481351 0 2147483391 4096 0 18446744071699207358 0 0 17 1 0 0 0
/proc/14666/statm: 2110 53 41 95 0 44 0

[startup+0.092432 s]
/proc/loadavg: 0.00 0.00 0.00 2/511 14666
/proc/meminfo: memFree=12070656/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=47984 CPUtime=0.05 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 5953 0 0 0 5 0 0 0 20 0 1 0 720426736 49135616 4837 33554432000 4194304 4580011 140737078217456 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 11996 4840 325 95 0 6978 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 47984

[startup+0.100431 s]
/proc/loadavg: 0.00 0.00 0.00 2/511 14666
/proc/meminfo: memFree=12070656/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=51072 CPUtime=0.06 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 6760 0 0 0 6 0 0 0 20 0 1 0 720426736 52297728 5637 33554432000 4194304 4580011 140737078217456 18446744073709551615 4307394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 12768 5638 325 95 0 7750 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 51072

[startup+0.300391 s]
/proc/loadavg: 0.00 0.00 0.00 2/511 14666
/proc/meminfo: memFree=12070656/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=98092 CPUtime=0.26 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 20605 0 0 0 24 2 0 0 20 0 1 0 720426736 100446208 16225 33554432000 4194304 4580011 140737078217456 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 24523 16225 338 95 0 19505 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 98092

[startup+0.700317 s]
/proc/loadavg: 0.00 0.00 0.00 2/511 14666
/proc/meminfo: memFree=12070656/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=98092 CPUtime=0.66 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 20605 0 0 0 64 2 0 0 22 0 1 0 720426736 100446208 16225 33554432000 4194304 4580011 140737078217456 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 24523 16225 338 95 0 19505 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 98092

[startup+1.50016 s]
/proc/loadavg: 0.16 0.03 0.01 3/515 14673
/proc/meminfo: memFree=11794092/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=129824 CPUtime=1.46 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 27230 0 0 0 143 3 0 0 25 0 1 0 720426736 132939776 22850 33554432000 4194304 4580011 140737078217456 18446744073709551615 4234976 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 32456 22860 340 95 0 27438 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 129824

[startup+3.10086 s]
/proc/loadavg: 0.16 0.03 0.01 3/515 14673
/proc/meminfo: memFree=11731472/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=212500 CPUtime=3.06 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 42559 0 0 0 302 4 0 0 25 0 1 0 720426736 217600000 38179 33554432000 4194304 4580011 140737078217456 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 53125 38179 340 95 0 48107 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 212500

[startup+6.30026 s]
/proc/loadavg: 0.31 0.07 0.02 3/515 14673
/proc/meminfo: memFree=11427220/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=396616 CPUtime=6.27 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 76818 0 0 0 620 7 0 0 25 0 1 0 720426736 406134784 72438 33554432000 4194304 4580011 140737078217456 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 99154 72438 340 95 0 94136 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 396616

[startup+12.701 s]
/proc/loadavg: 0.44 0.10 0.03 3/515 14673
/proc/meminfo: memFree=10810300/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=780264 CPUtime=12.67 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 153140 0 0 0 1252 15 0 0 25 0 1 0 720426736 798990336 148760 33554432000 4194304 4580011 140737078217456 18446744073709551615 4412022 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 195066 148760 353 95 0 190048 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 780264

[startup+25.5006 s]
/proc/loadavg: 0.79 0.19 0.06 3/515 14674
/proc/meminfo: memFree=10541264/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=856496 CPUtime=25.47 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 165770 0 0 0 2530 17 0 0 25 0 1 0 720426736 877051904 161386 33554432000 4194304 4580011 140737078217456 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 214124 161386 365 95 0 209106 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 856496

[startup+51.1008 s]
/proc/loadavg: 1.20 0.33 0.11 3/515 14674
/proc/meminfo: memFree=10540928/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=837616 CPUtime=51.07 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 169455 0 0 0 5089 18 0 0 25 0 1 0 720426736 857718784 161026 33554432000 4194304 4580011 140737078217456 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 209404 161026 366 95 0 204386 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 837616

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

[startup+63.9004 s]
/proc/loadavg: 1.32 0.39 0.13 3/515 14675
/proc/meminfo: memFree=10332852/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=1081120 CPUtime=63.87 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 220992 0 0 0 6363 24 0 0 25 0 1 0 720426736 1107066880 212563 33554432000 4194304 4580011 140737078217456 18446744073709551615 4228100 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 270280 212563 366 95 0 265262 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 1081120

[startup+67.1198 s]
/proc/loadavg: 1.38 0.41 0.14 3/515 14675
/proc/meminfo: memFree=10265396/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=1156956 CPUtime=67.08 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 237122 0 0 0 6683 25 0 0 25 0 1 0 720426736 1184722944 228693 33554432000 4194304 4580011 140737078217456 18446744073709551615 4447663 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 289239 228693 366 95 0 284221 0
Current children cumulated CPU time (s) 67.08
Current children cumulated vsize (KiB) 1156956

[startup+70.3012 s]
/proc/loadavg: 1.43 0.44 0.15 3/515 14675
/proc/meminfo: memFree=10205132/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=1271956 CPUtime=70.29 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 252027 0 0 0 7001 28 0 0 25 0 1 0 720426736 1302482944 243574 33554432000 4194304 4580011 140737078217456 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 317989 243574 366 95 0 312971 0
Current children cumulated CPU time (s) 70.29
Current children cumulated vsize (KiB) 1271956

[startup+71.9009 s]
/proc/loadavg: 1.43 0.44 0.15 3/515 14675
/proc/meminfo: memFree=10204884/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=1271956 CPUtime=71.87 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 252047 0 0 0 7159 28 0 0 25 0 1 0 720426736 1302482944 243594 33554432000 4194304 4580011 140737078217456 18446744073709551615 4292965 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 317989 243594 366 95 0 312971 0
Current children cumulated CPU time (s) 71.87
Current children cumulated vsize (KiB) 1271956

[startup+72.7007 s]
/proc/loadavg: 1.43 0.44 0.15 3/515 14675
/proc/meminfo: memFree=10203396/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=1271956 CPUtime=72.67 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 252087 0 0 0 7239 28 0 0 25 0 1 0 720426736 1302482944 243634 33554432000 4194304 4580011 140737078217456 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 317989 243634 366 95 0 312971 0
Current children cumulated CPU time (s) 72.67
Current children cumulated vsize (KiB) 1271956

[startup+73.1006 s]
/proc/loadavg: 1.43 0.44 0.15 3/515 14675
/proc/meminfo: memFree=10203396/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=1271956 CPUtime=73.07 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202496 252105 0 0 0 7279 28 0 0 25 0 1 0 720426736 1302482944 243652 33554432000 4194304 4580011 140737078217456 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 317989 243652 366 95 0 312971 0
Current children cumulated CPU time (s) 73.07
Current children cumulated vsize (KiB) 1271956

[startup+73.2006 s]
/proc/loadavg: 1.43 0.44 0.15 3/515 14675
/proc/meminfo: memFree=10203396/32951124 swapFree=63083240/67111528
[pid=14666] ppid=14664 vsize=0 CPUtime=73.17 cores=1,3,5,7
/proc/14666/stat : 14666 (strangenight2-s) R 14664 14666 14634 0 -1 4202500 252119 0 0 0 7287 30 0 0 25 0 1 0 720426736 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14666/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 73.17
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 73.2129
CPU time (s): 73.1889
CPU user time (s): 72.8709
CPU system time (s): 0.317951
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 1271956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.8709
system time used= 0.317951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252119
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= 9
involuntary context switches= 51

runsolver used 0.340948 second user time and 0.874867 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-25 01:35:11
IDJOB=3400925
IDBENCH=20431
IDSOLVER=1887
FILE ID=node141/3400925-1306280110
RUNJOBID= node141-1306280110-14653
PBS_JOBID= 13457845
Free space on /tmp= 73580 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
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-3400925-1306280110/watcher-3400925-1306280110 -o /tmp/evaluation-result-3400925-1306280110/solver-3400925-1306280110 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3400925-1306280110.cnf

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

MD5SUM BENCH= 3b8c6114a974b09e9b1601ba0718cbf3
RANDOM SEED=42712792

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:      12071680 kB
Buffers:        343156 kB
Cached:       10157512 kB
SwapCached:      15808 kB
Active:       12835160 kB
Inactive:      7745496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12071680 kB
SwapTotal:    67111528 kB
SwapFree:     63083240 kB
Dirty:           47008 kB
Writeback:           0 kB
AnonPages:    10071040 kB
Mapped:          25672 kB
Slab:           158900 kB
PageTables:      69692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150650956 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= 73564 MiB
End job on node141 at 2011-05-25 01:36:25