Trace number 3368482

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)? (TO) 1300.08 1300.05

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00X23.cnf
MD5SUM9cec6483d4ca03e8555377ba059b61ae
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2133873
Sum of the clauses size18060684
Maximum clause length91
Minimum clause length1
Number of clauses of size 116
Number of clauses of size 240913
Number of clauses of size 337518
Number of clauses of size 422333
Number of clauses of size 5147683
Number of clauses of size over 51885410

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368482-1305392570.cnf'
0.00/0.01	c -- header says num vars:          15364
0.00/0.01	c -- header says num clauses:     2133873
0.89/0.98	c -- clauses added:            0 learnts,      2133873 normals,            0 xors
0.89/0.98	c -- vars added      15364
0.89/0.98	c Parsing time:  0.89 s
0.89/0.98	c  N st     0         0     15364   2092882     40002         0  18028837         0   no data   no data
1.29/1.33	c asymm  cl-useful: 0/5431/2092294 lits-rem:0 time: 0.27
6.99/7.09	c Flit:    84 Blit:      0 bXBeca:    0 bXProp:   92 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T:  5.74
8.69/8.79	c Replacing       92 vars Replaced  1174400 lits Time:     1.69 s 
9.48/9.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.48/9.53	c bin-w-bin subsume rem          404 bins  time:  0.00 s
13.98/14.07	c subs with bin:    20077  lits-rem:        20  v-fix:    0  time:  4.55 s
13.98/14.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   3818 time:  0.02 s
14.08/14.12	c Removed useless bin:       0  fixed:     0  props:   4.22M  time:  0.03 s
234.00/234.02	c lits-rem:         0  cl-subs:     1287  v-elim:   1150  v-fix:    0  time: 219.87 s
234.00/234.04	c Finding binary XORs  T:     0.02 s  found:       0
234.10/234.13	c calculated reachability. Time: 0.00
234.10/234.19	c Calc default polars -  time:   0.06 s pos:     466 undec:    1833 neg:   13065
234.10/234.19	c =========================================================================================
234.10/234.19	c types(t): F = full restart, N = normal restart
234.10/234.19	c types(t): S = simplification begin/end, E = solution found
234.10/234.19	c restart types(rt): st = static, dy = dynamic
234.10/234.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
234.10/234.19	c  B st     0         0     13531   2050179     35387         0  17652550         0   no data   no data
235.30/235.33	c  N dy    19      4090     13526   2050179     35561      3838  17652550    152995      8.59      9.33
236.40/236.46	c  N dy    43      8135     13522   2050179     35755      7654  17652550    305489      8.89      9.46
237.61/237.62	c  N dy    66     12142     13521   2050179     35843     11537  17652548    444975      8.97      9.69
238.59/238.70	c  N dy    93     16242     13518   2050179     35935     15499  17652548    606614      9.13     10.73
239.99/240.01	c  N dy   119     20372     13515   2050179     36050      9918  17652548    202736      9.15      9.66
240.20/240.27	c Finding binary XORs  T:     0.02 s  found:       1
241.29/241.40	c  N dy   146     24424     13510   2049294     36035     13682  17648188    387076      9.24      9.97
241.59/241.66	c  F st   150     25000     13510   2049294     36047     14239  17648188    408959      9.28   no data
241.79/241.80	c Replacing        1 vars Replaced        8 lits Time:     0.07 s 
243.39/243.49	c  N dy   156     30001     13508   2049291     36118     18914  17648153    634824      9.28   no data
243.39/243.49	c  S st   156     30001     13508   2049291     36118     18914  17648153    634824      9.28   no data
245.09/245.11	c  S st   156     30504     13505   2049291     36137     19394  17648153    645760      9.28   no data
245.09/245.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
253.01/253.04	c Flit:    31 Blit:      3 bXBeca:    0 bXProp:    5 Bins: 683104 BRemL: 146110 BRemN:      1 P: 200.0M T:  7.86
253.19/253.26	c Replacing        5 vars Replaced     9445 lits Time:     0.21 s 
253.79/253.81	c blocked clauses removed:        0 vars:      0 tried:       13465 T: 0.01 s
253.79/253.86	c bin-w-bin subsume rem          155 bins  time:  0.05 s
262.29/262.39	c subs with bin:    32151  lits-rem:     28303  v-fix:    0  time:  8.53 s
262.39/262.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1066 time:  0.04 s
262.39/262.46	c Removed useless bin:       6  fixed:     0  props:   1.51M  time:  0.02 s
482.30/482.31	c lits-rem:         0  cl-subs:    29069  v-elim:    151  v-fix:    0  time: 219.81 s
482.70/482.72	c subs with bin:      387  lits-rem:     10265  v-fix:    0  time:  0.39 s
704.60/704.64	c lits-rem:        36  cl-subs:     1220  v-elim:      0  v-fix:    0  time: 221.54 s
705.01/705.04	c asymm  cl-useful: 0/1091/1986745 lits-rem:0 time: 0.40
705.12/705.14	c calculated reachability. Time: 0.01
705.12/705.14	c  N dy   156     30504     13314   1986745    538414     11168  17175840   1322946      9.28   no data
705.12/705.17	c Finding binary XORs  T:     0.03 s  found:       0
707.21/707.26	c  N dy   176     34540     13310   1986745    538476     15083  17175838   1479138      9.24      9.86
709.11/709.16	c  N dy   202     38703     13225   1986745    538534     19146  17175838   1681822      9.26      9.78
710.90/710.96	c  N dy   222     42751     13223   1986745    538563     11920  17175838   1170454      9.27      9.86
712.00/712.03	c  S st   245     45756     13221   1986745    538576     14890  17175838   1308436      9.33   no data
713.20/713.20	c  S st   245     46259     13221   1986745    538581     15386  17175838   1323972      9.33   no data
713.20/713.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
721.21/721.29	c Flit:    20 Blit:      7 bXBeca:    0 bXProp:    7 Bins:  56537 BRemL: 238658 BRemN:      1 P: 200.0M T:  8.02
722.91/722.99	c Replacing        7 vars Replaced    48723 lits Time:     0.72 s 
723.51/723.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
723.51/723.54	c bin-w-bin subsume rem          792 bins  time:  0.03 s
732.91/732.95	c subs with bin:    31380  lits-rem:     17844  v-fix:    0  time:  9.41 s
732.91/732.98	c Subs w/ non-existent bins:     24 l-rem:      0 v-fix:     0 done:    113 time:  0.04 s
733.01/733.04	c Removed useless bin:       3  fixed:     0  props:   1.93M  time:  0.02 s
922.42/922.41	c lits-rem:         0  cl-subs:    22814  v-elim:     98  v-fix:    0  time: 189.34 s
922.82/922.83	c subs with bin:      328  lits-rem:      4809  v-fix:    0  time:  0.40 s
1115.62/1115.65	c lits-rem:     17432  cl-subs:      518  v-elim:      0  v-fix:    0  time: 192.46 s
1116.43/1116.45	c vivif2 --  cl tried  1179418 cl shrink     3697 lits rem       4028 time: 0.79
1116.43/1116.48	c vivif2 --  cl tried    12136 cl shrink     2068 lits rem       8134 time: 0.03
1116.62/1116.68	c asymm  cl-useful: 0/630/1853987 lits-rem:0 time: 0.20
1116.72/1116.77	c calculated reachability. Time: 0.01
1116.72/1116.77	c  N dy   245     46259     13037   1853987    333326     12093  16077241    813655      9.33   no data
1116.72/1116.79	c Finding binary XORs  T:     0.03 s  found:       0
1118.22/1118.23	c  N dy   267     50373     13035   1853987    333356     16158  16077241   1068132      9.32     10.13
1119.52/1119.51	c  N dy   296     54474     13033   1853987    333378     20200  16077241   1254745      9.46     14.77
1120.83/1120.87	c  N dy   325     58572     13031   1853987    333411     24236  16077241   1507374      9.52     14.99
1122.32/1122.32	c  N dy   345     62596     13029   1853987    333436     28217  16077240   1748871      9.52     10.05
1123.62/1123.61	c  N dy   373     66616     13002   1853987    333454     16996  16077240    912054      9.58     12.51
1124.32/1124.37	c  S st   395     69388     13002   1853987    333467     19741  16077240   1050245      9.64   no data
1125.52/1125.57	c  S st   395     69888     13000   1853987    333476     20230  16077240   1067051      9.64   no data
1125.62/1125.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1131.72/1131.80	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    1 Bins:  32349 BRemL: 213122 BRemN:      0 P: 200.0M T:  6.17
1132.12/1132.16	c Replacing        1 vars Replaced    15256 lits Time:     0.36 s 
1132.62/1132.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1132.62/1132.65	c bin-w-bin subsume rem          363 bins  time:  0.01 s
1144.22/1144.26	c subs with bin:    31345  lits-rem:      1703  v-fix:    0  time: 11.61 s
1144.22/1144.29	c Subs w/ non-existent bins:      0 l-rem:      3 v-fix:     0 done:     80 time:  0.03 s
1144.32/1144.31	c Removed useless bin:       4  fixed:     0  props:   1.52M  time:  0.02 s

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: 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-3368482-1305392570/watcher-3368482-1305392570 -o /tmp/evaluation-result-3368482-1305392570/solver-3368482-1305392570 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368482-1305392570.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.40 3.76 3.90 4/367 16275
/proc/meminfo: memFree=23379292/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=2776 CPUtime=0 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) S 16273 16275 15582 0 -1 4194304 87 0 0 0 0 0 0 0 22 0 1 0 631672882 2842624 44 33554432000 4194304 4580011 140736261678640 18446744073709551615 228090527367 0 2147483391 4096 0 18446744071699207358 0 0 17 5 0 0 0
/proc/16275/statm: 694 44 35 95 0 23 0

