Trace number 3265058

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 TechDemo-Alpha-stUNSAT 8.44671 8.45834

General information on the benchmark

NameSAT05/crafted/sabharwal05/planning/logistics/unsat/
logistics-rotate-07t5.shuffled-as.sat05-1137.cnf
MD5SUM89957f6ab4a6aa83303efbf463f54b2c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.413936
Satisfiable
(Un)Satisfiability was proved
Number of variables2721
Number of clauses88373
Sum of the clauses size178033
Maximum clause length9
Minimum clause length1
Number of clauses of size 171
Number of clauses of size 287954
Number of clauses of size 3168
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5180

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3265058-1303574548.cnf'
0.00/0.00	c -- header says num vars:           2721
0.00/0.00	c -- header says num clauses:       88373
0.01/0.03	c -- clauses added:            0 learnts,        88373 normals,            0 xors
0.01/0.03	c -- vars added       2721
0.01/0.03	c Parsing time:  0.03 s
0.01/0.03	c  N st     0         0      2721       348     87764         0    177582         0   no data   no data  --
0.01/0.03	c asymm  cl-useful: 23/348/348 lits-rem:69 time: 0.00
0.09/0.14	c Flit:   257 Blit:      0 bXBeca:    0 bXProp:  168 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.3M T:  0.10
0.09/0.14	c Cleaning up after failed var search:     0.00 s 
0.09/0.15	c Calc non-exist non-lernt bins v-fix:     0 done:   2300 time:  0.02 s
0.09/0.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.09/0.15	c Subs w/ non-existent bins:      0 time:  0.00 s
0.09/0.16	c Replacing      168 vars Replaced     8189 lits Time:     0.00 s 
0.09/0.17	c bin-w-bin subsume rem          672 bins  time:  0.01 s
0.09/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.18	c Removed useless bin:   17178  fixed:     0  bprops:   0.46M  time:  0.01 s
0.19/0.20	c lits-rem:        25  cl-subs:        0  v-elim:    787  v-fix:    0  time:  0.01 s
0.19/0.20	c learnt bin added due to v-elim: 0
0.19/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.19/0.20	c calculated reachability. Time: 0.00
0.19/0.21	c Calc default polars -  time:   0.00 s pos:     728 undec:    1236 neg:     757
0.19/0.21	c =========================================================================================
0.19/0.21	c types(t): F = full restart, N = normal restart
0.19/0.21	c types(t): S = simplification begin/end, E = solution found
0.19/0.21	c restart types(rt): st = static, dy = dynamic
0.19/0.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.19/0.21	c  B st     0         0      1499      1394     45764         0    104455         0   no data   no data  --
0.29/0.30	c Decided on static restart strategy
0.39/0.44	c  N dy    20      4011      1498      1394     45845      3718    104451    115415     27.93     10.19  --
0.69/0.71	c  N dy    49      8140      1498      1394     45891      5198    104449    125874     23.88      9.51  --
0.89/0.99	c  N dy    78     12285      1497      1394     45952      5072    104449    113323     25.74      9.53  --
1.19/1.28	c  N dy   105     16294      1497      1394     45994      8676    104448    202270     22.06      9.47  --
1.49/1.59	c  N dy   133     20355      1496      1394     46061      7185    104446    150581     23.09      9.60  --
1.89/1.93	c  N dy   160     24384      1496      1394     46098     10748    104446    231996     23.17      9.86  --
2.19/2.23	c  N dy   187     28449      1496      1394     46137      8267    104446    155699     24.97      9.94  --
2.29/2.35	c  S st   198     30000      1496      1394     46160      9646    104446    187831     21.70      9.92  --
2.39/2.41	c  S st   198     30500      1496      1394     46250     10055    104446    202168     21.70      9.92  --
2.39/2.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.09/3.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:  43710 BRemL:   7707 BRemN:      0 CBin:       0 P: 12.3M T:  0.72
3.09/3.14	c Calc non-exist non-lernt bins v-fix:     0 done:   1492 time:  0.01 s
3.09/3.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.09/3.15	c Subs w/ non-existent bins:      0 time:  0.01 s
3.09/3.17	c bin-w-bin subsume rem           10 bins  time:  0.01 s
3.39/3.41	c subs with bin:     1015  lits-rem:     11295  v-fix:    0  time:  0.24 s
3.39/3.41	c Removed useless bin:      31  fixed:     0  bprops:   0.04M  time:  0.00 s
3.59/3.62	c lits-rem:      2730  cl-subs:     5947  v-elim:    833  v-fix:    0  time:  0.21 s
3.59/3.62	c learnt bin added due to v-elim: 0
3.59/3.64	c vivif2 --  cl tried     7955 cl shrink     6415 lits rem      11324 time: 0.01
3.59/3.64	c vivif2 --  cl tried     2605 cl shrink       54 lits rem        116 time: 0.00
3.79/3.86	c asymm  cl-useful: 0/1515/3073 lits-rem:0 time: 0.22
3.79/3.86	c calculated reachability. Time: 0.00
3.79/3.86	c  N dy   198     30500      1351      3073     74903      2605    108276    117878     21.70      9.92  --
3.79/3.86	c  F st   198     30500      1351      3073     74903      2605    108276    117878     21.70      9.92  --
3.99/4.07	c Decided on static restart strategy
4.29/4.30	c  N dy   217     34541      1351      3073     74914      6205    108276    212621     26.06      9.81  --
4.79/4.89	c  N dy   243     38555      1350      3073     74935      9727    108276    293945     20.92      9.92  --
5.49/5.54	c  N dy   269     42593      1347      3073     74964      6715    108276    195519     24.80     10.08  --
5.89/5.94	c  S st   290     45750      1347      3073     74972      9539    108276    262462     21.37     10.18  --
5.99/6.02	c  S st   290     46253      1347      3073     74973     10040    108276    278808     21.37     10.18  --
5.99/6.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.99/6.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.69/6.76	c Flit:     0 Blit:      1 bXBeca:    0 bXProp:    2 Bin:    865 BRemL:    656 BRemN:   1222 CBin:       0 P: 19.7M T:  0.73
6.69/6.77	c Calc non-exist non-lernt bins v-fix:     0 done:   1345 time:  0.01 s
6.69/6.77	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
6.69/6.79	c Subs w/ non-existent bins:      1 time:  0.02 s
6.79/6.80	c Replacing        2 vars Replaced      425 lits Time:     0.01 s 
6.79/6.81	c bin-w-bin subsume rem         4749 bins  time:  0.01 s
6.89/7.00	c subs with bin:      630  lits-rem:      4274  v-fix:    0  time:  0.18 s
6.99/7.00	c Removed useless bin:       0  fixed:     0  bprops:   0.03M  time:  0.00 s
7.09/7.19	c lits-rem:      2324  cl-subs:     1865  v-elim:    800  v-fix:    0  time:  0.19 s
7.09/7.19	c learnt bin added due to v-elim: 0
7.09/7.19	c vivif2 --  cl tried     3601 cl shrink      567 lits rem       3965 time: 0.00
7.19/7.20	c vivif2 --  cl tried     5436 cl shrink      710 lits rem       1473 time: 0.01
7.29/7.33	c asymm  cl-useful: 30/1373/3236 lits-rem:86 time: 0.13
7.29/7.33	c calculated reachability. Time: 0.00
7.29/7.33	c  N dy   290     46253      1295      3208     67211      5426    104033    173007     21.37     10.18  --
7.79/7.89	c  N dy   317     50401      1294      3208     67225      9101    104033    256404     23.90     10.34  --
8.39/8.44	c  E dy   336     53383      1266      3208     67264     11603    104033    303792     17.27     10.36  --
8.39/8.45	c num threads              : 1          
8.39/8.45	c restarts                 : 336        
8.39/8.45	c dynamic restarts         : 324        
8.39/8.45	c static restarts          : 12         
8.39/8.45	c full restarts            : 1          
8.39/8.45	c total simplify time      : 0.00       
8.39/8.45	c learnts DL2              : 0          
8.39/8.45	c learnts size 2           : 142332     
8.39/8.45	c learnts size 1           : 1611        (59.21     % of vars)
8.39/8.45	c filedLit time            : 1.56        (18.46     % time)
8.39/8.45	c v-elim SatELite          : 822         (30.21     % vars)
8.39/8.45	c SatELite time            : 0.44        (5.18      % time)
8.39/8.45	c v-elim xor               : 0           (0.00      % vars)
8.39/8.45	c xor elim time            : 0.00        (0.05      % time)
8.39/8.45	c num binary xor trees     : 85         
8.39/8.45	c binxor trees' crown      : 170         (2.00      leafs/tree)
8.39/8.45	c bin xor find time        : 0.00       
8.39/8.45	c OTF clause subsumed      : 5160        (0.10      clauses/conflict)
8.39/8.45	c OTF subs. size diff      : 6420        (1.24       lits/clause)
8.39/8.45	c OTF cl watch-shrink      : 34268       (0.64      clauses/conflict)
8.39/8.45	c OTF cl watch-sh-lit      : 209010      (6.10       lits/clause)
8.39/8.45	c tried to recurMin cls    : 53365       (99.97      % of conflicts)
8.39/8.45	c updated cache            : 0           (0.00       lits/tried recurMin)
8.39/8.45	c OTF Gate-Rem cl          : 0           (0.00      clauses/conflict)
8.39/8.45	c OTF Gate-rem lits        : 0           (nan       lits/confl)
8.39/8.45	c clauses over max glue    : 0           (0.00      % of all clauses)
8.39/8.45	c conflicts                : 53383       (6328.96   / sec)
8.39/8.45	c decisions                : 92481       (1.42      % random)
8.39/8.45	c bogo-props               : 261367372   (30987094.41 / sec)
8.39/8.45	c props                    : 12819787    (1519883.48 / sec)
8.39/8.45	c conflict literals        : 1259162     (39.28     % deleted)
8.39/8.45	c Memory used              : 138.06      MB
8.39/8.45	c CPU time                 : 8.43        s
8.39/8.45	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265058-1303574548/watcher-3265058-1303574548 -o /tmp/evaluation-result-3265058-1303574548/solver-3265058-1303574548 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3265058-1303574548.cnf 

