Trace number 3292049

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-stSignal 176.088 176.131

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1263.53
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

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-3292049-1303787309.cnf'
0.00/0.00	c -- header says num vars:         482093
0.00/0.00	c -- header says num clauses:     9676386
2.59/2.64	c -- clauses added:            0 learnts,      9676386 normals,            0 xors
2.59/2.64	c -- vars added     482093
2.59/2.64	c Parsing time:  2.43 s
2.59/2.64	c  N st     0         0    482093    524228   9152157         0  28195027         0   no data   no data
2.99/3.08	c asymm  cl-useful: 17/19/524218 lits-rem:760 time: 0.40
10.40/10.40	c Flit:   142 Blit: 134307 bXBeca:    0 bXProp: 2690 Bins:      0 BRemL:      0 BRemN:      0 P: 200.5M T:  7.21
10.70/10.73	c Cleaning up after failed var search:     0.32 s 
11.40/11.48	c Replacing     2690 vars Replaced   279907 lits Time:     0.74 s 
11.99/12.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
12.49/12.58	c bin-w-bin subsume rem            8 bins  time:  0.57 s
19.49/19.55	c subs with bin:     9106  lits-rem:     87369  v-fix:    0  time:  6.98 s
23.49/23.53	c Subs w/ non-existent bins:     22 l-rem:     49 v-fix:     0 done:  23549 time:  3.98 s
23.79/23.80	c Removed useless bin:     694  fixed:     0  props:  20.00M  time:  0.27 s
33.79/33.85	c lits-rem:     29487  cl-subs:    32952  v-elim:  26623  v-fix:    0  time: 10.05 s
34.69/34.73	c Finding binary XORs  T:     0.88 s  found:    2037
35.09/35.20	c Replacing     2037 vars Replaced   195415 lits Time:     0.47 s 
35.89/35.95	c Finding non-binary XORs:     0.39 s (found:       0, avg size: nan)
35.89/35.95	c calculated reachability. Time: 0.24
35.99/36.06	c Calc default polars -  time:   0.11 s pos:   47860 undec:  174500 neg:  259733
35.99/36.06	c =========================================================================================
35.99/36.06	c types(t): F = full restart, N = normal restart
35.99/36.06	c types(t): S = simplification begin/end, E = solution found
35.99/36.06	c restart types(rt): st = static, dy = dynamic
35.99/36.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
35.99/36.06	c  B st     0         0    308309    315808   6201927         0  18694194         0   no data   no data
42.59/42.67	c  N dy    13      4035    308308    315808   6202255      3650  18694194    183756     15.78     16.67
48.40/48.47	c  N dy    29      8309    308306    315808   6202699      7384  18694194    340290     14.53     15.55
53.19/53.22	c  N dy    61     12508    308304    315808   6202901     11254  18694063    545909     15.42     16.29
56.29/56.32	c  N dy    87     16524    308304    315808   6203015     15044  18693931    758301     15.61     20.24
60.79/60.86	c  N dy    96     22937    308304    315808   6203141     11942  18693931    515710     14.41     18.32
63.10/63.12	c  F st    99     25000    308301    315808   6203245     13828  18693931    608655     13.89   no data
70.89/70.90	c  N st   103     27030    308301    315768   6201612     13307  18688266    525201     13.89   no data
79.79/79.82	c  S st   105     30000    308301    315768   6201890     15991  18688266    663661     13.89   no data
81.50/81.53	c  S st   105     30500    308279    315768   6202128     16232  18688266    666734     13.89   no data
81.69/81.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.18
97.19/97.26	c Flit:    63 Blit:   1134 bXBeca:    0 bXProp: 1862 Bins: 528090 BRemL:  17339 BRemN:   3993 P: 200.5M T: 15.37
97.39/97.41	c Cleaning up after failed var search:     0.14 s 
97.69/97.75	c Replacing     1862 vars Replaced    97645 lits Time:     0.33 s 
102.49/102.55	c blocked clauses removed:    50958 vars:  51847 tried:      786847 T: 4.47 s
102.99/103.04	c bin-w-bin subsume rem         6183 bins  time:  0.48 s
107.49/107.58	c subs with bin:    15029  lits-rem:    123514  v-fix:    0  time:  4.54 s
109.79/109.84	c Subs w/ non-existent bins:      6 l-rem:    149 v-fix:     0 done:  39432 time:  2.25 s
109.99/110.08	c Removed useless bin:     448  fixed:     0  props:  20.08M  time:  0.24 s
117.29/117.36	c lits-rem:     95023  cl-subs:     5601  v-elim:  56078  v-fix:    0  time:  7.26 s
117.80/117.82	c subs with bin:       54  lits-rem:      3702  v-fix:    0  time:  0.40 s
118.69/118.75	c lits-rem:      3579  cl-subs:     1361  v-elim:      0  v-fix:    0  time:  0.78 s
119.09/119.14	c asymm  cl-useful: 49/365/368871 lits-rem:1006 time: 0.39
119.59/119.62	c calculated reachability. Time: 0.39
119.59/119.62	c  N dy   105     30500    189971    368871   3884813      6062  12615086    514930     13.89   no data
120.79/120.89	c Finding binary XORs  T:     1.26 s  found:    4027
121.10/121.15	c Replacing     4027 vars Replaced   354945 lits Time:     0.26 s 
128.29/128.30	c  N dy   124     34665    180309    360450   3754692      9713  12317276    559122     13.66     14.40
134.79/134.84	c  N dy   151     38674    180308    360450   3754977     13396  12317274    701851     13.86     18.71
141.69/141.79	c  N dy   184     42733    180308    360450   3755254      8742  12317269    390499     14.30     15.69
146.59/146.68	c  S st   207     45750    180308    360450   3755363     11623  12317262    520718     14.55     14.64
147.50/147.51	c  S st   207     46250    180302    360450   3755516     11963  12317262    526444     14.55   no data
147.59/147.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
157.50/157.51	c Flit:   118 Blit:    637 bXBeca:    0 bXProp:  686 Bins: 805998 BRemL:   1819 BRemN:   8088 P: 200.3M T:  9.76
157.50/157.52	c Cleaning up after failed var search:     0.00 s 
157.90/157.92	c Replacing      687 vars Replaced   267969 lits Time:     0.39 s 
158.10/158.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
158.70/158.75	c bin-w-bin subsume rem        18927 bins  time:  0.59 s
164.20/164.20	c subs with bin:    14799  lits-rem:    292412  v-fix:    0  time:  5.45 s
164.60/164.66	c Subs w/ non-existent bins:     10 l-rem:      9 v-fix:     0 done:   2320 time:  0.45 s
165.89/165.91	c Removed useless bin:   53425  fixed:     1  props:  20.07M  time:  1.24 s
169.99/170.06	c lits-rem:      3916  cl-subs:     2154  v-elim:   5264  v-fix:    0  time:  4.14 s
170.60/170.64	c subs with bin:       28  lits-rem:      8014  v-fix:    0  time:  0.49 s
171.29/171.32	c lits-rem:      3152  cl-subs:     2165  v-elim:      0  v-fix:    0  time:  0.53 s
172.09/172.16	c vivif2 --  cl tried    72716 cl shrink     2602 lits rem       2617 time: 0.83
172.39/172.47	c vivif2 --  cl tried     9614 cl shrink     1606 lits rem       7242 time: 0.31
172.80/172.90	c asymm  cl-useful: 46/846/350983 lits-rem:2357 time: 0.42
173.29/173.34	strangenight2-st: Solver.cpp:891: void Solver::calcReachability(): Assertion `*it != ~lit' failed.

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3292049-1303787309/watcher-3292049-1303787309 -o /tmp/evaluation-result-3292049-1303787309/solver-3292049-1303787309 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3292049-1303787309.cnf 

running on 2 cores: 1,3

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.01 3.00 3.17 4/189 9325
/proc/meminfo: memFree=22383996/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=31324 CPUtime=0 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 1146 0 0 0 0 0 0 0 20 0 1 0 490329344 32075776 1083 33554432000 4194304 4627331 140737461425440 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 7831 1083 321 106 0 2802 0

[startup+0.039465 s]
/proc/loadavg: 3.01 3.00 3.17 4/189 9325
/proc/meminfo: memFree=22383996/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=36564 CPUtime=0.03 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 2662 0 0 0 3 0 0 0 20 0 1 0 490329344 37441536 2390 33554432000 4194304 4627331 140737461425440 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 9141 2390 322 106 0 4112 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36564

[startup+0.100455 s]
/proc/loadavg: 3.01 3.00 3.17 4/189 9325
/proc/meminfo: memFree=22383996/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=46324 CPUtime=0.09 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 5531 0 0 0 8 1 0 0 20 0 1 0 490329344 47435776 4972 33554432000 4194304 4627331 140737461425440 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 11581 4975 322 106 0 6552 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46324

[startup+0.30042 s]
/proc/loadavg: 3.01 3.00 3.17 4/189 9325
/proc/meminfo: memFree=22383996/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=79188 CPUtime=0.29 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 14492 0 0 0 27 2 0 0 21 0 1 0 490329344 81088512 12313 33554432000 4194304 4627331 140737461425440 18446744073709551615 4314174 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 19797 12316 322 106 0 14768 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79188

[startup+0.700359 s]
/proc/loadavg: 3.01 3.00 3.17 4/189 9325
/proc/meminfo: memFree=22383996/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=167340 CPUtime=0.69 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 30970 0 0 0 64 5 0 0 22 0 1 0 490329344 171356160 26597 33554432000 4194304 4627331 140737461425440 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 41835 26597 322 106 0 36806 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 167340

[startup+1.50022 s]
/proc/loadavg: 3.01 3.00 3.17 5/190 9326
/proc/meminfo: memFree=22058892/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=272516 CPUtime=1.49 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 62648 0 0 0 138 11 0 0 25 0 1 0 490329344 279056384 53865 33554432000 4194304 4627331 140737461425440 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 68129 53870 322 106 0 63100 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 272516

[startup+3.10091 s]
/proc/loadavg: 3.25 3.05 3.18 5/190 9326
/proc/meminfo: memFree=21728432/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=554244 CPUtime=3.09 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 106064 0 0 0 288 21 0 0 25 0 1 0 490329344 567545856 96944 33554432000 4194304 4627331 140737461425440 18446744073709551615 4309312 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 138561 96944 345 106 0 133532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 554244

[startup+6.30033 s]
/proc/loadavg: 3.25 3.05 3.18 5/190 9326
/proc/meminfo: memFree=21020056/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=765992 CPUtime=6.29 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 148098 0 0 0 603 26 0 0 25 0 1 0 490329344 784375808 138978 33554432000 4194304 4627331 140737461425440 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 191498 138987 346 106 0 186469 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 765992

[startup+12.7002 s]
/proc/loadavg: 3.51 3.11 3.20 5/190 9326
/proc/meminfo: memFree=20233676/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=1150624 CPUtime=12.69 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 231781 0 0 0 1232 37 0 0 25 0 1 0 490329344 1178238976 222661 33554432000 4194304 4627331 140737461425440 18446744073709551615 4424902 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 287656 222661 358 106 0 282627 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1150624

[startup+25.5009 s]
/proc/loadavg: 3.59 3.14 3.21 5/187 9329
/proc/meminfo: memFree=20934292/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=1161508 CPUtime=25.49 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 233797 0 0 0 2512 37 0 0 25 0 1 0 490329344 1189384192 224677 33554432000 4194304 4627331 140737461425440 18446744073709551615 4420179 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 290377 224677 364 106 0 285348 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1161508

[startup+51.1002 s]
/proc/loadavg: 3.73 3.21 3.23 5/190 9354
/proc/meminfo: memFree=20421196/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=1184320 CPUtime=51.09 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 239813 0 0 0 5071 38 0 0 25 0 1 0 490329344 1212743680 230693 33554432000 4194304 4627331 140737461425440 18446744073709551615 4308880 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 296080 230693 375 106 0 291051 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1184320

[startup+102.301 s]
/proc/loadavg: 3.89 3.34 3.27 5/190 9382
/proc/meminfo: memFree=20399512/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=2043676 CPUtime=102.3 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 427476 0 0 0 10170 60 0 0 25 0 1 0 490329344 2092724224 405960 33554432000 4194304 4627331 140737461425440 18446744073709551615 218905391813 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 510919 405960 379 106 0 505890 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2043676

[startup+162.301 s]
/proc/loadavg: 3.95 3.45 3.31 5/190 9384
/proc/meminfo: memFree=19445972/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=2624772 CPUtime=162.3 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 556577 0 0 0 16154 76 0 0 25 0 1 0 490329344 2687766528 523383 33554432000 4194304 4627331 140737461425440 18446744073709551615 4409094 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 656193 523383 379 106 0 651164 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2624772

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

[startup+167.5 s]
/proc/loadavg: 3.96 3.47 3.32 5/190 9384
/proc/meminfo: memFree=19421792/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=2632872 CPUtime=167.49 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 567378 0 0 0 16672 77 0 0 25 0 1 0 490329344 2696060928 524345 33554432000 4194304 4627331 140737461425440 18446744073709551615 4431090 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 658218 524345 379 106 0 653189 0
Current children cumulated CPU time (s) 167.49
Current children cumulated vsize (KiB) 2632872

[startup+170.701 s]
/proc/loadavg: 3.96 3.47 3.32 5/190 9384
/proc/meminfo: memFree=19418636/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=2632872 CPUtime=170.69 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4202496 567709 0 0 0 16992 77 0 0 25 0 1 0 490329344 2696060928 524676 33554432000 4194304 4627331 140737461425440 18446744073709551615 218905427643 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9325/statm: 658218 524676 379 106 0 653189 0
Current children cumulated CPU time (s) 170.69
Current children cumulated vsize (KiB) 2632872

[startup+173.907 s]
/proc/loadavg: 3.96 3.48 3.32 5/190 9384
/proc/meminfo: memFree=19054940/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=2632872 CPUtime=173.88 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4204032 567782 0 0 0 17256 132 0 0 25 0 1 0 490329344 2696060928 524749 33554432000 4194304 4627331 140737461425440 18446744073709551615 218905117285 0 0 4096 2 0 0 0 17 1 0 0 1
/proc/9325/statm: 658218 524749 385 106 0 653189 0
Current children cumulated CPU time (s) 173.88
Current children cumulated vsize (KiB) 2632872

[startup+175.501 s]
/proc/loadavg: 3.96 3.48 3.32 5/190 9384
/proc/meminfo: memFree=18174284/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=2632872 CPUtime=175.45 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4204032 567782 0 0 0 17256 289 0 0 25 0 1 0 490329344 2696060928 524749 33554432000 4194304 4627331 140737461425440 18446744073709551615 218905117285 0 0 4096 2 0 0 0 17 1 0 0 4
/proc/9325/statm: 658218 524749 385 106 0 653189 0
Current children cumulated CPU time (s) 175.45
Current children cumulated vsize (KiB) 2632872

[startup+175.901 s]
/proc/loadavg: 3.96 3.48 3.32 5/190 9384
/proc/meminfo: memFree=18174284/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=2632872 CPUtime=175.85 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4204032 567782 0 0 0 17256 329 0 0 25 0 1 0 490329344 2696060928 524749 33554432000 4194304 4627331 140737461425440 18446744073709551615 218905117285 0 0 4096 2 0 0 0 17 1 0 0 4
/proc/9325/statm: 658218 524749 385 106 0 653189 0
Current children cumulated CPU time (s) 175.85
Current children cumulated vsize (KiB) 2632872

[startup+176.107 s]
/proc/loadavg: 3.96 3.48 3.32 5/190 9384
/proc/meminfo: memFree=17296860/32951124 swapFree=67111412/67111528
[pid=9325] ppid=9323 vsize=0 CPUtime=176.05 cores=1,3
/proc/9325/stat : 9325 (strangenight2-s) R 9323 9325 9265 0 -1 4204036 567782 0 0 0 17256 349 0 0 25 0 1 0 490329344 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 4
/proc/9325/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 176.05
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 176.131
CPU time (s): 176.088
CPU user time (s): 172.567
CPU system time (s): 3.52146
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 2664292

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

runsolver used 0.289955 second user time and 0.671897 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-26 05:08:36
IDJOB=3292049
IDBENCH=85008
IDSOLVER=1587
FILE ID=node137/3292049-1303787309
RUNJOBID= node137-1303787309-9285
PBS_JOBID= 13157251
Free space on /tmp= 71532 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292049-1303787309/watcher-3292049-1303787309 -o /tmp/evaluation-result-3292049-1303787309/solver-3292049-1303787309 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3292049-1303787309.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=458912633

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22384896 kB
Buffers:       1746764 kB
Cached:        7150484 kB
SwapCached:        112 kB
Active:        3412852 kB
Inactive:      6580736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22384896 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:          508240 kB
Writeback:           0 kB
AnonPages:     1095572 kB
Mapped:          15896 kB
Slab:           505924 kB
PageTables:       7020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1428512 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= 69664 MiB
End job on node137 at 2011-04-26 05:11:33