[startup+0.068302 s]
/proc/loadavg: 3.40 3.76 3.90 4/367 16275
/proc/meminfo: memFree=23379292/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=31452 CPUtime=0.05 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 2386 0 0 0 5 0 0 0 22 0 1 0 631672882 32206848 2326 33554432000 4194304 4580011 140736261678640 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 7863 2327 324 95 0 2845 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31452

[startup+0.100296 s]
/proc/loadavg: 3.40 3.76 3.90 4/367 16275
/proc/meminfo: memFree=23379292/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=32016 CPUtime=0.09 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 3237 0 0 0 9 0 0 0 22 0 1 0 631672882 32784384 3177 33554432000 4194304 4580011 140736261678640 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 8004 3178 324 95 0 2986 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32016

[startup+0.300257 s]
/proc/loadavg: 3.40 3.76 3.90 4/367 16275
/proc/meminfo: memFree=23379292/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=86284 CPUtime=0.29 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 12874 0 0 0 27 2 0 0 23 0 1 0 631672882 88354816 12569 33554432000 4194304 4580011 140736261678640 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 21571 12572 325 95 0 16553 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86284

[startup+0.700152 s]
/proc/loadavg: 3.40 3.76 3.90 4/367 16275
/proc/meminfo: memFree=23379292/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=249084 CPUtime=0.68 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 29984 0 0 0 62 6 0 0 25 0 1 0 631672882 255062016 29679 33554432000 4194304 4580011 140736261678640 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 62271 29681 325 95 0 57253 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 249084