running on 2 cores: 4,6

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.68 3.89 3.42 4/189 30921
/proc/meminfo: memFree=13937600/32950928 swapFree=67111528/67111528
[pid=30921] ppid=30919 vsize=30144 CPUtime=0 cores=4,6
/proc/30921/stat : 30921 (techdemo) R 30919 30921 30044 0 -1 4202496 1086 0 0 0 0 0 0 0 22 0 1 0 469053457 30867456 992 33554432000 4194304 4797429 140736993456128 18446744073709551615 4659336 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30921/statm: 7536 992 349 148 0 2465 0

[startup+0.014859 s]
/proc/loadavg: 3.68 3.89 3.42 4/189 30921
/proc/meminfo: memFree=13937600/32950928 swapFree=67111528/67111528
[pid=30921] ppid=30919 vsize=30540 CPUtime=0.01 cores=4,6
/proc/30921/stat : 30921 (techdemo) R 30919 30921 30044 0 -1 4202496 1178 0 0 0 1 0 0 0 22 0 1 0 469053457 31272960 1084 33554432000 4194304 4797429 140736993456128 18446744073709551615 251813900997 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30921/statm: 7635 1084 349 148 0 2564 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30540

[startup+0.100846 s]
/proc/loadavg: 3.68 3.89 3.42 4/189 30921
/proc/meminfo: memFree=13937600/32950928 swapFree=67111528/67111528
[pid=30921] ppid=30919 vsize=133228 CPUtime=0.09 cores=4,6
/proc/30921/stat : 30921 (techdemo) R 30919 30921 30044 0 -1 4202496 2268 0 0 0 9 0 0 0 22 0 1 0 469053457 136425472 2170 33554432000 4194304 4797429 140736993456128 18446744073709551615 251813898659 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30921/statm: 33307 2170 380 148 0 28236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 133228

[startup+0.300812 s]
/proc/loadavg: 3.68 3.89 3.42 4/189 30921
/proc/meminfo: memFree=13937600/32950928 swapFree=67111528/67111528
[pid=30921] ppid=30919 vsize=133796 CPUtime=0.29 cores=4,6
/proc/30921/stat : 30921 (techdemo) R 30919 30921 30044 0 -1 4202496 2502 0 0 0 29 0 0 0 23 0 1 0 469053457 137007104 2401 33554432000 4194304 4797429 140736993456128 18446744073709551615 4424891 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30921/statm: 33449 2401 409 148 0 28378 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 133796

[startup+0.700744 s]
/proc/loadavg: 3.68 3.89 3.42 4/189 30921
/proc/meminfo: memFree=13937600/32950928 swapFree=67111528/67111528
[pid=30921] ppid=30919 vsize=134752 CPUtime=0.69 cores=4,6
/proc/30921/stat : 30921 (techdemo) R 30919 30921 30044 0 -1 4202496 2876 0 0 0 69 0 0 0 25 0 1 0 469053457 137986048 2598 33554432000 4194304 4797429 140736993456128 18446744073709551615 4424987 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30921/statm: 33688 2598 410 148 0 28617 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 134752

[startup+1.50061 s]
/proc/loadavg: 3.70 3.89 3.42 5/190 30922
/proc/meminfo: memFree=13923828/32950928 swapFree=67111528/67111528
[pid=30921] ppid=30919 vsize=135624 CPUtime=1.49 cores=4,6
/proc/30921/stat : 30921 (techdemo) R 30919 30921 30044 0 -1 4202496 3523 0 0 0 149 0 0 0 25 0 1 0 469053457 138878976 2755 33554432000 4194304 4797429 140736993456128 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30921/statm: 33906 2755 410 148 0 28835 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 135624

[startup+3.10034 s]
/proc/loadavg: 3.70 3.89 3.42 5/190 30922
/proc/meminfo: memFree=13921100/32950928 swapFree=67111528/67111528
[pid=30921] ppid=30919 vsize=138124 CPUtime=3.09 cores=4,6
/proc/30921/stat : 30921 (techdemo) R 30919 30921 30044 0 -1 4202496 4500 0 0 0 309 0 0 0 25 0 1 0 469053457 141438976 3423 33554432000 4194304 4797429 140736993456128 18446744073709551615 4428895 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30921/statm: 34531 3423 413 148 0 29460 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 138124