[startup+1.50104 s]
/proc/loadavg: 3.40 3.76 3.90 5/368 16276
/proc/meminfo: memFree=23212504/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=287904 CPUtime=1.48 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 45936 0 0 0 139 9 0 0 25 0 1 0 631672882 294813696 45631 33554432000 4194304 4580011 140736261678640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 71976 45631 341 95 0 66958 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 287904

[startup+3.10074 s]
/proc/loadavg: 3.40 3.76 3.90 5/368 16276
/proc/meminfo: memFree=23187704/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=300068 CPUtime=3.09 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 48859 0 0 0 299 10 0 0 25 0 1 0 631672882 307269632 48554 33554432000 4194304 4580011 140736261678640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 75017 48554 341 95 0 69999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 300068

[startup+6.30016 s]
/proc/loadavg: 3.53 3.78 3.91 5/368 16276
/proc/meminfo: memFree=23169224/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=315524 CPUtime=6.29 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 52523 0 0 0 618 11 0 0 25 0 1 0 631672882 323096576 52218 33554432000 4194304 4580011 140736261678640 18446744073709551615 4294588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 78881 52218 341 95 0 73863 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 315524

[startup+12.701 s]
/proc/loadavg: 3.57 3.78 3.91 5/368 16277
/proc/meminfo: memFree=22755256/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=725424 CPUtime=12.69 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 150554 0 0 0 1246 23 0 0 25 0 1 0 631672882 742834176 150249 33554432000 4194304 4580011 140736261678640 18446744073709551615 4406244 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 181356 150249 353 95 0 176338 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 725424

[startup+25.5006 s]
/proc/loadavg: 3.87 3.84 3.92 5/368 16277
/proc/meminfo: memFree=22696088/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=781788 CPUtime=25.49 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 162796 0 0 0 2524 25 0 0 25 0 1 0 631672882 800550912 162491 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 195447 162491 356 95 0 190429 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 781788