[startup+6.30086 s]
/proc/loadavg: 3.70 3.89 3.42 5/190 30922
/proc/meminfo: memFree=13905068/32950928 swapFree=67111528/67111528
[pid=30921] ppid=30919 vsize=141368 CPUtime=6.29 cores=4,6
/proc/30921/stat : 30921 (techdemo) R 30919 30921 30044 0 -1 4202496 5834 0 0 0 629 0 0 0 25 0 1 0 469053457 144760832 4139 33554432000 4194304 4797429 140736993456128 18446744073709551615 4430142 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30921/statm: 35342 4139 414 148 0 30271 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 141368

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

[startup+7.10067 s]
/proc/loadavg: 3.73 3.90 3.42 5/190 30922
/proc/meminfo: memFree=13906004/32950928 swapFree=67111528/67111528
[pid=30921] ppid=30919 vsize=141368 CPUtime=7.09 cores=4,6
/proc/30921/stat : 30921 (techdemo) R 30919 30921 30044 0 -1 4202496 5834 0 0 0 709 0 0 0 25 0 1 0 469053457 144760832 4139 33554432000 4194304 4797429 140736993456128 18446744073709551615 4524456 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30921/statm: 35342 4139 414 148 0 30271 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 141368

[startup+7.90053 s]
/proc/loadavg: 3.73 3.90 3.42 5/190 30922
/proc/meminfo: memFree=13905260/32950928 swapFree=67111528/67111528
[pid=30921] ppid=30919 vsize=141368 CPUtime=7.89 cores=4,6
/proc/30921/stat : 30921 (techdemo) R 30919 30921 30044 0 -1 4202496 5956 0 0 0 789 0 0 0 25 0 1 0 469053457 144760832 4259 33554432000 4194304 4797429 140736993456128 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30921/statm: 35342 4259 414 148 0 30271 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 141368

[startup+8.30047 s]
/proc/loadavg: 3.73 3.90 3.42 5/190 30922
/proc/meminfo: memFree=13905260/32950928 swapFree=67111528/67111528
[pid=30921] ppid=30919 vsize=141368 CPUtime=8.29 cores=4,6
/proc/30921/stat : 30921 (techdemo) R 30919 30921 30044 0 -1 4202496 6017 0 0 0 829 0 0 0 25 0 1 0 469053457 144760832 4318 33554432000 4194304 4797429 140736993456128 18446744073709551615 4425918 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30921/statm: 35342 4318 414 148 0 30271 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 141368

[startup+8.40045 s]
/proc/loadavg: 3.73 3.90 3.42 5/190 30922
/proc/meminfo: memFree=13905260/32950928 swapFree=67111528/67111528
[pid=30921] ppid=30919 vsize=141368 CPUtime=8.39 cores=4,6
/proc/30921/stat : 30921 (techdemo) R 30919 30921 30044 0 -1 4202496 6030 0 0 0 839 0 0 0 25 0 1 0 469053457 144760832 4330 33554432000 4194304 4797429 140736993456128 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30921/statm: 35342 4330 414 148 0 30271 0
Current children cumulated CPU time (s) 8.39
Current children cumulated vsize (KiB) 141368

Child status: 20
Real time (s): 8.45834
CPU time (s): 8.44671
CPU user time (s): 8.43572
CPU system time (s): 0.010998
CPU usage (%): 99.8626
Max. virtual memory (cumulated for all children) (KiB): 141368

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

runsolver used 0.010998 second user time and 0.033994 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-23 18:02:28
IDJOB=3265058
IDBENCH=85421
IDSOLVER=1585
FILE ID=node126/3265058-1303574548
RUNJOBID= node126-1303574547-30879
PBS_JOBID= 13150291
Free space on /tmp= 71364 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT05/crafted/sabharwal05/planning/logistics/unsat/logistics-rotate-07t5.shuffled-as.sat05-1137.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265058-1303574548/watcher-3265058-1303574548 -o /tmp/evaluation-result-3265058-1303574548/solver-3265058-1303574548 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3265058-1303574548.cnf

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

MD5SUM BENCH= 89957f6ab4a6aa83303efbf463f54b2c
RANDOM SEED=286318836

node126.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.783
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.56
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.783
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.783
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.783
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13937632 kB
Buffers:       1983848 kB
Cached:       16385788 kB
SwapCached:          0 kB
Active:        7646056 kB
Inactive:     10794476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13937632 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32412 kB
Writeback:           0 kB
AnonPages:       69880 kB
Mapped:          16436 kB
Slab:           507200 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   577356 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= 71356 MiB
End job on node126 at 2011-04-23 18:02:36