[startup+51.1009 s]
/proc/loadavg: 3.91 3.85 3.92 5/368 16278
/proc/meminfo: memFree=22661808/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=781788 CPUtime=51.09 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 162796 0 0 0 5084 25 0 0 25 0 1 0 631672882 800550912 162491 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 195447 162491 356 95 0 190429 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 781788

[startup+102.315 s]
/proc/loadavg: 4.20 3.93 3.95 5/368 16279
/proc/meminfo: memFree=22674688/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=781788 CPUtime=102.3 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 162796 0 0 0 10205 25 0 0 25 0 1 0 631672882 800550912 162491 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451463 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 195447 162491 356 95 0 190429 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 781788

[startup+162.301 s]
/proc/loadavg: 4.14 3.96 3.95 5/368 16281
/proc/meminfo: memFree=22669620/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=781788 CPUtime=162.29 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 162796 0 0 0 16204 25 0 0 25 0 1 0 631672882 800550912 162491 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 195447 162491 356 95 0 190429 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 781788

[startup+222.3 s]
/proc/loadavg: 4.05 3.97 3.95 5/368 16282
/proc/meminfo: memFree=22629972/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=781788 CPUtime=222.29 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 162796 0 0 0 22204 25 0 0 25 0 1 0 631672882 800550912 162491 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 195447 162491 356 95 0 190429 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 781788

[startup+282.3 s]
/proc/loadavg: 4.02 3.97 3.95 5/368 16284
/proc/meminfo: memFree=22541012/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=853848 CPUtime=282.3 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 196088 0 0 0 28198 32 0 0 25 0 1 0 631672882 874340352 175899 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 213462 175899 390 95 0 208444 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 853848

[startup+342.3 s]
/proc/loadavg: 4.07 3.99 3.96 5/368 16285
/proc/meminfo: memFree=22529504/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=853848 CPUtime=342.3 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 196088 0 0 0 34198 32 0 0 25 0 1 0 631672882 874340352 175899 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 213462 175899 390 95 0 208444 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 853848

[startup+402.3 s]
/proc/loadavg: 4.02 3.99 3.96 5/368 16287
/proc/meminfo: memFree=22501316/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=853848 CPUtime=402.3 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 196088 0 0 0 40198 32 0 0 25 0 1 0 631672882 874340352 175899 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 213462 175899 390 95 0 208444 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 853848

[startup+462.3 s]
/proc/loadavg: 4.01 3.99 3.96 5/368 16289
/proc/meminfo: memFree=22478376/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=853848 CPUtime=462.3 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 196088 0 0 0 46198 32 0 0 25 0 1 0 631672882 874340352 175899 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 213462 175899 390 95 0 208444 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 853848

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.96 5/368 16290
/proc/meminfo: memFree=22443268/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=860252 CPUtime=522.3 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 222764 0 0 0 52195 35 0 0 25 0 1 0 631672882 880898048 177254 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 215063 177254 368 95 0 210045 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 860252

[startup+582.3 s]
/proc/loadavg: 4.22 4.04 3.97 5/368 16319
/proc/meminfo: memFree=22723984/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=860252 CPUtime=582.3 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 222764 0 0 0 58195 35 0 0 25 0 1 0 631672882 880898048 177254 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 215063 177254 368 95 0 210045 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 860252

[startup+642.3 s]
/proc/loadavg: 4.15 4.04 3.98 5/368 16320
/proc/meminfo: memFree=22714016/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=860252 CPUtime=642.31 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 222764 0 0 0 64196 35 0 0 25 0 1 0 631672882 880898048 177254 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 215063 177254 368 95 0 210045 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 860252

[startup+702.3 s]
/proc/loadavg: 4.13 4.06 3.99 5/368 16322
/proc/meminfo: memFree=22693244/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=860252 CPUtime=702.31 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 222764 0 0 0 70196 35 0 0 25 0 1 0 631672882 880898048 177254 33554432000 4194304 4580011 140736261678640 18446744073709551615 4415950 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 215063 177254 368 95 0 210045 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 860252

[startup+762.314 s]
/proc/loadavg: 4.05 4.05 3.99 5/368 16324
/proc/meminfo: memFree=22689432/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=858108 CPUtime=762.33 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 240062 0 0 0 76194 39 0 0 25 0 1 0 631672882 878702592 177215 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 214527 177215 364 95 0 209509 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 858108

[startup+822.3 s]
/proc/loadavg: 4.18 4.07 4.00 5/368 16325
/proc/meminfo: memFree=22677872/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=858108 CPUtime=822.31 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 240062 0 0 0 82192 39 0 0 25 0 1 0 631672882 878702592 177215 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 214527 177215 364 95 0 209509 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 858108

[startup+882.3 s]
/proc/loadavg: 4.14 4.07 4.00 5/368 16327
/proc/meminfo: memFree=22660996/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=858108 CPUtime=882.32 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 240062 0 0 0 88193 39 0 0 25 0 1 0 631672882 878702592 177215 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451612 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 214527 177215 364 95 0 209509 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 858108

[startup+942.3 s]
/proc/loadavg: 4.05 4.05 4.00 5/368 16328
/proc/meminfo: memFree=22673220/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=860924 CPUtime=942.31 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 262881 0 0 0 94190 41 0 0 25 0 1 0 631672882 881586176 177472 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 215231 177472 364 95 0 210213 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 860924

[startup+1002.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/368 16330
/proc/meminfo: memFree=22638588/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=860924 CPUtime=1002.31 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 262881 0 0 0 100190 41 0 0 25 0 1 0 631672882 881586176 177472 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 215231 177472 364 95 0 210213 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 860924

[startup+1062.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/368 16332
/proc/meminfo: memFree=22636944/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=860924 CPUtime=1062.31 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 262881 0 0 0 106190 41 0 0 25 0 1 0 631672882 881586176 177472 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451596 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 215231 177472 364 95 0 210213 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 860924

[startup+1122.3 s]
/proc/loadavg: 3.85 3.99 3.99 4/362 16350
/proc/meminfo: memFree=22926396/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=787936 CPUtime=1122.32 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 264123 0 0 0 112190 42 0 0 25 0 1 0 631672882 806846464 163655 33554432000 4194304 4580011 140736261678640 18446744073709551615 4292945 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 196984 163655 364 95 0 191966 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 787936

[startup+1182.3 s]
/proc/loadavg: 3.38 3.84 3.94 4/362 16352
/proc/meminfo: memFree=22810676/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=870348 CPUtime=1182.32 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 281484 0 0 0 118189 43 0 0 25 0 1 0 631672882 891236352 181016 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451596 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 217587 181016 364 95 0 212569 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 870348

[startup+1242.3 s]
/proc/loadavg: 3.17 3.70 3.88 4/362 16353
/proc/meminfo: memFree=22794268/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=870348 CPUtime=1242.33 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 281484 0 0 0 124190 43 0 0 25 0 1 0 631672882 891236352 181016 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451612 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 217587 181016 364 95 0 212569 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 870348



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.72 3.49 3.79 3/356 16373
/proc/meminfo: memFree=23336056/32951124 swapFree=65980216/67111528
[pid=16275] ppid=16273 vsize=870348 CPUtime=1300.03 cores=5,7
/proc/16275/stat : 16275 (strangenight2-s) R 16273 16275 15582 0 -1 4202496 281484 0 0 0 129960 43 0 0 25 0 1 0 631672882 891236352 181016 33554432000 4194304 4580011 140736261678640 18446744073709551615 4451596 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16275/statm: 217587 181016 364 95 0 212569 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 870348

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1300.08
CPU user time (s): 1299.61
CPU system time (s): 0.465929
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 870348

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

runsolver used 4.37733 second user time and 11.1063 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 19:02:54
IDJOB=3368482
IDBENCH=83463
IDSOLVER=1845
FILE ID=node142/3368482-1305392570
RUNJOBID= node142-1305392547-16209
PBS_JOBID= 13324407
Free space on /tmp= 73240 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00X23.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368482-1305392570/watcher-3368482-1305392570 -o /tmp/evaluation-result-3368482-1305392570/solver-3368482-1305392570 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368482-1305392570.cnf

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

MD5SUM BENCH= 9cec6483d4ca03e8555377ba059b61ae
RANDOM SEED=1381888282

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:      23379572 kB
Buffers:        310052 kB
Cached:        4019200 kB
SwapCached:      11520 kB
Active:        6915180 kB
Inactive:      2317000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23379572 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          215460 kB
Writeback:           0 kB
AnonPages:     4899916 kB
Mapped:          21308 kB
Slab:           238404 kB
PageTables:      34072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77966792 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= 73332 MiB
End job on node142 at 2011-05-14 19:24:36